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=cD0yMDI0LTA0LTAyKzEwJTNBNDIlM0EzOS41NzIwMTYlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTAyKzEwJTNBNDIlM0EzOS4yNTAzMTYlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0wMisxMCUzQTQyJTNBMzkuNTQzNTYyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-02T10:42:39.543562Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/133.embed", "fid": "kirtisharma:133", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/133/9_QJ6T46Z32WVSP2IRKW98GO7H6ZDJV6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/133/2_8FCR34AIO9X9S89992UCW7CDS3L0G1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/133/8_E5L097RBYQ1NAB62SQK3VQ8WFQSRHD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/133/9_QJ6T46Z32WVSP2IRKW98GO7H6ZDJV6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:133", "plots": "https://api.plotly.com/v2/plots/kirtisharma:133", "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/133/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.992Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/133/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:138:c2ff63", "ysrc": "kirtisharma:138:adef8f" } ], "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.535986Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/131.embed", "fid": "kirtisharma:131", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/131/9_3E77BHKMO3BH54D5MBPALLSO7T3EED.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/131/2_1WY8SIMWVWO0LBXS3SWG2F81DRAH59.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/131/8_VS8APKSQK322OGAAANVYPEYZJVXIJB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/131/9_3E77BHKMO3BH54D5MBPALLSO7T3EED.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:131", "plots": "https://api.plotly.com/v2/plots/kirtisharma:131", "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/131/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:40.208Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/131/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:140:62ec6f", "ysrc": "kirtisharma:140:b33db3" } ], "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.474199Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/128.embed", "fid": "kirtisharma:128", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/128/9_VERU6J54GO1KUC4Z436UC5GF74SYT7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/128/2_HF27P7EMPQDFWEFF09S3249MLZZ0C8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/128/8_9PNY8L3T7TOMHDX49BUZTIAYWX0STD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/128/9_VERU6J54GO1KUC4Z436UC5GF74SYT7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:128", "plots": "https://api.plotly.com/v2/plots/kirtisharma:128", "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/128/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.950Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/128/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:136:2c6e25", "ysrc": "kirtisharma:136:10b652" } ], "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.468947Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/130.embed", "fid": "kirtisharma:130", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/130/9_PZXRB0NRAOQ4GMINYFIC7KHQ8NR961.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/130/2_7YBOV7X127LVODT18VDMGP7HCK0GKQ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/130/8_ZLYIJRG0YF084VUM0D8UICPBTQKXN3.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/130/9_PZXRB0NRAOQ4GMINYFIC7KHQ8NR961.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:130", "plots": "https://api.plotly.com/v2/plots/kirtisharma:130", "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/130/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.841Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/130/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:132:bb2fa1", "ysrc": "kirtisharma:132:471562" } ], "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.462083Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/127.embed", "fid": "kirtisharma:127", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/127/9_1YGDK22P7KZ9JOP7OSJN46V1W02G1V.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/127/2_ILSOZKU3S4NB8SK1VQQ2724HKNO6FC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/127/8_V6GKAYL8TW2CQWMRYEKZ9UD5XPPTPU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/127/9_1YGDK22P7KZ9JOP7OSJN46V1W02G1V.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:127", "plots": "https://api.plotly.com/v2/plots/kirtisharma:127", "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/127/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:40.012Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/127/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:135:ee6bba", "ysrc": "kirtisharma:135:bbf460" } ], "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.387280Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/125.embed", "fid": "kirtisharma:125", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/125/9_35PMA7DMF3PK7FHD81N55POGZ8HWGX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/125/2_HQHPETL605QDU7MFLXI498JFNJYRT0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/125/8_L7ZONEGXVC2XT446FJ9AMQMRNYNXSM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/125/9_35PMA7DMF3PK7FHD81N55POGZ8HWGX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:125", "plots": "https://api.plotly.com/v2/plots/kirtisharma:125", "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/125/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.938Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/125/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:129:938787", "ysrc": "kirtisharma:129:e97ff5" } ], "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.312474Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/120.embed", "fid": "kirtisharma:120", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/120/9_GJZKX93WVP03X6MEX5CBPFXTFX6BGH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/120/2_DK5EK7A160MS6Z395C9MF1CD8A6K7C.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/120/8_UJ693S1KTWT2ZK2SHOSZMVUWRPR5P3.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/120/9_GJZKX93WVP03X6MEX5CBPFXTFX6BGH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:120", "plots": "https://api.plotly.com/v2/plots/kirtisharma:120", "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/120/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.864Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/120/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:124:9790c2", "ysrc": "kirtisharma:124:bf2b4a" } ], "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.306203Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/114.embed", "fid": "kirtisharma:114", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/114/9_7S24VAOB266YPQMPYSTEKDK4RHRUNB.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/114/2_57DURVNNQEYI2LWT62CLX7I0KAF3EL.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/114/8_NKXZIFMCLP8A8BXXUR9C06HRZM6D57.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/114/9_7S24VAOB266YPQMPYSTEKDK4RHRUNB.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:114", "plots": "https://api.plotly.com/v2/plots/kirtisharma:114", "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/114/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.959Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/114/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:126:3e55f6", "ysrc": "kirtisharma:126:25d4c2" } ], "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.269804Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/116.embed", "fid": "kirtisharma:116", "filename": "plot from API (10)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/116/9_R46EZMTM3COSTPV5TKSQA9SK7IOA9S.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/116/2_AER36MDX7EFBP81QVYI1YA4DTF4ND1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/116/8_W7CF5I896IYSEAU4EQVWXUJ6Q97PK3.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/116/9_R46EZMTM3COSTPV5TKSQA9SK7IOA9S.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:116", "plots": "https://api.plotly.com/v2/plots/kirtisharma:116", "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/116/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.679Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/116/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:123:c74cf1", "ysrc": "kirtisharma:123:1ebefa" } ], "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.250316Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirtisharma/117.embed", "fid": "kirtisharma:117", "filename": "plot from API (10)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/117/9_I3AONKVESIM0D4XQ57IV9UAJ8IWKTU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/117/2_9FK8JVKAXKJLHVE4Z4FUTOB7S8XFEY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/117/8_XKQBOY6482V9HMDWGYSI5YD4887U98.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kirtisharma/117/9_I3AONKVESIM0D4XQ57IV9UAJ8IWKTU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirtisharma:117", "plots": "https://api.plotly.com/v2/plots/kirtisharma:117", "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/117/rssi/", "world_readable": true, "date_modified": "2024-04-02T10:42:39.663Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirtisharma/117/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines markers", "name": "RSSI", "type": "scatter", "xsrc": "kirtisharma:121:c3274e", "ysrc": "kirtisharma:121:53cc98" } ], "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": "