Plots List
Plots
This endpoint handles manipulation of Plotly plot files.
Reference
Authorization
Any user with or without a Plotly account may view public plots. For private plots, see authentication.
Actions
list
Listing all public plots can be done via a GET request to this endpoint.
By default, plots will be listed in order of date created. The order_by
query parameter is accepted at this endpoint. Currently, only ordering by
views
is supported. It is possible to filter the plots by quality
with min_quality
or max_quality
as query parameter.
Example:
// GET https://api.plotly.com/v2/plots/ ---> 200
// GET https://api.plotly.com/v2/plots/?order_by=-views ---> 200
// GET https://api.plotly.com/v2/plots/?min_quality=5 ---> 200
// GET https://api.plotly.com/v2/plots/?max_quality=5 ---> 200
feed
Listing all handpicked feed plots can be done via a GET request to this endpoint. By default, plots will be listed in a random order.
Example:
// GET https://api.plotly.com/v2/plots/feed ---> 200
create
You can create new plot resources here. The only required field is 'figure'. Currently, the figure is restricted to only contain references to grid data. That is, this will fail if raw data arrays are passed in. To create and manipulate underlying grids for plots, see the grids endpoint.
Example:
// This fails because a figure field is required.
// POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{}
// This fails because the figure has raw data
//POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{
"figure": {"data": [{"y": ['this', 'is', 'raw', 'data']}]}
}
// This succeeds because the figure has src keys, not raw data.
//POST https://api.plotly.com/v2/plots ---> 200 OK
{
"figure": {"data": [{"ysrc": "sven:88:u8nd62"}]}
}
When creating a grid, you can optionally specify a source_fid to specify where a plot has come from:
- source_fid: the fid of a plot that was copied (and presumably edited) to produce this one
detail
There is a lot of meta information stored about plot files including filename, title, share_url, and content_url to name a few.
This information can only be reached with a GET to this endpoint.
Example:
// GET https://api.plotly.com/v2/plots/iheartgraphs:90
content
The contents of a plot can be downloaded via the content resource. The plot
content contains referenced grid/column data by default. If you wish to
return the raw grid/column data, the inline_data=true
query must be included
in the request url. The Content-Type header will be appropriately set for the
response body.
Alternatively, you can set ?map_data=unreadable
to append a mapping of
sources to data that belongs to grids which are unreadable for the
requestor. This is useful when you have read access to another users plot,
but that plot contains grid references which you don't have access to.
Examples:
// Returns referenced grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content ---> 200 OK
// Returns full grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?inline_data=true ---> 200 OK
// Returns full grid/column data when requestor doesn't have permission
// to read the referenced grid.
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?map_data=unreadable ---> 200 OK
GET /v2/plots?cursor=cD0yMDE5LTAzLTIwKzIzJTNBMjIlM0EwMS43MTUzMTMlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzIzJTNBMDklM0ExMS43ODE2ODUlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsyMyUzQTIxJTNBMTguNDYwMzEyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-03-20T23:21:18.460312Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~prattitl/164.embed", "fid": "prattitl:164", "filename": "4 layer reflective foam", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/prattitl:164/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/prattitl/164/2_V00HWBB89UDIBP8OOLNOHFUXT57R3V.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/prattitl/164/8_L5G12UEY7B8HMEEUCFIDL71QTW1NM2.png", "list-thumb": "https://api.plotly.com/v2/files/prattitl:164/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/prattitl:164", "plots": "https://api.plotly.com/v2/plots/prattitl:164", "parent": "https://api.plotly.com/v2/folders/prattitl:151" }, "owner": "prattitl", "parent": 151, "preview": "", "referencers": [], "references": [], "title": "<b>SPL(dB)</b> vs <b>Frequency(Hz)</b>", "views": 482, "web_url": "https://chart-studio.plotly.com/~prattitl/164/spldb-vs-frequencyhz/", "world_readable": true, "date_modified": "2019-03-20T23:28:48.393Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~prattitl/164/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "467ba558-5e5d-4de4-b21a-b48d9ba24028", "fill": "tozeroy", "line": { "color": "rgb(0,0,0)", "width": 1 }, "mode": "lines", "name": "4 layer reflective foam", "type": "scatter", "xsrc": "prattitl:165:63008c", "ysrc": "prattitl:165:b3519d" } ], "layout": { "xaxis": { "type": "log", "title": { "text": "<b>Frequency(Hz)</b>" }, "showgrid": true, "showline": true, "autorange": true, "showticklabels": true }, "yaxis": { "range": [ -20, 30 ], "title": { "text": "<b>SPL(dB)</b>" }, "showgrid": true, "showline": false, "zeroline": false, "showticklabels": true }, "margin": { "b": 40, "l": 40, "r": 20, "t": 50, "autoexpand": false }, "shapes": [ { "x0": 125, "x1": 4000, "y0": 24, "y1": 27, "line": { "color": "rgba(0,0,0,0)", "width": 0 }, "type": "rect", "fillcolor": "rgba(0, 0, 0, 0.05)" }, { "x0": 20, "x1": 500, "y0": 27, "y1": 30, "line": { "color": "rgba(0, 0, 0, 0.1)", "width": 0 }, "type": "rect", "fillcolor": "rgba(0, 0, 0, 0.05)" }, { "x0": 2000, "x1": 20000, "y0": 27, "y1": 30, "line": { "color": "rgba(0, 0, 0, 0.1)", "width": 0 }, "type": "rect", "fillcolor": "rgba(0, 0, 0, 0.05)" } ], "autosize": true, "showlegend": false, "annotations": [ { "x": 0.52, "y": 0.89, "font": { "size": 10, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "Human Voice Frequency Range", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.25, "y": 0.95, "font": { "size": 10, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "low Frequency Range", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.825, "y": 0.95, "font": { "size": 10, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "high Frequency Range", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.06, "y": -0.09, "font": { "size": 8, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "Source Recording by Pratt ITL", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.5, "y": 1.01, "font": { "size": 14, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "4 Layers of Aluminized Reflective Foam", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~prattitl", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/LYXVOQZL4YZ970MCGV564W96RE2T47.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-02-04 21:12:04", "mapbox_access_tokens": null, "has_password": null, "username": "prattitl", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T23:20:30.799848Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~prattitl/162.embed", "fid": "prattitl:162", "filename": "3in pink foam", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/prattitl:162/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/prattitl/162/2_LV7JLV5FSD3SF4WW63PAU0ULANRV5D.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/prattitl/162/8_V50MJIUDCJ0F1L2HOHGD8MHNYK7G4P.png", "list-thumb": "https://api.plotly.com/v2/files/prattitl:162/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/prattitl:162", "plots": "https://api.plotly.com/v2/plots/prattitl:162", "parent": "https://api.plotly.com/v2/folders/prattitl:151" }, "owner": "prattitl", "parent": 151, "preview": "", "referencers": [], "references": [], "title": "<b>SPL(dB)</b> vs <b>Frequency(Hz)</b>", "views": 483, "web_url": "https://chart-studio.plotly.com/~prattitl/162/spldb-vs-frequencyhz/", "world_readable": true, "date_modified": "2019-03-20T23:20:31.612Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~prattitl/162/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "dc6e4b8c-c351-45eb-a065-104bdbdd2df1", "fill": "tozeroy", "line": { "color": "rgb(0,0,0)", "width": 1 }, "mode": "lines", "name": "3in pink foam", "type": "scatter", "xsrc": "prattitl:163:106e9b", "ysrc": "prattitl:163:df9b38" } ], "layout": { "xaxis": { "type": "log", "title": { "text": "<b>Frequency(Hz)</b>" }, "showgrid": true, "showline": true, "autorange": true, "showticklabels": true }, "yaxis": { "range": [ -20, 30 ], "title": { "text": "<b>SPL(dB)</b>" }, "showgrid": true, "showline": false, "zeroline": false, "showticklabels": true }, "margin": { "b": 40, "l": 40, "r": 20, "t": 50, "autoexpand": false }, "shapes": [ { "x0": 125, "x1": 4000, "y0": 24, "y1": 27, "line": { "color": "rgba(0,0,0,0)", "width": 0 }, "type": "rect", "fillcolor": "rgba(0, 0, 0, 0.05)" }, { "x0": 20, "x1": 500, "y0": 27, "y1": 30, "line": { "color": "rgba(0, 0, 0, 0.1)", "width": 0 }, "type": "rect", "fillcolor": "rgba(0, 0, 0, 0.05)" }, { "x0": 2000, "x1": 20000, "y0": 27, "y1": 30, "line": { "color": "rgba(0, 0, 0, 0.1)", "width": 0 }, "type": "rect", "fillcolor": "rgba(0, 0, 0, 0.05)" } ], "autosize": true, "showlegend": false, "annotations": [ { "x": 0.52, "y": 0.89, "font": { "size": 10, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "Human Voice Frequency Range", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.25, "y": 0.95, "font": { "size": 10, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "low Frequency Range", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.825, "y": 0.95, "font": { "size": 10, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "high Frequency Range", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.06, "y": -0.09, "font": { "size": 8, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "Source Recording by Pratt ITL", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.5, "y": 1.01, "font": { "size": 14, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "3\" Pink Foam", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~prattitl", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/LYXVOQZL4YZ970MCGV564W96RE2T47.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-02-04 21:12:04", "mapbox_access_tokens": null, "has_password": null, "username": "prattitl", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T23:19:50.978123Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~prattitl/160.embed", "fid": "prattitl:160", "filename": "2in pink foam", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/prattitl:160/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/prattitl/160/2_FD9B6AYBAJLJUWXQYT50WYHN8PALX4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/prattitl/160/8_QXHRR1QDYBKQP7AR0YJTP45D8QF6F5.png", "list-thumb": "https://api.plotly.com/v2/files/prattitl:160/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/prattitl:160", "plots": "https://api.plotly.com/v2/plots/prattitl:160", "parent": "https://api.plotly.com/v2/folders/prattitl:151" }, "owner": "prattitl", "parent": 151, "preview": "", "referencers": [], "references": [], "title": "<b>SPL(dB)</b> vs <b>Frequency(Hz)</b>", "views": 485, "web_url": "https://chart-studio.plotly.com/~prattitl/160/spldb-vs-frequencyhz/", "world_readable": true, "date_modified": "2019-03-20T23:20:18.222Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~prattitl/160/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "b0487706-9c2f-49b6-8a60-f59433508b41", "fill": "tozeroy", "line": { "color": "rgb(0,0,0)", "width": 1 }, "mode": "lines", "name": "2in pink foam", "type": "scatter", "xsrc": "prattitl:161:15de3e", "ysrc": "prattitl:161:2a5521" } ], "layout": { "xaxis": { "type": "log", "title": { "text": "<b>Frequency(Hz)</b>" }, "showgrid": true, "showline": true, "autorange": true, "showticklabels": true }, "yaxis": { "range": [ -20, 30 ], "title": { "text": "<b>SPL(dB)</b>" }, "showgrid": true, "showline": false, "zeroline": false, "showticklabels": true }, "margin": { "b": 40, "l": 40, "r": 20, "t": 50, "autoexpand": false }, "shapes": [ { "x0": 125, "x1": 4000, "y0": 24, "y1": 27, "line": { "color": "rgba(0,0,0,0)", "width": 0 }, "type": "rect", "fillcolor": "rgba(0, 0, 0, 0.05)" }, { "x0": 20, "x1": 500, "y0": 27, "y1": 30, "line": { "color": "rgba(0, 0, 0, 0.1)", "width": 0 }, "type": "rect", "fillcolor": "rgba(0, 0, 0, 0.05)" }, { "x0": 2000, "x1": 20000, "y0": 27, "y1": 30, "line": { "color": "rgba(0, 0, 0, 0.1)", "width": 0 }, "type": "rect", "fillcolor": "rgba(0, 0, 0, 0.05)" } ], "autosize": true, "showlegend": false, "annotations": [ { "x": 0.52, "y": 0.89, "font": { "size": 10, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "Human Voice Frequency Range", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.25, "y": 0.95, "font": { "size": 10, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "low Frequency Range", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.825, "y": 0.95, "font": { "size": 10, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "high Frequency Range", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.06, "y": -0.09, "font": { "size": 8, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "Source Recording by Pratt ITL", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.5, "y": 1.01, "font": { "size": 14, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "2\" Pink Foam", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~prattitl", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/LYXVOQZL4YZ970MCGV564W96RE2T47.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-02-04 21:12:04", "mapbox_access_tokens": null, "has_password": null, "username": "prattitl", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T23:19:02.532228Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~prattitl/158.embed", "fid": "prattitl:158", "filename": "1in pink foam", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/prattitl:158/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/prattitl/158/2_Q74YJS3AEW3SH9PV7WFYBOD4HXFP2G.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/prattitl/158/8_66WDMIIK2AXQSG0A6EXZ22IR96GYAI.png", "list-thumb": "https://api.plotly.com/v2/files/prattitl:158/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/prattitl:158", "plots": "https://api.plotly.com/v2/plots/prattitl:158", "parent": "https://api.plotly.com/v2/folders/prattitl:151" }, "owner": "prattitl", "parent": 151, "preview": "", "referencers": [], "references": [], "title": "<b>SPL(dB)</b> vs <b>Frequency(Hz)</b>", "views": 484, "web_url": "https://chart-studio.plotly.com/~prattitl/158/spldb-vs-frequencyhz/", "world_readable": true, "date_modified": "2019-03-20T23:19:03.025Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~prattitl/158/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "2fdc5b87-5cda-40e6-81d8-cbb889663901", "fill": "tozeroy", "line": { "color": "rgb(0,0,0)", "width": 1 }, "mode": "lines", "name": "1in pink foam", "type": "scatter", "xsrc": "prattitl:159:f9e9d1", "ysrc": "prattitl:159:32ed58" } ], "layout": { "xaxis": { "type": "log", "title": { "text": "<b>Frequency(Hz)</b>" }, "showgrid": true, "showline": true, "autorange": true, "showticklabels": true }, "yaxis": { "range": [ -20, 30 ], "title": { "text": "<b>SPL(dB)</b>" }, "showgrid": true, "showline": false, "zeroline": false, "showticklabels": true }, "margin": { "b": 40, "l": 40, "r": 20, "t": 50, "autoexpand": false }, "shapes": [ { "x0": 125, "x1": 4000, "y0": 24, "y1": 27, "line": { "color": "rgba(0,0,0,0)", "width": 0 }, "type": "rect", "fillcolor": "rgba(0, 0, 0, 0.05)" }, { "x0": 20, "x1": 500, "y0": 27, "y1": 30, "line": { "color": "rgba(0, 0, 0, 0.1)", "width": 0 }, "type": "rect", "fillcolor": "rgba(0, 0, 0, 0.05)" }, { "x0": 2000, "x1": 20000, "y0": 27, "y1": 30, "line": { "color": "rgba(0, 0, 0, 0.1)", "width": 0 }, "type": "rect", "fillcolor": "rgba(0, 0, 0, 0.05)" } ], "autosize": true, "showlegend": false, "annotations": [ { "x": 0.52, "y": 0.89, "font": { "size": 10, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "Human Voice Frequency Range", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.25, "y": 0.95, "font": { "size": 10, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "low Frequency Range", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.825, "y": 0.95, "font": { "size": 10, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "high Frequency Range", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.06, "y": -0.09, "font": { "size": 8, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "Source Recording by Pratt ITL", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.5, "y": 1.01, "font": { "size": 14, "color": "rgb(0,0,0)", "family": "Droid Sans" }, "text": "1\" Pink Foam", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~prattitl", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/LYXVOQZL4YZ970MCGV564W96RE2T47.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-02-04 21:12:04", "mapbox_access_tokens": null, "has_password": null, "username": "prattitl", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T23:16:18.762188Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nirajdevpandey/2.embed", "fid": "nirajdevpandey:2", "filename": "plot from API (1)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nirajdevpandey/2/9_4WRCYDVL23FAKVY8AMDH9EC6FRAOXL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nirajdevpandey/2/2_0VDQWIFL9AKSTOTFVZZ6QAZ4GDPAWC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nirajdevpandey/2/8_N1KCEIDG0IO21WHP8KBPMEJ8NVV188.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nirajdevpandey/2/9_4WRCYDVL23FAKVY8AMDH9EC6FRAOXL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nirajdevpandey:2", "plots": "https://api.plotly.com/v2/plots/nirajdevpandey:2", "parent": "https://api.plotly.com/v2/folders/home?user=nirajdevpandey" }, "owner": "nirajdevpandey", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Training Points", "views": 2, "web_url": "https://chart-studio.plotly.com/~nirajdevpandey/2/training-points/", "world_readable": true, "date_modified": "2019-03-20T23:16:19.602Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nirajdevpandey/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "ae895758-1c86-4ed6-9d00-a385e5254185", "mode": "markers", "type": "scatter", "xsrc": "nirajdevpandey:3:09e781", "ysrc": "nirajdevpandey:3:89cfce", "marker": { "size": 10, "colorsrc": "nirajdevpandey:3:4e1edb", "showscale": false, "colorscale": "Viridis" } } ], "layout": { "title": { "text": "Training Points" }, "xaxis": { "title": { "text": "Sepal length" }, "showgrid": false }, "yaxis": { "title": { "text": "Sepal width" }, "showgrid": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~nirajdevpandey", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-20 23:12:23", "mapbox_access_tokens": null, "has_password": null, "username": "nirajdevpandey", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T23:15:22.330055Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nirajdevpandey/0.embed", "fid": "nirajdevpandey:0", "filename": "plot from API", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/nirajdevpandey:0/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nirajdevpandey/0/2_WYHDUI15A6VTYVMAJYN01FAU3HL328.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nirajdevpandey/0/8_0229I1H52HLI6TGONDGXYVYZVAQKIC.png", "list-thumb": "https://api.plotly.com/v2/files/nirajdevpandey:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nirajdevpandey:0", "plots": "https://api.plotly.com/v2/plots/nirajdevpandey:0", "parent": "https://api.plotly.com/v2/folders/home?user=nirajdevpandey" }, "owner": "nirajdevpandey", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Training Points", "views": 1, "web_url": "https://chart-studio.plotly.com/~nirajdevpandey/0/training-points/", "world_readable": true, "date_modified": "2019-03-20T23:15:22.933Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nirajdevpandey/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "ae895758-1c86-4ed6-9d00-a385e5254185", "mode": "markers", "type": "scatter", "xsrc": "nirajdevpandey:1:564b9f", "ysrc": "nirajdevpandey:1:43a85e", "marker": { "size": 10, "colorsrc": "nirajdevpandey:1:4bdfa0", "showscale": false, "colorscale": "Viridis" } } ], "layout": { "title": { "text": "Training Points" }, "xaxis": { "title": { "text": "Sepal length" }, "showgrid": false }, "yaxis": { "title": { "text": "Sepal width" }, "showgrid": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~nirajdevpandey", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-20 23:12:23", "mapbox_access_tokens": null, "has_password": null, "username": "nirajdevpandey", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T23:14:09.557990Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~OceanZhou/0.embed", "fid": "OceanZhou:0", "filename": "plot from API", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/OceanZhou:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/OceanZhou:0/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/OceanZhou/0/8_7OIMSTLP3W05WNZ0GTKEEXROSEEU1S.png", "list-thumb": "https://api.plotly.com/v2/files/OceanZhou:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/OceanZhou:0", "plots": "https://api.plotly.com/v2/plots/OceanZhou:0", "parent": "https://api.plotly.com/v2/folders/home?user=OceanZhou" }, "owner": "OceanZhou", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~OceanZhou/0/", "world_readable": true, "date_modified": "2019-03-20T23:14:10.039Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~OceanZhou/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "uid": "82a61f1f-6ac3-4ce8-96b3-ec8d5a6d97e0", "mode": "markers", "type": "scatter", "xsrc": "OceanZhou:1:92d0a2", "ysrc": "OceanZhou:1:26f4f9", "xaxis": "x", "yaxis": "y", "marker": { "line": { "colorsrc": "OceanZhou:1:3706a7", "widthsrc": "OceanZhou:1:f45e14" }, "symbol": "circle", "sizesrc": "OceanZhou:1:f5fb08", "colorsrc": "OceanZhou:1:a6349a" } } ], "layout": { "width": 432, "xaxis": { "side": "bottom", "type": "linear", "range": [ -0.05894033369225785, 1.065326060726968 ], "ticks": "inside", "anchor": "y", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 8, "showgrid": true, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "yaxis": { "side": "left", "type": "linear", "range": [ -0.06903081852169718, 1.0256287217806508 ], "ticks": "inside", "anchor": "x", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 8, "showgrid": true, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "height": 288, "margin": { "b": 36, "l": 54, "r": 43, "t": 34, "pad": 0 }, "autosize": false, "hovermode": "closest", "showlegend": false } }, "height": 288, "width": 432, "user": { "profile_url": "https://chart-studio.plotly.com/~OceanZhou", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-20 23:06:32", "mapbox_access_tokens": null, "has_password": null, "username": "OceanZhou", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T23:09:31.323695Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~niklasm/67.embed", "fid": "niklasm:67", "filename": "week_ph", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/niklasm:67/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/niklasm:67/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/niklasm:67/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/niklasm:67/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/niklasm:67", "plots": "https://api.plotly.com/v2/plots/niklasm:67", "parent": "https://api.plotly.com/v2/folders/home?user=niklasm" }, "owner": "niklasm", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Water PH", "views": 273, "web_url": "https://chart-studio.plotly.com/~niklasm/67/water-ph/", "world_readable": true, "date_modified": "2019-05-03T01:16:51.266Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~niklasm/67/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "3deb9772-a96f-4e87-ab54-0d0faa4b6de3", "line": { "width": 4 }, "name": "value", "type": "scatter", "xsrc": "niklasm:68:deef13", "ysrc": "niklasm:68:465540" } ], "layout": { "title": { "text": "Water PH" }, "width": 700, "xaxis": { "title": { "text": "Date" }, "ticktext": [ "Thursday- 20:16:44\"", "Thursday- 20:21:59\"", "Thursday- 20:27:30\"", "Thursday- 20:33:07\"", "Thursday- 20:38:15\"", "Thursday- 20:43:17\"", "Thursday- 20:48:29\"" ], "tickvals": [ 0, 1, 2, 3, 4, 5, 6 ], "tickangle": 45 }, "yaxis": { "title": { "text": "Potential Hydrogen (PH)" } }, "height": 500 } }, "height": 500, "width": 700, "user": { "profile_url": "https://chart-studio.plotly.com/~niklasm", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-10-30 05:40:03", "mapbox_access_tokens": null, "has_password": null, "username": "niklasm", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T23:09:21.079743Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~niklasm/65.embed", "fid": "niklasm:65", "filename": "week_turb", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/niklasm:65/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/niklasm:65/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/niklasm:65/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/niklasm:65/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/niklasm:65", "plots": "https://api.plotly.com/v2/plots/niklasm:65", "parent": "https://api.plotly.com/v2/folders/home?user=niklasm" }, "owner": "niklasm", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Water Turbidity", "views": 273, "web_url": "https://chart-studio.plotly.com/~niklasm/65/water-turbidity/", "world_readable": true, "date_modified": "2019-05-03T01:16:29.476Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~niklasm/65/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "2fd8c34c-ca7e-41ed-8025-7b5adfbd32c7", "line": { "width": 4 }, "name": "value", "type": "scatter", "xsrc": "niklasm:66:26672c", "ysrc": "niklasm:66:32282c" } ], "layout": { "title": { "text": "Water Turbidity" }, "width": 700, "xaxis": { "title": { "text": "Date" }, "ticktext": [ "Thursday- 20:16:14\"", "Thursday- 20:21:59\"", "Thursday- 20:27:30\"", "Thursday- 20:33:07\"", "Thursday- 20:38:15\"", "Thursday- 20:43:17\"", "Thursday- 20:48:29\"" ], "tickvals": [ 0, 1, 2, 3, 4, 5, 6 ], "tickangle": 45 }, "yaxis": { "title": { "text": "NTU" } }, "height": 500 } }, "height": 500, "width": 700, "user": { "profile_url": "https://chart-studio.plotly.com/~niklasm", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-10-30 05:40:03", "mapbox_access_tokens": null, "has_password": null, "username": "niklasm", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T23:09:11.781685Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~niklasm/63.embed", "fid": "niklasm:63", "filename": "week_temp", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/niklasm:63/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/niklasm:63/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/niklasm:63/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/niklasm:63/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/niklasm:63", "plots": "https://api.plotly.com/v2/plots/niklasm:63", "parent": "https://api.plotly.com/v2/folders/home?user=niklasm" }, "owner": "niklasm", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Water Temperature", "views": 273, "web_url": "https://chart-studio.plotly.com/~niklasm/63/water-temperature/", "world_readable": true, "date_modified": "2019-05-03T01:16:07.806Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~niklasm/63/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "5ca842bd-ead0-4edc-89f3-9fb6b7df8d30", "line": { "width": 4 }, "name": "value", "type": "scatter", "xsrc": "niklasm:69:03ddd4", "ysrc": "niklasm:69:e3e257" } ], "layout": { "title": { "text": "Water Temperature" }, "width": 700, "xaxis": { "title": { "text": "Date" }, "ticktext": [ "Thursday- 20:16:14\"", "Thursday- 20:21:59\"", "Thursday- 20:27:30\"", "Thursday- 20:33:07\"", "Thursday- 20:38:15\"", "Thursday- 20:43:17\"", "Thursday- 20:48:29\"" ], "tickvals": [ 0, 1, 2, 3, 4, 5, 6 ], "tickangle": 45 }, "yaxis": { "title": { "text": "Degrees Celsius" } }, "height": 500 } }, "height": 500, "width": 700, "user": { "profile_url": "https://chart-studio.plotly.com/~niklasm", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-10-30 05:40:03", "mapbox_access_tokens": null, "has_password": null, "username": "niklasm", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "