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=cD0yMDE5LTAzLTIwKzIyJTNBMjYlM0EzMi40ODMyOTAlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzIyJTNBMTklM0EwMS4xMDkzNzYlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsyMiUzQTI2JTNBMjguNzM2MzkxJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-03-20T22:26:28.736391Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61547.embed", "fid": "amper:61547", "filename": "raw_amps_03-20-19_datasource_id-1602_resolution-LOW", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:61547/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/amper:61547/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/amper:61547/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:61547/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61547", "plots": "https://api.plotly.com/v2/plots/amper:61547", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "raw_amps_03-20-19_datasource_id-1602_resolution-LOW", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/61547/raw-amps-03-20-19-datasource-id-1602-resolution-low/", "world_readable": true, "date_modified": "2019-03-21T20:41:36.073Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61547/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "995b6bd8-5713-4d2a-a2ad-25f36616c4c5", "mode": "lines+markers", "name": "raw_amps", "type": "scattergl", "xsrc": "amper:61548:ab1b65", "ysrc": "amper:61548:814b32" } ], "layout": { "title": "raw_amps_03-20-19_datasource_id-1602_resolution-LOW" } }, "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-20T22:26:13.991522Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~smileandsaydl/345.embed", "fid": "smileandsaydl:345", "filename": "plot from API (13)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/smileandsaydl:345/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/smileandsaydl:345/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/smileandsaydl/345/8_RT6TZHT9QC4700N1Y51NLNJLANTSHD.png", "list-thumb": "https://api.plotly.com/v2/files/smileandsaydl:345/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/smileandsaydl:345", "plots": "https://api.plotly.com/v2/plots/smileandsaydl:345", "parent": "https://api.plotly.com/v2/folders/home?user=smileandsaydl" }, "owner": "smileandsaydl", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Initial: 1**2 * RBF(length_scale=1) + WhiteKernel(noise_level=1e-05)<br>Optimum: 0.64**2 * RBF(length_scale=0.365) + WhiteKernel(noise_level=0.294)<br>Log-Marginal-Likelihood: -21.8050908902", "views": 0, "web_url": "https://chart-studio.plotly.com/~smileandsaydl/345/initial-12-rbflength-scale1-whitekernelnoise-level1e-05-optimum-0642-rbflength-s/", "world_readable": true, "date_modified": "2019-03-20T22:26:14.617Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~smileandsaydl/345/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "1bf01d00-4b5f-11e9-967f-408d5c757ebb", "fill": "tonexty", "line": { "color": "black" }, "mode": "lines", "type": "scatter", "xsrc": "smileandsaydl:346:f6b376", "ysrc": "smileandsaydl:346:a4587d", "showlegend": false }, { "uid": "1bf01d01-4b5f-11e9-8f68-408d5c757ebb", "fill": "tonexty", "line": { "color": "black" }, "mode": "lines", "type": "scatter", "xsrc": "smileandsaydl:346:f6b376", "ysrc": "smileandsaydl:346:4c2498", "showlegend": false }, { "uid": "1bf01d02-4b5f-11e9-9106-408d5c757ebb", "fill": "tozeroy", "line": { "color": "black" }, "mode": "lines", "type": "scatter", "xsrc": "smileandsaydl:346:f6b376", "ysrc": "smileandsaydl:346:f341bb", "showlegend": false }, { "uid": "1bf01d03-4b5f-11e9-9df0-408d5c757ebb", "line": { "color": "red" }, "mode": "lines", "type": "scatter", "xsrc": "smileandsaydl:346:f6b376", "ysrc": "smileandsaydl:346:031984", "showlegend": false }, { "uid": "1bf01d04-4b5f-11e9-87ab-408d5c757ebb", "mode": "markers", "type": "scatter", "xsrc": "smileandsaydl:346:8f3f2e", "ysrc": "smileandsaydl:346:7b500f", "marker": { "color": "red" }, "showlegend": false } ], "layout": { "title": "Initial: 1**2 * RBF(length_scale=1) + WhiteKernel(noise_level=1e-05)<br>Optimum: 0.64**2 * RBF(length_scale=0.365) + WhiteKernel(noise_level=0.294)<br>Log-Marginal-Likelihood: -21.8050908902" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~smileandsaydl", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.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": "2019-02-24 14:45:44", "mapbox_access_tokens": null, "has_password": null, "username": "smileandsaydl", "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-20T22:25:52.209758Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~smileandsaydl/343.embed", "fid": "smileandsaydl:343", "filename": "plot from API (12)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/smileandsaydl:343/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/smileandsaydl:343/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/smileandsaydl/343/8_IDIYVIG9O6J4GO3J0AWF119M0Q7FBU.png", "list-thumb": "https://api.plotly.com/v2/files/smileandsaydl:343/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/smileandsaydl:343", "plots": "https://api.plotly.com/v2/plots/smileandsaydl:343", "parent": "https://api.plotly.com/v2/folders/home?user=smileandsaydl" }, "owner": "smileandsaydl", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Initial: 1**2 * RBF(length_scale=100) + WhiteKernel(noise_level=1)<br>Optimum: 0.00316**2 * RBF(length_scale=109) + WhiteKernel(noise_level=0.637)<br>Log-Marginal-Likelihood: -23.872337362", "views": 0, "web_url": "https://chart-studio.plotly.com/~smileandsaydl/343/initial-12-rbflength-scale100-whitekernelnoise-level1-optimum-0003162-rbflength-/", "world_readable": true, "date_modified": "2019-03-20T22:25:52.748Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~smileandsaydl/343/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "0e9e6262-4b5f-11e9-b198-408d5c757ebb", "fill": "tonexty", "line": { "color": "black" }, "mode": "lines", "type": "scatter", "xsrc": "smileandsaydl:344:baae9e", "ysrc": "smileandsaydl:344:8ba670", "showlegend": false }, { "uid": "0e9e6263-4b5f-11e9-ae3c-408d5c757ebb", "line": { "color": "black" }, "mode": "lines", "type": "scatter", "xsrc": "smileandsaydl:344:baae9e", "ysrc": "smileandsaydl:344:4007ee", "showlegend": false }, { "uid": "0e9e6264-4b5f-11e9-bc84-408d5c757ebb", "fill": "tonexty", "line": { "color": "black" }, "mode": "lines", "type": "scatter", "xsrc": "smileandsaydl:344:baae9e", "ysrc": "smileandsaydl:344:7a15e7", "showlegend": false }, { "uid": "0e9e6265-4b5f-11e9-bacb-408d5c757ebb", "line": { "color": "red" }, "mode": "lines", "type": "scatter", "xsrc": "smileandsaydl:344:baae9e", "ysrc": "smileandsaydl:344:7f92c9", "showlegend": false }, { "uid": "0e9e6266-4b5f-11e9-b36d-408d5c757ebb", "mode": "markers", "type": "scatter", "xsrc": "smileandsaydl:344:1ed808", "ysrc": "smileandsaydl:344:60b58e", "marker": { "color": "red" }, "showlegend": false } ], "layout": { "title": "Initial: 1**2 * RBF(length_scale=100) + WhiteKernel(noise_level=1)<br>Optimum: 0.00316**2 * RBF(length_scale=109) + WhiteKernel(noise_level=0.637)<br>Log-Marginal-Likelihood: -23.872337362" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~smileandsaydl", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.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": "2019-02-24 14:45:44", "mapbox_access_tokens": null, "has_password": null, "username": "smileandsaydl", "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-20T22:25:35.647664Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~adrianhp97/0.embed", "fid": "adrianhp97:0", "filename": "d3-cloropleth-map", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/adrianhp97:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/adrianhp97:0/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/adrianhp97:0/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/adrianhp97:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/adrianhp97:0", "plots": "https://api.plotly.com/v2/plots/adrianhp97:0", "parent": "https://api.plotly.com/v2/folders/home?user=adrianhp97" }, "owner": "adrianhp97", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "2011 US Agriculture Exports by State<br>(Hover for breakdown)", "views": 0, "web_url": "https://chart-studio.plotly.com/~adrianhp97/0/_2011-us-agriculture-exports-by-state-hover-for-breakdown/", "world_readable": true, "date_modified": "2019-03-20T22:25:36.279Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~adrianhp97/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "addc1e67-9c11-46f8-9024-9838cc45e7e1", "type": "choropleth", "zsrc": "adrianhp97:1:2b8797", "marker": { "line": { "color": "rgb(255,255,255)", "width": 2 } }, "textsrc": "adrianhp97:1:a9df2e", "colorbar": { "title": { "text": "Millions USD" } }, "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": "adrianhp97:1:8839d2", "autocolorscale": false } ], "layout": { "geo": { "scope": "usa", "lakecolor": "rgb(255, 255, 255)", "showlakes": true, "projection": { "type": "albers usa" } }, "title": { "text": "2011 US Agriculture Exports by State<br>(Hover for breakdown)" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~adrianhp97", "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-03-20 22:13:53", "mapbox_access_tokens": null, "has_password": null, "username": "adrianhp97", "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-20T22:25:04.786439Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pierricm/28.embed", "fid": "pierricm:28", "filename": "plot from API (9)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/pierricm:28/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/pierricm:28/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/pierricm:28/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/pierricm:28/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pierricm:28", "plots": "https://api.plotly.com/v2/plots/pierricm:28", "parent": "https://api.plotly.com/v2/folders/home?user=pierricm" }, "owner": "pierricm", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Representation of carry values in the reduced space", "views": 0, "web_url": "https://chart-studio.plotly.com/~pierricm/28/representation-of-carry-values-in-the-reduced-space/", "world_readable": true, "date_modified": "2019-03-20T22:25:05.226Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pierricm/28/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "994395af-c413-4c78-bc45-40269bf7215c", "mode": "markers", "name": "New space", "type": "scatter", "xsrc": "pierricm:29:3905e1", "ysrc": "pierricm:29:c6a08b", "marker": { "line": { "color": "rgba(100, 0, 150, 0.9)", "width": 0.5 }, "size": 12, "color": "rgba(100, 0, 150, 0.9)", "opacity": 0.8 } } ], "layout": { "title": { "text": "Representation of carry values in the reduced space" }, "xaxis": { "title": { "text": "PC1" }, "showline": false }, "yaxis": { "title": { "text": "PC2" }, "showline": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~pierricm", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-10 12:43:05", "mapbox_access_tokens": null, "has_password": null, "username": "pierricm", "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-20T22:24:52.738604Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~timothy_kpmg/26.embed", "fid": "timothy_kpmg:26", "filename": "plot from API (12)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/timothy_kpmg:26/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/timothy_kpmg:26/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/timothy_kpmg:26/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/timothy_kpmg:26/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/timothy_kpmg:26", "plots": "https://api.plotly.com/v2/plots/timothy_kpmg:26", "parent": "https://api.plotly.com/v2/folders/home?user=timothy_kpmg" }, "owner": "timothy_kpmg", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~timothy_kpmg/26/", "world_readable": true, "date_modified": "2019-03-20T22:24:53.169Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~timothy_kpmg/26/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "b1c7181c-8be3-4805-8243-aa4ca1a94f54", "type": "bar", "xsrc": "timothy_kpmg:27:49fd69", "ysrc": "timothy_kpmg:27:075c7c", "opacity": 0.6 } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~timothy_kpmg", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.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": "2019-03-20 01:12:22", "mapbox_access_tokens": null, "has_password": null, "username": "timothy_kpmg", "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-20T22:24:32.598234Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~simck869/2.embed", "fid": "simck869:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/simck869:2/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/simck869:2/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/simck869/2/8_CXS1IU0LU8KBWDZ5RFN2KHCTVU10JI.png", "list-thumb": "https://api.plotly.com/v2/files/simck869:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/simck869:2", "plots": "https://api.plotly.com/v2/plots/simck869:2", "parent": "https://api.plotly.com/v2/folders/home?user=simck869" }, "owner": "simck869", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~simck869/2/", "world_readable": true, "date_modified": "2019-03-20T22:56:01.176Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~simck869/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "type": "scatter", "xsrc": "simck869:0:7c45b7" } ], "frames": [], "layout": { "title": { "text": "distribution of difference in gas prices" }, "xaxis": { "type": "linear", "range": [ -0.4551502732240438, 0.5351502732240437 ], "title": { "text": "Difference of Diesel-Unleaded gas prices" }, "autorange": true }, "yaxis": { "range": [ -5.875241405948243, 87.87524140594824 ], "title": { "text": "States" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~simck869", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/78.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-03-19 16:01:31", "mapbox_access_tokens": null, "has_password": null, "username": "simck869", "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-20T22:24:23.939548Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~xpedro/12.embed", "fid": "xpedro:12", "filename": "plot from API (5)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/xpedro:12/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/xpedro:12/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/xpedro:12/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/xpedro:12/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/xpedro:12", "plots": "https://api.plotly.com/v2/plots/xpedro:12", "parent": "https://api.plotly.com/v2/folders/home?user=xpedro" }, "owner": "xpedro", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Revenue Statistics of Continents", "views": 0, "web_url": "https://chart-studio.plotly.com/~xpedro/12/revenue-statistics-of-continents/", "world_readable": true, "date_modified": "2019-03-20T22:24:24.420Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~xpedro/12/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "ef169f67-cb2d-4d29-b794-23963cbb9279", "name": "COUNT", "type": "bar", "xsrc": "xpedro:13:779f25", "ysrc": "xpedro:13:a8284f", "marker": { "line": { "width": 1.6 }, "color": "aqua" }, "opacity": 0.7, "hoverinfo": "y" }, { "uid": "94c4785c-ff7b-4a32-9a38-bb3e3981a38a", "name": "TOTAL", "type": "bar", "xsrc": "xpedro:13:481431", "ysrc": "xpedro:13:73096c", "marker": { "line": { "width": 1.6 }, "color": "navy" }, "opacity": 0.7, "visible": false, "hoverinfo": "y" }, { "uid": "f42a33f2-e630-47b4-a6a1-c9234d98d951", "name": "MEAN", "type": "bar", "xsrc": "xpedro:13:19b018", "ysrc": "xpedro:13:589b91", "marker": { "line": { "width": 1.6 }, "color": "red" }, "opacity": 0.7, "visible": false, "hoverinfo": "y" } ], "layout": { "title": { "text": "Revenue Statistics of Continents" }, "xaxis": { "title": { "font": { "size": 20 }, "text": "" }, "tickmode": "linear" }, "autosize": true, "updatemenus": [ { "x": 0.1, "y": 1.25, "pad": { "r": 10, "t": 10 }, "buttons": [ { "args": [ { "visible": [ true, false, false ] } ], "label": "Count", "method": "update" }, { "args": [ { "visible": [ false, true, false ] } ], "label": "Total Revenue", "method": "update" }, { "args": [ { "visible": [ false, false, true ] } ], "label": "Mean Revenue", "method": "update" } ], "yanchor": "top", "direction": "down" } ], "plot_bgcolor": "rgb(240, 240, 240)", "paper_bgcolor": "rgb(240, 240, 240)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~xpedro", "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-02-03 03:04:07", "mapbox_access_tokens": null, "has_password": null, "username": "xpedro", "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-20T22:24:04.231183Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~andrecampos/117.embed", "fid": "andrecampos:117", "filename": "PAM 12 20-03", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/andrecampos:117/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/andrecampos/117/2_06L9C4P56LPA2LL95Z9K6X5GR581YG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/andrecampos/117/8_JTUOJE5W09NBNVHEHZ9S5A3JHFYWJM.png", "list-thumb": "https://api.plotly.com/v2/files/andrecampos:117/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/andrecampos:117", "plots": "https://api.plotly.com/v2/plots/andrecampos:117", "parent": "https://api.plotly.com/v2/folders/home?user=andrecampos" }, "owner": "andrecampos", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~andrecampos/117/", "world_readable": true, "date_modified": "2019-03-28T13:41:04.768Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~andrecampos/117/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "colorsrc": "andrecampos:116:fc7b7b", "showscale": true, "colorscale": "Jet" }, "type": "parcoords", "frame": null, "dimensions": [ { "label": "Qtd Vendida", "range": [ 21, 26325.75 ], "values": [ 286, 2317.3, 3133.5, 384, 139.5, 721.5, 49, 83, 6305, 65, 1094, 11913.5, 148, 583.26, 1321.25, 210, 46, 243.5, 21, 34, 3146, 39, 444, 4472, 636.25, 7928, 8087, 794, 496, 2037.5, 148, 192.5, 13914, 115, 2554, 26325.75 ] }, { "label": "Nr lojas vendas", "range": [ 14, 273 ], "values": [ 50, 121, 220, 94, 31, 45, 25, 29.5, 264, 29, 132, 252, 32, 45, 176, 61, 16, 22, 14, 17, 243, 21, 78, 206.75, 83, 234, 261, 133, 53, 88, 47, 62.25, 273, 41, 160, 268 ] }, { "label": "Promocional", "range": [ 0, 1 ], "values": [ 0, 0.142843682276453, 0, 0.00162030785849311, 0, 0, 0.0535756995933988, 0.944749694749695, 0.401059290863616, 0.00636942675159236, 0.457674750837694, 0.169716245621647, 0, 0, 0, 0, 0, 0, 0, 0.806547619047619, 0.302845294320931, 0, 0.35707356433749, 0.00282295850988676, 0.0860314373683358, 0.33393527882115, 0.0432936766623207, 0.0980450236966825, 0.180899100963377, 0.0215574460431718, 0.234160215615062, 1, 0.480460368034333, 0.110916452542241, 0.58546078708918, 0.365217018613417 ] }, { "label": "PVP", "range": [ 0.94, 17.85 ], "values": [ 2.7680618337204, 2.35445912816196, 1.61190639692515, 2.73005042735043, 4.3656485359252, 2.26397575314284, 11.7612479166667, 7.68016267001683, 1.7101916270356, 7.90226179775281, 2.39524335802379, 1.62018592307196, 1.68230251509244, 1.43683168376584, 0.938675481226855, 1.57353333333333, 2.21658589166195, 1.47437606581294, 6.0632042184265, 3.80159696699073, 1.0886355323937, 4.30649760860026, 1.50760076605157, 1.32158297865458, 5.04294615033165, 4.55011813186813, 2.99754668426363, 5.12769608695652, 9.86973499265902, 4.43000407550844, 17.8506416058394, 13.0334434364548, 2.93497481146305, 13.4229993378773, 4.36948805261273, 2.37028428889273 ] }, { "label": "CV semana", "range": [ 0.131, 0.61 ], "values": [ 0.226528289293991, 0.226611908473147, 0.159802280989437, 0.204728844475153, 0.351555825267263, 0.212534907982157, 0.421579366360427, 0.35746017649212, 0.181646787903215, 0.369365730686318, 0.207735841015326, 0.191125916903377, 0.172307308863491, 0.162822158551117, 0.131263653585825, 0.15853394955653, 0.245752969856218, 0.157655779507548, 0.280871210189675, 0.245889940085169, 0.143209424055031, 0.286945159427268, 0.166865568303151, 0.153985475113238, 0.303647219466194, 0.315486125169088, 0.203829128885872, 0.263818119165458, 0.53142947147983, 0.283409845289633, 0.609988022792157, 0.545494021356985, 0.226348433202397, 0.48144976730342, 0.264700848820765, 0.235308026038151 ] }, { "label": "% DiasVds ano", "range": [ 0.187, 1 ], "values": [ 0.994490358126722, 1, 1, 0.994490358126722, 0.432506887052342, 0.997245179063361, 0.267217630853994, 0.490358126721763, 1, 0.74931129476584, 1, 1, 0.939393939393939, 0.939393939393939, 1, 0.96969696969697, 0.286501377410468, 0.825757575757576, 0.18732782369146, 0.228650137741047, 1, 0.636363636363636, 0.9366391184573, 0.991735537190083, 1, 1, 1, 1, 0.59228650137741, 1, 0.369834710743802, 0.694214876033058, 1, 0.848484848484849, 1, 1 ] }, { "label": "Ldt Forn", "range": [ 1, 12.32 ], "values": [ 2.89502002002002, 2, 2.87028692120635, 4, 2.88888888888889, 1.76338058637891, 4.5, 5.11904761904762, 2.6587982832618, 3.67684760865891, 2.73296703296703, 1.39955120004294, 2, 1, 2, 2.43890865954923, 1.8289312039312, 1, 2.66666666666667, 2.8, 1.56259659969088, 2.48528138528139, 1.83358207605196, 1, 3.41216701902748, 3, 3.76386548757266, 6, 4, 2.44607843137255, 10, 12.325, 3, 6.14685668251478, 3, 2 ] }, { "label": "NS Forn", "range": [ 0.777, 1 ], "values": [ 0.975449359595307, 0.970128516846127, 0.97276629948302, 0.934272300469484, 0.979525581395349, 0.971399367088608, 1, 0.938353937007874, 0.975037557904931, 0.991596638655462, 0.978306392790758, 0.98009591761755, 0.884481631197242, 0.836805555555556, 0.8864196212485, 0.785211267605634, 0.777363184079602, 0.907389018550464, 0.91207729468599, 0.828649232497206, 0.9, 0.857765041481064, 0.880119029238992, 0.914497303183435, 1, 1, 1, 1, 1, 1, 1, 1, 0.998832457676591, 1, 1, 0.999874477281866 ] }, { "label": "Qbr Qtd (%)", "range": [ -0.185, 0.028 ], "values": [ -0.0288712478293228, -0.0214673569895189, -0.0113923111865098, -0.0227272727272727, -0.0181090072051335, -0.0270794049863817, -0.0311425682507583, -0.0154575397638064, -0.00694104995600743, -0.0476190476190476, -0.00957542908762421, -0.0134287954670827, -0.0979791916766707, -0.0952380952380952, -0.0394102216957184, -0.0861937452326468, -0.100584795321637, -0.0891160779191977, -0.166666666666667, -0.117647058823529, -0.0240066225165563, -0.184605263157895, -0.0436968341300872, -0.0315276093296743, 0.00546903967371153, 0.012262156448203, 0.00419806418903425, 0.00551724137931034, 0, 0, 0, 0.0278460278460278, 0.00215982721382289, 0.0123087410998334, 0.00659473840767143, -0.00276627696230575 ] }, { "label": "Validade", "range": [ 10, 2500 ], "values": [ 334.885135135135, 365, 365, 2500, 250, 28, 2500, 2500, 364, 2500, 365, 31, 235.320512820512, 140, 250, 2500, 99.5, 10, 2500, 2500, 250, 2500, 250, 18.8726114649681, 406.044117647059, 540, 549, 2500, 334.885135135135, 90, 2500, 2500, 600, 2500, 567.5, 100 ] }, { "label": "Ambiente", "range": [ 0, 1 ], "values": [ 0.994909502262443, 0, 0.991935483870968, 1, 0.967877094972067, 0, 1, 1, 0.988682295877122, 1, 0.989208633093525, 0, 0.994909502262443, 0, 0.991935483870968, 1, 0.967877094972067, 0, 1, 1, 0.988682295877122, 1, 0.989208633093525, 0, 0.994909502262443, 0, 0.991935483870968, 1, 0.967877094972067, 0, 1, 1, 0.988682295877122, 1, 0.989208633093525, 0 ] }, { "label": "Frio +", "range": [ 0, 1 ], "values": [ 0, 0, 0, 0, 0, 0.931944444444444, 0, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 0, 0.931944444444444, 0, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 0, 0.931944444444444, 0, 0, 0, 0, 0, 0.944 ] }, { "label": "Congelados", "range": [ 0, 1 ], "values": [ 0, 0.989672977624785, 0, 0, 0.0125698324022346, 0, 0, 0, 0, 0, 0, 0, 0, 0.989672977624785, 0, 0, 0.0125698324022346, 0, 0, 0, 0, 0, 0, 0, 0, 0.989672977624785, 0, 0, 0.0125698324022346, 0, 0, 0, 0, 0, 0, 0 ] }, { "label": "Freq", "range": [ 488, 1768 ], "values": [ 1768, 581, 1488, 1621, 716, 720, 1196, 488, 1237, 1319, 1390, 500, 1768, 581, 1488, 1621, 716, 720, 1196, 488, 1237, 1319, 1390, 500, 1768, 581, 1488, 1621, 716, 720, 1196, 488, 1237, 1319, 1390, 500 ] } ] } ], "layout": { "title": "PAM 12 20-03", "margin": { "b": 40, "l": 60, "r": 10 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~andrecampos", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.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-02-12 09:16:33", "mapbox_access_tokens": null, "has_password": null, "username": "andrecampos", "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-20T22:19:01.109376Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~xpedro/10.embed", "fid": "xpedro:10", "filename": "plot from API (4)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/xpedro:10/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/xpedro:10/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/xpedro:10/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/xpedro:10/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/xpedro:10", "plots": "https://api.plotly.com/v2/plots/xpedro:10", "parent": "https://api.plotly.com/v2/folders/home?user=xpedro" }, "owner": "xpedro", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Number of Visits by Country", "views": 0, "web_url": "https://chart-studio.plotly.com/~xpedro/10/number-of-visits-by-country/", "world_readable": true, "date_modified": "2019-03-20T22:19:01.569Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~xpedro/10/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "choropleth", "zsrc": "xpedro:11:a37e6f", "marker": { "line": { "color": "rgb(180,180,180)", "width": 0.5 } }, "textsrc": "xpedro:11:c5bd4d", "colorbar": { "title": "Number of calls", "autotick": false, "tickprefix": "" }, "colorscale": [ [ 0, "rgb(5, 10, 172)" ], [ 0.35, "rgb(40, 60, 190)" ], [ 0.5, "rgb(70, 100, 245)" ], [ 0.6, "rgb(90, 120, 245)" ], [ 0.7, "rgb(106, 137, 247)" ], [ 1, "rgb(220, 220, 220)" ] ], "locationmode": "country names", "locationssrc": "xpedro:11:c721ab", "reversescale": true, "autocolorscale": false } ], "layout": { "geo": { "showframe": false, "projection": { "type": "Mercator" }, "showcoastlines": true }, "title": "Number of Visits by Country" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~xpedro", "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-02-03 03:04:07", "mapbox_access_tokens": null, "has_password": null, "username": "xpedro", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "