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=cj0xJnA9MjAxOS0wMy0yMSswNCUzQTA5JTNBMDcuOTEzODA1JTJCMDAlM0EwMA%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=cD0yMDE5LTAzLTIxKzA0JTNBMDklM0ExNy45MzA2OTclMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMSswNCUzQTE3JTNBMDguMzcxMDMxJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-21T04:17:08.371031Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mesheets/6.embed",
            "fid": "mesheets:6",
            "filename": "choropleth_southeast",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/mesheets/6/9_ZWX0BH79VR9ZVI79KR9URJTJ1VNZCS.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mesheets/6/2_23HIFVJO6QPN6WW72OF0FBUUDQU1RA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mesheets/6/8_TRN9RY4EPK3JMTHPX7JAU7F2J0TPQZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mesheets/6/9_ZWX0BH79VR9ZVI79KR9URJTJ1VNZCS.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mesheets:6",
                "plots": "https://api.plotly.com/v2/plots/mesheets:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=mesheets"
            },
            "owner": "mesheets",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "South East",
            "views": 8,
            "web_url": "https://chart-studio.plotly.com/~mesheets/6/south-east/",
            "world_readable": true,
            "date_modified": "2020-08-26T19:34:01.279Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mesheets/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "x": [],
                        "y": [],
                        "uid": "6b84c2d9-e0bf-408d-a44d-a0744358f9d5",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "< 1.0",
                        "type": "scatter",
                        "fillcolor": "#f7fbff",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "f229a9d8-8a41-4f36-acb4-b9b3bcebb9d1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "1.0 - 1.73",
                        "type": "scatter",
                        "fillcolor": "#ebf3fb",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "60209175-2876-4323-aebf-072a75225b30",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "1.73 - 2.47",
                        "type": "scatter",
                        "fillcolor": "#deebf7",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "fbab44d3-ff7f-43aa-829b-6367c913bece",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "2.47 - 3.2",
                        "type": "scatter",
                        "fillcolor": "#d2e3f3",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "503388fb-60b4-4f2a-95d9-c9a4e72abd6d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "3.2 - 3.93",
                        "type": "scatter",
                        "xsrc": "mesheets:7:a01f6f",
                        "ysrc": "mesheets:7:50fa84",
                        "fillcolor": "#c6dbef",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e9d0e586-b862-4498-a75c-fc66734761c9",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "3.93 - 4.67",
                        "type": "scatter",
                        "xsrc": "mesheets:7:b55a9a",
                        "ysrc": "mesheets:7:5e0167",
                        "fillcolor": "#b3d2e9",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9bc2b491-8a9c-4021-817f-2f95f89f3877",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "4.67 - 5.4",
                        "type": "scatter",
                        "xsrc": "mesheets:7:d19c72",
                        "ysrc": "mesheets:7:3db5fe",
                        "fillcolor": "#9ecae1",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "32d75a2b-89bf-4022-9473-04c068121b88",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "5.4 - 6.13",
                        "type": "scatter",
                        "xsrc": "mesheets:7:65d804",
                        "ysrc": "mesheets:7:2132ee",
                        "fillcolor": "#85bcdb",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "22f8f1b1-2822-42de-a639-05d7673ab8de",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "6.13 - 6.87",
                        "type": "scatter",
                        "xsrc": "mesheets:7:003bda",
                        "ysrc": "mesheets:7:3a8e37",
                        "fillcolor": "#6baed6",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ab6b2a8e-f6a1-4dc9-a1a8-974870865486",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "6.87 - 7.6",
                        "type": "scatter",
                        "xsrc": "mesheets:7:dd7046",
                        "ysrc": "mesheets:7:d1c2be",
                        "fillcolor": "#57a0ce",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "922df942-fd06-4ff4-a589-e8c2c0d24265",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "7.6 - 8.33",
                        "type": "scatter",
                        "xsrc": "mesheets:7:5a4e1b",
                        "ysrc": "mesheets:7:d3a5ec",
                        "fillcolor": "#4292c6",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "8963d2bd-58f0-4a9b-8158-10c3ccda069d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "8.33 - 9.07",
                        "type": "scatter",
                        "xsrc": "mesheets:7:d21e24",
                        "ysrc": "mesheets:7:236afd",
                        "fillcolor": "#3082be",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6cc6d4c6-26b5-4c24-9f1c-323488532a56",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "9.07 - 9.8",
                        "type": "scatter",
                        "xsrc": "mesheets:7:c1f3c8",
                        "ysrc": "mesheets:7:c6fdf0",
                        "fillcolor": "#2171b5",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9ce4d93f-27e3-4f55-8463-5478176cd886",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "9.8 - 10.53",
                        "type": "scatter",
                        "xsrc": "mesheets:7:598578",
                        "ysrc": "mesheets:7:7efb69",
                        "fillcolor": "#1361a9",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "66de267b-ad3c-493e-b53c-3d65e5fddbc2",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "10.53 - 11.27",
                        "type": "scatter",
                        "xsrc": "mesheets:7:a93b21",
                        "ysrc": "mesheets:7:68b108",
                        "fillcolor": "#08519c",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "88043883-a3c9-4194-84f8-fa60129235da",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "11.27 - 12.0",
                        "type": "scatter",
                        "xsrc": "mesheets:7:59f861",
                        "ysrc": "mesheets:7:3e1b8e",
                        "fillcolor": "#0b4083",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "22aa1bd0-96b9-476e-b142-93fd19bccb44",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "> 12.0",
                        "type": "scatter",
                        "xsrc": "mesheets:7:27ffaa",
                        "ysrc": "mesheets:7:f8c91e",
                        "fillcolor": "#08306b",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f16c5acc-cf6a-493f-81e8-84b6e23ec1ca",
                        "mode": "markers",
                        "name": "US Counties",
                        "type": "scatter",
                        "xsrc": "mesheets:7:90bbc5",
                        "ysrc": "mesheets:7:312c91",
                        "marker": {
                            "color": "white",
                            "opacity": 0
                        },
                        "textsrc": "mesheets:7:68ca5b",
                        "selected": {
                            "marker": {
                                "size": 3,
                                "color": "white",
                                "opacity": 1
                            }
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "unselected": {
                            "marker": {
                                "opacity": 0
                            }
                        },
                        "legendgroup": "centroids"
                    },
                    {
                        "uid": "0f50face-6b08-4f25-9b66-bb6217f6de6f",
                        "line": {
                            "color": "rgb(240, 240, 240)",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "mesheets:7:d4a023",
                        "ysrc": "mesheets:7:63433c",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "States"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "South East"
                    },
                    "width": 900,
                    "xaxis": {
                        "range": [
                            -105.07468073330065,
                            -64.78541823330065
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "range": [
                            24.523096,
                            40.638801
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "height": 450,
                    "legend": {
                        "x": 0,
                        "y": 1,
                        "xanchor": "right",
                        "yanchor": "top",
                        "traceorder": "reversed"
                    },
                    "margin": {
                        "b": 20,
                        "l": 20,
                        "r": 20,
                        "t": 40
                    },
                    "dragmode": "select",
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": -0.12,
                            "y": 1.05,
                            "text": "<b>Infant mortality rate per county</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "left",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 450,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mesheets",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 03:21:04",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mesheets",
                "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-03-21T04:16:30.438881Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~aaron0521/4.embed",
            "fid": "aaron0521:4",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/aaron0521/4/9_7T3182TBYZ1IRZUO6G3C91YEFJ4BZL.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/aaron0521/4/2_6HZ0WKN5ZGZBTYZ590QYZNUCUDRUYL.png",
                "block-thumb": "https://api.plotly.com/v2/files/aaron0521:4/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/aaron0521/4/9_7T3182TBYZ1IRZUO6G3C91YEFJ4BZL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/aaron0521:4",
                "plots": "https://api.plotly.com/v2/plots/aaron0521:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=aaron0521"
            },
            "owner": "aaron0521",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "A.M. and P.M. Fatal Collisions by Age",
            "views": 9,
            "web_url": "https://chart-studio.plotly.com/~aaron0521/4/am-and-pm-fatal-collisions-by-age/",
            "world_readable": true,
            "date_modified": "2019-03-21T04:16:30.887Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~aaron0521/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9ba6e044-4ec5-453e-8580-2f51e97e71d9",
                        "name": "A.M.",
                        "type": "box",
                        "ysrc": "aaron0521:5:7cb3e0"
                    },
                    {
                        "uid": "4c6d8f1d-08a2-4094-a281-8a7b16314a50",
                        "name": "P.M.",
                        "type": "box",
                        "ysrc": "aaron0521:5:4d6f6a"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "A.M. and P.M. Fatal Collisions by Age"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~aaron0521",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/19.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 03:59:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "aaron0521",
                "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-03-21T04:16:11.732957Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~trtets/11.embed",
            "fid": "trtets:11",
            "filename": "Random Player Win Rate Resnet",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/trtets/11/9_JP0XYZ7Z1Z2QO567XHERIQIMNQWW9G.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/trtets/11/2_XZOBP8K0KK49EPXPEWJPZB3Q13ZO0O.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/trtets/11/8_F18GTTM0YQO8ZWSB0JQ9QA1BVIVR1B.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/trtets/11/9_JP0XYZ7Z1Z2QO567XHERIQIMNQWW9G.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/trtets:11",
                "plots": "https://api.plotly.com/v2/plots/trtets:11",
                "parent": "https://api.plotly.com/v2/folders/home?user=trtets"
            },
            "owner": "trtets",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 15,
            "web_url": "https://chart-studio.plotly.com/~trtets/11/",
            "world_readable": true,
            "date_modified": "2019-03-21T04:16:11.744Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~trtets/11/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "trtets:10:3a1ffa",
                        "ysrc": "trtets:10:01782f"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Random Player Win Rate"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            32
                        ],
                        "title": {
                            "text": "Epoch"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.8416666918330722,
                            1.0083333320087857
                        ],
                        "title": {
                            "text": "Win Rate"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~trtets",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/57.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-03-21 03:36:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "trtets",
                "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-03-21T04:15:05.249710Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Beakjeesu/14.embed",
            "fid": "Beakjeesu:14",
            "filename": "Plot 14",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Beakjeesu/14/9_9YDU8MNFEW2KME2SU672NTIPQJEZC8.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Beakjeesu/14/2_YQIX126TSKPC2AR52XDNT7BBE6EGK9.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Beakjeesu/14/8_FEC3X5ZWUS5Y4L086KNOO64QN7H2HY.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Beakjeesu/14/9_9YDU8MNFEW2KME2SU672NTIPQJEZC8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Beakjeesu:14",
                "plots": "https://api.plotly.com/v2/plots/Beakjeesu:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=Beakjeesu"
            },
            "owner": "Beakjeesu",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~Beakjeesu/14/",
            "world_readable": true,
            "date_modified": "2019-03-21T04:18:36.505Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Beakjeesu/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "afb070",
                        "mode": "markers",
                        "name": "B53",
                        "type": "scatter",
                        "xsrc": "Beakjeesu:13:6b1261",
                        "ysrc": "Beakjeesu:13:eb897f",
                        "zsrc": "Beakjeesu:13:afa27b",
                        "marker": {
                            "size": 16,
                            "color": "#93D0BC",
                            "symbol": "circle",
                            "maxdisplayed": 0
                        },
                        "visible": "true",
                        "hoverinfo": "name",
                        "showlegend": true
                    },
                    {
                        "uid": "9fd8bd",
                        "mode": "markers",
                        "name": "B54",
                        "type": "scatter",
                        "xsrc": "Beakjeesu:13:d72512",
                        "ysrc": "Beakjeesu:13:9d24b6",
                        "zsrc": "Beakjeesu:13:836d2f",
                        "marker": {
                            "size": 16,
                            "color": "#81A2D4",
                            "symbol": "circle"
                        },
                        "visible": "true",
                        "hoverinfo": "name",
                        "showlegend": true
                    },
                    {
                        "uid": "9d4a3e",
                        "mode": "markers",
                        "name": "B55",
                        "type": "scatter",
                        "xsrc": "Beakjeesu:13:32d3c2",
                        "ysrc": "Beakjeesu:13:258917",
                        "zsrc": "Beakjeesu:13:9d4ec5",
                        "marker": {
                            "size": 16,
                            "color": "#D7BBD9",
                            "symbol": "circle"
                        },
                        "visible": "true",
                        "hoverinfo": "name",
                        "showlegend": true
                    },
                    {
                        "uid": "062934",
                        "mode": "markers",
                        "name": "B56",
                        "type": "scatter",
                        "xsrc": "Beakjeesu:13:c5568c",
                        "ysrc": "Beakjeesu:13:6b78c8",
                        "zsrc": "Beakjeesu:13:b6b00a",
                        "marker": {
                            "size": 16,
                            "color": "#F18E3F",
                            "symbol": "circle"
                        },
                        "visible": "true",
                        "hoverinfo": "name",
                        "showlegend": true
                    },
                    {
                        "uid": "ebb003",
                        "mode": "markers",
                        "name": "B57",
                        "type": "scatter",
                        "xsrc": "Beakjeesu:13:012969",
                        "ysrc": "Beakjeesu:13:3c0fb2",
                        "zsrc": "Beakjeesu:13:8b89c4",
                        "marker": {
                            "size": 16,
                            "color": "#61A892",
                            "symbol": "circle"
                        },
                        "visible": "true",
                        "hoverinfo": "name",
                        "showlegend": true
                    },
                    {
                        "uid": "d29f1f",
                        "mode": "markers",
                        "name": "B58",
                        "type": "scatter",
                        "xsrc": "Beakjeesu:13:18aed6",
                        "ysrc": "Beakjeesu:13:738061",
                        "zsrc": "Beakjeesu:13:72d777",
                        "marker": {
                            "size": 16,
                            "color": "#F3E55C",
                            "symbol": "circle"
                        },
                        "visible": "legendonly",
                        "hoverinfo": "name",
                        "showlegend": true
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 16
                    },
                    "scene": {
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "font": {
                            "size": 15,
                            "color": "#000000"
                        },
                        "text": "<br>"
                    },
                    "width": 1200,
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.4682507632463977,
                            0.2610820649612672
                        ],
                        "title": {
                            "text": ""
                        },
                        "nticks": 0,
                        "tickfont": {
                            "size": 16
                        },
                        "autorange": true,
                        "gridwidth": 0,
                        "zerolinewidth": 1
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.28091104195994177,
                            0.2558695002051066
                        ],
                        "title": {
                            "text": ""
                        },
                        "autorange": true
                    },
                    "height": 800,
                    "legend": {
                        "font": {
                            "size": 20,
                            "color": "#000000"
                        },
                        "xanchor": "auto",
                        "traceorder": "normal",
                        "orientation": "h",
                        "tracetoggle": false
                    },
                    "autosize": false,
                    "hoverlabel": {
                        "font": {
                            "size": 17
                        }
                    }
                }
            },
            "height": 800,
            "width": 1200,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Beakjeesu",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-18 07:17:24",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Beakjeesu",
                "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-03-21T04:12:28.320223Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~trtets/9.embed",
            "fid": "trtets:9",
            "filename": "One Step Win Rate Resnet",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/trtets/9/9_HCDPYPXUVGY4KAW2QE875OI7BWM3D3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/trtets/9/2_DPA6WF2YL416J5ZSEWH331VRKBV7UG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/trtets/9/8_VHFPKPVEOV4B1ISBB46EWGHGPSGFGI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/trtets/9/9_HCDPYPXUVGY4KAW2QE875OI7BWM3D3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/trtets:9",
                "plots": "https://api.plotly.com/v2/plots/trtets:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=trtets"
            },
            "owner": "trtets",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 29,
            "web_url": "https://chart-studio.plotly.com/~trtets/9/",
            "world_readable": true,
            "date_modified": "2019-03-21T04:12:28.336Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~trtets/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "trtets:8:572a4b",
                        "ysrc": "trtets:8:e1f23f"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "One Step Lookahead Win Rate"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            32
                        ],
                        "title": {
                            "text": "Epoch"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.5061919788519541,
                            0.9705882569154104
                        ],
                        "title": {
                            "text": "Win Rate"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~trtets",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/57.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-03-21 03:36:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "trtets",
                "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-03-21T04:11:32.126929Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~fibi/19.embed",
            "fid": "fibi:19",
            "filename": "interest_seg_rb",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/fibi/19/9_A8YDXIM7SHE0BENXEHLRE38R6NHYUQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/fibi/19/2_K8UREUMQLW72M3JOV2I0UXJ9L377MX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/fibi/19/8_KQU9ZBY0FV2Y5KE4ELYT319R4ANXCZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/fibi/19/9_A8YDXIM7SHE0BENXEHLRE38R6NHYUQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/fibi:19",
                "plots": "https://api.plotly.com/v2/plots/fibi:19",
                "parent": "https://api.plotly.com/v2/folders/home?user=fibi"
            },
            "owner": "fibi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 7,
            "web_url": "https://chart-studio.plotly.com/~fibi/19/",
            "world_readable": true,
            "date_modified": "2019-03-21T04:11:32.136Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~fibi/19/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "fibi:18:2d148a",
                        "ysrc": "fibi:18:ee918f",
                        "zsrc": "fibi:18:d577d1",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "transparent"
                            },
                            "symbol": "circle",
                            "sizesrc": "fibi:18:120c20",
                            "colorsrc": "fibi:18:c3bbd3",
                            "sizemode": "diameter",
                            "fillcolor": "rgba(31,119,180,1)",
                            "showscale": true,
                            "colorscale": [
                                "#FFE1A1",
                                "#683531"
                            ]
                        },
                        "textsrc": "fibi:18:0ee09a"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": "Recency_Bucket"
                        },
                        "yaxis": {
                            "title": "Frequency_Bucket"
                        },
                        "zaxis": {
                            "title": "Depth_Bucket"
                        },
                        "plot_bgcolor": "rgb(243, 243, 243)",
                        "paper_bgcolor": "rgb(243, 243, 243)"
                    },
                    "xaxis": {
                        "domain": [
                            0,
                            1
                        ]
                    },
                    "yaxis": {
                        "domain": [
                            0,
                            1
                        ]
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~fibi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.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-03-19 20:55:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "fibi",
                "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-03-21T04:10:13.397794Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Beakjeesu/12.embed",
            "fid": "Beakjeesu:12",
            "filename": "Plot 12",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Beakjeesu/12/9_WC4H8O5FTRM1HMNRC1LWWHAL7RZHNX.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Beakjeesu/12/2_Z6FJSV997Z3MW45O3VSA8PPL0VWZX8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Beakjeesu/12/8_F6BQCNOWSPYBF9TE93H0BHGJNWV7UQ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Beakjeesu/12/9_WC4H8O5FTRM1HMNRC1LWWHAL7RZHNX.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Beakjeesu:12",
                "plots": "https://api.plotly.com/v2/plots/Beakjeesu:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=Beakjeesu"
            },
            "owner": "Beakjeesu",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 9,
            "web_url": "https://chart-studio.plotly.com/~Beakjeesu/12/",
            "world_readable": true,
            "date_modified": "2019-03-21T04:12:02.275Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Beakjeesu/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "afb070",
                        "mode": "markers",
                        "name": "B53",
                        "type": "scatter3d",
                        "xsrc": "Beakjeesu:11:c77151",
                        "ysrc": "Beakjeesu:11:71b866",
                        "zsrc": "Beakjeesu:11:610d6e",
                        "marker": {
                            "size": 10,
                            "color": "#93D0BC",
                            "symbol": "circle"
                        },
                        "visible": "true",
                        "hoverinfo": "name",
                        "showlegend": true
                    },
                    {
                        "uid": "9fd8bd",
                        "mode": "markers",
                        "name": "B54",
                        "type": "scatter3d",
                        "xsrc": "Beakjeesu:11:7103cb",
                        "ysrc": "Beakjeesu:11:5a5eae",
                        "zsrc": "Beakjeesu:11:7cc2d5",
                        "marker": {
                            "size": 10,
                            "color": "#81A2D4",
                            "symbol": "circle"
                        },
                        "visible": "true",
                        "hoverinfo": "name",
                        "showlegend": true
                    },
                    {
                        "uid": "9d4a3e",
                        "mode": "markers",
                        "name": "B55",
                        "type": "scatter3d",
                        "xsrc": "Beakjeesu:11:ab1ac1",
                        "ysrc": "Beakjeesu:11:86a605",
                        "zsrc": "Beakjeesu:11:17a70d",
                        "marker": {
                            "size": 10,
                            "color": "#D7BBD9",
                            "symbol": "circle"
                        },
                        "visible": "true",
                        "hoverinfo": "name",
                        "showlegend": true
                    },
                    {
                        "uid": "062934",
                        "mode": "markers",
                        "name": "B56",
                        "type": "scatter3d",
                        "xsrc": "Beakjeesu:11:467945",
                        "ysrc": "Beakjeesu:11:597107",
                        "zsrc": "Beakjeesu:11:97ee29",
                        "marker": {
                            "size": 10,
                            "color": "#F18E3F",
                            "symbol": "circle"
                        },
                        "visible": "true",
                        "hoverinfo": "name",
                        "showlegend": true
                    },
                    {
                        "uid": "ebb003",
                        "mode": "markers",
                        "name": "B57",
                        "type": "scatter3d",
                        "xsrc": "Beakjeesu:11:2586d6",
                        "ysrc": "Beakjeesu:11:3455fe",
                        "zsrc": "Beakjeesu:11:5f937d",
                        "marker": {
                            "size": 10,
                            "color": "#61A892",
                            "symbol": "circle"
                        },
                        "visible": "true",
                        "hoverinfo": "name",
                        "showlegend": true
                    },
                    {
                        "uid": "d29f1f",
                        "mode": "markers",
                        "name": "B58",
                        "type": "scatter3d",
                        "xsrc": "Beakjeesu:11:68174e",
                        "ysrc": "Beakjeesu:11:6a76c6",
                        "zsrc": "Beakjeesu:11:bac5d9",
                        "marker": {
                            "size": 10,
                            "color": "#F3E55C",
                            "symbol": "circle"
                        },
                        "visible": "true",
                        "hoverinfo": "name",
                        "showlegend": true
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 15
                    },
                    "scene": {
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 1.8506593155117634,
                                "y": 1.786363845485328,
                                "z": 1.676857768313696
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "font": {
                            "size": 15,
                            "color": "#000000"
                        },
                        "text": "<br>"
                    },
                    "width": 1200,
                    "height": 800,
                    "legend": {
                        "font": {
                            "size": 11,
                            "color": "#000000"
                        },
                        "xanchor": "auto",
                        "traceorder": "normal",
                        "orientation": "h",
                        "tracetoggle": false
                    },
                    "autosize": false
                }
            },
            "height": 800,
            "width": 1200,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Beakjeesu",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-18 07:17:24",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Beakjeesu",
                "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-03-21T04:10:07.144885Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~scalis/65.embed",
            "fid": "scalis:65",
            "filename": "style-bar",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/scalis/65/9_T5E2LMNOLUN4H87CA656NYMHIG6B84.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/scalis/65/2_CHGK6NMQDBPNXNYO43350FVWOXX4WH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/scalis/65/8_HYV2WGFA9YHLF0DXOBPOEDK2F5MT11.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/scalis/65/9_T5E2LMNOLUN4H87CA656NYMHIG6B84.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/scalis:65",
                "plots": "https://api.plotly.com/v2/plots/scalis:65",
                "parent": "https://api.plotly.com/v2/folders/home?user=scalis"
            },
            "owner": "scalis",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "US Export of Plastic Scrap",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~scalis/65/us-export-of-plastic-scrap/",
            "world_readable": true,
            "date_modified": "2019-03-21T04:10:08.001Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~scalis/65/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "826dc267-d97c-4af8-84af-6a6c6e1d1338",
                        "name": "Rest of world",
                        "type": "bar",
                        "xsrc": "scalis:66:a189e4",
                        "ysrc": "scalis:66:ac3dd3",
                        "marker": {
                            "color": "rgb(55, 83, 109)"
                        }
                    },
                    {
                        "uid": "2ca81025-c30f-4ec8-be92-d74e3084ff1d",
                        "name": "China",
                        "type": "bar",
                        "xsrc": "scalis:66:a189e4",
                        "ysrc": "scalis:66:f05fcf",
                        "marker": {
                            "color": "rgb(26, 118, 255)"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "US Export of Plastic Scrap"
                    },
                    "xaxis": {
                        "tickfont": {
                            "size": 14,
                            "color": "rgb(107, 107, 107)"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(107, 107, 107)"
                            },
                            "text": "USD (millions)"
                        },
                        "tickfont": {
                            "size": 14,
                            "color": "rgb(107, 107, 107)"
                        }
                    },
                    "bargap": 0.15,
                    "legend": {
                        "x": 0,
                        "y": 1.0,
                        "bgcolor": "rgba(255, 255, 255, 0)",
                        "bordercolor": "rgba(255, 255, 255, 0)"
                    },
                    "barmode": "group",
                    "bargroupgap": 0.1
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~scalis",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-20 10:10:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "scalis",
                "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-03-21T04:09:23.003265Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~xuzhaoqing/22.embed",
            "fid": "xuzhaoqing:22",
            "filename": "plot from API (10)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/22/9_ASGIVVQAE195W7DR8TON28GONSSECW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/22/2_YLK1BITSG4X3JXI020JB1KRD5P4IK5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/22/8_K2B27S2ZGCT31JDSEQ9H3NGLVMLE6R.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/22/9_ASGIVVQAE195W7DR8TON28GONSSECW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/xuzhaoqing:22",
                "plots": "https://api.plotly.com/v2/plots/xuzhaoqing:22",
                "parent": "https://api.plotly.com/v2/folders/home?user=xuzhaoqing"
            },
            "owner": "xuzhaoqing",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "A.M. and P.M. Fatal Collisions by Age",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~xuzhaoqing/22/am-and-pm-fatal-collisions-by-age/",
            "world_readable": true,
            "date_modified": "2019-03-21T04:09:23.436Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~xuzhaoqing/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1f01a857-1685-48eb-b264-c19522c84982",
                        "name": "A.M.",
                        "type": "box",
                        "ysrc": "xuzhaoqing:23:2a15cd"
                    },
                    {
                        "uid": "a6d54cec-2efc-41e4-923d-39ff413ec89c",
                        "name": "P.M.",
                        "type": "box",
                        "ysrc": "xuzhaoqing:23:5dc841"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "A.M. and P.M. Fatal Collisions by Age"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~xuzhaoqing",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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": "2019-03-21 02:28:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "xuzhaoqing",
                "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-03-21T04:09:17.930697Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~xuzhaoqing/20.embed",
            "fid": "xuzhaoqing:20",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/20/9_GDB4UKUB1IEEZ3QET7FKB7HYEB7JES.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/20/2_9ABDWP63R8PVWAIPKUF6BLZCFEAQAA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/20/8_UD8VRG4ISJF5LAUV7WY4AI2P2PS95P.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/20/9_GDB4UKUB1IEEZ3QET7FKB7HYEB7JES.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/xuzhaoqing:20",
                "plots": "https://api.plotly.com/v2/plots/xuzhaoqing:20",
                "parent": "https://api.plotly.com/v2/folders/home?user=xuzhaoqing"
            },
            "owner": "xuzhaoqing",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "A.M. and P.M. Fatal Collisions by Age",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~xuzhaoqing/20/am-and-pm-fatal-collisions-by-age/",
            "world_readable": true,
            "date_modified": "2019-03-21T04:09:18.391Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~xuzhaoqing/20/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "3c9b298f-21ba-4e31-9e40-a0220ed8e73a",
                        "name": "A.M.",
                        "type": "box",
                        "ysrc": "xuzhaoqing:21:f08a93"
                    },
                    {
                        "uid": "4af45a84-1ff0-4fbb-8c58-e95054e7eec8",
                        "name": "P.M.",
                        "type": "box",
                        "ysrc": "xuzhaoqing:21:8c6ece"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "A.M. and P.M. Fatal Collisions by Age"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~xuzhaoqing",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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": "2019-03-21 02:28:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "xuzhaoqing",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}