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=cj0xJnA9MjAyNC0wNC0wMisxMCUzQTQyJTNBMzkuNTQzNTYyJTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTAyKzEwJTNBNDIlM0EzOS41NzIwMTYlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0wMisxMCUzQTQyJTNBMzkuODk4MTU0JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-02T10:42:39.898154Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/156.embed", "fid": "kirtisharma:156", "filename": "plot from API (12)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/156/9_6JUF8WL78SIBUU1ZE9PLE44W0U84FX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/156/2_F25I13W9G8MKITQKFQKBHE8SQN7KHV.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/156/8_OY5EFPUPI355JCHS54YW6PEBL8SSQ5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/156/9_6JUF8WL78SIBUU1ZE9PLE44W0U84FX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:156", "plots": "https://api.plotly.com/v2/plots/kirtisharma:156", "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma" }, "owner": "kirtisharma", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "RSSI", "views": 1, "web_url": "https://chart-studio.plotly.com/~kirtisharma/156/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:40.341Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/156/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:163:af04aa", "ysrc": "kirtisharma:163:64e2fb" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kirtisharma", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-02 10:40:15", "mapbox_access_tokens": null, "has_password": null, "username": "kirtisharma", "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-02T10:42:39.881531Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/157.embed", "fid": "kirtisharma:157", "filename": "plot from API (12)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/157/9_CAXLE3CJ1E1GAZELH8Z0S13TKT67CA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/157/2_7PINBW69DMZQMY1VGXJEWK25XWZIB3.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/157/8_UI7ZF1G3Z7TG50QIQPK3Y8U8D5CO5G.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/157/9_CAXLE3CJ1E1GAZELH8Z0S13TKT67CA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:157", "plots": "https://api.plotly.com/v2/plots/kirtisharma:157", "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma" }, "owner": "kirtisharma", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "RSSI", "views": 1, "web_url": "https://chart-studio.plotly.com/~kirtisharma/157/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:40.212Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/157/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:159:3ae60f", "ysrc": "kirtisharma:159:114ac8" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kirtisharma", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-02 10:40:15", "mapbox_access_tokens": null, "has_password": null, "username": "kirtisharma", "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-02T10:42:39.828510Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/145.embed", "fid": "kirtisharma:145", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/145/9_3NSLKCNSAV21YYWKIF53PZ1VVL7P3O.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/145/2_C67HYCAM1B0PCNUTV3QXF40LA07U3I.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/145/8_NPT0HQL4T4LDCW8NB51UQTME6D9ZLC.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/145/9_3NSLKCNSAV21YYWKIF53PZ1VVL7P3O.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:145", "plots": "https://api.plotly.com/v2/plots/kirtisharma:145", "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma" }, "owner": "kirtisharma", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "RSSI", "views": 2, "web_url": "https://chart-studio.plotly.com/~kirtisharma/145/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:40.378Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/145/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:154:112504", "ysrc": "kirtisharma:154:7582be" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kirtisharma", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-02 10:40:15", "mapbox_access_tokens": null, "has_password": null, "username": "kirtisharma", "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-02T10:42:39.820704Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/143.embed", "fid": "kirtisharma:143", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/143/9_31VY9MWVPLPZIMGTEMY6EX2KD8A0U5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/143/2_4JXJVB5NXE14N40NZCSNCGHSVAIU8O.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/143/8_1VKCHB4PY57HW9NQZS8ETGIXNWGWTI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/143/9_31VY9MWVPLPZIMGTEMY6EX2KD8A0U5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:143", "plots": "https://api.plotly.com/v2/plots/kirtisharma:143", "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma" }, "owner": "kirtisharma", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "RSSI", "views": 1, "web_url": "https://chart-studio.plotly.com/~kirtisharma/143/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:40.405Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/143/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:155:78c2bc", "ysrc": "kirtisharma:155:2d8fbf" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kirtisharma", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-02 10:40:15", "mapbox_access_tokens": null, "has_password": null, "username": "kirtisharma", "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-02T10:42:39.812644Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/144.embed", "fid": "kirtisharma:144", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/144/9_HLJU5ZRXIK6PD6PM6WPTHK2HS1D444.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/144/2_2OBMP9QGH9GCHFUV3PH2H4QGJOPQ3W.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/144/8_9H8P0DH73WU8HJBY3C7W1FSD4V7RCI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/144/9_HLJU5ZRXIK6PD6PM6WPTHK2HS1D444.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:144", "plots": "https://api.plotly.com/v2/plots/kirtisharma:144", "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma" }, "owner": "kirtisharma", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "RSSI", "views": 2, "web_url": "https://chart-studio.plotly.com/~kirtisharma/144/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:40.168Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/144/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:153:b04d0c", "ysrc": "kirtisharma:153:16b279" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kirtisharma", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-02 10:40:15", "mapbox_access_tokens": null, "has_password": null, "username": "kirtisharma", "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-02T10:42:39.805096Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/148.embed", "fid": "kirtisharma:148", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/148/9_GRQNG53BKCGR9D4KIRY3Q18ECSH1UX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/148/2_VUDIFXVFEUSM6WNNFWAE7O547M2X3K.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/148/8_PO9R4KYILDIBA4VW5RY7V2E8M9A04T.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/148/9_GRQNG53BKCGR9D4KIRY3Q18ECSH1UX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:148", "plots": "https://api.plotly.com/v2/plots/kirtisharma:148", "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma" }, "owner": "kirtisharma", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "RSSI", "views": 1, "web_url": "https://chart-studio.plotly.com/~kirtisharma/148/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:40.145Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/148/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:150:5b217b", "ysrc": "kirtisharma:150:87e450" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kirtisharma", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-02 10:40:15", "mapbox_access_tokens": null, "has_password": null, "username": "kirtisharma", "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-02T10:42:39.779182Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/146.embed", "fid": "kirtisharma:146", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/146/9_3S3WA7TOB0BJMTF7DF7FY2EO8WVF4Y.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/146/2_L2RGRAEGRUZBBH6GAN9P8BR6PH9QIB.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/146/8_UWGH1CSNN0QB1KNB08M86E7AJCHVRO.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/146/9_3S3WA7TOB0BJMTF7DF7FY2EO8WVF4Y.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:146", "plots": "https://api.plotly.com/v2/plots/kirtisharma:146", "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma" }, "owner": "kirtisharma", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "RSSI", "views": 3, "web_url": "https://chart-studio.plotly.com/~kirtisharma/146/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:40.127Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/146/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:149:5acce6", "ysrc": "kirtisharma:149:777371" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kirtisharma", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-02 10:40:15", "mapbox_access_tokens": null, "has_password": null, "username": "kirtisharma", "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-02T10:42:39.725517Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/141.embed", "fid": "kirtisharma:141", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/141/9_AIGAWZC3B6O6Q1L2IQFE3U0A8JWRYM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/141/2_8IVQTLAN1CF423ZRS97G7KXF3UH4YU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/141/8_W4RTYXFRMM9QILD6X766KJSDBG3SYT.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/141/9_AIGAWZC3B6O6Q1L2IQFE3U0A8JWRYM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:141", "plots": "https://api.plotly.com/v2/plots/kirtisharma:141", "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma" }, "owner": "kirtisharma", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "RSSI", "views": 2, "web_url": "https://chart-studio.plotly.com/~kirtisharma/141/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:40.303Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/141/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:147:0d8f11", "ysrc": "kirtisharma:147:b4ed84" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kirtisharma", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-02 10:40:15", "mapbox_access_tokens": null, "has_password": null, "username": "kirtisharma", "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-02T10:42:39.594632Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/134.embed", "fid": "kirtisharma:134", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/134/9_M929Y97XLMKT4IC0UUBQMK2NRGLSUG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/134/2_5GW64E7S7K8410OL4IU5WRCCT629EH.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/134/8_DOONNP62SRD59VZMRHIWZL3LJYGYHW.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/134/9_M929Y97XLMKT4IC0UUBQMK2NRGLSUG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:134", "plots": "https://api.plotly.com/v2/plots/kirtisharma:134", "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma" }, "owner": "kirtisharma", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "RSSI", "views": 2, "web_url": "https://chart-studio.plotly.com/~kirtisharma/134/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:40.173Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/134/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:142:f2583a", "ysrc": "kirtisharma:142:438473" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kirtisharma", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-02 10:40:15", "mapbox_access_tokens": null, "has_password": null, "username": "kirtisharma", "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-02T10:42:39.572016Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/137.embed", "fid": "kirtisharma:137", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/137/9_1LECN8PZCFDY6CMKIROA2WN2VAD2VA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/137/2_CNA1UAO1FVNGOB73EE6MQ2R3IUKVA3.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/137/8_FFHSM2CBO3A9UTA3A7HYW4KQM1WPFR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/137/9_1LECN8PZCFDY6CMKIROA2WN2VAD2VA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:137", "plots": "https://api.plotly.com/v2/plots/kirtisharma:137", "parent": "https://api.plotly.com/v2/folders/home?user=kirtisharma" }, "owner": "kirtisharma", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "RSSI", "views": 1, "web_url": "https://chart-studio.plotly.com/~kirtisharma/137/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:40.085Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/137/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:139:4253fe", "ysrc": "kirtisharma:139:f7e853" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kirtisharma", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-02 10:40:15", "mapbox_access_tokens": null, "has_password": null, "username": "kirtisharma", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "