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=cj0xJnA9MjAxOS0wNi0xOCswNCUzQTExJTNBMjEuMDIxOTAwJTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE4KzA0JTNBMTMlM0ExMC42NjcwMTglMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswNCUzQTI1JTNBMjkuODU3Mjk1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-18T04:25:29.857295Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~baranidharan/22.embed", "fid": "baranidharan:22", "filename": "Plot 22", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/baranidharan/22/9_6R5SWCI5QJ2GKZCT08N111B9ASER58.png", "image_urls": { "default": "https://api.plotly.com/v2/files/baranidharan:22/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/baranidharan/22/8_CLBYZL45PUUJHCHHQ89097ZKZFRBJ0.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/baranidharan/22/9_6R5SWCI5QJ2GKZCT08N111B9ASER58.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/baranidharan:22", "plots": "https://api.plotly.com/v2/plots/baranidharan:22", "parent": "https://api.plotly.com/v2/folders/home?user=baranidharan" }, "owner": "baranidharan", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 7, "web_url": "https://chart-studio.plotly.com/~baranidharan/22/", "world_readable": true, "date_modified": "2019-06-18T04:25:29.871Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~baranidharan/22/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "effb6868-38c7-47a7-93e0-23abc79b57bb", "line": { "dash": "solid", "color": "rgba(255, 153, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "energy", "text": "", "type": "scatter", "xsrc": "baranidharan:21:32c927", "ysrc": "baranidharan:21:0c07a0" } ], "frames": [], "layout": { "title": { "font": { "color": "#4D5663" }, "text": "Energy Production Jan 1939--Mar 2019" }, "xaxis": { "type": "date", "range": [ "1939-01-01", "2019-04-01" ], "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "autorange": true, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis": { "type": "linear", "range": [ -3.5892944444444455, 135.88059444444445 ], "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "autorange": true, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "autosize": true, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~baranidharan", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.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-05-23 15:04:19", "mapbox_access_tokens": null, "has_password": null, "username": "baranidharan", "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-18T04:25:17.981040Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pgoodridge/78.embed", "fid": "pgoodridge:78", "filename": "plot from API (9)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/pgoodridge:78/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/pgoodridge:78/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pgoodridge/78/8_XK0JZQR7DD01OYYNZ0KTUIAV9U76ZJ.png", "list-thumb": "https://api.plotly.com/v2/files/pgoodridge:78/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pgoodridge:78", "plots": "https://api.plotly.com/v2/plots/pgoodridge:78", "parent": "https://api.plotly.com/v2/folders/home?user=pgoodridge" }, "owner": "pgoodridge", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "KNN With Z-Score", "views": 0, "web_url": "https://chart-studio.plotly.com/~pgoodridge/78/knn-with-z-score/", "world_readable": true, "date_modified": "2019-06-18T04:25:18.567Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pgoodridge/78/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines+markers", "name": "cosine", "type": "scatter", "xsrc": "pgoodridge:79:ec21b8", "ysrc": "pgoodridge:79:a8365c", "xaxis": "x1", "yaxis": "y1" }, { "mode": "lines+markers", "name": "pearson", "type": "scatter", "xsrc": "pgoodridge:79:ec21b8", "ysrc": "pgoodridge:79:fcbd9b", "xaxis": "x1", "yaxis": "y1" }, { "mode": "lines+markers", "name": "pearson_baseline", "type": "scatter", "xsrc": "pgoodridge:79:ec21b8", "ysrc": "pgoodridge:79:447028", "xaxis": "x1", "yaxis": "y1" }, { "mode": "lines+markers", "name": "cosine", "type": "scatter", "xsrc": "pgoodridge:79:ec21b8", "ysrc": "pgoodridge:79:2d54d7", "xaxis": "x2", "yaxis": "y2" }, { "mode": "lines+markers", "name": "pearson", "type": "scatter", "xsrc": "pgoodridge:79:ec21b8", "ysrc": "pgoodridge:79:ace04f", "xaxis": "x2", "yaxis": "y2" }, { "mode": "lines+markers", "name": "pearson_baseline", "type": "scatter", "xsrc": "pgoodridge:79:ec21b8", "ysrc": "pgoodridge:79:94782c", "xaxis": "x2", "yaxis": "y2" } ], "layout": { "title": "KNN With Z-Score", "xaxis1": { "title": "K", "anchor": "y1", "domain": [ 0.0, 0.45 ] }, "xaxis2": { "title": "K", "anchor": "y2", "domain": [ 0.55, 1.0 ] }, "yaxis1": { "title": "RMSE", "anchor": "x1", "domain": [ 0.0, 1.0 ] }, "yaxis2": { "anchor": "x2", "domain": [ 0.0, 1.0 ] }, "annotations": [ { "x": 0.225, "y": 1.0, "font": { "size": 16 }, "text": "Item Based", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.775, "y": 1.0, "font": { "size": 16 }, "text": "User Based", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~pgoodridge", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.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": "2018-09-19 01:01:10", "mapbox_access_tokens": null, "has_password": null, "username": "pgoodridge", "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-18T04:22:01.680890Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cragard/130.embed", "fid": "cragard:130", "filename": "Number of New Sv Captures By Date for 2019.html", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/cragard:130/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/cragard:130/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cragard/130/8_RT9PVSS2Q7YHEK6E3SCS23JTPZKVPM.png", "list-thumb": "https://api.plotly.com/v2/files/cragard:130/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cragard:130", "plots": "https://api.plotly.com/v2/plots/cragard:130", "parent": "https://api.plotly.com/v2/folders/home?user=cragard" }, "owner": "cragard", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Number of New Sv Captures By Date", "views": 1, "web_url": "https://chart-studio.plotly.com/~cragard/130/number-of-new-sv-captures-by-date/", "world_readable": true, "date_modified": "2019-06-18T04:22:02.122Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cragard/130/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "9f9a820d-deb7-4e7b-83f6-211532a2bf4f", "mode": "lines+markers", "name": "New", "type": "scatter", "xsrc": "cragard:131:a06d4f", "ysrc": "cragard:131:b476da" }, { "uid": "95c73c8e-8aa0-4e3c-a8a5-1d72909b8310", "mode": "lines+markers", "name": "Sightings", "type": "scatter", "xsrc": "cragard:131:a06d4f", "ysrc": "cragard:131:487fca" }, { "uid": "2215b4ac-a65c-4e7e-aea8-d3127d67bdc0", "mode": "lines+markers", "name": "Cumulative", "type": "scatter", "xsrc": "cragard:131:a06d4f", "ysrc": "cragard:131:cd514e" } ], "layout": { "title": { "font": { "size": 20 }, "text": "Number of New Sv Captures By Date" }, "xaxis": { "title": { "font": { "size": 18 }, "text": "Date" } }, "yaxis": { "title": { "font": { "size": 18 }, "text": "Number of New Captures" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cragard", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "ChrisA", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-01-31 16:27:17", "mapbox_access_tokens": null, "has_password": null, "username": "cragard", "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-18T04:20:55.759408Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pgoodridge/76.embed", "fid": "pgoodridge:76", "filename": "plot from API (8)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/pgoodridge:76/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/pgoodridge:76/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pgoodridge/76/8_2947I4EUBEWHVZGNMBZWIKN09B4VY6.png", "list-thumb": "https://api.plotly.com/v2/files/pgoodridge:76/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pgoodridge:76", "plots": "https://api.plotly.com/v2/plots/pgoodridge:76", "parent": "https://api.plotly.com/v2/folders/home?user=pgoodridge" }, "owner": "pgoodridge", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "KNN Basic", "views": 0, "web_url": "https://chart-studio.plotly.com/~pgoodridge/76/knn-basic/", "world_readable": true, "date_modified": "2019-06-18T04:20:56.248Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pgoodridge/76/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines+markers", "name": "cosine", "type": "scatter", "xsrc": "pgoodridge:77:46f849", "ysrc": "pgoodridge:77:4359ea", "xaxis": "x1", "yaxis": "y1" }, { "mode": "lines+markers", "name": "pearson", "type": "scatter", "xsrc": "pgoodridge:77:46f849", "ysrc": "pgoodridge:77:487efa", "xaxis": "x1", "yaxis": "y1" }, { "mode": "lines+markers", "name": "pearson_baseline", "type": "scatter", "xsrc": "pgoodridge:77:46f849", "ysrc": "pgoodridge:77:86fa91", "xaxis": "x1", "yaxis": "y1" }, { "mode": "lines+markers", "name": "cosine", "type": "scatter", "xsrc": "pgoodridge:77:46f849", "ysrc": "pgoodridge:77:15cd74", "xaxis": "x2", "yaxis": "y2" }, { "mode": "lines+markers", "name": "pearson", "type": "scatter", "xsrc": "pgoodridge:77:46f849", "ysrc": "pgoodridge:77:b01a73", "xaxis": "x2", "yaxis": "y2" }, { "mode": "lines+markers", "name": "pearson_baseline", "type": "scatter", "xsrc": "pgoodridge:77:46f849", "ysrc": "pgoodridge:77:4cc705", "xaxis": "x2", "yaxis": "y2" } ], "layout": { "title": "KNN Basic", "xaxis1": { "title": "K", "anchor": "y1", "domain": [ 0.0, 0.45 ] }, "xaxis2": { "title": "K", "anchor": "y2", "domain": [ 0.55, 1.0 ] }, "yaxis1": { "title": "RMSE", "anchor": "x1", "domain": [ 0.0, 1.0 ] }, "yaxis2": { "anchor": "x2", "domain": [ 0.0, 1.0 ] }, "annotations": [ { "x": 0.225, "y": 1.0, "font": { "size": 16 }, "text": "Item Based", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.775, "y": 1.0, "font": { "size": 16 }, "text": "User Based", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~pgoodridge", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.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": "2018-09-19 01:01:10", "mapbox_access_tokens": null, "has_password": null, "username": "pgoodridge", "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-18T04:18:12.412773Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~maoyujun/0.embed", "fid": "maoyujun:0", "filename": "basic-line", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/maoyujun:0/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/maoyujun/0/2_UUOZV464ZNJKLMXO8Q5JVH9RNEX9SD.png", "block-thumb": "https://api.plotly.com/v2/files/maoyujun:0/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/maoyujun:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/maoyujun:0", "plots": "https://api.plotly.com/v2/plots/maoyujun:0", "parent": "https://api.plotly.com/v2/folders/home?user=maoyujun" }, "owner": "maoyujun", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Average PM2.5 Concentration", "views": 16, "web_url": "https://chart-studio.plotly.com/~maoyujun/0/average-pm25-concentration/", "world_readable": true, "date_modified": "2019-06-26T06:38:20.527Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~maoyujun/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "69df4657-f736-45c0-a80c-84215d548658", "mode": "lines", "name": "Beijing", "type": "scatter", "xsrc": "maoyujun:1:90284b", "ysrc": "maoyujun:1:5429e2" }, { "uid": "220e8c8e-978c-4445-8155-3a5948921058", "mode": "lines", "name": "Shanghai", "type": "scatter", "xsrc": "maoyujun:1:90284b", "ysrc": "maoyujun:1:21cac1" }, { "uid": "76f856f7-52f7-4738-aa50-9811d2022d39", "mode": "lines", "name": "Guangzhou", "type": "scatter", "xsrc": "maoyujun:1:90284b", "ysrc": "maoyujun:1:098fd5" }, { "uid": "65aafd1c-9c86-44ea-a2b0-b872bc55e9ee", "mode": "lines", "name": "Shenyang", "type": "scatter", "xsrc": "maoyujun:1:90284b", "ysrc": "maoyujun:1:6bac72" }, { "uid": "698033c0-3cee-4b0e-b545-d21858a93b64", "mode": "lines", "name": "Chengdu", "type": "scatter", "xsrc": "maoyujun:1:90284b", "ysrc": "maoyujun:1:cad112" } ], "layout": { "title": { "text": "Average PM2.5 Concentration" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~maoyujun", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/19.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-06-18 04:12:13", "mapbox_access_tokens": null, "has_password": null, "username": "maoyujun", "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-18T04:17:42.206107Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~remmelh/9.embed", "fid": "remmelh:9", "filename": "trip2-leg", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/remmelh:9/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/remmelh:9/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/remmelh/9/8_L0KG5EG14TTJEDDLB1JET4HK270NF2.png", "list-thumb": "https://api.plotly.com/v2/files/remmelh:9/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/remmelh:9", "plots": "https://api.plotly.com/v2/plots/remmelh:9", "parent": "https://api.plotly.com/v2/folders/home?user=remmelh" }, "owner": "remmelh", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~remmelh/9/", "world_readable": true, "date_modified": "2019-06-18T04:17:42.247Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~remmelh/9/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "L=22", "type": "surface", "zsrc": "remmelh:8:3cb041", "frame": null, "colorbar": { "y": 1, "len": 0.25, "title": "", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": [ [ "0", "rgb(255,112,183)" ], [ "1", "rgb(128,0,64)" ] ] }, { "name": "L=79", "type": "surface", "zsrc": "remmelh:8:b80708", "frame": null, "opacity": 0.8, "colorbar": { "y": 0.75, "len": 0.25, "title": "", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": [ [ "0", "rgb(76,228,126)" ], [ "1", "rgb(15,202,77)" ] ] }, { "name": "L=100", "type": "surface", "zsrc": "remmelh:8:7fb7a2", "frame": null, "opacity": 0.6, "colorbar": { "y": 0.5, "len": 0.25, "title": "", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": [ [ "0", "rgb(107,184,214)" ], [ "1", "rgb(0,90,124)" ] ] } ], "layout": { "scene": { "xaxis": { "title": "Credibility" }, "yaxis": { "title": "Salience" }, "zaxis": { "title": "Motivation" } }, "title": "Interactions at levels of legitimacy", "legend": { "y": 0.25, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~remmelh", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.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 16:56:11", "mapbox_access_tokens": null, "has_password": null, "username": "remmelh", "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-18T04:16:54.525408Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pgoodridge/74.embed", "fid": "pgoodridge:74", "filename": "plot from API (7)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/pgoodridge:74/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/pgoodridge:74/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pgoodridge/74/8_6EXMD7VVLFHDK9YI9383CANVW7L0UO.png", "list-thumb": "https://api.plotly.com/v2/files/pgoodridge:74/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pgoodridge:74", "plots": "https://api.plotly.com/v2/plots/pgoodridge:74", "parent": "https://api.plotly.com/v2/folders/home?user=pgoodridge" }, "owner": "pgoodridge", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Distribution of Average Movie Ratings", "views": 0, "web_url": "https://chart-studio.plotly.com/~pgoodridge/74/distribution-of-average-movie-ratings/", "world_readable": true, "date_modified": "2019-06-18T04:16:55.036Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pgoodridge/74/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "histogram", "xsrc": "pgoodridge:75:ca45db" } ], "layout": { "title": "Distribution of Average Movie Ratings", "xaxis": { "title": "avg rating" }, "yaxis": { "title": "Movies" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~pgoodridge", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.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": "2018-09-19 01:01:10", "mapbox_access_tokens": null, "has_password": null, "username": "pgoodridge", "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-18T04:16:53.049398Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pgoodridge/72.embed", "fid": "pgoodridge:72", "filename": "plot from API (18)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/pgoodridge:72/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/pgoodridge:72/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pgoodridge/72/8_6TLU8ZLZ5QWS6G0CTS0ITQDC5ESHHH.png", "list-thumb": "https://api.plotly.com/v2/files/pgoodridge:72/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pgoodridge:72", "plots": "https://api.plotly.com/v2/plots/pgoodridge:72", "parent": "https://api.plotly.com/v2/folders/home?user=pgoodridge" }, "owner": "pgoodridge", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Distribution of Average User Ratings", "views": 0, "web_url": "https://chart-studio.plotly.com/~pgoodridge/72/distribution-of-average-user-ratings/", "world_readable": true, "date_modified": "2019-06-18T04:16:53.547Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pgoodridge/72/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "histogram", "xsrc": "pgoodridge:73:8f749c" } ], "layout": { "title": "Distribution of Average User Ratings", "xaxis": { "title": "avg rating" }, "yaxis": { "title": "Users" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~pgoodridge", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.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": "2018-09-19 01:01:10", "mapbox_access_tokens": null, "has_password": null, "username": "pgoodridge", "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-18T04:15:58.235546Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~HannahLD/3.embed", "fid": "HannahLD:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/HannahLD:3/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/HannahLD/3/2_NOE1MQKN235SJWE4WD9U3SRC9WY4W4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/HannahLD/3/8_FHIAFRW275W71E0JQLFVZ1KLME3MGZ.png", "list-thumb": "https://api.plotly.com/v2/files/HannahLD:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/HannahLD:3", "plots": "https://api.plotly.com/v2/plots/HannahLD:3", "parent": "https://api.plotly.com/v2/folders/home?user=HannahLD" }, "owner": "HannahLD", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 20, "web_url": "https://chart-studio.plotly.com/~HannahLD/3/", "world_readable": true, "date_modified": "2019-06-23T23:09:05.280Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~HannahLD/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 2 }, "meta": { "columnNames": { "y": "Bushfire Prone", "text": "Bushfire Prone" } }, "name": "Bushfire-Prone", "type": "box", "ysrc": "HannahLD:2:9c073f", "width": 0, "jitter": 0.52, "marker": { "size": 4, "color": "rgb(158, 160, 168)" }, "boxmean": false, "notched": false, "textsrc": "HannahLD:2:9c073f", "visible": true, "pointpos": -2, "boxpoints": "all", "hoverinfo": "x+y+name", "hoverlabel": { "namelength": 16 }, "hovertemplate": "" }, { "meta": { "columnNames": { "y": "Not bushfire prone" } }, "mode": "markers", "name": "Not Bushfire-Prone", "type": "box", "ysrc": "HannahLD:2:84d4b6", "jitter": 1, "marker": { "size": 4, "color": "rgb(0, 0, 0)" }, "boxmean": false, "visible": true, "pointpos": -2, "boxpoints": "all", "fillcolor": "rgba(0, 0, 0, 0.5)", "orientation": "v", "whiskerwidth": 0.37 } ], "frames": [], "layout": { "font": { "size": 15, "family": "Balto" }, "title": { "x": 0.18, "font": { "family": "Arial" }, "text": "" }, "xaxis": { "type": "category", "range": [ -0.5045045045045045, 1.5 ], "title": { "font": { "size": 17, "color": "rgb(0, 0, 0)" }, "text": "Property category" }, "domain": [ 0, 1 ], "showgrid": false, "showline": false, "zeroline": true, "autorange": true, "rangeslider": { "range": [ -0.5044843049327354, 1.5 ], "yaxis": {}, "visible": false, "autorange": true }, "zerolinecolor": "rgb(183, 187, 196)", "zerolinewidth": 1 }, "yaxis": { "side": "left", "range": [ -0.3837456194599051, 10.238476602762315 ], "ticks": "outside", "title": { "font": { "size": 17, "color": "rgb(0, 0, 0)" }, "text": "Rate of property sale price increase per month (%)" }, "anchor": "x", "domain": [ 0, 1 ], "mirror": false, "nticks": 21, "showgrid": false, "showline": true, "autorange": false, "gridwidth": 1, "linecolor": "rgb(175, 177, 181)", "zerolinecolor": "rgb(178, 181, 189)", "zerolinewidth": 1, "separatethousands": false }, "boxgap": 0.86, "margin": { "b": 67, "l": 65, "r": 500, "pad": 11 }, "boxmode": "overlay", "modebar": { "color": "rgba(255, 255, 255, 0.3)", "activecolor": "rgba(255, 255, 255, 0.7)", "orientation": "v" }, "autosize": true, "dragmode": "zoom", "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" }, "hovermode": "closest", "showlegend": false, "boxgroupgap": 0.44 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~HannahLD", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.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-06-17 07:37:14", "mapbox_access_tokens": null, "has_password": null, "username": "HannahLD", "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-18T04:13:10.667018Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Riyanka8/2.embed", "fid": "Riyanka8:2", "filename": "pandas-multiple-scatter", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Riyanka8:2/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Riyanka8:2/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/Riyanka8:2/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/Riyanka8:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Riyanka8:2", "plots": "https://api.plotly.com/v2/plots/Riyanka8:2", "parent": "https://api.plotly.com/v2/folders/home?user=Riyanka8" }, "owner": "Riyanka8", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Life Expectancy vs GDP per Capita", "views": 0, "web_url": "https://chart-studio.plotly.com/~Riyanka8/2/life-expectancy-vs-gdp-per-capita/", "world_readable": true, "date_modified": "2019-06-18T04:13:11.148Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Riyanka8/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "379cfa0d-fd00-4b98-99cf-5ced0b86efa4", "mode": "markers", "name": "2007", "type": "scatter", "xsrc": "Riyanka8:3:051a41", "ysrc": "Riyanka8:3:6b8eb0", "textsrc": "Riyanka8:3:c4d69a" } ], "layout": { "xaxis": { "type": "log", "title": { "text": "GDP per Capita" } }, "yaxis": { "title": { "text": "Life Expectancy" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Riyanka8", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/78.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-06-18 04:05:14", "mapbox_access_tokens": null, "has_password": null, "username": "Riyanka8", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "