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=cD0yMDI0LTA0LTEwKzEzJTNBMzUlM0EwOC4wODg5NDQlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTEwKzEzJTNBMzElM0EyMC43OTMyNjklMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xMCsxMyUzQTM1JTNBMDUuMDE4NTA1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-10T13:35:05.018505Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/716.embed", "fid": "gbs24:716", "filename": "Gas_Old_Type243", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/716/9_JYMX9PJN1MPKJH05CMPAIL90XF7Z88.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/716/2_6SZY7ALR08KYNZS3QTP319RH5ZOZD5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/716/8_FV5AOAOK6KNRJN8ZLVAWUOHZCAPBUH.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/716/9_JYMX9PJN1MPKJH05CMPAIL90XF7Z88.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:716", "plots": "https://api.plotly.com/v2/plots/gbs24:716", "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/716/", "world_readable": true, "date_modified": "2024-04-10T13:35:05.030Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/716/", "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:715:3c4bac", "ysrc": "gbs24:715:95dc93", "zsrc": "gbs24:715:8be183", "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:01.527085Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/714.embed", "fid": "gbs24:714", "filename": "Gas_New_Type242", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/714/9_NPVTB2G6FNSI9ER0ELBFFGL1FX49Y0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/714/2_JSW2EMUO031LGZVB35SCLX7P94P8IG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/714/8_W3HRGJ2XAL7T4K48RHVJCCHMJERFHF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/714/9_NPVTB2G6FNSI9ER0ELBFFGL1FX49Y0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:714", "plots": "https://api.plotly.com/v2/plots/gbs24:714", "parent": "https://api.plotly.com/v2/folders/home?user=gbs24" }, "owner": "gbs24", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 4, "web_url": "https://chart-studio.plotly.com/~gbs24/714/", "world_readable": true, "date_modified": "2024-04-10T13:35:01.537Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/714/", "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:713:17512e", "ysrc": "gbs24:713:77cfe5", "zsrc": "gbs24:713:bf692c", "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:34:57.246067Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/712.embed", "fid": "gbs24:712", "filename": "Gas_Old_Type242", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/712/9_3NKULIGB67VX6EELW1UFFT902PJUXH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/712/2_PSZCJGV32580EIIX8JSRVG71F5XCDQ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/712/8_1M95T6G8GY0YFK55CHQC65L10UFBJ8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/712/9_3NKULIGB67VX6EELW1UFFT902PJUXH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:712", "plots": "https://api.plotly.com/v2/plots/gbs24:712", "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/712/", "world_readable": true, "date_modified": "2024-04-10T13:34:57.257Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/712/", "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:711:c0e530", "ysrc": "gbs24:711:a554c0", "zsrc": "gbs24:711:65313e", "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:34:54.177476Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/710.embed", "fid": "gbs24:710", "filename": "Gas_New_Type241", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/710/9_62KN5OPIFV4UGBYTVL1IB05S0MPUG1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/710/2_OCZ892NX4NEPV86ELSEE7CSV5YMQ5R.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/710/8_DFFWVRAGW3RLN2R0NYT5RJ2RP354KU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/710/9_62KN5OPIFV4UGBYTVL1IB05S0MPUG1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:710", "plots": "https://api.plotly.com/v2/plots/gbs24:710", "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/710/", "world_readable": true, "date_modified": "2024-04-10T13:34:54.188Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/710/", "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:709:650459", "ysrc": "gbs24:709:68d086", "zsrc": "gbs24:709:588d60", "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:34:50.262973Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/708.embed", "fid": "gbs24:708", "filename": "Gas_Old_Type241", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/708/9_T2OSGB888K0H7QG08JSEI1IOGX8C9R.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/708/2_292EAUY80RZHPV0SJJBTT8AKEMR28L.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/708/8_1KXJ1C73TU5RQ863WZD77684VU37CG.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/708/9_T2OSGB888K0H7QG08JSEI1IOGX8C9R.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:708", "plots": "https://api.plotly.com/v2/plots/gbs24:708", "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/708/", "world_readable": true, "date_modified": "2024-04-10T13:34:50.276Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/708/", "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:707:b437ba", "ysrc": "gbs24:707:ef2902", "zsrc": "gbs24:707:2d946a", "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:34:47.057248Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/706.embed", "fid": "gbs24:706", "filename": "Gas_New_Type240", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/706/9_D1PG6KS7DIBZCR9RRSH028ASW62HUK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/706/2_GC5CCO0ZNZHI205XF8S5QBSF09J51I.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/706/8_EEKO9P2GX1LEF4L7JTWNPFD8MI4BFV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/706/9_D1PG6KS7DIBZCR9RRSH028ASW62HUK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:706", "plots": "https://api.plotly.com/v2/plots/gbs24:706", "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/706/", "world_readable": true, "date_modified": "2024-04-10T13:34:47.066Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/706/", "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:705:dae76d", "ysrc": "gbs24:705:93468a", "zsrc": "gbs24:705:557b37", "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:34:43.929379Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/704.embed", "fid": "gbs24:704", "filename": "Gas_Old_Type240", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/704/9_4DLAQBZE8POPDML5KP41ZYGNRLV4N3.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/704/2_5LIVHP1ZGIJJ5D2X2NQ3PWZT9FI2YO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/704/8_D0W7RYBWPD4KV4LJFMPIKK9ZRJKJKN.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/704/9_4DLAQBZE8POPDML5KP41ZYGNRLV4N3.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:704", "plots": "https://api.plotly.com/v2/plots/gbs24:704", "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/704/", "world_readable": true, "date_modified": "2024-04-10T13:34:43.941Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/704/", "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:703:f0a76d", "ysrc": "gbs24:703:aa0df0", "zsrc": "gbs24:703:24d849", "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:31:27.043270Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/702.embed", "fid": "gbs24:702", "filename": "Aircraft_New_Type239", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/702/9_S84SA5XUZX00DZPO1D5UKZ2VZO7TAP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/702/2_GM7QN6V69OX7YWFXHA9ZYP6RKTY4OK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/702/8_S4FMJNAS0DRPFRTEZMYR52L6VLF0ST.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/702/9_S84SA5XUZX00DZPO1D5UKZ2VZO7TAP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:702", "plots": "https://api.plotly.com/v2/plots/gbs24:702", "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/702/", "world_readable": true, "date_modified": "2024-04-10T13:31:27.054Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/702/", "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:701:64ec79", "ysrc": "gbs24:701:34f2f0", "zsrc": "gbs24:701:189963", "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:31:24.013271Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/700.embed", "fid": "gbs24:700", "filename": "Aircraft_Old_Type239", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/700/9_OP0F3LUUIH8BVQSL7YGIVBZQK8610W.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/700/2_M6YQKXDNKTW8KA4UIWW5X5VESAEBWG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/700/8_56HBK4LSVBFCIETQQ462TNYJER9T1R.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/700/9_OP0F3LUUIH8BVQSL7YGIVBZQK8610W.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:700", "plots": "https://api.plotly.com/v2/plots/gbs24:700", "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/700/", "world_readable": true, "date_modified": "2024-04-10T13:31:24.023Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/700/", "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:699:b8720c", "ysrc": "gbs24:699:c562c0", "zsrc": "gbs24:699:51d517", "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:31:20.793269Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gbs24/698.embed", "fid": "gbs24:698", "filename": "Aircraft_New_Type238", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/698/9_53J20I9VN7OD5G41LYD83GIR63BAWS.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/698/2_4WGUZPZFEHWNUQ5BR3NC7SEUZWCNDN.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/698/8_1BIK4MAMH6627XUHMPKII6M91P3ZID.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/698/9_53J20I9VN7OD5G41LYD83GIR63BAWS.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gbs24:698", "plots": "https://api.plotly.com/v2/plots/gbs24:698", "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/698/", "world_readable": true, "date_modified": "2024-04-10T13:31:20.803Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gbs24/698/", "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:697:875476", "ysrc": "gbs24:697:583b5e", "zsrc": "gbs24:697:c6520a", "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": "