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=cD0yMDE5LTAzLTIwKzIzJTNBNTclM0EyNi44OTAyMDIlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzIzJTNBNTElM0ExNi42ODYwMTclMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsyMyUzQTU3JTNBMDAuNjYwMDU4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-03-20T23:57:00.660058Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61589.embed", "fid": "amper:61589", "filename": "03-20-19_ds-1581_alg-5421_param-1225_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:61589/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/amper:61589/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/amper:61589/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:61589/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61589", "plots": "https://api.plotly.com/v2/plots/amper:61589", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "03-20-19_ds-1581_alg-5421_param-1225_showamps-True-state_res-SEC", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/61589/_03-20-19-ds-1581-alg-5421-param-1225-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-03-20T23:57:01.730Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61589/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "6b4e5a94-efe5-4015-bc89-022a2f0f4498", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:61590:2a3fc7", "ysrc": "amper:61590:16d85a", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "cee8f151-55e5-4744-91da-a936f227d89b", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:61590:2a3fc7", "ysrc": "amper:61590:6f332e", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false } ], "layout": { "title": "03-20-19_ds-1581_alg-5421_param-1225_showamps-True-state_res-SEC" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~amper", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-03-17 16:47:16", "mapbox_access_tokens": null, "has_password": null, "username": "amper", "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:56:08.424657Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61587.embed", "fid": "amper:61587", "filename": "03-20-19_ds-1580_alg-5421_param-1224_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:61587/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/amper:61587/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/amper:61587/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:61587/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61587", "plots": "https://api.plotly.com/v2/plots/amper:61587", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "03-20-19_ds-1580_alg-5421_param-1224_showamps-True-state_res-SEC", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/61587/_03-20-19-ds-1580-alg-5421-param-1224-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-03-20T23:56:09.391Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61587/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c098d672-f409-4c62-a266-6a6e97353587", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:61588:7012f8", "ysrc": "amper:61588:d21f19", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "1c3597f6-3ba8-4e7f-b194-c64ba7a37815", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:61588:7012f8", "ysrc": "amper:61588:0d5088", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false } ], "layout": { "title": "03-20-19_ds-1580_alg-5421_param-1224_showamps-True-state_res-SEC" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~amper", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-03-17 16:47:16", "mapbox_access_tokens": null, "has_password": null, "username": "amper", "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:55:23.042755Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61585.embed", "fid": "amper:61585", "filename": "03-20-19_ds-1579_alg-5421_param-1223_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:61585/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/amper:61585/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/amper:61585/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:61585/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61585", "plots": "https://api.plotly.com/v2/plots/amper:61585", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "03-20-19_ds-1579_alg-5421_param-1223_showamps-True-state_res-SEC", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/61585/_03-20-19-ds-1579-alg-5421-param-1223-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-03-20T23:55:24.108Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61585/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "68014b4a-554c-47db-bdae-cf74031cad7a", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:61586:96668a", "ysrc": "amper:61586:fca8a7", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "2e3b0e65-3331-48c4-bf23-4f66dfe39919", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:61586:96668a", "ysrc": "amper:61586:fb2b87", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false } ], "layout": { "title": "03-20-19_ds-1579_alg-5421_param-1223_showamps-True-state_res-SEC" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~amper", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-03-17 16:47:16", "mapbox_access_tokens": null, "has_password": null, "username": "amper", "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:54:50.518453Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61583.embed", "fid": "amper:61583", "filename": "03-20-19_ds-1578_alg-5421_param-1222_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:61583/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/amper:61583/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/amper:61583/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:61583/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61583", "plots": "https://api.plotly.com/v2/plots/amper:61583", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "03-20-19_ds-1578_alg-5421_param-1222_showamps-True-state_res-SEC", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/61583/_03-20-19-ds-1578-alg-5421-param-1222-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-03-20T23:54:51.606Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61583/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "15228984-a91c-4bcb-94db-27e26ea1522d", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:61584:379142", "ysrc": "amper:61584:d0977f", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "ed74bc85-8f08-464c-975c-58df76300551", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:61584:379142", "ysrc": "amper:61584:1ffc22", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false } ], "layout": { "title": "03-20-19_ds-1578_alg-5421_param-1222_showamps-True-state_res-SEC" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~amper", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-03-17 16:47:16", "mapbox_access_tokens": null, "has_password": null, "username": "amper", "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:54:08.219077Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61581.embed", "fid": "amper:61581", "filename": "03-20-19_ds-1577_alg-5421_param-1221_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:61581/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/amper:61581/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/amper:61581/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:61581/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61581", "plots": "https://api.plotly.com/v2/plots/amper:61581", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "03-20-19_ds-1577_alg-5421_param-1221_showamps-True-state_res-SEC", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/61581/_03-20-19-ds-1577-alg-5421-param-1221-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-03-20T23:54:09.267Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61581/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "064dd7d5-162a-4695-b8af-1100ea42c646", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:61582:6a67dd", "ysrc": "amper:61582:add21e", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "161e8ba1-2790-40c6-a9a0-4c9ec403491f", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:61582:6a67dd", "ysrc": "amper:61582:30f9c0", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false } ], "layout": { "title": "03-20-19_ds-1577_alg-5421_param-1221_showamps-True-state_res-SEC" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~amper", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-03-17 16:47:16", "mapbox_access_tokens": null, "has_password": null, "username": "amper", "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:53:29.350945Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nthuy/24.embed", "fid": "nthuy:24", "filename": "plot from API (8)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nthuy/24/9_3XE27KYTLTZ30PH9TEL9SERDLQY80N.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nthuy/24/2_PBDEA7NW40I3UGIJTNACDEBYYG46MY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nthuy/24/8_4YFZCZFJ2TD1BE7BHKNXJ2AQDQWFC4.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nthuy/24/9_3XE27KYTLTZ30PH9TEL9SERDLQY80N.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nthuy:24", "plots": "https://api.plotly.com/v2/plots/nthuy:24", "parent": "https://api.plotly.com/v2/folders/home?user=nthuy" }, "owner": "nthuy", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 6, "web_url": "https://chart-studio.plotly.com/~nthuy/24/", "world_readable": true, "date_modified": "2019-03-21T00:01:01.134Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nthuy/24/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "cb79dde8-4f7f-443b-81a3-0214f695edb0", "mode": "markers", "type": "scatter3d", "xsrc": "nthuy:25:e0624f", "ysrc": "nthuy:25:bccb54", "zsrc": "nthuy:25:d89aae", "marker": { "size": 1, "opacity": 0.8, "colorsrc": "nthuy:25:4d86f0", "colorscale": "Viridis" }, "textsrc": "nthuy:25:72879c" } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "text": "Component 1" } }, "yaxis": { "type": "linear", "title": { "text": "Component 2" } }, "zaxis": { "type": "linear", "title": { "text": "Component 3" } }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 2.122977110012946, "y": 0.2552294471316613, "z": 0.33959699597898096 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "auto", "aspectratio": { "x": 1.0028604899084854, "y": 1.1014673197695586, "z": 0.9052902898324111 } }, "title": { "text": "Players Plotted Using 3 Most Principal Components" }, "margin": { "b": 0, "l": 0, "r": 0, "t": 0 } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~nthuy", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-07 20:36:47", "mapbox_access_tokens": null, "has_password": null, "username": "nthuy", "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:53:15.105251Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61579.embed", "fid": "amper:61579", "filename": "03-20-19_ds-1576_alg-5421_param-1220_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:61579/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/amper:61579/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/amper:61579/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:61579/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61579", "plots": "https://api.plotly.com/v2/plots/amper:61579", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "03-20-19_ds-1576_alg-5421_param-1220_showamps-True-state_res-SEC", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/61579/_03-20-19-ds-1576-alg-5421-param-1220-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-03-22T21:33:22.355Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61579/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "eb1b880f-d1a3-4cca-a33c-7b336c044d01", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:61580:15b023", "ysrc": "amper:61580:2a6e19", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false } ], "layout": { "title": "03-20-19_ds-1576_alg-5421_param-1220_showamps-True-state_res-SEC" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~amper", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-03-17 16:47:16", "mapbox_access_tokens": null, "has_password": null, "username": "amper", "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:52:44.038323Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~virgald/0.embed", "fid": "virgald:0", "filename": "basic-bar", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/virgald:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/virgald:0/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/virgald/0/8_TVSHFOQQ64ZF4VUEA2KLMONMGIRKSB.png", "list-thumb": "https://api.plotly.com/v2/files/virgald:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/virgald:0", "plots": "https://api.plotly.com/v2/plots/virgald:0", "parent": "https://api.plotly.com/v2/folders/home?user=virgald" }, "owner": "virgald", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~virgald/0/", "world_readable": true, "date_modified": "2019-03-20T23:52:44.456Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~virgald/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "d1da7953-cdfb-4c52-b8df-82e367903691", "type": "bar", "xsrc": "virgald:1:9552ac", "ysrc": "virgald:1:43c5c0" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~virgald", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/27.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-20 23:18:39", "mapbox_access_tokens": null, "has_password": null, "username": "virgald", "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:52:38.161817Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61577.embed", "fid": "amper:61577", "filename": "03-20-19_ds-1570_alg-5421_param-1219_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:61577/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/amper:61577/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/amper:61577/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:61577/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61577", "plots": "https://api.plotly.com/v2/plots/amper:61577", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "03-20-19_ds-1570_alg-5421_param-1219_showamps-True-state_res-SEC", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/61577/_03-20-19-ds-1570-alg-5421-param-1219-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-03-20T23:52:39.162Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61577/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "eec87243-6486-4b5c-a61e-9ef71b4ba348", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:61578:00d830", "ysrc": "amper:61578:35a2a1", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "6c7a032f-3c4a-43eb-99b4-f9d9f7b517a1", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:61578:00d830", "ysrc": "amper:61578:55b6ec", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false } ], "layout": { "title": "03-20-19_ds-1570_alg-5421_param-1219_showamps-True-state_res-SEC" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~amper", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-03-17 16:47:16", "mapbox_access_tokens": null, "has_password": null, "username": "amper", "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:51:16.686017Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nthuy/22.embed", "fid": "nthuy:22", "filename": "plot from API (7)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nthuy/22/9_DCJAE17PM9PLVV0W8S245DBA1B8I7X.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nthuy/22/2_K6KOT9B4YRNDQTTYVOW9G1XQPPR0GB.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nthuy/22/8_1E9G2ZVSB3GMHH769LUVKHYKRITNS1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nthuy/22/9_DCJAE17PM9PLVV0W8S245DBA1B8I7X.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nthuy:22", "plots": "https://api.plotly.com/v2/plots/nthuy:22", "parent": "https://api.plotly.com/v2/folders/home?user=nthuy" }, "owner": "nthuy", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~nthuy/22/", "world_readable": true, "date_modified": "2019-03-20T23:51:17.473Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nthuy/22/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "db2144cd-d310-48c2-8ee4-3706a0d257b4", "mode": "markers", "type": "scatter3d", "xsrc": "nthuy:23:be8314", "ysrc": "nthuy:23:b1446f", "zsrc": "nthuy:23:5df6a8", "marker": { "size": 12, "opacity": 0.8, "colorsrc": "nthuy:23:c8e3a5", "colorscale": "Viridis" }, "textsrc": "nthuy:23:22af93" } ], "layout": { "margin": { "b": 0, "l": 0, "r": 0, "t": 0 } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~nthuy", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-07 20:36:47", "mapbox_access_tokens": null, "has_password": null, "username": "nthuy", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "