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=cD0yMDI0LTA0LTEwKzEzJTNBNDElM0EyNC41ODk4OTclMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTEwKzEzJTNBMzUlM0EwOC4wODg5NDQlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xMCsxMyUzQTQxJTNBMjEuMDMwMjA3JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-10T13:41:21.030207Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/736.embed", "fid": "gbs24:736", "filename": "Ship_Old_Type248", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/736/9_TM2Y0GD73VZPF0FVYEJMQ6QAGB2PQW.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/736/2_5P7A2THLVWIYLEULAVVBN22EM20KCI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/736/8_CI20ZGRRNNTQACCFQQ5OJGX45E5NVA.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/736/9_TM2Y0GD73VZPF0FVYEJMQ6QAGB2PQW.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:736", "plots": "https://api.plotly.com/v2/plots/gbs24:736", "parent": "https://api.plotly.com/v2/folders/home?user=gbs24" }, "owner": "gbs24", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~gbs24/736/", "world_readable": true, "date_modified": "2024-04-10T13:41:21.040Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/736/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "type": "contour", "xsrc": "gbs24:735:4724f4", "ysrc": "gbs24:735:6ff5bd", "zsrc": "gbs24:735:28520e", "frame": null, "xaxis": "x", "yaxis": "y", "colorbar": { "y": 1, "len": 0.5, "title": "conc", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": "Jet" } ], "layout": { "scene": { "zaxis": { "title": "conc" } }, "xaxis": { "title": "x", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "y", "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gbs24", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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-05-28 09:57:46", "mapbox_access_tokens": null, "has_password": null, "username": "gbs24", "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": "2024-04-10T13:41:17.972041Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/734.embed", "fid": "gbs24:734", "filename": "Ship_New_Type247", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/734/9_91HG4RKGF8U0OD3XL6KIVCB93576AC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/734/2_TTB6DH9G0DLLZUIAX80MCV9W93MTG1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/734/8_RT34GYBMZ5L1UUDVUVQ24K39F4GYUV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/734/9_91HG4RKGF8U0OD3XL6KIVCB93576AC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:734", "plots": "https://api.plotly.com/v2/plots/gbs24:734", "parent": "https://api.plotly.com/v2/folders/home?user=gbs24" }, "owner": "gbs24", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~gbs24/734/", "world_readable": true, "date_modified": "2024-04-10T13:41:17.982Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/734/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "type": "contour", "xsrc": "gbs24:733:1099a6", "ysrc": "gbs24:733:361e0f", "zsrc": "gbs24:733:f6748b", "frame": null, "xaxis": "x", "yaxis": "y", "colorbar": { "y": 1, "len": 0.5, "title": "conc", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": "Jet" } ], "layout": { "scene": { "zaxis": { "title": "conc" } }, "xaxis": { "title": "x", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "y", "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gbs24", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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-05-28 09:57:46", "mapbox_access_tokens": null, "has_password": null, "username": "gbs24", "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": "2024-04-10T13:41:14.889770Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/732.embed", "fid": "gbs24:732", "filename": "Ship_Old_Type247", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/732/9_TJDPC6CBJJZR0WEDVDG57NZQ7Q1GSE.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/732/2_CQJYWK6F07WI7DFQ84WUSCDHBOLFCR.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/732/8_QJIKIXOJQQ1P9G4BD8BHMX83GC1J9R.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/732/9_TJDPC6CBJJZR0WEDVDG57NZQ7Q1GSE.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:732", "plots": "https://api.plotly.com/v2/plots/gbs24:732", "parent": "https://api.plotly.com/v2/folders/home?user=gbs24" }, "owner": "gbs24", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~gbs24/732/", "world_readable": true, "date_modified": "2024-04-10T13:41:14.902Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/732/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "type": "contour", "xsrc": "gbs24:731:6e16b7", "ysrc": "gbs24:731:b2c415", "zsrc": "gbs24:731:53a3f7", "frame": null, "xaxis": "x", "yaxis": "y", "colorbar": { "y": 1, "len": 0.5, "title": "conc", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": "Jet" } ], "layout": { "scene": { "zaxis": { "title": "conc" } }, "xaxis": { "title": "x", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "y", "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gbs24", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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-05-28 09:57:46", "mapbox_access_tokens": null, "has_password": null, "username": "gbs24", "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": "2024-04-10T13:41:11.690006Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/730.embed", "fid": "gbs24:730", "filename": "Ship_New_Type246", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/730/9_XSGWINVNA1SM93R68P52GKLTGR7L19.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/730/2_77CE5QMYDM7EIU6NWISK0WGCDPKZKJ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/730/8_SD5QDVCB7SSVH1LXBVMYGUP7IASNQO.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/730/9_XSGWINVNA1SM93R68P52GKLTGR7L19.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:730", "plots": "https://api.plotly.com/v2/plots/gbs24:730", "parent": "https://api.plotly.com/v2/folders/home?user=gbs24" }, "owner": "gbs24", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~gbs24/730/", "world_readable": true, "date_modified": "2024-04-10T13:41:11.702Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/730/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "type": "contour", "xsrc": "gbs24:729:ce2b23", "ysrc": "gbs24:729:55e686", "zsrc": "gbs24:729:daf813", "frame": null, "xaxis": "x", "yaxis": "y", "colorbar": { "y": 1, "len": 0.5, "title": "conc", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": "Jet" } ], "layout": { "scene": { "zaxis": { "title": "conc" } }, "xaxis": { "title": "x", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "y", "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gbs24", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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-05-28 09:57:46", "mapbox_access_tokens": null, "has_password": null, "username": "gbs24", "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": "2024-04-10T13:41:08.587156Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/728.embed", "fid": "gbs24:728", "filename": "Ship_Old_Type246", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/728/9_EVCZJJQ16E5781328RPZYYING91ZHA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/728/2_OAP6APYHS7KGNSPLJ9FQATUTC22FDD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/728/8_0F3WM3224HLD5R6B721NOLBSFH8KSR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/728/9_EVCZJJQ16E5781328RPZYYING91ZHA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:728", "plots": "https://api.plotly.com/v2/plots/gbs24:728", "parent": "https://api.plotly.com/v2/folders/home?user=gbs24" }, "owner": "gbs24", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~gbs24/728/", "world_readable": true, "date_modified": "2024-04-10T13:41:08.596Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/728/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "type": "contour", "xsrc": "gbs24:727:f610b6", "ysrc": "gbs24:727:ec8484", "zsrc": "gbs24:727:dc8462", "frame": null, "xaxis": "x", "yaxis": "y", "colorbar": { "y": 1, "len": 0.5, "title": "conc", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": "Jet" } ], "layout": { "scene": { "zaxis": { "title": "conc" } }, "xaxis": { "title": "x", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "y", "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gbs24", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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-05-28 09:57:46", "mapbox_access_tokens": null, "has_password": null, "username": "gbs24", "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": "2024-04-10T13:41:05.542054Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/726.embed", "fid": "gbs24:726", "filename": "Ship_New_Type245", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/726/9_RFYQ0J6AU6EKZ76UUHYJKC6J2WQPH0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/726/2_QBM71FBGXM3VU8Y6P70AUAGZTUOYPZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/726/8_4UGNJGO21CVIWPNANX37WINFZHL4KO.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/726/9_RFYQ0J6AU6EKZ76UUHYJKC6J2WQPH0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:726", "plots": "https://api.plotly.com/v2/plots/gbs24:726", "parent": "https://api.plotly.com/v2/folders/home?user=gbs24" }, "owner": "gbs24", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~gbs24/726/", "world_readable": true, "date_modified": "2024-04-10T13:41:05.553Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/726/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "type": "contour", "xsrc": "gbs24:725:4ae221", "ysrc": "gbs24:725:62c7ed", "zsrc": "gbs24:725:8a0dbb", "frame": null, "xaxis": "x", "yaxis": "y", "colorbar": { "y": 1, "len": 0.5, "title": "conc", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": "Jet" } ], "layout": { "scene": { "zaxis": { "title": "conc" } }, "xaxis": { "title": "x", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "y", "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gbs24", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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-05-28 09:57:46", "mapbox_access_tokens": null, "has_password": null, "username": "gbs24", "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": "2024-04-10T13:41:02.251768Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/724.embed", "fid": "gbs24:724", "filename": "Ship_Old_Type245", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/724/9_A73KM1PGS73QS2Z35L4VJAATXDCR3O.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/724/2_K9CDX3YU2SAD2FTAO8TN1WZ6292H2T.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/724/8_PWIT5VX6HRT6CI2LJR27B4KQOMVQ83.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/724/9_A73KM1PGS73QS2Z35L4VJAATXDCR3O.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:724", "plots": "https://api.plotly.com/v2/plots/gbs24:724", "parent": "https://api.plotly.com/v2/folders/home?user=gbs24" }, "owner": "gbs24", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~gbs24/724/", "world_readable": true, "date_modified": "2024-04-10T13:41:02.264Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/724/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "type": "contour", "xsrc": "gbs24:723:926a81", "ysrc": "gbs24:723:3d39f3", "zsrc": "gbs24:723:ab548e", "frame": null, "xaxis": "x", "yaxis": "y", "colorbar": { "y": 1, "len": 0.5, "title": "conc", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": "Jet" } ], "layout": { "scene": { "zaxis": { "title": "conc" } }, "xaxis": { "title": "x", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "y", "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gbs24", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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-05-28 09:57:46", "mapbox_access_tokens": null, "has_password": null, "username": "gbs24", "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": "2024-04-10T13:35:14.166245Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/722.embed", "fid": "gbs24:722", "filename": "Gas_New_Type244", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/722/9_92C0SEUKUJKSZWRSSMAHZVA07CA9PA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/722/2_HLRJIPJUN9V4WMQO8BQW1T1WVIJLT2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/722/8_BKGF9EZORJ2GI0U2VUJ87WKJBFGHHR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/722/9_92C0SEUKUJKSZWRSSMAHZVA07CA9PA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:722", "plots": "https://api.plotly.com/v2/plots/gbs24:722", "parent": "https://api.plotly.com/v2/folders/home?user=gbs24" }, "owner": "gbs24", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~gbs24/722/", "world_readable": true, "date_modified": "2024-04-10T13:35:14.179Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/722/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "type": "contour", "xsrc": "gbs24:721:ece70e", "ysrc": "gbs24:721:5e79bf", "zsrc": "gbs24:721:dcabe1", "frame": null, "xaxis": "x", "yaxis": "y", "colorbar": { "y": 1, "len": 0.5, "title": "conc", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": "Jet" } ], "layout": { "scene": { "zaxis": { "title": "conc" } }, "xaxis": { "title": "x", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "y", "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gbs24", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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-05-28 09:57:46", "mapbox_access_tokens": null, "has_password": null, "username": "gbs24", "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": "2024-04-10T13:35:11.142064Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/720.embed", "fid": "gbs24:720", "filename": "Gas_Old_Type244", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/720/9_IOPZQ04X1U0MN1NMOTZHHJMHF9GBM4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/720/2_IG8X820D1L7W0EZ3JMGYRZL3OF8T8T.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/720/8_SNPCX0L1PR091HHS3AM8J8L5A3ADVL.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/720/9_IOPZQ04X1U0MN1NMOTZHHJMHF9GBM4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:720", "plots": "https://api.plotly.com/v2/plots/gbs24:720", "parent": "https://api.plotly.com/v2/folders/home?user=gbs24" }, "owner": "gbs24", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~gbs24/720/", "world_readable": true, "date_modified": "2024-04-10T13:35:11.152Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/720/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "type": "contour", "xsrc": "gbs24:719:471b02", "ysrc": "gbs24:719:4bf0e0", "zsrc": "gbs24:719:5e0628", "frame": null, "xaxis": "x", "yaxis": "y", "colorbar": { "y": 1, "len": 0.5, "title": "conc", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": "Jet" } ], "layout": { "scene": { "zaxis": { "title": "conc" } }, "xaxis": { "title": "x", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "y", "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gbs24", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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-05-28 09:57:46", "mapbox_access_tokens": null, "has_password": null, "username": "gbs24", "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": "2024-04-10T13:35:08.088944Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/718.embed", "fid": "gbs24:718", "filename": "Gas_New_Type243", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/718/9_X3S322HT2G58YNU1ITRCOTMND17OW9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/718/2_KDA3SG093SV5L0YNL82N6XT0PZ4HNQ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/718/8_AHNC0F8U5QLS0I4ALU0NQAN31ACKSV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/718/9_X3S322HT2G58YNU1ITRCOTMND17OW9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:718", "plots": "https://api.plotly.com/v2/plots/gbs24:718", "parent": "https://api.plotly.com/v2/folders/home?user=gbs24" }, "owner": "gbs24", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~gbs24/718/", "world_readable": true, "date_modified": "2024-04-10T13:35:08.099Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/718/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "type": "contour", "xsrc": "gbs24:717:90a42c", "ysrc": "gbs24:717:7a823f", "zsrc": "gbs24:717:bda4fb", "frame": null, "xaxis": "x", "yaxis": "y", "colorbar": { "y": 1, "len": 0.5, "title": "conc", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": "Jet" } ], "layout": { "scene": { "zaxis": { "title": "conc" } }, "xaxis": { "title": "x", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "y", "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gbs24", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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-05-28 09:57:46", "mapbox_access_tokens": null, "has_password": null, "username": "gbs24", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "