@@ -448,7 +448,7 @@ def get_figure(file_owner_or_url, file_id=None, raw=False):
448
448
pass a valid plotly url as the first argument.
449
449
450
450
Examples:
451
- fig = get_figure('https://plot.ly /~chris/1638')
451
+ fig = get_figure('https://plotly.com /~chris/1638')
452
452
fig = get_figure('chris', 1638)
453
453
454
454
Note, if you're using a file_owner string as the first argument, you MUST
@@ -574,7 +574,7 @@ class Stream:
574
574
Every viewer of the graph sees the same data at the same time.
575
575
576
576
View examples and tutorials here:
577
- https://plot.ly /python/streaming/
577
+ https://plotly.com /python/streaming/
578
578
579
579
Stream example:
580
580
# Initialize a streaming graph
@@ -602,7 +602,7 @@ def __init__(self, stream_id):
602
602
603
603
For more help, see: `help(plotly.plotly.Stream)`
604
604
or see examples and tutorials here:
605
- https://plot.ly /python/streaming/
605
+ https://plotly.com /python/streaming/
606
606
607
607
"""
608
608
self .stream_id = stream_id
@@ -664,7 +664,7 @@ def open(self):
664
664
665
665
For more help, see: `help(plotly.plotly.Stream)`
666
666
or see examples and tutorials here:
667
- https://plot.ly /python/streaming/
667
+ https://plotly.com /python/streaming/
668
668
669
669
"""
670
670
streaming_specs = self .get_streaming_specs ()
@@ -746,7 +746,7 @@ def close(self):
746
746
747
747
For more help, see: `help(plotly.plotly.Stream)`
748
748
or see examples and tutorials here:
749
- https://plot.ly /python/streaming/
749
+ https://plotly.com /python/streaming/
750
750
751
751
"""
752
752
try :
@@ -771,7 +771,7 @@ def get(figure_or_data, format="png", width=None, height=None, scale=None):
771
771
- figure_or_data: The figure dict-like or data list-like object that
772
772
describes a plotly figure.
773
773
Same argument used in `py.plot`, `py.iplot`,
774
- see https://plot.ly /python for examples
774
+ see https://plotly.com /python for examples
775
775
- format: 'png', 'svg', 'jpeg', 'pdf', 'emf'
776
776
- width: output width
777
777
- height: output height
@@ -798,7 +798,7 @@ def get(figure_or_data, format="png", width=None, height=None, scale=None):
798
798
"package currently only supports png, svg, jpeg, and pdf. "
799
799
"Learn more about image exporting, and the currently "
800
800
"supported file types here: "
801
- "https://plot.ly /python/static-image-export/"
801
+ "https://plotly.com /python/static-image-export/"
802
802
)
803
803
if scale is not None :
804
804
try :
@@ -839,7 +839,7 @@ def ishow(cls, figure_or_data, format="png", width=None, height=None, scale=None
839
839
- figure_or_data: The figure dict-like or data list-like object that
840
840
describes a plotly figure.
841
841
Same argument used in `py.plot`, `py.iplot`,
842
- see https://plot.ly /python for examples
842
+ see https://plotly.com /python for examples
843
843
- format: 'png', 'svg', 'jpeg', 'pdf'
844
844
- width: output width
845
845
- height: output height
@@ -883,7 +883,7 @@ def save_as(
883
883
- figure_or_data: The figure dict-like or data list-like object that
884
884
describes a plotly figure.
885
885
Same argument used in `py.plot`, `py.iplot`,
886
- see https://plot.ly /python for examples
886
+ see https://plotly.com /python for examples
887
887
- filename: The filepath to save the image to
888
888
- format: 'png', 'svg', 'jpeg', 'pdf', 'emf'
889
889
- width: output width
@@ -1135,7 +1135,7 @@ def append_columns(cls, columns, grid=None, grid_url=None):
1135
1135
from plotly.grid_objs import Grid, Column
1136
1136
import plotly.plotly as py
1137
1137
1138
- grid_url = 'https://plot.ly /~chris/3143'
1138
+ grid_url = 'https://plotly.com /~chris/3143'
1139
1139
column_1 = Column([1, 2, 3], 'time')
1140
1140
py.grid_ops.append_columns([column_1], grid_url=grid_url)
1141
1141
```
@@ -1204,7 +1204,7 @@ def append_rows(cls, rows, grid=None, grid_url=None):
1204
1204
from plotly.grid_objs import Grid
1205
1205
import plotly.plotly as py
1206
1206
1207
- grid_url = 'https://plot.ly /~chris/3143'
1207
+ grid_url = 'https://plotly.com /~chris/3143'
1208
1208
1209
1209
row = [1, 5]
1210
1210
py.grid_ops.append_rows([row], grid=grid_url)
@@ -1276,7 +1276,7 @@ def delete(cls, grid=None, grid_url=None):
1276
1276
```
1277
1277
import plotly.plotly as py
1278
1278
1279
- grid_url = 'https://plot.ly /~chris/3'
1279
+ grid_url = 'https://plotly.com /~chris/3'
1280
1280
py.grid_ops.delete(grid_url=grid_url)
1281
1281
```
1282
1282
@@ -1334,7 +1334,7 @@ def upload(cls, meta, grid=None, grid_url=None):
1334
1334
```
1335
1335
import plotly.plotly as py
1336
1336
1337
- grid_url = 'https://plot.ly /~chris/3143'
1337
+ grid_url = 'https://plotly.com /~chris/3143'
1338
1338
1339
1339
meta = {'experment': 'GaAs'}
1340
1340
@@ -1371,7 +1371,7 @@ def parse_grid_id_args(grid, grid_url):
1371
1371
"grid: a plotly.graph_objs.Grid object that has already\n "
1372
1372
" been uploaded to Plotly.\n \n "
1373
1373
"grid_url: the url where the grid can be accessed on\n "
1374
- " Plotly, e.g. 'https://plot.ly /~chris/3043'\n \n "
1374
+ " Plotly, e.g. 'https://plotly.com /~chris/3043'\n \n "
1375
1375
)
1376
1376
elif len (supplied_arg_names ) > 1 :
1377
1377
raise exceptions .InputError (
0 commit comments