Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 691f70d

Browse files
committed
updated url and layout
1 parent 49001ae commit 691f70d

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

_posts/python/3d-parametric/2015-08-21-parametric-colorscale.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Parametric Plot With Colorscale
3-
plot_url: https://plot.ly/~tarzzz/318/another-parametric-plot/
3+
plot_url: https://plot.ly/~neda/7530/another-parametric-plot/
44
language: python
55
suite: 3d-parametric
66
order: 1
@@ -47,10 +47,7 @@
4747
showbackground=True,
4848
backgroundcolor='rgb(230, 230,230)'
4949
)
50-
),
51-
autosize=False,
52-
width=800,
53-
height=800
50+
)
5451
)
5552
fig = Figure(data=data, layout=layout)
5653
plot_url = py.plot(fig, file_name='parametric-plot-viridis')

_posts/python/3d-parametric/2015-08-21-parametric.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Parametric Plot
3-
plot_url: https://plot.ly/~tarzzz/215/parametric-plot/
3+
plot_url: https://plot.ly/~neda/7324/parametric-plot/
44
language: python
55
suite: 3d-parametric
66
order: 0
@@ -44,10 +44,7 @@
4444
showbackground=True,
4545
backgroundcolor='rgb(230, 230,230)'
4646
)
47-
),
48-
autosize=False,
49-
width=800,
50-
height=800
47+
)
5148
)
5249

5350
fig = Figure(data=data, layout=layout)

0 commit comments

Comments
 (0)