Skip to content

Commit ce90bc8

Browse files
committed
update example grid in docs to actual plotly grid
1 parent 48d9d08 commit ce90bc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plotly/plotly/plotly.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ def append_columns(cls, columns, grid=None, grid_url=None):
858858
from plotly.grid_objs import Grid, Column
859859
import plotly.plotly as py
860860
861-
grid_url = 'https://plot.ly/~chris/39' # TODO: verify grid
861+
grid_url = 'https://plot.ly/~chris/3143'
862862
column_1 = Column([1, 2, 3], 'time')
863863
py.grid_ops.append_columns([column_1], grid_url=grid_url)
864864
```
@@ -927,7 +927,7 @@ def append_rows(cls, rows, grid=None, grid_url=None):
927927
from plotly.grid_objs import Grid
928928
import plotly.plotly as py
929929
930-
grid_url = 'https://plot.ly/~chris/39' # TODO: verify grid
930+
grid_url = 'https://plot.ly/~chris/3143'
931931
932932
row = [1, 5]
933933
py.grid_ops.append_rows([row], grid=grid_url)
@@ -1057,7 +1057,7 @@ def upload(cls, meta, grid=None, grid_url=None):
10571057
```
10581058
import plotly.plotly as py
10591059
1060-
grid_url = 'https://plot.ly/~chris/39' # TODO: verify grid
1060+
grid_url = 'https://plot.ly/~chris/3143'
10611061
10621062
meta = {'experment': 'GaAs'}
10631063

0 commit comments

Comments
 (0)