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=cD0yMDE5LTAzLTIxKzAwJTNBMDAlM0EzNy4yOTc0NTclMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzIzJTNBNTclM0EyNi44OTAyMDIlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMSswMCUzQTAwJTNBMTkuOTg1ODk5JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-03-21T00:00:19.985899Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61603.embed", "fid": "amper:61603", "filename": "03-20-19_ds-1594_alg-5421_param-1234_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/amper/61603/9_HEMSWJTNZO0I8Z6YLVTILQZX1C8CQB.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/amper/61603/2_RF08ZDBFOQBENGLZ0VDO8FK7TP7SCI.png", "block-thumb": "https://api.plotly.com/v2/files/amper:61603/image?image_name=block-thumb", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/61603/9_HEMSWJTNZO0I8Z6YLVTILQZX1C8CQB.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61603", "plots": "https://api.plotly.com/v2/plots/amper:61603", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "03-20-19_ds-1594_alg-5421_param-1234_showamps-True-state_res-SEC", "views": 1, "web_url": "https://chart-studio.plotly.com/~amper/61603/_03-20-19-ds-1594-alg-5421-param-1234-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-03-21T00:00:22.184Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61603/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c513e585-9c6c-4ef1-a184-2dfc57e34be4", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:61604:943fe4", "ysrc": "amper:61604:106604", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "4eb9582e-ef5b-4b96-b2c8-6485851d2d3e", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:61604:943fe4", "ysrc": "amper:61604:599bbf", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false } ], "layout": { "title": "03-20-19_ds-1594_alg-5421_param-1234_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-21T00:00:06.412823Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cguthrie/61.embed", "fid": "cguthrie:61", "filename": "plot from API", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/cguthrie/61/9_LL1F70TKERNJMNAXOCMTE6HT6UHEQI.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cguthrie/61/2_EMNVPK0VQX36OUPB239GPPDBD8HGPU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cguthrie/61/8_02XZWNR1CTHSG4PGH9W69BPXZ4UG4K.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cguthrie/61/9_LL1F70TKERNJMNAXOCMTE6HT6UHEQI.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cguthrie:61", "plots": "https://api.plotly.com/v2/plots/cguthrie:61", "parent": "https://api.plotly.com/v2/folders/home?user=cguthrie" }, "owner": "cguthrie", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Basic Sankey Diagram", "views": 0, "web_url": "https://chart-studio.plotly.com/~cguthrie/61/basic-sankey-diagram/", "world_readable": true, "date_modified": "2019-03-21T00:00:07.005Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cguthrie/61/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "valuesrc": "cguthrie:62:d30004", "sourcesrc": "cguthrie:62:9401a0", "targetsrc": "cguthrie:62:2a5927" }, "node": { "pad": 15, "line": { "color": "black", "width": 0.5 }, "colorsrc": "cguthrie:62:989e44", "labelsrc": "cguthrie:62:bb412a", "thickness": 20 }, "type": "sankey" } ], "layout": { "font": { "size": 10 }, "title": "Basic Sankey Diagram" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cguthrie", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2015-03-20 18:52:33", "mapbox_access_tokens": null, "has_password": null, "username": "cguthrie", "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:59:54.071763Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61601.embed", "fid": "amper:61601", "filename": "03-20-19_ds-1593_alg-5421_param-1233_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:61601/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/amper/61601/2_FACNKY3SRS5G8AX8UBJXWODARF0PEN.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/61601/8_ABVFRM920RDU39VDPMF152XPCBRCMS.png", "list-thumb": "https://api.plotly.com/v2/files/amper:61601/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61601", "plots": "https://api.plotly.com/v2/plots/amper:61601", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "03-20-19_ds-1593_alg-5421_param-1233_showamps-True-state_res-SEC", "views": 1, "web_url": "https://chart-studio.plotly.com/~amper/61601/_03-20-19-ds-1593-alg-5421-param-1233-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-03-20T23:59:55.053Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61601/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "d286733a-9905-41c7-97fb-3a06ec39b769", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:61602:a9da98", "ysrc": "amper:61602:af160f", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "9e778f15-6747-4e0a-a36b-cb4f03bc4594", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:61602:a9da98", "ysrc": "amper:61602:5024c2", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false } ], "layout": { "title": "03-20-19_ds-1593_alg-5421_param-1233_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:59:29.942969Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61599.embed", "fid": "amper:61599", "filename": "03-20-19_ds-1592_alg-5421_param-1231_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:61599/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/amper/61599/2_HZ0878XLJVV7QVR4G4PU3M4W2KTXD2.png", "block-thumb": "https://api.plotly.com/v2/files/amper:61599/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:61599/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61599", "plots": "https://api.plotly.com/v2/plots/amper:61599", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "03-20-19_ds-1592_alg-5421_param-1231_showamps-True-state_res-SEC", "views": 1, "web_url": "https://chart-studio.plotly.com/~amper/61599/_03-20-19-ds-1592-alg-5421-param-1231-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-03-20T23:59:31.057Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61599/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "630da6a4-5ef7-48a9-824c-a908c259b733", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:61600:5c074b", "ysrc": "amper:61600:5392b4", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "626b610d-d8a3-4061-8853-8e3f183d3096", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:61600:5c074b", "ysrc": "amper:61600:88c66b", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false } ], "layout": { "title": "03-20-19_ds-1592_alg-5421_param-1231_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:58:56.439114Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61597.embed", "fid": "amper:61597", "filename": "03-20-19_ds-1586_alg-5421_param-1232_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:61597/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/amper/61597/2_EG0SQVUKEOCAM7RHTEF34Q4S0E9XM7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/61597/8_RXJRQBCQ9GO98SCB1YEIS1QQWCXNT8.png", "list-thumb": "https://api.plotly.com/v2/files/amper:61597/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61597", "plots": "https://api.plotly.com/v2/plots/amper:61597", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "03-20-19_ds-1586_alg-5421_param-1232_showamps-True-state_res-SEC", "views": 1, "web_url": "https://chart-studio.plotly.com/~amper/61597/_03-20-19-ds-1586-alg-5421-param-1232-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-03-20T23:58:59.627Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61597/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "50df4026-1dcd-4709-b524-5b31f9c7b34f", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:61598:b658cd", "ysrc": "amper:61598:fa48f1", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "dcf87555-f961-4a3f-9503-e8bdb67600ca", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:61598:b658cd", "ysrc": "amper:61598:dbef36", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false } ], "layout": { "title": "03-20-19_ds-1586_alg-5421_param-1232_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:58:30.453184Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~virgald/2.embed", "fid": "virgald:2", "filename": "grouped-bar", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/virgald/2/9_G87A89TN9CWRJN6DSOHNZE83C82JUC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/virgald/2/2_1EX1G3XW025C0SI9SIUG1PTFISJ1NV.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/virgald/2/8_4HDF23C66WHEOS5MTCPDGXKNQMZK4A.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/virgald/2/9_G87A89TN9CWRJN6DSOHNZE83C82JUC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/virgald:2", "plots": "https://api.plotly.com/v2/plots/virgald:2", "parent": "https://api.plotly.com/v2/folders/home?user=virgald" }, "owner": "virgald", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "SF Zoo vs LA Zoo", "views": 1, "web_url": "https://chart-studio.plotly.com/~virgald/2/sf-zoo-vs-la-zoo/", "world_readable": true, "date_modified": "2019-03-21T00:12:16.771Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~virgald/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "caa3fc88-4548-4956-af9f-9025ed396bb6", "name": "SF Zoo", "type": "bar", "xsrc": "virgald:3:005e2f", "ysrc": "virgald:3:0a33bb" }, { "uid": "8369a6a0-23e7-42b3-9614-3f71a034b486", "name": "LA Zoo", "type": "bar", "xsrc": "virgald:3:005e2f", "ysrc": "virgald:3:83164f" } ], "layout": { "barmode": "group" } }, "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:58:20.717254Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61595.embed", "fid": "amper:61595", "filename": "03-20-19_ds-1585_alg-5421_param-1230_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:61595/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/amper/61595/2_HH5BVFJK9DG8CK1ZPGN9BMVJVR1MZJ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/61595/8_5ZQZGN3FL72E2IUR5M7IA1R6KHKE1Y.png", "list-thumb": "https://api.plotly.com/v2/files/amper:61595/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61595", "plots": "https://api.plotly.com/v2/plots/amper:61595", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "03-20-19_ds-1585_alg-5421_param-1230_showamps-True-state_res-SEC", "views": 1, "web_url": "https://chart-studio.plotly.com/~amper/61595/_03-20-19-ds-1585-alg-5421-param-1230-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-03-20T23:58:21.597Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61595/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "64cb0484-d42f-452f-9b3c-8af843b2bd7d", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:61596:e07373", "ysrc": "amper:61596:4b39e7", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false } ], "layout": { "title": "03-20-19_ds-1585_alg-5421_param-1230_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:57:57.719917Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61593.embed", "fid": "amper:61593", "filename": "03-20-19_ds-1584_alg-5421_param-1227_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/amper/61593/9_62Z99Q0358ANCUNETX6I0C82W733NF.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/amper/61593/2_6LFELG3WK3BZO0TZV6UDTAGX98AHGS.png", "block-thumb": "https://api.plotly.com/v2/files/amper:61593/image?image_name=block-thumb", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/61593/9_62Z99Q0358ANCUNETX6I0C82W733NF.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61593", "plots": "https://api.plotly.com/v2/plots/amper:61593", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "03-20-19_ds-1584_alg-5421_param-1227_showamps-True-state_res-SEC", "views": 1, "web_url": "https://chart-studio.plotly.com/~amper/61593/_03-20-19-ds-1584-alg-5421-param-1227-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-03-20T23:57:58.718Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61593/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c04bd622-df57-4198-a087-f3a9ac1ed77d", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:61594:0d2e5e", "ysrc": "amper:61594:c74c8c", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "f84307d8-9ec4-4218-823e-73f33b20d708", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:61594:0d2e5e", "ysrc": "amper:61594:a0bf63", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false } ], "layout": { "title": "03-20-19_ds-1584_alg-5421_param-1227_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:57:36.774000Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Drathanas/220.embed", "fid": "Drathanas:220", "filename": "plot from API (13)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Drathanas/220/9_OLRJFFBVH9FBD023HDUUJBXX791O0L.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Drathanas/220/2_KFIG9BQ2J4P5A0ERKWKMX73A93TKRT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Drathanas/220/8_Q4CV3ZYNPQGV0DK8UFRGMV9WOVXOA6.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Drathanas/220/9_OLRJFFBVH9FBD023HDUUJBXX791O0L.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Drathanas:220", "plots": "https://api.plotly.com/v2/plots/Drathanas:220", "parent": "https://api.plotly.com/v2/folders/home?user=Drathanas" }, "owner": "Drathanas", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Product Breakdown for: All Regions", "views": 4, "web_url": "https://chart-studio.plotly.com/~Drathanas/220/product-breakdown-for-all-regions/", "world_readable": true, "date_modified": "2019-03-20T23:57:37.232Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Drathanas/220/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "colorsrc": "Drathanas:221:52ca9c", "valuesrc": "Drathanas:221:3e038b", "sourcesrc": "Drathanas:221:08ad50", "targetsrc": "Drathanas:221:bbe563" }, "node": { "pad": 30, "line": { "color": "black", "width": 0.5 }, "colorsrc": "Drathanas:221:1abb94", "labelsrc": "Drathanas:221:c18440", "thickness": 20 }, "type": "sankey" } ], "layout": { "font": { "size": 18 }, "title": "Product Breakdown for: All Regions" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Drathanas", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/47.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "DrAthanas", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2016-06-16 00:53:21", "mapbox_access_tokens": null, "has_password": null, "username": "Drathanas", "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:57:26.890202Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61591.embed", "fid": "amper:61591", "filename": "03-20-19_ds-1582_alg-5421_param-1226_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/amper/61591/9_4BVVIB6OJSV1YUK422YLHUTALMDOZH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/amper/61591/2_X0JO73LOPNOVBBZKD4QG97DULVGEM0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/61591/8_4KE38YNE54Z5LWXFE2JAM8QIRD9EFZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/61591/9_4BVVIB6OJSV1YUK422YLHUTALMDOZH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61591", "plots": "https://api.plotly.com/v2/plots/amper:61591", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "03-20-19_ds-1582_alg-5421_param-1226_showamps-True-state_res-SEC", "views": 2, "web_url": "https://chart-studio.plotly.com/~amper/61591/_03-20-19-ds-1582-alg-5421-param-1226-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-03-22T21:39:53.674Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61591/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "66045776-2158-4335-b801-bede896c94e6", "mode": "lines", "name": "Off", "type": "scattergl", "xsrc": "amper:61592:b652c8", "ysrc": "amper:61592:009cb9", "marker": { "line": { "color": "rgb(248, 19, 0)", "width": 1 }, "size": 1, "color": "rgb(248, 19, 0)" } }, { "uid": "03d829b9-d161-4af8-94e7-ee323a286b3a", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:61592:b652c8", "ysrc": "amper:61592:7784ad", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "abf65c80-440c-40a2-a583-98669efe2ef2", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:61592:b652c8", "ysrc": "amper:61592:4f858e", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false } ], "layout": { "title": "03-20-19_ds-1582_alg-5421_param-1226_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 } } ] }{ "next": "