Plots


Jump to API response

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=cD0yMDE5LTA2LTE4KzAzJTNBMDIlM0EwNC45NDA4NzQlMkIwMCUzQTAw&format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE4KzAyJTNBNTUlM0E1Ni4xMjg5NTglMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswMiUzQTU5JTNBNTIuNTA0ODc3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-18T02:59:52.504877Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~shaddyjr/0.embed",
            "fid": "shaddyjr:0",
            "filename": "basic-line",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/shaddyjr:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/shaddyjr:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/shaddyjr/0/8_T6YYJ707VKMIZV0NVRT1LVWGGRK5IZ.png",
                "list-thumb": "https://api.plotly.com/v2/files/shaddyjr:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/shaddyjr:0",
                "plots": "https://api.plotly.com/v2/plots/shaddyjr:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=shaddyjr"
            },
            "owner": "shaddyjr",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~shaddyjr/0/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:00:07.214Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~shaddyjr/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c14c3fe0-ce32-45b2-9f18-37a756f69f9e",
                        "type": "scatter",
                        "xsrc": "shaddyjr:1:6b8656",
                        "ysrc": "shaddyjr:1:7d5177"
                    },
                    {
                        "uid": "9150f29f-9cb5-4e54-86b8-887bf6f9e730",
                        "type": "scatter",
                        "xsrc": "shaddyjr:1:6b8656",
                        "ysrc": "shaddyjr:1:ee2e2c"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~shaddyjr",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 02:53:42",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "shaddyjr",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T02:59:34.461274Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jkulp/2.embed",
            "fid": "jkulp:2",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jkulp/2/9_QPGQLE4XOV15Z8GANOQCTPO2PG93ZN.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jkulp/2/2_AC6I0BMT7HANN9WAV3FW6L1LLLU603.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jkulp/2/8_TUW6OPAGAAVH69O8W09UXVWHZ95Y0H.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jkulp/2/9_QPGQLE4XOV15Z8GANOQCTPO2PG93ZN.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jkulp:2",
                "plots": "https://api.plotly.com/v2/plots/jkulp:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=jkulp"
            },
            "owner": "jkulp",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~jkulp/2/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:59:34.978Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jkulp/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "93af44c6-9dc8-4a48-9fbc-13b17f53d5ad",
                        "type": "pie",
                        "labelssrc": "jkulp:3:e65f79",
                        "valuessrc": "jkulp:3:027702"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jkulp",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.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-06-18 02:48:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jkulp",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T02:57:46.639687Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jkulp/0.embed",
            "fid": "jkulp:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jkulp/0/9_LF1CN6RCF576AP85YHCSFHR5NFOXZL.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jkulp/0/2_SAYNHC4VL39VN1N1J8VIEAA2EJLOPD.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jkulp/0/8_AF7OB9UUNNZUGS565KLHJRJDNGSIQ4.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jkulp/0/9_LF1CN6RCF576AP85YHCSFHR5NFOXZL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jkulp:0",
                "plots": "https://api.plotly.com/v2/plots/jkulp:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=jkulp"
            },
            "owner": "jkulp",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 12,
            "web_url": "https://chart-studio.plotly.com/~jkulp/0/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:57:47.063Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jkulp/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "41344d08-761e-4ad7-ae11-2fd2bf43f078",
                        "type": "pie",
                        "labelssrc": "jkulp:1:497dc1",
                        "valuessrc": "jkulp:1:fd72ab"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jkulp",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.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-06-18 02:48:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jkulp",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T02:57:42.176285Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~manikkalra/18.embed",
            "fid": "manikkalra:18",
            "filename": "plot from API (7)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/manikkalra/18/9_YF5XD58DWVJMFJGDYIM3RACHK29UET.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/manikkalra/18/2_WF6G7P2FNCRYJTNNAZ7TPHY3EA11XT.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/18/8_GCC8E90JVEIRBKRG9PODQVEF91IWW9.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/18/9_YF5XD58DWVJMFJGDYIM3RACHK29UET.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/manikkalra:18",
                "plots": "https://api.plotly.com/v2/plots/manikkalra:18",
                "parent": "https://api.plotly.com/v2/folders/home?user=manikkalra"
            },
            "owner": "manikkalra",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~manikkalra/18/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:57:42.673Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~manikkalra/18/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "bd0f8894-a8ae-48d6-83b6-a7880b73b267",
                        "type": "candlestick",
                        "xsrc": "manikkalra:19:d849de",
                        "lowsrc": "manikkalra:19:a6d1b1",
                        "highsrc": "manikkalra:19:e3b910",
                        "opensrc": "manikkalra:19:830f1b",
                        "closesrc": "manikkalra:19:3a4c04"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "rangeslider": {
                            "visible": false
                        }
                    },
                    "plot_bgcolor": "rgb(0,0,0)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~manikkalra",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 21:53:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "manikkalra",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T02:57:04.249919Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~manikkalra/16.embed",
            "fid": "manikkalra:16",
            "filename": "plot from API (6)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/manikkalra/16/9_22JQNN4TVCAZAKRN464IL79R5JILN1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/manikkalra/16/2_BZ8Y54KDZP3FBVBYLEDWKZSXCTIVSX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/16/8_Y8ATWSK3KQQJJGK9ARSYLVMY03WBY7.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/16/9_22JQNN4TVCAZAKRN464IL79R5JILN1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/manikkalra:16",
                "plots": "https://api.plotly.com/v2/plots/manikkalra:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=manikkalra"
            },
            "owner": "manikkalra",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~manikkalra/16/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:57:04.792Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~manikkalra/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "024e9739-0cc3-47cf-bf1f-0562141775be",
                        "type": "candlestick",
                        "xsrc": "manikkalra:17:4939f3",
                        "lowsrc": "manikkalra:17:cb6678",
                        "highsrc": "manikkalra:17:28cb63",
                        "opensrc": "manikkalra:17:3743c9",
                        "closesrc": "manikkalra:17:f38fa1"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "rangeslider": {
                            "visible": false
                        }
                    },
                    "plot_bgcolor": "rgb(233,233,233)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~manikkalra",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 21:53:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "manikkalra",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T02:56:55.038781Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~manikkalra/14.embed",
            "fid": "manikkalra:14",
            "filename": "plot from API (5)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/manikkalra/14/9_C14NSA10DW1QQJZAF8OL10CF1K2XC7.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/manikkalra/14/2_EKSL8R7ZCO0YGFUETO2QOXK3AP88JH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/14/8_8SB88R4XFFG6IA526ST7ADXZW29DBE.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/14/9_C14NSA10DW1QQJZAF8OL10CF1K2XC7.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/manikkalra:14",
                "plots": "https://api.plotly.com/v2/plots/manikkalra:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=manikkalra"
            },
            "owner": "manikkalra",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 16,
            "web_url": "https://chart-studio.plotly.com/~manikkalra/14/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:56:55.654Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~manikkalra/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f2fffc4e-0583-4697-8007-cf3455dcf6b9",
                        "type": "candlestick",
                        "xsrc": "manikkalra:15:8631d0",
                        "lowsrc": "manikkalra:15:9d3ed1",
                        "highsrc": "manikkalra:15:5187bc",
                        "opensrc": "manikkalra:15:e90d19",
                        "closesrc": "manikkalra:15:d84e64"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "rangeslider": {
                            "visible": false
                        }
                    },
                    "paper_bgcolor": "rgb(233,233,233)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~manikkalra",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 21:53:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "manikkalra",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T02:56:29.758338Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~manikkalra/12.embed",
            "fid": "manikkalra:12",
            "filename": "plot from API (4)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/manikkalra/12/9_IV8L9ZMAZ9LRX1XZ7DVCG9NY6U89TX.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/manikkalra/12/2_Z4S6NZ7SS2QH3X2RLALLRR5TN7G7UW.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/12/8_ABHMVMNW05MH3ME6G3QFLKOZAXJF25.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/12/9_IV8L9ZMAZ9LRX1XZ7DVCG9NY6U89TX.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/manikkalra:12",
                "plots": "https://api.plotly.com/v2/plots/manikkalra:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=manikkalra"
            },
            "owner": "manikkalra",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~manikkalra/12/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:56:30.220Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~manikkalra/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "5db748db-c71e-43c1-9936-794b763a268c",
                        "type": "candlestick",
                        "xsrc": "manikkalra:13:df1ebd",
                        "lowsrc": "manikkalra:13:bf339d",
                        "highsrc": "manikkalra:13:98386e",
                        "opensrc": "manikkalra:13:3d4302",
                        "closesrc": "manikkalra:13:54d4f5"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "rangeslider": {
                            "visible": false
                        }
                    },
                    "plot_bgcolor": "rgba(255,255,255,1)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~manikkalra",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 21:53:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "manikkalra",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T02:56:16.584146Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~manikkalra/10.embed",
            "fid": "manikkalra:10",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/manikkalra/10/9_EPKLXKZKIHAAAAP7X9FVIJJUZARADO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/manikkalra/10/2_PTZLDWGLEIRT1QHNP09QUT8IEH91US.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/10/8_WKYY7PFT7XI0P20K7TLFLM4YHBW13B.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/10/9_EPKLXKZKIHAAAAP7X9FVIJJUZARADO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/manikkalra:10",
                "plots": "https://api.plotly.com/v2/plots/manikkalra:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=manikkalra"
            },
            "owner": "manikkalra",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~manikkalra/10/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:56:17.053Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~manikkalra/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c49ce2fa-87ce-4996-a429-5129cb2ee01a",
                        "type": "candlestick",
                        "xsrc": "manikkalra:11:c1c909",
                        "lowsrc": "manikkalra:11:c8f103",
                        "highsrc": "manikkalra:11:676499",
                        "opensrc": "manikkalra:11:540b35",
                        "closesrc": "manikkalra:11:0ecbce"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "rangeslider": {
                            "visible": false
                        }
                    },
                    "plot_bgcolor": "rgba(0,0,0,0)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~manikkalra",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 21:53:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "manikkalra",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T02:56:05.383458Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~hyunilyoo/91.embed",
            "fid": "hyunilyoo:91",
            "filename": "plot from API (4)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/hyunilyoo:91/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/hyunilyoo:91/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/hyunilyoo:91/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/hyunilyoo:91/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/hyunilyoo:91",
                "plots": "https://api.plotly.com/v2/plots/hyunilyoo:91",
                "parent": "https://api.plotly.com/v2/folders/home?user=hyunilyoo"
            },
            "owner": "hyunilyoo",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "wifi",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~hyunilyoo/91/wifi/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:56:05.952Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~hyunilyoo/91/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "502f4a23-ac05-4cd1-ae29-573039dbf562",
                        "type": "surface",
                        "zsrc": "hyunilyoo:92:9ffb9d",
                        "contours": {
                            "z": {
                                "show": true,
                                "project": {
                                    "z": true
                                },
                                "usecolormap": true,
                                "highlightcolor": "#42f462"
                            }
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "camera": {
                            "eye": {
                                "x": 1.87,
                                "y": 0.88,
                                "z": -0.64
                            }
                        }
                    },
                    "title": {
                        "text": "wifi"
                    },
                    "width": 500,
                    "height": 500,
                    "margin": {
                        "b": 65,
                        "l": 65,
                        "r": 50,
                        "t": 90
                    },
                    "autosize": false
                }
            },
            "height": 500,
            "width": 500,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~hyunilyoo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-03-06 23:58:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "hyunilyoo",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T02:55:56.128958Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~eddiem623/124.embed",
            "fid": "eddiem623:124",
            "filename": "plot from API (13)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/eddiem623:124/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/eddiem623:124/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/eddiem623:124/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/eddiem623:124/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/eddiem623:124",
                "plots": "https://api.plotly.com/v2/plots/eddiem623:124",
                "parent": "https://api.plotly.com/v2/folders/home?user=eddiem623"
            },
            "owner": "eddiem623",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Intensity_Plot",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~eddiem623/124/intensity-plot/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:55:56.978Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~eddiem623/124/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "accef848-8103-4013-804e-a36b09ae6871",
                        "type": "surface",
                        "zsrc": "eddiem623:125:"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Intensity_Plot"
                    },
                    "width": 500,
                    "height": 500,
                    "margin": {
                        "b": 65,
                        "l": 65,
                        "r": 50,
                        "t": 90
                    },
                    "autosize": false
                }
            },
            "height": 500,
            "width": 500,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~eddiem623",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-11-27 20:24:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "eddiem623",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}