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=cD0yMDE5LTA2LTE3KzEzJTNBNDYlM0E1OS4zMjUxNjMlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzEzJTNBMzklM0E0OC4zNTU3MjklMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxMyUzQTQ2JTNBMjIuNzU2MTE5JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-17T13:46:22.756119Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~buguix/2.embed", "fid": "buguix:2", "filename": "d3-cloropleth-map", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/buguix:2/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/buguix:2/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/buguix/2/8_TVAU4KZVH7DX3LZ2T6HK6RL9SIJ0F4.png", "list-thumb": "https://api.plotly.com/v2/files/buguix:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/buguix:2", "plots": "https://api.plotly.com/v2/plots/buguix:2", "parent": "https://api.plotly.com/v2/folders/home?user=buguix" }, "owner": "buguix", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Iconic jobs by state", "views": 0, "web_url": "https://chart-studio.plotly.com/~buguix/2/iconic-jobs-by-state/", "world_readable": true, "date_modified": "2019-06-17T14:06:59.050Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~buguix/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c8754719-39c0-4867-b910-adccd61157a0", "type": "choropleth", "zsrc": "buguix:3:340ed3", "marker": { "line": { "color": "rgb(255,255,255)", "width": 2 } }, "textsrc": "buguix:3:bdb9e7", "colorbar": { "title": { "text": "Loc Quotient" } }, "colorscale": [ [ 0.0, "rgb(242,240,247)" ], [ 0.2, "rgb(218,218,235)" ], [ 0.4, "rgb(188,189,220)" ], [ 0.6, "rgb(158,154,200)" ], [ 0.8, "rgb(117,107,177)" ], [ 1.0, "rgb(84,39,143)" ] ], "locationmode": "USA-states", "locationssrc": "buguix:3:682996", "autocolorscale": false } ], "layout": { "geo": { "scope": "usa", "lakecolor": "rgb(255, 255, 255)", "showlakes": true, "projection": { "type": "albers usa" } }, "title": { "text": "Iconic jobs by state" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~buguix", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 13:32:15", "mapbox_access_tokens": null, "has_password": null, "username": "buguix", "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-06-17T13:45:55.858832Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Arnault_Martin/26.embed", "fid": "Arnault_Martin:26", "filename": "basic-line", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Arnault_Martin:26/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Arnault_Martin:26/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/Arnault_Martin:26/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/Arnault_Martin:26/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Arnault_Martin:26", "plots": "https://api.plotly.com/v2/plots/Arnault_Martin:26", "parent": "https://api.plotly.com/v2/folders/home?user=Arnault_Martin" }, "owner": "Arnault_Martin", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~Arnault_Martin/26/", "world_readable": true, "date_modified": "2019-06-17T13:46:57.719Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Arnault_Martin/26/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "09f34389-94c5-47db-9403-2b8e4bcbba99", "type": "scatter", "xsrc": "Arnault_Martin:27:611198", "ysrc": "Arnault_Martin:27:98fa2e" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Arnault_Martin", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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-05-19 10:36:06", "mapbox_access_tokens": null, "has_password": null, "username": "Arnault_Martin", "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-06-17T13:45:37.099646Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rajdeep.sarkar/44.embed", "fid": "rajdeep.sarkar:44", "filename": "Expected Complaint Count VS Predicted Complaint Count", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/rajdeep.sarkar:44/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/rajdeep.sarkar:44/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/rajdeep.sarkar:44/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/rajdeep.sarkar:44/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rajdeep.sarkar:44", "plots": "https://api.plotly.com/v2/plots/rajdeep.sarkar:44", "parent": "https://api.plotly.com/v2/folders/home?user=rajdeep.sarkar" }, "owner": "rajdeep.sarkar", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Expected Complaint Count VS Predicted Complaint Count", "views": 3, "web_url": "https://chart-studio.plotly.com/~rajdeep.sarkar/44/expected-complaint-count-vs-predicted-complaint-count/", "world_readable": true, "date_modified": "2019-06-17T13:54:48.963Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rajdeep.sarkar/44/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "77ad6928-9107-11e9-a77f-9cad9789cfee", "line": { "dash": "solid", "color": "rgba(255, 153, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "Frequency", "text": "", "type": "scatter", "xsrc": "rajdeep.sarkar:45:7ee47c", "ysrc": "rajdeep.sarkar:45:f0d9f2" }, { "uid": "77ad6929-9107-11e9-abf8-9cad9789cfee", "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "Prediction", "text": "", "type": "scatter", "xsrc": "rajdeep.sarkar:45:7ee47c", "ysrc": "rajdeep.sarkar:45:90cd93" } ], "layout": { "title": "Expected Complaint Count VS Predicted Complaint Count", "xaxis": { "title": "", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "titlefont": { "color": "#4D5663" }, "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": "", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "titlefont": { "color": "#4D5663" }, "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "titlefont": { "color": "#4D5663" }, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rajdeep.sarkar", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-11-27 18:17:46", "mapbox_access_tokens": null, "has_password": null, "username": "rajdeep.sarkar", "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-06-17T13:44:26.786946Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rajdeep.sarkar/42.embed", "fid": "rajdeep.sarkar:42", "filename": "Expected Value VS Predicted Value", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/rajdeep.sarkar:42/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/rajdeep.sarkar:42/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rajdeep.sarkar/42/8_K2RT3Z3ZYHB6XMAZW3S5HRT99UIQET.png", "list-thumb": "https://api.plotly.com/v2/files/rajdeep.sarkar:42/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rajdeep.sarkar:42", "plots": "https://api.plotly.com/v2/plots/rajdeep.sarkar:42", "parent": "https://api.plotly.com/v2/folders/home?user=rajdeep.sarkar" }, "owner": "rajdeep.sarkar", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Expected Value VS Predicted Value", "views": 1, "web_url": "https://chart-studio.plotly.com/~rajdeep.sarkar/42/expected-value-vs-predicted-value/", "world_readable": true, "date_modified": "2019-06-17T13:44:27.276Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rajdeep.sarkar/42/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "0541aa6c-9106-11e9-887b-9cad9789cfee", "line": { "dash": "solid", "color": "rgba(255, 153, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "Frequency", "text": "", "type": "scatter", "xsrc": "rajdeep.sarkar:43:be781d", "ysrc": "rajdeep.sarkar:43:98b95a" }, { "uid": "0541aa6d-9106-11e9-b151-9cad9789cfee", "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "Prediction", "text": "", "type": "scatter", "xsrc": "rajdeep.sarkar:43:be781d", "ysrc": "rajdeep.sarkar:43:d5c3f4" } ], "layout": { "title": "Expected Value VS Predicted Value", "xaxis": { "title": "", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "titlefont": { "color": "#4D5663" }, "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": "", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "titlefont": { "color": "#4D5663" }, "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "titlefont": { "color": "#4D5663" }, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rajdeep.sarkar", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-11-27 18:17:46", "mapbox_access_tokens": null, "has_password": null, "username": "rajdeep.sarkar", "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-06-17T13:43:47.466085Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cocaze324/21.embed", "fid": "cocaze324:21", "filename": "num ships by yard", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/cocaze324:21/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/cocaze324:21/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cocaze324/21/8_STX7V5XEGMHWDMJ7MWXWW5V9WKYXRZ.png", "list-thumb": "https://api.plotly.com/v2/files/cocaze324:21/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cocaze324:21", "plots": "https://api.plotly.com/v2/plots/cocaze324:21", "parent": "https://api.plotly.com/v2/folders/home?user=cocaze324" }, "owner": "cocaze324", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~cocaze324/21/", "world_readable": true, "date_modified": "2019-06-17T13:46:23.807Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cocaze324/21/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "Civilian Vessels", "type": "bar", "xsrc": "cocaze324:20:426ecd", "ysrc": "cocaze324:20:d24d8f", "orientation": "v" }, { "name": "HMS", "type": "bar", "xsrc": "cocaze324:20:426ecd", "ysrc": "cocaze324:20:60d0c8", "orientation": "v" } ], "frames": [], "layout": { "font": { "size": 16, "family": "Overpass" }, "xaxis": { "type": "category", "range": [ -0.5, 12.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 68.42105263157895 ], "autorange": true }, "legend": { "xanchor": "center" }, "margin": { "b": 30, "l": 30, "r": 32, "t": 30, "pad": 0 }, "autosize": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cocaze324", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-02-02 20:27:57", "mapbox_access_tokens": null, "has_password": null, "username": "cocaze324", "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-06-17T13:42:53.600806Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rachelcha0309/8.embed", "fid": "rachelcha0309:8", "filename": "basic-line", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/rachelcha0309:8/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/rachelcha0309:8/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rachelcha0309/8/8_URGV6NL3YCGG4SNGI87AZ732JTSJHT.png", "list-thumb": "https://api.plotly.com/v2/files/rachelcha0309:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rachelcha0309:8", "plots": "https://api.plotly.com/v2/plots/rachelcha0309:8", "parent": "https://api.plotly.com/v2/folders/home?user=rachelcha0309" }, "owner": "rachelcha0309", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~rachelcha0309/8/", "world_readable": true, "date_modified": "2019-06-17T13:42:54.064Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rachelcha0309/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "1e7e8686-069c-41c4-8145-fd78e4d2dd33", "type": "scatter", "xsrc": "rachelcha0309:9:ccd712", "ysrc": "rachelcha0309:9:02a63d" }, { "uid": "dc114e1e-3021-434a-ad69-ed20e6b72b1b", "type": "scatter", "xsrc": "rachelcha0309:9:ccd712", "ysrc": "rachelcha0309:9:98edad" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rachelcha0309", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/76.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-10 19:16:47", "mapbox_access_tokens": null, "has_password": null, "username": "rachelcha0309", "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-06-17T13:42:39.343972Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rajdeep.sarkar/40.embed", "fid": "rajdeep.sarkar:40", "filename": "Plotly Playground 2019-06-17 06:42:37", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/rajdeep.sarkar:40/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/rajdeep.sarkar:40/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/rajdeep.sarkar:40/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/rajdeep.sarkar:40/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rajdeep.sarkar:40", "plots": "https://api.plotly.com/v2/plots/rajdeep.sarkar:40", "parent": "https://api.plotly.com/v2/folders/home?user=rajdeep.sarkar" }, "owner": "rajdeep.sarkar", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Frequency vs Prediction", "views": 1, "web_url": "https://chart-studio.plotly.com/~rajdeep.sarkar/40/frequency-vs-prediction/", "world_readable": true, "date_modified": "2019-06-17T13:42:39.815Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rajdeep.sarkar/40/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c51e6a78-9105-11e9-b980-9cad9789cfee", "line": { "dash": "solid", "color": "rgba(255, 153, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "Frequency", "text": "", "type": "scatter", "xsrc": "rajdeep.sarkar:41:b253c2", "ysrc": "rajdeep.sarkar:41:90f2b8" }, { "uid": "c51e6a79-9105-11e9-b071-9cad9789cfee", "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "Prediction", "text": "", "type": "scatter", "xsrc": "rajdeep.sarkar:41:b253c2", "ysrc": "rajdeep.sarkar:41:7b5fc2" } ], "layout": { "xaxis": { "title": "", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "titlefont": { "color": "#4D5663" }, "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": "", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "titlefont": { "color": "#4D5663" }, "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "titlefont": { "color": "#4D5663" }, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rajdeep.sarkar", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-11-27 18:17:46", "mapbox_access_tokens": null, "has_password": null, "username": "rajdeep.sarkar", "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-06-17T13:41:23.534089Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~adamvenn/405.embed", "fid": "adamvenn:405", "filename": "plot from API (4)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/adamvenn:405/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/adamvenn/405/2_54TMRW6AQVM6TWDU2C030BFF4XF1BQ.png", "block-thumb": "https://api.plotly.com/v2/files/adamvenn:405/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/adamvenn:405/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/adamvenn:405", "plots": "https://api.plotly.com/v2/plots/adamvenn:405", "parent": "https://api.plotly.com/v2/folders/home?user=adamvenn" }, "owner": "adamvenn", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 6, "web_url": "https://chart-studio.plotly.com/~adamvenn/405/", "world_readable": true, "date_modified": "2019-06-17T13:41:24.171Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~adamvenn/405/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "type": "scatter", "ysrc": "adamvenn:406:b879f4", "marker": { "cmax": 39, "cmin": 0, "size": 16, "colorbar": { "title": "Colorbar" }, "colorsrc": "adamvenn:406:fbe5fc" } } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~adamvenn", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/52.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": "2017-10-25 21:31:03", "mapbox_access_tokens": null, "has_password": null, "username": "adamvenn", "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-06-17T13:41:14.477271Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Ethan.sun/6.embed", "fid": "Ethan.sun:6", "filename": "fig1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Ethan.sun:6/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Ethan.sun/6/2_890IICCO4D92B6UUBWSKN6S0VTL9V5.png", "block-thumb": "https://api.plotly.com/v2/files/Ethan.sun:6/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/Ethan.sun:6/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Ethan.sun:6", "plots": "https://api.plotly.com/v2/plots/Ethan.sun:6", "parent": "https://api.plotly.com/v2/folders/home?user=Ethan.sun" }, "owner": "Ethan.sun", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 12, "web_url": "https://chart-studio.plotly.com/~Ethan.sun/6/", "world_readable": true, "date_modified": "2019-06-17T21:02:09.822Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Ethan.sun/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "214ede76-a72a-4315-a644-67914a432689", "type": "scatter", "xsrc": "Ethan.sun:7:f72f00", "ysrc": "Ethan.sun:7:7cae7f" }, { "uid": "685704fe-c2a7-48ad-ad46-6e82c2f2ed14", "type": "scatter", "xsrc": "Ethan.sun:7:f72f00", "ysrc": "Ethan.sun:7:05d2e1" }, { "uid": "89fbf0a0-cb3a-457a-8f10-143c89b8b08d", "type": "scatter", "xsrc": "Ethan.sun:7:f72f00", "ysrc": "Ethan.sun:7:fe5eb4" }, { "uid": "aa094fa0-9e86-458e-be4a-e64d357cd5e8", "type": "scatter", "xsrc": "Ethan.sun:7:f72f00", "ysrc": "Ethan.sun:7:9a32b5" }, { "uid": "95189a2a-8618-4c86-ac8c-670798be6ddf", "type": "scatter", "xsrc": "Ethan.sun:7:f72f00", "ysrc": "Ethan.sun:7:731d50" }, { "uid": "78be0574-8089-4539-b834-c33d81649d30", "type": "scatter", "xsrc": "Ethan.sun:7:f72f00", "ysrc": "Ethan.sun:7:749c9c" }, { "uid": "27a045f8-61e0-48f4-91cf-37be71da8ed4", "type": "scatter", "xsrc": "Ethan.sun:7:f72f00", "ysrc": "Ethan.sun:7:a2516e" }, { "uid": "f2a64216-d265-4c63-b568-5e6102167419", "type": "scatter", "xsrc": "Ethan.sun:7:f72f00", "ysrc": "Ethan.sun:7:6372c6" }, { "uid": "704afed2-245b-4095-a06c-aa388079c7a5", "type": "scatter", "xsrc": "Ethan.sun:7:f72f00", "ysrc": "Ethan.sun:7:790184" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Ethan.sun", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.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-06-14 15:22:51", "mapbox_access_tokens": null, "has_password": null, "username": "Ethan.sun", "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-06-17T13:39:48.355729Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~yyyyyywwwwz/0.embed", "fid": "yyyyyywwwwz:0", "filename": "plot from API", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/yyyyyywwwwz:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/yyyyyywwwwz:0/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/yyyyyywwwwz:0/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/yyyyyywwwwz:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/yyyyyywwwwz:0", "plots": "https://api.plotly.com/v2/plots/yyyyyywwwwz:0", "parent": "https://api.plotly.com/v2/folders/home?user=yyyyyywwwwz" }, "owner": "yyyyyywwwwz", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "IWC, SSA, RBA, TCA, GFK, JDA, CORAL, JGSA, JTM, MEDA", "views": 0, "web_url": "https://chart-studio.plotly.com/~yyyyyywwwwz/0/iwc-ssa-rba-tca-gfk-jda-coral-jgsa-jtm-meda/", "world_readable": true, "date_modified": "2019-06-17T13:39:48.970Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~yyyyyywwwwz/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "89499700-e814-4946-bcec-88a852a8517f", "name": "IWC", "type": "box", "xsrc": "yyyyyywwwwz:1:831792", "marker": { "color": "hsl(0.0,50%,50%)" }, "orientation": "h" }, { "uid": "e512e229-5212-4a44-a111-9e0301aadcd7", "name": "SSA", "type": "box", "xsrc": "yyyyyywwwwz:1:1dbe2d", "marker": { "color": "hsl(40.0,50%,50%)" }, "orientation": "h" }, { "uid": "ddf821b8-e9bb-4384-8fc0-f87756b47bf6", "name": "RBA", "type": "box", "xsrc": "yyyyyywwwwz:1:b43c68", "marker": { "color": "hsl(80.0,50%,50%)" }, "orientation": "h" }, { "uid": "9d78371f-6454-44ea-a0ad-7089aaa1559d", "name": "TCA", "type": "box", "xsrc": "yyyyyywwwwz:1:67a9b5", "marker": { "color": "hsl(120.0,50%,50%)" }, "orientation": "h" }, { "uid": "bdcf982a-c3da-4946-a7bd-d4d5ec88cfd5", "name": "GFK", "type": "box", "xsrc": "yyyyyywwwwz:1:d891ed", "marker": { "color": "hsl(160.0,50%,50%)" }, "orientation": "h" }, { "uid": "c216ac7a-7125-4bc4-9794-44fefda1551c", "name": "JDA", "type": "box", "xsrc": "yyyyyywwwwz:1:584cf0", "marker": { "color": "hsl(200.0,50%,50%)" }, "orientation": "h" }, { "uid": "a3fe5fef-adf7-4cf7-943c-5a6b8252d1f0", "name": "CORAL", "type": "box", "xsrc": "yyyyyywwwwz:1:4592b7", "marker": { "color": "hsl(240.0,50%,50%)" }, "orientation": "h" }, { "uid": "f9675c36-a3a8-45c7-ac78-56004e659c81", "name": "JGSA", "type": "box", "xsrc": "yyyyyywwwwz:1:38e21d", "marker": { "color": "hsl(280.0,50%,50%)" }, "orientation": "h" }, { "uid": "6a752351-118f-456e-9828-608217224f77", "name": "JTM", "type": "box", "xsrc": "yyyyyywwwwz:1:566421", "marker": { "color": "hsl(320.0,50%,50%)" }, "orientation": "h" }, { "uid": "741d1133-8cd9-4a1e-86b6-f6502d73f6ea", "name": "MEDA", "type": "box", "xsrc": "yyyyyywwwwz:1:9721bd", "marker": { "color": "hsl(360.0,50%,50%)" }, "orientation": "h" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~yyyyyywwwwz", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.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": "2019-06-17 13:38:33", "mapbox_access_tokens": null, "has_password": null, "username": "yyyyyywwwwz", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "