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=cD0yMDE5LTAzLTIwKzE4JTNBMjQlM0EwNy42MTU5NjAlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzE4JTNBMjIlM0EwMy4wNzI2MjIlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsxOCUzQTI0JTNBMDMuNjc5OTEwJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-03-20T18:24:03.679910Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~bkaranfil/2.embed", "fid": "bkaranfil:2", "filename": "elevations-3d-surface-contours", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/bkaranfil:2/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/bkaranfil:2/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/bkaranfil:2/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/bkaranfil:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/bkaranfil:2", "plots": "https://api.plotly.com/v2/plots/bkaranfil:2", "parent": "https://api.plotly.com/v2/folders/home?user=bkaranfil" }, "owner": "bkaranfil", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~bkaranfil/2/", "world_readable": true, "date_modified": "2019-03-25T12:56:19.871Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~bkaranfil/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "2d138b95-761c-4de2-a563-3eef7416b7eb", "type": "surface", "zsrc": "bkaranfil:3:", "colorscale": "Earth", "autocolorscale": false } ], "layout": { "scene": { "xaxis": { "range": [ 0, 100 ], "nticks": 6 }, "yaxis": { "range": [ 0, 100 ], "nticks": 6 } }, "width": 700, "margin": { "b": 65, "l": 65, "r": 50, "t": 90 } } }, "height": null, "width": 700, "user": { "profile_url": "https://chart-studio.plotly.com/~bkaranfil", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.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-20 18:08:07", "mapbox_access_tokens": null, "has_password": null, "username": "bkaranfil", "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-20T18:24:02.325951Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~tchen0965/3.embed", "fid": "tchen0965:3", "filename": "3d-scatter-colorscale", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/tchen0965:3/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/tchen0965:3/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/tchen0965:3/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/tchen0965:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/tchen0965:3", "plots": "https://api.plotly.com/v2/plots/tchen0965:3", "parent": "https://api.plotly.com/v2/folders/home?user=tchen0965" }, "owner": "tchen0965", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 16, "web_url": "https://chart-studio.plotly.com/~tchen0965/3/", "world_readable": true, "date_modified": "2019-03-20T21:39:55.375Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~tchen0965/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "All relaxed calculations including Matgen structures", "type": "scatter3d", "xsrc": "tchen0965:4:8f9b95", "ysrc": "tchen0965:4:fb9943", "zsrc": "tchen0965:4:390076", "marker": { "size": 6, "opacity": 0.8, "colorsrc": "tchen0965:4:aff5ba", "showscale": true, "colorscale": "Jet" } } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "font": { "size": 18 }, "text": "xLi" }, "tickfont": { "size": 18 } }, "yaxis": { "type": "linear", "title": { "font": { "size": 18 }, "text": "xMn" }, "tickfont": { "size": 18 } }, "zaxis": { "type": "linear", "title": { "font": { "size": 18 }, "text": "xTi" }, "tickfont": { "size": 18 } }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": -1.9294647557053037, "y": 0.3383821809592261, "z": 0.16760548736755768 }, "center": { "x": -0.6447256513202222, "y": -0.016932103499724245, "z": -0.05315206647289694 }, "projection": { "type": "perspective" } }, "dragmode": "pan", "aspectmode": "auto", "aspectratio": { "x": 1.5874010519681996, "y": 0.7937005259840998, "z": 0.7937005259840998 } }, "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "autosize": true, "dragmode": "pan" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~tchen0965", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/57.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": "2018-06-12 04:02:58", "mapbox_access_tokens": null, "has_password": null, "username": "tchen0965", "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-20T18:23:15.534862Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ripan263/14.embed", "fid": "ripan263:14", "filename": "plot from API (7)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ripan263:14/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/ripan263:14/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/ripan263:14/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/ripan263:14/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ripan263:14", "plots": "https://api.plotly.com/v2/plots/ripan263:14", "parent": "https://api.plotly.com/v2/folders/home?user=ripan263" }, "owner": "ripan263", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Emergency vs Non Emergency", "views": 0, "web_url": "https://chart-studio.plotly.com/~ripan263/14/emergency-vs-non-emergency/", "world_readable": true, "date_modified": "2019-03-20T18:23:15.959Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ripan263/14/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "f7b30d93-31c4-400a-b1c1-2f914f77dbbf", "name": "Emergency", "type": "bar", "xsrc": "ripan263:15:10ff53", "ysrc": "ripan263:15:ba0b5b" }, { "uid": "26a4a5e7-49da-4e0d-874e-7b6972dedc6b", "name": "Non Emergency", "type": "bar", "xsrc": "ripan263:15:10ff53", "ysrc": "ripan263:15:6bad0e" } ], "layout": { "barmode": "group" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ripan263", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-02-11 09:47:49", "mapbox_access_tokens": null, "has_password": null, "username": "ripan263", "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-20T18:23:15.355766Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~tkarch/10.embed", "fid": "tkarch:10", "filename": "plot from API (5)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/tkarch:10/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/tkarch:10/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/tkarch:10/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/tkarch:10/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/tkarch:10", "plots": "https://api.plotly.com/v2/plots/tkarch:10", "parent": "https://api.plotly.com/v2/folders/home?user=tkarch" }, "owner": "tkarch", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "total, proceed, predicted", "views": 0, "web_url": "https://chart-studio.plotly.com/~tkarch/10/total-proceed-predicted/", "world_readable": true, "date_modified": "2019-03-20T18:23:15.807Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~tkarch/10/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "955b15e0-5915-4409-977c-4efb0d3958d6", "mode": "lines", "name": "total", "type": "scatter", "xsrc": "tkarch:11:75d7cb", "ysrc": "tkarch:11:1a0fef" }, { "uid": "ded33805-3219-464e-986a-8f6b176c2e81", "name": "proceed", "type": "bar", "xsrc": "tkarch:11:1b0285", "ysrc": "tkarch:11:a6cd5f" }, { "uid": "7575e32d-0ff9-43e7-84e6-e2a70efd8178", "name": "predicted", "type": "bar", "xsrc": "tkarch:11:1b0285", "ysrc": "tkarch:11:d2eb97" } ], "layout": { "barmode": "group" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~tkarch", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-19 15:32:08", "mapbox_access_tokens": null, "has_password": null, "username": "tkarch", "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-20T18:23:15.176676Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jasonhouzz/34.embed", "fid": "jasonhouzz:34", "filename": "styled-line", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jasonhouzz:34/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jasonhouzz:34/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/jasonhouzz:34/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/jasonhouzz:34/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jasonhouzz:34", "plots": "https://api.plotly.com/v2/plots/jasonhouzz:34", "parent": "https://api.plotly.com/v2/folders/home?user=jasonhouzz" }, "owner": "jasonhouzz", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "YOLO TESLA: Model 3 Sales - US vs Comp", "views": 16, "web_url": "https://chart-studio.plotly.com/~jasonhouzz/34/yolo-tesla-model-3-sales-us-vs-comp/", "world_readable": true, "date_modified": "2019-03-20T19:03:50.496Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jasonhouzz/34/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "283fa8ff-af3e-4e2e-9e8e-55c58a2c27ca", "name": "tesla model 3", "type": "scatter", "xsrc": "jasonhouzz:35:201257", "ysrc": "jasonhouzz:35:36c930" }, { "uid": "bf3b2637-a217-40a9-a740-bab293c6c799", "name": "bmw 3 series", "type": "scatter", "xsrc": "jasonhouzz:35:201257", "ysrc": "jasonhouzz:35:0078ec" }, { "uid": "ade336a3-e8bf-4802-bb32-05ef689b6cda", "name": "acura tlx", "type": "scatter", "xsrc": "jasonhouzz:35:201257", "ysrc": "jasonhouzz:35:dcd7a1" }, { "uid": "718755ab-190b-431b-a0e1-9cc96a59b3a9", "name": "honda accord", "type": "scatter", "xsrc": "jasonhouzz:35:201257", "ysrc": "jasonhouzz:35:2aeaf0" }, { "uid": "c34875f3-00ed-4554-b12f-6cdb78aa8669", "name": "prius family", "type": "scatter", "xsrc": "jasonhouzz:35:201257", "ysrc": "jasonhouzz:35:7192f0" } ], "layout": { "title": { "text": "YOLO TESLA: Model 3 Sales - US vs Comp" }, "xaxis": { "title": { "text": "Month 2018" } }, "yaxis": { "title": { "text": "Sales" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jasonhouzz", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-09-08 22:02:19", "mapbox_access_tokens": null, "has_password": null, "username": "jasonhouzz", "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-20T18:22:43.428349Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gasparian/121.embed", "fid": "gasparian:121", "filename": "3074457345902744610_2018-03", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/gasparian:121/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gasparian/121/2_313DXI386EIF1RL7LXTLG50TAJDYAX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gasparian/121/8_DUZZXGFXNERF2KS8TE7XNQ6F9742WX.png", "list-thumb": "https://api.plotly.com/v2/files/gasparian:121/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gasparian:121", "plots": "https://api.plotly.com/v2/plots/gasparian:121", "parent": "https://api.plotly.com/v2/folders/home?user=gasparian" }, "owner": "gasparian", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "<br>Collaboration network (295 users)", "views": 5, "web_url": "https://chart-studio.plotly.com/~gasparian/121/collaboration-network-295-users/", "world_readable": true, "date_modified": "2019-03-20T18:22:44.578Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gasparian/121/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 0.5, "colorsrc": "gasparian:122:7c9a40", "colorscale": "Greys" }, "mode": "lines", "type": "scatter3d", "xsrc": "gasparian:122:de6f3b", "ysrc": "gasparian:122:9f3e69", "zsrc": "gasparian:122:b5cde8", "hoverinfo": "none" }, { "mode": "markers", "type": "scatter3d", "xsrc": "gasparian:122:478b6e", "ysrc": "gasparian:122:6d1dde", "zsrc": "gasparian:122:b1adb5", "marker": { "line": { "width": 2 }, "size": 6, "colorbar": { "xanchor": "left", "thickness": 15, "titleside": "right" }, "colorsrc": "gasparian:122:14c70d", "showscale": true, "colorscale": "Picnic", "reversescale": false }, "textsrc": "gasparian:122:0b835d", "hoverinfo": "text" } ], "layout": { "scene": { "xaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "zaxis": { "showgrid": false, "zeroline": false, "showticklabels": false } }, "title": "<br>Collaboration network (295 users)", "titlefont": { "size": 14 }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gasparian", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/89.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": "2017-11-16 08:56:42", "mapbox_access_tokens": null, "has_password": null, "username": "gasparian", "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-20T18:22:30.835977Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gasparian/119.embed", "fid": "gasparian:119", "filename": "3074457345902744610_2019-02", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/gasparian:119/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gasparian/119/2_DEDNU3GRJJ8BI8RLDKUW99FIR3OYTF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gasparian/119/8_HN7J4UQLLOVT5V9L2F6CEHO6JVO39O.png", "list-thumb": "https://api.plotly.com/v2/files/gasparian:119/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gasparian:119", "plots": "https://api.plotly.com/v2/plots/gasparian:119", "parent": "https://api.plotly.com/v2/folders/home?user=gasparian" }, "owner": "gasparian", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "<br>Collaboration network (927 users)", "views": 10, "web_url": "https://chart-studio.plotly.com/~gasparian/119/collaboration-network-927-users/", "world_readable": true, "date_modified": "2019-03-20T18:22:31.975Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gasparian/119/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 0.5, "colorsrc": "gasparian:120:f3ba5c", "colorscale": "Greys" }, "mode": "lines", "type": "scatter3d", "xsrc": "gasparian:120:2c0124", "ysrc": "gasparian:120:bea8a8", "zsrc": "gasparian:120:069336", "hoverinfo": "none" }, { "mode": "markers", "type": "scatter3d", "xsrc": "gasparian:120:1d308d", "ysrc": "gasparian:120:117ffd", "zsrc": "gasparian:120:b90dff", "marker": { "line": { "width": 2 }, "size": 6, "colorbar": { "xanchor": "left", "thickness": 15, "titleside": "right" }, "colorsrc": "gasparian:120:905fce", "showscale": true, "colorscale": "Picnic", "reversescale": false }, "textsrc": "gasparian:120:059af5", "hoverinfo": "text" } ], "layout": { "scene": { "xaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "zaxis": { "showgrid": false, "zeroline": false, "showticklabels": false } }, "title": "<br>Collaboration network (927 users)", "titlefont": { "size": 14 }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gasparian", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/89.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": "2017-11-16 08:56:42", "mapbox_access_tokens": null, "has_password": null, "username": "gasparian", "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-20T18:22:21.239468Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~tkarch/8.embed", "fid": "tkarch:8", "filename": "plot from API (4)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/tkarch:8/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/tkarch:8/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/tkarch:8/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/tkarch:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/tkarch:8", "plots": "https://api.plotly.com/v2/plots/tkarch:8", "parent": "https://api.plotly.com/v2/folders/home?user=tkarch" }, "owner": "tkarch", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "total, proceed, predicted", "views": 0, "web_url": "https://chart-studio.plotly.com/~tkarch/8/total-proceed-predicted/", "world_readable": true, "date_modified": "2019-03-20T18:22:21.643Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~tkarch/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "769868cf-660d-4ebe-b2fb-a940444f492a", "name": "total", "type": "scatter", "xsrc": "tkarch:9:e77e03", "ysrc": "tkarch:9:6a1d9a" }, { "uid": "f72d03a0-37af-491e-8e52-2db36f3abdf6", "name": "proceed", "type": "bar", "xsrc": "tkarch:9:bc9b2e", "ysrc": "tkarch:9:f3b904" }, { "uid": "1d26d113-8d0e-46c9-8edc-05bd07d5a62f", "name": "predicted", "type": "bar", "xsrc": "tkarch:9:bc9b2e", "ysrc": "tkarch:9:612d07" } ], "layout": { "barmode": "group" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~tkarch", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-19 15:32:08", "mapbox_access_tokens": null, "has_password": null, "username": "tkarch", "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-20T18:22:16.937483Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ripan263/12.embed", "fid": "ripan263:12", "filename": "plot from API (6)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ripan263:12/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/ripan263:12/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/ripan263:12/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/ripan263:12/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ripan263:12", "plots": "https://api.plotly.com/v2/plots/ripan263:12", "parent": "https://api.plotly.com/v2/folders/home?user=ripan263" }, "owner": "ripan263", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Emergency vs Non Emergency", "views": 0, "web_url": "https://chart-studio.plotly.com/~ripan263/12/emergency-vs-non-emergency/", "world_readable": true, "date_modified": "2019-03-20T18:22:17.465Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ripan263/12/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "6f1fa9e4-f524-401b-8e79-eaf79979050c", "name": "Emergency", "type": "bar", "xsrc": "ripan263:13:eeb3bf", "ysrc": "ripan263:13:38a989" }, { "uid": "f44462b6-4c2f-4990-bee7-5fe32a340b55", "name": "Non Emergency", "type": "bar", "xsrc": "ripan263:13:eeb3bf", "ysrc": "ripan263:13:93c93d" } ], "layout": { "barmode": "group" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ripan263", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-02-11 09:47:49", "mapbox_access_tokens": null, "has_password": null, "username": "ripan263", "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-20T18:22:03.072622Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~tkarch/6.embed", "fid": "tkarch:6", "filename": "plot from API (3)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/tkarch:6/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/tkarch:6/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/tkarch:6/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/tkarch:6/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/tkarch:6", "plots": "https://api.plotly.com/v2/plots/tkarch:6", "parent": "https://api.plotly.com/v2/folders/home?user=tkarch" }, "owner": "tkarch", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "total, proceed, predicted", "views": 0, "web_url": "https://chart-studio.plotly.com/~tkarch/6/total-proceed-predicted/", "world_readable": true, "date_modified": "2019-03-20T18:22:03.626Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~tkarch/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "f3a219b9-b1a3-425d-93e9-77622a3744c1", "name": "total", "type": "scatter", "xsrc": "tkarch:7:346b46", "ysrc": "tkarch:7:3a735f" }, { "uid": "bbfa8645-d0d4-44ec-8b2f-33b1d023747a", "name": "proceed", "type": "bar", "xsrc": "tkarch:7:01d483", "ysrc": "tkarch:7:fc0fa0" }, { "uid": "edbfee86-beda-4c0a-a01f-6347cd393673", "name": "predicted", "type": "bar", "xsrc": "tkarch:7:01d483", "ysrc": "tkarch:7:c8ba3e" } ], "layout": { "barmode": "group" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~tkarch", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-19 15:32:08", "mapbox_access_tokens": null, "has_password": null, "username": "tkarch", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "