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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE5JTNBNTElM0E0OS40OTIyMjUlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxOSUzQTU3JTNBMjkuNjczODczJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T19:57:29.673873Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~liang.gi/12.embed",
            "fid": "liang.gi:12",
            "filename": "872.graph",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/liang.gi/12/9_VDGGRSB2PNZUUX5FMZCZJR88D7GU2E.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/liang.gi/12/2_BSOB823R8Q5A94EN7DB2FC9M1IEZJD.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/liang.gi/12/8_X7VNP9FFYYHBNPJX07YI7DFOID0XDQ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/liang.gi/12/9_VDGGRSB2PNZUUX5FMZCZJR88D7GU2E.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/liang.gi:12",
                "plots": "https://api.plotly.com/v2/plots/liang.gi:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=liang.gi"
            },
            "owner": "liang.gi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Sample Rate vs Time",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~liang.gi/12/sample-rate-vs-time/",
            "world_readable": true,
            "date_modified": "2019-06-18T15:18:27.804Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~liang.gi/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b9a8bea9-5108-494f-a45e-94a9a63a9506",
                        "mode": "lines",
                        "name": "Sampling_rate",
                        "type": "scatter",
                        "xsrc": "liang.gi:13:cc65ca",
                        "ysrc": "liang.gi:13:0f6e54"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Sample Rate vs Time"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 18,
                                "color": "black",
                                "family": "Times New Roman, monospace"
                            },
                            "text": "Recorded Time"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 18,
                                "color": "black",
                                "family": "Times New Roman, monospace"
                            },
                            "text": "Sampling Rate (hertz)"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~liang.gi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 18:05:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "liang.gi",
                "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-17T19:55:33.987351Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~andres.cely/32.embed",
            "fid": "andres.cely:32",
            "filename": "pie8",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/andres.cely/32/9_GNUDG2NLKH3V3FJY7HNA0O6UKX3NCF.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/andres.cely/32/2_U4G73004CEU3BYD8H8015HOK5961DP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/andres.cely/32/8_9W4IZ7N7OD5I1UI5E96B59L6ZCZ909.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/andres.cely/32/9_GNUDG2NLKH3V3FJY7HNA0O6UKX3NCF.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/andres.cely:32",
                "plots": "https://api.plotly.com/v2/plots/andres.cely:32",
                "parent": "https://api.plotly.com/v2/folders/home?user=andres.cely"
            },
            "owner": "andres.cely",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 40,
            "web_url": "https://chart-studio.plotly.com/~andres.cely/32/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:05:25.944Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~andres.cely/32/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "19f84682-4baf-4a67-99e1-85c29f79eff3",
                        "type": "pie",
                        "labelssrc": "andres.cely:33:93943c",
                        "valuessrc": "andres.cely:33:041365"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~andres.cely",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-06-20 14:38:17",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "andres.cely",
                "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-17T19:54:06.163271Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~siabolourani/0.embed",
            "fid": "siabolourani:0",
            "filename": "selecting-principal-components",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/siabolourani/0/9_VUE9O4OF69Y2I977R0KGEY5PNCVIN0.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/siabolourani/0/2_MZWWBPFV8J5MAC1T3ZGHDXI2IUKCMP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/siabolourani/0/8_1LRS283MFQU5K6GLFL9GU1EINI55J2.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/siabolourani/0/9_VUE9O4OF69Y2I977R0KGEY5PNCVIN0.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/siabolourani:0",
                "plots": "https://api.plotly.com/v2/plots/siabolourani:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=siabolourani"
            },
            "owner": "siabolourani",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Explained variance by different principal components",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~siabolourani/0/explained-variance-by-different-principal-components/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:54:06.648Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~siabolourani/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f97fe5d4-54fe-4325-a355-8e2a11d7ff65",
                        "name": "Individual",
                        "type": "bar",
                        "xsrc": "siabolourani:1:392899",
                        "ysrc": "siabolourani:1:6618ad"
                    },
                    {
                        "uid": "a10585d9-8063-43b2-81f1-b6a617ce9c1d",
                        "name": "Cumulative",
                        "type": "scatter",
                        "xsrc": "siabolourani:1:392899",
                        "ysrc": "siabolourani:1:025d49"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Explained variance by different principal components"
                    },
                    "yaxis": {
                        "title": {
                            "text": "Explained variance in percent"
                        }
                    },
                    "annotations": [
                        {
                            "x": 1.16,
                            "y": 1.05,
                            "text": "Explained Variance",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~siabolourani",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 19:51:21",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "siabolourani",
                "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-17T19:52:57.551278Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~andres.cely/30.embed",
            "fid": "andres.cely:30",
            "filename": "pie7",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/andres.cely/30/9_3LRXNG2JW60GZF65JOSRIDWXBE82M4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/andres.cely/30/2_955F2Y8J3E20KB5UMY7OZ1O2QJHY8T.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/andres.cely/30/8_UY7XQUCI25J9VISQQPT3E7NJ7JOVNN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/andres.cely/30/9_3LRXNG2JW60GZF65JOSRIDWXBE82M4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/andres.cely:30",
                "plots": "https://api.plotly.com/v2/plots/andres.cely:30",
                "parent": "https://api.plotly.com/v2/folders/home?user=andres.cely"
            },
            "owner": "andres.cely",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 20,
            "web_url": "https://chart-studio.plotly.com/~andres.cely/30/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:54:11.377Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~andres.cely/30/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "59aa0811-297d-4884-a0be-d6af470db718",
                        "type": "pie",
                        "labelssrc": "andres.cely:31:c37bca",
                        "valuessrc": "andres.cely:31:e13f0c"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~andres.cely",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-06-20 14:38:17",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "andres.cely",
                "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-17T19:52:27.511912Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ChrisTDick/142.embed",
            "fid": "ChrisTDick:142",
            "filename": "plot from API (11)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ChrisTDick/142/9_MUOHQTR7O31FI2526H4BUOI8K37YPW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ChrisTDick/142/2_NC291YIFZTYX1K84ZR5QDUB1MK2B4J.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ChrisTDick/142/8_67L7BMFTXM594983LXR3RAGZ30PW22.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ChrisTDick/142/9_MUOHQTR7O31FI2526H4BUOI8K37YPW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ChrisTDick:142",
                "plots": "https://api.plotly.com/v2/plots/ChrisTDick:142",
                "parent": "https://api.plotly.com/v2/folders/home?user=ChrisTDick"
            },
            "owner": "ChrisTDick",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Entity Vectors",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ChrisTDick/142/entity-vectors/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:52:28.048Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ChrisTDick/142/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "bf400da8-2a21-4561-917a-0a922061118a",
                        "mode": "text",
                        "type": "scattergl",
                        "xsrc": "ChrisTDick:143:c4fb8e",
                        "ysrc": "ChrisTDick:143:8eee2b",
                        "marker": {
                            "opacity": 0.5
                        },
                        "textsrc": "ChrisTDick:143:93be29"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Entity Vectors"
                    },
                    "xaxis": {
                        "title": {
                            "text": "x"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "y"
                        }
                    },
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ChrisTDick",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.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-02-15 09:55:45",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ChrisTDick",
                "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-17T19:51:56.014462Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~krisdamato/74.embed",
            "fid": "krisdamato:74",
            "filename": "pandas_table_5",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/krisdamato/74/9_UGUCF1R3LYY2GB97DY4MNTU3R1SXU6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/krisdamato/74/2_F27VPWWYOBU0PAN4LUGG8LJH6XPXKX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/krisdamato/74/8_USH98R3TBEKDSVAVNHZTG3C2SD6X5H.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/krisdamato/74/9_UGUCF1R3LYY2GB97DY4MNTU3R1SXU6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/krisdamato:74",
                "plots": "https://api.plotly.com/v2/plots/krisdamato:74",
                "parent": "https://api.plotly.com/v2/folders/home?user=krisdamato"
            },
            "owner": "krisdamato",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~krisdamato/74/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:52:07.742Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~krisdamato/74/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "625ef664-9139-11e9-a795-d8cb8a81f00d",
                        "type": "table",
                        "cells": {
                            "fill": {
                                "color": "#F5F8FF"
                            },
                            "alignsrc": "krisdamato:75:ca00f4",
                            "valuessrc": "krisdamato:75:-ca00f4,833535"
                        },
                        "header": {
                            "fill": {
                                "color": "#C2D4FF"
                            },
                            "alignsrc": "krisdamato:75:ca00f4",
                            "valuessrc": "krisdamato:75:833535"
                        }
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~krisdamato",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-09 13:00:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "krisdamato",
                "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-17T19:51:54.375648Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~krisdamato/72.embed",
            "fid": "krisdamato:72",
            "filename": "pandas_table_4",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/krisdamato/72/9_5DLB20C0IZUI2NLU7XMFRIHP4UUG87.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/krisdamato/72/2_EGJUA8BG9WRO2XBHUR566IAATIXMJK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/krisdamato/72/8_NA58G7LUVTIEOMW58XIJKUNEOKTMPK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/krisdamato/72/9_5DLB20C0IZUI2NLU7XMFRIHP4UUG87.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/krisdamato:72",
                "plots": "https://api.plotly.com/v2/plots/krisdamato:72",
                "parent": "https://api.plotly.com/v2/folders/home?user=krisdamato"
            },
            "owner": "krisdamato",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~krisdamato/72/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:52:05.883Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~krisdamato/72/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "614969d2-9139-11e9-8d40-d8cb8a81f00d",
                        "type": "table",
                        "cells": {
                            "fill": {
                                "color": "#F5F8FF"
                            },
                            "alignsrc": "krisdamato:73:5008cb",
                            "valuessrc": "krisdamato:73:-5008cb,7248b8"
                        },
                        "header": {
                            "fill": {
                                "color": "#C2D4FF"
                            },
                            "alignsrc": "krisdamato:73:5008cb",
                            "valuessrc": "krisdamato:73:7248b8"
                        }
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~krisdamato",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-09 13:00:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "krisdamato",
                "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-17T19:51:52.805117Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~krisdamato/70.embed",
            "fid": "krisdamato:70",
            "filename": "pandas_table_3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/krisdamato/70/9_Y3K7IM23ZG7FN5VMJZKJBXEL47V9AJ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/krisdamato/70/2_MGWVBPC6PCCUUT2TFAYE1M6HDR729A.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/krisdamato/70/8_2FK9X8B8ECUJOAVV8GWUSU0ABSMNM7.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/krisdamato/70/9_Y3K7IM23ZG7FN5VMJZKJBXEL47V9AJ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/krisdamato:70",
                "plots": "https://api.plotly.com/v2/plots/krisdamato:70",
                "parent": "https://api.plotly.com/v2/folders/home?user=krisdamato"
            },
            "owner": "krisdamato",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~krisdamato/70/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:52:04.090Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~krisdamato/70/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6037fac0-9139-11e9-908b-d8cb8a81f00d",
                        "type": "table",
                        "cells": {
                            "fill": {
                                "color": "#F5F8FF"
                            },
                            "alignsrc": "krisdamato:71:9417a9",
                            "valuessrc": "krisdamato:71:-9417a9,d1f90e"
                        },
                        "header": {
                            "fill": {
                                "color": "#C2D4FF"
                            },
                            "alignsrc": "krisdamato:71:9417a9",
                            "valuessrc": "krisdamato:71:d1f90e"
                        }
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~krisdamato",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-09 13:00:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "krisdamato",
                "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-17T19:51:51.187745Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~krisdamato/68.embed",
            "fid": "krisdamato:68",
            "filename": "pandas_table_2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/krisdamato/68/9_W4DGAWQ97Y1A6IWANHZI465EU3OEDY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/krisdamato/68/2_EW93466DQ8V76NNU2Z9SS21N2C3BZP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/krisdamato/68/8_O8JIJUPMRPFVN2NN6R3QTHBUXBG9O7.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/krisdamato/68/9_W4DGAWQ97Y1A6IWANHZI465EU3OEDY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/krisdamato:68",
                "plots": "https://api.plotly.com/v2/plots/krisdamato:68",
                "parent": "https://api.plotly.com/v2/folders/home?user=krisdamato"
            },
            "owner": "krisdamato",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~krisdamato/68/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:52:02.281Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~krisdamato/68/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "5f09167a-9139-11e9-adf5-d8cb8a81f00d",
                        "type": "table",
                        "cells": {
                            "fill": {
                                "color": "#F5F8FF"
                            },
                            "alignsrc": "krisdamato:69:a561fc",
                            "valuessrc": "krisdamato:69:-a561fc,70e3b7"
                        },
                        "header": {
                            "fill": {
                                "color": "#C2D4FF"
                            },
                            "alignsrc": "krisdamato:69:a561fc",
                            "valuessrc": "krisdamato:69:70e3b7"
                        }
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~krisdamato",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-09 13:00:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "krisdamato",
                "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-17T19:51:49.492225Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~krisdamato/66.embed",
            "fid": "krisdamato:66",
            "filename": "pandas_table_1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/krisdamato/66/9_W7UOB514JMZYMFIX45QXWG70DRWGAM.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/krisdamato/66/2_L3BUSD8J8XN5018R7ZUEI7NH18LLYN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/krisdamato/66/8_2VLTKE3UQFML0KI060HOG4E6S3ERPR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/krisdamato/66/9_W7UOB514JMZYMFIX45QXWG70DRWGAM.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/krisdamato:66",
                "plots": "https://api.plotly.com/v2/plots/krisdamato:66",
                "parent": "https://api.plotly.com/v2/folders/home?user=krisdamato"
            },
            "owner": "krisdamato",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~krisdamato/66/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:52:00.309Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~krisdamato/66/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "5de41eac-9139-11e9-a986-d8cb8a81f00d",
                        "type": "table",
                        "cells": {
                            "fill": {
                                "color": "#F5F8FF"
                            },
                            "alignsrc": "krisdamato:67:9c2c23",
                            "valuessrc": "krisdamato:67:-9c2c23,d4e9d8"
                        },
                        "header": {
                            "fill": {
                                "color": "#C2D4FF"
                            },
                            "alignsrc": "krisdamato:67:9c2c23",
                            "valuessrc": "krisdamato:67:d4e9d8"
                        }
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~krisdamato",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-09 13:00:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "krisdamato",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}