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=cD0yMDE5LTA2LTE3KzIxJTNBMjYlM0E1Ni44MjQ2MjYlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzIxJTNBMTElM0EwNC4yMDUyMzIlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysyMSUzQTI2JTNBMzguOTU5MTkwJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-17T21:26:38.959190Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jingwenc/107.embed", "fid": "jingwenc:107", "filename": "plot from API (9)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jingwenc:107/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jingwenc:107/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/jingwenc:107/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/jingwenc:107/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jingwenc:107", "plots": "https://api.plotly.com/v2/plots/jingwenc:107", "parent": "https://api.plotly.com/v2/folders/home?user=jingwenc" }, "owner": "jingwenc", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Historical Cost of Properties in Top 5 ROI Area", "views": 1, "web_url": "https://chart-studio.plotly.com/~jingwenc/107/historical-cost-of-properties-in-top-5-roi-area/", "world_readable": true, "date_modified": "2019-06-17T21:26:39.390Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jingwenc/107/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "1e39bbba-a786-4e9c-b8fe-9c2de6c73c6d", "name": "10312", "type": "scatter", "xsrc": "jingwenc:108:efc30f", "ysrc": "jingwenc:108:e41349" }, { "uid": "7b532c85-08a4-4001-9a4f-678e3db3fd68", "name": "10306", "type": "scatter", "xsrc": "jingwenc:108:efc30f", "ysrc": "jingwenc:108:ca0c42" }, { "uid": "1eac523b-d415-4602-8a0e-bfdb278e8463", "name": "11434", "type": "scatter", "xsrc": "jingwenc:108:efc30f", "ysrc": "jingwenc:108:e5ef0d" }, { "uid": "b1794846-65c0-4ba9-810c-2e9b7d1147fd", "name": "11234", "type": "scatter", "xsrc": "jingwenc:108:efc30f", "ysrc": "jingwenc:108:2ba417" }, { "uid": "eb533958-4931-46a5-b2c2-156e254a991a", "name": "10304", "type": "scatter", "xsrc": "jingwenc:108:efc30f", "ysrc": "jingwenc:108:330282" } ], "layout": { "title": { "text": "Historical Cost of Properties in Top 5 ROI Area" }, "xaxis": { "type": "date", "rangeslider": { "visible": true }, "rangeselector": { "buttons": [ { "step": "month", "count": 1, "label": "1m", "stepmode": "backward" }, { "step": "month", "count": 6, "label": "6m", "stepmode": "backward" }, { "step": "year", "count": 1, "label": "YTD", "stepmode": "todate" }, { "step": "year", "count": 1, "label": "1y", "stepmode": "backward" }, { "step": "all" } ] } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jingwenc", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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": "2018-02-20 18:49:11", "mapbox_access_tokens": null, "has_password": null, "username": "jingwenc", "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-17T21:23:43.383553Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MikeHedegard/0.embed", "fid": "MikeHedegard:0", "filename": "multiple-subplots-shared-yaxes", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/MikeHedegard:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/MikeHedegard:0/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MikeHedegard/0/8_YPHTSPCT9OZWJDFFHRKFOAM288AA7Z.png", "list-thumb": "https://api.plotly.com/v2/files/MikeHedegard:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MikeHedegard:0", "plots": "https://api.plotly.com/v2/plots/MikeHedegard:0", "parent": "https://api.plotly.com/v2/folders/home?user=MikeHedegard" }, "owner": "MikeHedegard", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Multiple Subplots with Shared Y-Axes", "views": 0, "web_url": "https://chart-studio.plotly.com/~MikeHedegard/0/multiple-subplots-with-shared-y-axes/", "world_readable": true, "date_modified": "2019-06-17T22:58:58.888Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MikeHedegard/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "scatter", "xsrc": "MikeHedegard:1:6ae2e2", "ysrc": "MikeHedegard:1:859fee", "xaxis": "x1", "yaxis": "y1" }, { "type": "scatter", "xsrc": "MikeHedegard:1:6ae2e2", "ysrc": "MikeHedegard:1:d5c76f", "xaxis": "x2", "yaxis": "y1" }, { "type": "scatter", "xsrc": "MikeHedegard:1:8ab39c", "ysrc": "MikeHedegard:1:29f993", "xaxis": "x3", "yaxis": "y2" }, { "type": "scatter", "xsrc": "MikeHedegard:1:e8fec1", "ysrc": "MikeHedegard:1:8be834", "xaxis": "x4", "yaxis": "y2" } ], "layout": { "title": "Multiple Subplots with Shared Y-Axes", "width": 600, "height": 600, "xaxis1": { "anchor": "y1", "domain": [ 0.0, 0.45 ] }, "xaxis2": { "anchor": "free", "domain": [ 0.55, 1.0 ], "position": 0.575 }, "xaxis3": { "anchor": "y2", "domain": [ 0.0, 0.45 ] }, "xaxis4": { "anchor": "free", "domain": [ 0.55, 1.0 ], "position": 0.0 }, "yaxis1": { "anchor": "x1", "domain": [ 0.575, 1.0 ] }, "yaxis2": { "anchor": "x3", "domain": [ 0.0, 0.425 ] } } }, "height": 600, "width": 600, "user": { "profile_url": "https://chart-studio.plotly.com/~MikeHedegard", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/51.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 18:15:18", "mapbox_access_tokens": null, "has_password": null, "username": "MikeHedegard", "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-17T21:20:14.497553Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jingwenc/105.embed", "fid": "jingwenc:105", "filename": "plot from API (8)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jingwenc:105/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jingwenc:105/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/jingwenc:105/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/jingwenc:105/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jingwenc:105", "plots": "https://api.plotly.com/v2/plots/jingwenc:105", "parent": "https://api.plotly.com/v2/folders/home?user=jingwenc" }, "owner": "jingwenc", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Historical Property Cost", "views": 1, "web_url": "https://chart-studio.plotly.com/~jingwenc/105/historical-property-cost/", "world_readable": true, "date_modified": "2019-06-17T21:20:14.960Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jingwenc/105/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "11e47df9-0d95-48bf-9ad9-8ddd3e8b3364", "name": "10312", "type": "scatter", "xsrc": "jingwenc:106:192a24", "ysrc": "jingwenc:106:6087cb" }, { "uid": "d1b76d7a-94e2-42ad-8fac-fc0bd2942e96", "name": "10306", "type": "scatter", "xsrc": "jingwenc:106:192a24", "ysrc": "jingwenc:106:30d1cd" }, { "uid": "15873a99-c9eb-4c61-a6d0-10dfdf4f783d", "name": "11434", "type": "scatter", "xsrc": "jingwenc:106:192a24", "ysrc": "jingwenc:106:852342" }, { "uid": "ddf640ee-5d6a-4b64-94a9-63b846f51aa9", "name": "11234", "type": "scatter", "xsrc": "jingwenc:106:192a24", "ysrc": "jingwenc:106:f7b933" }, { "uid": "afe11f19-fc68-4c21-9be9-cca429875af1", "name": "10304", "type": "scatter", "xsrc": "jingwenc:106:192a24", "ysrc": "jingwenc:106:18e49d" } ], "layout": { "title": { "text": "Historical Property Cost" }, "xaxis": { "type": "date", "rangeslider": { "visible": true }, "rangeselector": { "buttons": [ { "step": "month", "count": 1, "label": "1m", "stepmode": "backward" }, { "step": "month", "count": 6, "label": "6m", "stepmode": "backward" }, { "step": "year", "count": 1, "label": "YTD", "stepmode": "todate" }, { "step": "year", "count": 1, "label": "1y", "stepmode": "backward" }, { "step": "all" } ] } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jingwenc", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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": "2018-02-20 18:49:11", "mapbox_access_tokens": null, "has_password": null, "username": "jingwenc", "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-17T21:19:06.955744Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~reza7516/20.embed", "fid": "reza7516:20", "filename": "users for each day", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/reza7516:20/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/reza7516/20/2_XAT5IQJG4Y3Y4F40MY8TDTNUE2FNLF.png", "block-thumb": "https://api.plotly.com/v2/files/reza7516:20/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/reza7516:20/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/reza7516:20", "plots": "https://api.plotly.com/v2/plots/reza7516:20", "parent": "https://api.plotly.com/v2/folders/home?user=reza7516" }, "owner": "reza7516", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~reza7516/20/", "world_readable": true, "date_modified": "2019-09-06T15:26:49.275Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~reza7516/20/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "d0e31b42-c86e-43e7-809f-984cb011b054", "type": "bar", "xsrc": "reza7516:21:2474bd", "ysrc": "reza7516:21:304a29" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~reza7516", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.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-06-16 19:01:08", "mapbox_access_tokens": null, "has_password": null, "username": "reza7516", "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-17T21:18:31.669936Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ANNE-CAI/0.embed", "fid": "ANNE-CAI:0", "filename": "map.html", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ANNE-CAI:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/ANNE-CAI:0/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ANNE-CAI/0/8_ASQSC1H5AZKUNH90KJRIVHOMW06FMH.png", "list-thumb": "https://api.plotly.com/v2/files/ANNE-CAI:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ANNE-CAI:0", "plots": "https://api.plotly.com/v2/plots/ANNE-CAI:0", "parent": "https://api.plotly.com/v2/folders/home?user=ANNE-CAI" }, "owner": "ANNE-CAI", "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/~ANNE-CAI/0/_2011-us-agriculture-exports-by-state-hover-for-breakdown/", "world_readable": true, "date_modified": "2019-06-17T21:19:20.936Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ANNE-CAI/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "b05b981b-16b0-4a9d-8963-1efb0adae32c", "type": "choropleth", "zsrc": "ANNE-CAI:1:e6812a", "marker": { "line": { "color": "rgb(255,255,255)", "width": 2 } }, "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": "ANNE-CAI:1:e7fcfa", "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/~ANNE-CAI", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.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-17 20:59:40", "mapbox_access_tokens": null, "has_password": null, "username": "ANNE-CAI", "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-17T21:16:50.831612Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~laidinggg/4.embed", "fid": "laidinggg:4", "filename": "Plotly Playground 2019-06-17 22:16:48", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/laidinggg:4/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/laidinggg:4/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/laidinggg:4/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/laidinggg:4/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/laidinggg:4", "plots": "https://api.plotly.com/v2/plots/laidinggg:4", "parent": "https://api.plotly.com/v2/folders/home?user=laidinggg" }, "owner": "laidinggg", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "{'font': {'color': '#4D5663'}}", "views": 0, "web_url": "https://chart-studio.plotly.com/~laidinggg/4/font-color-4d5663/", "world_readable": true, "date_modified": "2019-06-17T21:16:51.571Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~laidinggg/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "f6bc2cdf-e5ab-40da-8ce4-cd58b56510e1", "line": { "dash": "solid", "color": "rgba(255, 153, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "-9.0", "text": "", "type": "scatter", "xsrc": "laidinggg:5:436215", "ysrc": "laidinggg:5:fa3ae9" }, { "uid": "72586be1-4d8b-4d81-95bd-819b8743f326", "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "56.0", "text": "", "type": "scatter", "xsrc": "laidinggg:5:436215", "ysrc": "laidinggg:5:c550a3" }, { "uid": "74aa1784-9e45-45c8-89db-9a3245750855", "line": { "dash": "solid", "color": "rgba(50, 171, 96, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "61.0", "text": "", "type": "scatter", "xsrc": "laidinggg:5:436215", "ysrc": "laidinggg:5:93d6c2" }, { "uid": "e87373e9-4685-474a-9249-eaf6d6245b6b", "line": { "dash": "solid", "color": "rgba(128, 0, 128, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "65.0", "text": "", "type": "scatter", "xsrc": "laidinggg:5:436215", "ysrc": "laidinggg:5:394179" }, { "uid": "5314c62b-9aa7-4d87-9730-4692e540b4ce", "line": { "dash": "solid", "color": "rgba(219, 64, 82, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "69.0", "text": "", "type": "scatter", "xsrc": "laidinggg:5:436215", "ysrc": "laidinggg:5:858ef0" }, { "uid": "f1744af0-a169-40d3-9987-5774c8c75105", "line": { "dash": "solid", "color": "rgba(0, 128, 128, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "73.0", "text": "", "type": "scatter", "xsrc": "laidinggg:5:436215", "ysrc": "laidinggg:5:63d802" }, { "uid": "967084c8-9ca2-4e45-8f91-eaf940998128", "line": { "dash": "solid", "color": "rgba(255, 255, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "77.0", "text": "", "type": "scatter", "xsrc": "laidinggg:5:436215", "ysrc": "laidinggg:5:0bd9b3" }, { "uid": "393ca866-fb3c-40b8-a5f2-6efe9a59e6bd", "line": { "dash": "solid", "color": "rgba(128, 128, 0, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "81.0", "text": "", "type": "scatter", "xsrc": "laidinggg:5:436215", "ysrc": "laidinggg:5:f00bad" }, { "uid": "c9b1ea57-d650-4312-85e5-167f8af0c97b", "line": { "dash": "solid", "color": "rgba(251, 128, 114, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "85.0", "text": "", "type": "scatter", "xsrc": "laidinggg:5:436215", "ysrc": "laidinggg:5:27ccd1" }, { "uid": "e11b53b9-4510-41b9-999d-b341b44bb1ee", "line": { "dash": "solid", "color": "rgba(128, 177, 211, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "92.0", "text": "", "type": "scatter", "xsrc": "laidinggg:5:436215", "ysrc": "laidinggg:5:3cb208" } ], "layout": { "title": { "font": { "color": "#4D5663" } }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~laidinggg", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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-17 10:10:04", "mapbox_access_tokens": null, "has_password": null, "username": "laidinggg", "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-17T21:14:51.304624Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~SergiCera/8.embed", "fid": "SergiCera:8", "filename": "scatter-mode", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/SergiCera/8/9_HD22AHE135MSBNIPXZZCWOMG36ZYAQ.png", "image_urls": { "default": "https://api.plotly.com/v2/files/SergiCera:8/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SergiCera/8/8_ELFEGJII3HJJ4JTUT4TTQ50A29J53W.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SergiCera/8/9_HD22AHE135MSBNIPXZZCWOMG36ZYAQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/SergiCera:8", "plots": "https://api.plotly.com/v2/plots/SergiCera:8", "parent": "https://api.plotly.com/v2/folders/home?user=SergiCera" }, "owner": "SergiCera", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~SergiCera/8/", "world_readable": true, "date_modified": "2019-06-17T21:34:48.104Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~SergiCera/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "d1fdf871-2d35-477c-a819-25aa0d36169b", "type": "bar", "xsrc": "SergiCera:9:aa5ac0", "ysrc": "SergiCera:9:eae581" }, { "uid": "b34903fc-be5b-4961-a95d-66435f22cb9b", "type": "bar", "xsrc": "SergiCera:9:aa5ac0", "ysrc": "SergiCera:9:97167b" }, { "uid": "75efad06-cd6b-4530-aab5-71cf11f137ea", "type": "bar", "xsrc": "SergiCera:9:aa5ac0", "ysrc": "SergiCera:9:50d763" }, { "uid": "1dd51099-d521-4566-98d7-f19b1155be72", "type": "scatter", "xsrc": "SergiCera:9:a36205", "ysrc": "SergiCera:9:ccb409" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~SergiCera", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "Sergicp77", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-14 17:10:15", "mapbox_access_tokens": null, "has_password": null, "username": "SergiCera", "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-17T21:14:02.851641Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ptbravo/0.embed", "fid": "ptbravo:0", "filename": "jupyter-parametric_plot", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ptbravo:0/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ptbravo/0/2_BGVPGWTO2ADAOGKQU3IWI27KKFOGPA.png", "block-thumb": "https://api.plotly.com/v2/files/ptbravo:0/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/ptbravo:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ptbravo:0", "plots": "https://api.plotly.com/v2/plots/ptbravo:0", "parent": "https://api.plotly.com/v2/folders/home?user=ptbravo" }, "owner": "ptbravo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 17, "web_url": "https://chart-studio.plotly.com/~ptbravo/0/", "world_readable": true, "date_modified": "2019-06-24T19:11:53.467Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ptbravo/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c6a53fdf-8c81-488c-a8a6-375ff2c39f2e", "type": "surface", "xsrc": "ptbravo:1:384c42", "ysrc": "ptbravo:1:f93044", "zsrc": "ptbravo:1:-384c42,f93044" } ], "layout": { "scene": { "xaxis": { "title": { "text": "" }, "showgrid": false, "showline": false, "zeroline": false, "showbackground": false, "showticklabels": false }, "yaxis": { "title": { "text": "" }, "showgrid": false, "showline": false, "zeroline": false, "showbackground": false, "showticklabels": false }, "zaxis": { "range": [ 0, 2550 ], "title": { "text": "" }, "showgrid": false, "showline": false, "zeroline": false, "showbackground": false, "showticklabels": false } }, "title": { "text": "" }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ptbravo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 21:11:08", "mapbox_access_tokens": null, "has_password": null, "username": "ptbravo", "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-17T21:13:49.146375Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~wazzie27/67.embed", "fid": "wazzie27:67", "filename": "plot from API (21)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/wazzie27:67/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/wazzie27/67/2_DL98FE7U3W9RBHM6O6ZKKCFVB5ZJRT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wazzie27/67/8_LIPIWFLRU3Z5C07O6D7MSQHKAN12IB.png", "list-thumb": "https://api.plotly.com/v2/files/wazzie27:67/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/wazzie27:67", "plots": "https://api.plotly.com/v2/plots/wazzie27:67", "parent": "https://api.plotly.com/v2/folders/home?user=wazzie27" }, "owner": "wazzie27", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Progress over playlists of each trait", "views": 3, "web_url": "https://chart-studio.plotly.com/~wazzie27/67/progress-over-playlists-of-each-trait/", "world_readable": true, "date_modified": "2019-06-17T21:13:49.681Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~wazzie27/67/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "28c75ebe-1ea2-443f-b3b0-c58c9a28a611", "mode": "lines", "name": "acousticness", "type": "scatter", "xsrc": "wazzie27:68:76ce4e", "ysrc": "wazzie27:68:dbb535" }, { "uid": "0d46ab20-49cf-453f-b8fd-eef561ab2371", "mode": "lines", "name": "dance", "type": "scatter", "xsrc": "wazzie27:68:76ce4e", "ysrc": "wazzie27:68:16cb96" }, { "uid": "8a146a41-a258-4698-ad84-1dc350777940", "mode": "lines", "name": "energy", "type": "scatter", "xsrc": "wazzie27:68:76ce4e", "ysrc": "wazzie27:68:b61c93" }, { "uid": "3ebbe482-3841-4305-af76-3e59839bd58b", "mode": "lines", "name": "speech", "type": "scatter", "xsrc": "wazzie27:68:76ce4e", "ysrc": "wazzie27:68:23cd75" }, { "uid": "83220f67-d298-4c56-8c02-58197718af08", "mode": "lines", "name": "valance", "type": "scatter", "xsrc": "wazzie27:68:76ce4e", "ysrc": "wazzie27:68:d6ee6f" } ], "layout": { "title": { "text": "Progress over playlists of each trait" }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~wazzie27", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-11 06:19:13", "mapbox_access_tokens": null, "has_password": null, "username": "wazzie27", "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-17T21:11:04.205232Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~wazzie27/65.embed", "fid": "wazzie27:65", "filename": "plot from API (16)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/wazzie27:65/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/wazzie27/65/2_T9R4D8178BHXQA5V4OL359QC5E0REY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wazzie27/65/8_U4DUZDZETZZRMJIHM3JYBC7IFWRVQ4.png", "list-thumb": "https://api.plotly.com/v2/files/wazzie27:65/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/wazzie27:65", "plots": "https://api.plotly.com/v2/plots/wazzie27:65", "parent": "https://api.plotly.com/v2/folders/home?user=wazzie27" }, "owner": "wazzie27", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Comparing playlists", "views": 0, "web_url": "https://chart-studio.plotly.com/~wazzie27/65/comparing-playlists/", "world_readable": true, "date_modified": "2019-06-17T21:11:04.700Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~wazzie27/65/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "e456b91f-07d5-4807-a3af-b41f277b6587", "fill": "toself", "name": "playlist 0", "rsrc": "wazzie27:66:758354", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "aae57e55-2e80-4c2f-99a1-4880925bc840", "fill": "toself", "name": "playlist 1", "rsrc": "wazzie27:66:49ad33", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "82dc8f6f-95a4-45c4-912c-ff23048df532", "fill": "toself", "name": "playlist 2", "rsrc": "wazzie27:66:f59365", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "c1bf2762-2729-45ce-9059-eac2989771cf", "fill": "toself", "name": "playlist 3", "rsrc": "wazzie27:66:1ee7f0", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "0be38391-5fc3-4c92-adc1-6749f0c1413b", "fill": "toself", "name": "playlist 4", "rsrc": "wazzie27:66:70c181", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "4039cfcd-8bd9-4dbd-9637-d03e9315ce50", "fill": "toself", "name": "playlist 5", "rsrc": "wazzie27:66:1139d7", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "8a2c2787-f7f1-4bad-a21a-12dde98d3cde", "fill": "toself", "name": "playlist 6", "rsrc": "wazzie27:66:1afea3", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "08a5de74-7f39-4743-a618-58b7d94a7ba9", "fill": "toself", "name": "playlist 7", "rsrc": "wazzie27:66:472c24", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "abb34e59-541b-4223-b9dc-ab697dddeb88", "fill": "toself", "name": "playlist 8", "rsrc": "wazzie27:66:9bf078", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "3161f3b5-98d7-411c-945f-464be9582421", "fill": "toself", "name": "playlist 9", "rsrc": "wazzie27:66:264b82", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "1364349e-cf9d-40da-ac67-dbaaa890580d", "fill": "toself", "name": "playlist 10", "rsrc": "wazzie27:66:dd7ae6", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "8f0b410d-8a42-4b81-9c60-fd0fdac89f97", "fill": "toself", "name": "playlist 11", "rsrc": "wazzie27:66:2df814", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "b4625569-9fd0-435e-8add-d63d4e544bed", "fill": "toself", "name": "playlist 12", "rsrc": "wazzie27:66:f1c0f1", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "9a47effb-835a-4e7a-b846-502f163b691d", "fill": "toself", "name": "playlist 13", "rsrc": "wazzie27:66:7104bf", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "83b155d8-8760-45d3-9a00-876d9a927ef9", "fill": "toself", "name": "playlist 14", "rsrc": "wazzie27:66:27c77b", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "4eb94f42-f9f8-4630-a03d-af02a5f2c682", "fill": "toself", "name": "playlist 15", "rsrc": "wazzie27:66:5a0e10", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "fa56e83d-5d06-455a-98ea-bfdaa810e7d8", "fill": "toself", "name": "playlist 16", "rsrc": "wazzie27:66:94180e", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "51b59cde-3ad6-48dd-ae0e-90b7ce075dc6", "fill": "toself", "name": "playlist 17", "rsrc": "wazzie27:66:d02390", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "f82df8a6-ef0a-490e-917c-a38f68515ac6", "fill": "toself", "name": "playlist 18", "rsrc": "wazzie27:66:fcd7e6", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "97399493-a51b-4217-8156-06ca6e33fbe0", "fill": "toself", "name": "playlist 19", "rsrc": "wazzie27:66:270b1f", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "a3f31cbc-88ca-4675-b550-997966c6347d", "fill": "toself", "name": "playlist 20", "rsrc": "wazzie27:66:f97972", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "1f498857-6dde-433f-b005-e9d0f6ab3e15", "fill": "toself", "name": "playlist 21", "rsrc": "wazzie27:66:8822e6", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "d6ef2b21-0b4f-4f1e-ab4e-c4b3dbe6ce3f", "fill": "toself", "name": "playlist 22", "rsrc": "wazzie27:66:75742d", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "ecd84cb7-63a0-46c0-bc26-67d58f25b740", "fill": "toself", "name": "playlist 23", "rsrc": "wazzie27:66:4476c5", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "6d807e08-5e2c-4735-9330-3831023c9f37", "fill": "toself", "name": "playlist 24", "rsrc": "wazzie27:66:c26ebf", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "0a3180db-a868-45ce-86ab-4c436b378536", "fill": "toself", "name": "playlist 25", "rsrc": "wazzie27:66:10bdfc", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "039ea99e-030a-4c94-bd11-83e2366b3833", "fill": "toself", "name": "playlist 26", "rsrc": "wazzie27:66:9fe39d", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "0954b5ae-c5cc-4c6b-bfcf-4136d9c8abe6", "fill": "toself", "name": "playlist 27", "rsrc": "wazzie27:66:15fc97", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "4282c14b-8d0b-4558-8457-b40fa9112e1c", "fill": "toself", "name": "playlist 28", "rsrc": "wazzie27:66:292322", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "d8d66c48-3eb2-4823-b530-816670341677", "fill": "toself", "name": "playlist 29", "rsrc": "wazzie27:66:5b212f", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "096c74c0-6486-4fca-b872-d58609a4157a", "fill": "toself", "name": "playlist 30", "rsrc": "wazzie27:66:90498f", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "7e3592cd-d019-4813-9cda-ab6c5e062160", "fill": "toself", "name": "playlist 31", "rsrc": "wazzie27:66:e5eb35", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "90dedb7e-76fa-4f56-9bf4-7c42d6edee68", "fill": "toself", "name": "playlist 32", "rsrc": "wazzie27:66:8f29d3", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "69bad75c-5054-4170-9d58-b93fa6d8b060", "fill": "toself", "name": "playlist 33", "rsrc": "wazzie27:66:2684c5", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" }, { "uid": "1342ab45-8b5d-4bf3-a6a9-f7200a6440ab", "fill": "toself", "name": "playlist 34", "rsrc": "wazzie27:66:0e8a08", "type": "scatterpolar", "thetasrc": "wazzie27:66:0322b7" } ], "layout": { "polar": { "radialaxis": { "range": [ 0.0, 1.0 ], "visible": true } }, "title": { "x": 0, "text": "Comparing playlists", "xref": "paper" }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~wazzie27", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-11 06:19:13", "mapbox_access_tokens": null, "has_password": null, "username": "wazzie27", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "