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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzIxJTNBNTglM0EwOC4xNTMzOTklMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsyMiUzQTAyJTNBMDcuNDE2NTc5JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-20T22:02:07.416579Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jzenemig/20.embed",
            "fid": "jzenemig:20",
            "filename": "grouped-scatter-plot",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jzenemig:20/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jzenemig:20/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jzenemig:20/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jzenemig:20/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jzenemig:20",
                "plots": "https://api.plotly.com/v2/plots/jzenemig:20",
                "parent": "https://api.plotly.com/v2/folders/home?user=jzenemig"
            },
            "owner": "jzenemig",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "mpg vs hp",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jzenemig/20/mpg-vs-hp/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:02:07.919Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jzenemig/20/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f0631349-83b1-4eac-9e05-80862a72da5c",
                        "mode": "markers",
                        "name": "mpg",
                        "type": "scatter",
                        "xsrc": "jzenemig:21:4f95ef",
                        "ysrc": "jzenemig:21:ad5a98"
                    },
                    {
                        "uid": "6b3d98ee-1345-49d6-a51b-957e1e49d10e",
                        "mode": "markers",
                        "name": "hp",
                        "type": "scatter",
                        "xsrc": "jzenemig:21:8217d8",
                        "ysrc": "jzenemig:21:ad5a98"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": {
                            "text": ""
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Standardized Displacement"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jzenemig",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.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-20 21:37:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jzenemig",
                "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-20T22:01:31.834105Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jzenemig/18.embed",
            "fid": "jzenemig:18",
            "filename": "box-plots",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jzenemig:18/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jzenemig:18/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jzenemig:18/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jzenemig:18/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jzenemig:18",
                "plots": "https://api.plotly.com/v2/plots/jzenemig:18",
                "parent": "https://api.plotly.com/v2/folders/home?user=jzenemig"
            },
            "owner": "jzenemig",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jzenemig/18/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:01:32.388Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jzenemig/18/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8760c63e-c278-484a-8f95-73fa12bf80c6",
                        "line": {
                            "width": 1.3
                        },
                        "name": "mpg",
                        "type": "box",
                        "ysrc": "jzenemig:19:9b8efb",
                        "marker": {
                            "color": "rgba(255, 153, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "3ab8bd79-4654-45b0-854e-a5b2c4df90d6",
                        "line": {
                            "width": 1.3
                        },
                        "name": "disp",
                        "type": "box",
                        "ysrc": "jzenemig:19:58649a",
                        "marker": {
                            "color": "rgba(55, 128, 191, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "b8e855cb-f2a1-43ac-a5ab-953713bfde4d",
                        "line": {
                            "width": 1.3
                        },
                        "name": "hp",
                        "type": "box",
                        "ysrc": "jzenemig:19:0986e7",
                        "marker": {
                            "color": "rgba(50, 171, 96, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jzenemig",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.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-20 21:37:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jzenemig",
                "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-20T22:00:27.812613Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~keeganhughes/30.embed",
            "fid": "keeganhughes:30",
            "filename": "plot from API (14)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/keeganhughes:30/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/keeganhughes:30/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/keeganhughes:30/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/keeganhughes:30/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/keeganhughes:30",
                "plots": "https://api.plotly.com/v2/plots/keeganhughes:30",
                "parent": "https://api.plotly.com/v2/folders/home?user=keeganhughes"
            },
            "owner": "keeganhughes",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Scottish Referendum Voters who now want Independence",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~keeganhughes/30/scottish-referendum-voters-who-now-want-independence/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:00:28.259Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~keeganhughes/30/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "colorsrc": "keeganhughes:31:b167ed",
                            "valuesrc": "keeganhughes:31:5a79f0",
                            "sourcesrc": "keeganhughes:31:5882f5",
                            "targetsrc": "keeganhughes:31:2db4a6"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0
                            },
                            "colorsrc": "keeganhughes:31:489409",
                            "labelsrc": "keeganhughes:31:5c10f8",
                            "thickness": 5
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "sort": false,
                    "title": "Scottish Referendum Voters who now want Independence",
                    "height": 772
                }
            },
            "height": 772,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~keeganhughes",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-26 23:51:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "keeganhughes",
                "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-20T22:00:27.654400Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jzenemig/16.embed",
            "fid": "jzenemig:16",
            "filename": "subplot-histograms",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jzenemig:16/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jzenemig:16/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jzenemig:16/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jzenemig:16/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jzenemig:16",
                "plots": "https://api.plotly.com/v2/plots/jzenemig:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=jzenemig"
            },
            "owner": "jzenemig",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jzenemig/16/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:01:19.793Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jzenemig/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "735991b7-606b-4b08-a476-dea0bd2cb32d",
                        "name": "mpg",
                        "type": "histogram",
                        "xsrc": "jzenemig:17:24fbeb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "#4D5663",
                                "width": 1.3
                            },
                            "color": "rgba(255, 153, 51, 1.0)"
                        },
                        "opacity": 0.8,
                        "histfunc": "count",
                        "histnorm": "",
                        "orientation": "v"
                    },
                    {
                        "uid": "f19cdff5-f75c-4046-b275-d865caa842fa",
                        "name": "disp",
                        "type": "histogram",
                        "xsrc": "jzenemig:17:d07776",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "#4D5663",
                                "width": 1.3
                            },
                            "color": "rgba(55, 128, 191, 1.0)"
                        },
                        "opacity": 0.8,
                        "histfunc": "count",
                        "histnorm": "",
                        "orientation": "v"
                    },
                    {
                        "uid": "39308140-11ad-4c1e-a35b-bc6e8e01b75a",
                        "name": "hp",
                        "type": "histogram",
                        "xsrc": "jzenemig:17:4fb759",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "#4D5663",
                                "width": 1.3
                            },
                            "color": "rgba(50, 171, 96, 1.0)"
                        },
                        "opacity": 0.8,
                        "histfunc": "count",
                        "histnorm": "",
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.2888888888888889
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "xaxis2": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y2",
                        "domain": [
                            0.35555555555555557,
                            0.6444444444444445
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "xaxis3": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y3",
                        "domain": [
                            0.7111111111111111,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis2": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis3": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "x3",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "barmode": "overlay",
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jzenemig",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.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-20 21:37:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jzenemig",
                "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-20T22:00:14.282566Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~keeganhughes/28.embed",
            "fid": "keeganhughes:28",
            "filename": "plot from API (13)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/keeganhughes:28/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/keeganhughes:28/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/keeganhughes:28/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/keeganhughes:28/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/keeganhughes:28",
                "plots": "https://api.plotly.com/v2/plots/keeganhughes:28",
                "parent": "https://api.plotly.com/v2/folders/home?user=keeganhughes"
            },
            "owner": "keeganhughes",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Scottish Referendum Voters who now want Independence",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~keeganhughes/28/scottish-referendum-voters-who-now-want-independence/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:00:14.723Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~keeganhughes/28/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "colorsrc": "keeganhughes:29:af00ce",
                            "valuesrc": "keeganhughes:29:18a421",
                            "sourcesrc": "keeganhughes:29:6534b5",
                            "targetsrc": "keeganhughes:29:36b0ba"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0
                            },
                            "colorsrc": "keeganhughes:29:d17c4a",
                            "labelsrc": "keeganhughes:29:65c4da",
                            "thickness": 30
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 2
                    },
                    "sort": false,
                    "title": "Scottish Referendum Voters who now want Independence",
                    "height": 772
                }
            },
            "height": 772,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~keeganhughes",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-26 23:51:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "keeganhughes",
                "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-20T21:59:46.494945Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Quosh/0.embed",
            "fid": "Quosh:0",
            "filename": "3d-scatter-colorscale",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Quosh:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Quosh:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Quosh/0/8_28J9UKOLDAS26NXVQ45BELQ1CA1APH.png",
                "list-thumb": "https://api.plotly.com/v2/files/Quosh:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Quosh:0",
                "plots": "https://api.plotly.com/v2/plots/Quosh:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=Quosh"
            },
            "owner": "Quosh",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Quosh/0/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:25:52.768Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Quosh/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "5edc6ed4-ed7c-4f49-87b0-8cef48ae7bc0",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "Quosh:1:c4f848",
                        "ysrc": "Quosh:1:08250f",
                        "zsrc": "Quosh:1:994974",
                        "marker": {
                            "size": 12,
                            "opacity": 0.8,
                            "colorsrc": "Quosh:1:d4ad63",
                            "colorscale": "Viridis"
                        }
                    }
                ],
                "layout": {
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Quosh",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "Quosh",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 21:52:39",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Quosh",
                "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-20T21:59:40.013449Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jzenemig/14.embed",
            "fid": "jzenemig:14",
            "filename": "multiple-histogram-chart",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jzenemig:14/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jzenemig:14/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jzenemig:14/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jzenemig:14/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jzenemig:14",
                "plots": "https://api.plotly.com/v2/plots/jzenemig:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=jzenemig"
            },
            "owner": "jzenemig",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jzenemig/14/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-03-20T21:59:40.542Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jzenemig/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "72df8b72-7513-4b91-b58c-be6e5cbad4a4",
                        "name": "mpg",
                        "type": "histogram",
                        "xsrc": "jzenemig:15:85bc5d",
                        "marker": {
                            "line": {
                                "color": "#4D5663",
                                "width": 1.3
                            },
                            "color": "rgba(255, 153, 51, 1.0)"
                        },
                        "opacity": 0.8,
                        "histfunc": "count",
                        "histnorm": "",
                        "orientation": "v"
                    },
                    {
                        "uid": "b3f2cd49-eed9-424d-bb6d-a336e814cda2",
                        "name": "disp",
                        "type": "histogram",
                        "xsrc": "jzenemig:15:cc0d74",
                        "marker": {
                            "line": {
                                "color": "#4D5663",
                                "width": 1.3
                            },
                            "color": "rgba(55, 128, 191, 1.0)"
                        },
                        "opacity": 0.8,
                        "histfunc": "count",
                        "histnorm": "",
                        "orientation": "v"
                    },
                    {
                        "uid": "d4622431-0b95-4693-b378-2396d0c6ac3f",
                        "name": "hp",
                        "type": "histogram",
                        "xsrc": "jzenemig:15:cdb8fd",
                        "marker": {
                            "line": {
                                "color": "#4D5663",
                                "width": 1.3
                            },
                            "color": "rgba(50, 171, 96, 1.0)"
                        },
                        "opacity": 0.8,
                        "histfunc": "count",
                        "histnorm": "",
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "barmode": "overlay",
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jzenemig",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.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-20 21:37:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jzenemig",
                "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-20T21:59:39.356837Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~keeganhughes/26.embed",
            "fid": "keeganhughes:26",
            "filename": "plot from API (12)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/keeganhughes:26/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/keeganhughes:26/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/keeganhughes:26/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/keeganhughes:26/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/keeganhughes:26",
                "plots": "https://api.plotly.com/v2/plots/keeganhughes:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=keeganhughes"
            },
            "owner": "keeganhughes",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Scottish Referendum Voters who now want Independence",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~keeganhughes/26/scottish-referendum-voters-who-now-want-independence/",
            "world_readable": true,
            "date_modified": "2019-03-20T21:59:39.811Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~keeganhughes/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "colorsrc": "keeganhughes:27:c683ea",
                            "valuesrc": "keeganhughes:27:cb4603",
                            "sourcesrc": "keeganhughes:27:44d617",
                            "targetsrc": "keeganhughes:27:520d49"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0
                            },
                            "colorsrc": "keeganhughes:27:c1a587",
                            "labelsrc": "keeganhughes:27:55be6d",
                            "thickness": 30
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "sort": false,
                    "title": "Scottish Referendum Voters who now want Independence",
                    "height": 772
                }
            },
            "height": 772,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~keeganhughes",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-26 23:51:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "keeganhughes",
                "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-20T21:59:36.246393Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amwe7053/45.embed",
            "fid": "amwe7053:45",
            "filename": "Plot 45",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amwe7053:45/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amwe7053:45/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amwe7053:45/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amwe7053:45/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amwe7053:45",
                "plots": "https://api.plotly.com/v2/plots/amwe7053:45",
                "parent": "https://api.plotly.com/v2/folders/home?user=amwe7053"
            },
            "owner": "amwe7053",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amwe7053/45/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:11:09.764Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amwe7053/45/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "shape": "spline",
                            "smoothing": 1
                        },
                        "mode": "lines",
                        "name": "Simple Distillation",
                        "type": "scatter",
                        "xsrc": "amwe7053:44:b167cb",
                        "ysrc": "amwe7053:44:d007a3",
                        "hoverinfo": "x+y",
                        "connectgaps": false
                    },
                    {
                        "mode": "lines",
                        "name": "Ideal Distillation",
                        "type": "scatter",
                        "xsrc": "amwe7053:44:b167cb",
                        "ysrc": "amwe7053:44:7317e7",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Curves for Simple, Fractional, and Ideal Distillation"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1,
                            15.017857142857142
                        ],
                        "title": {
                            "font": {
                                "size": 15
                            },
                            "text": "Volume of Distillate (mL)"
                        },
                        "nticks": 15,
                        "tickmode": "linear",
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            50.465284974093265,
                            77.15958549222798
                        ],
                        "title": {
                            "font": {
                                "size": 15
                            },
                            "text": "Temperature (<sup>o</sup>C)"
                        },
                        "nticks": 15,
                        "autorange": true
                    },
                    "shapes": [
                        {
                            "x0": 13,
                            "x1": 13,
                            "y0": 56.1,
                            "y1": 77.1,
                            "line": {
                                "dash": "solid",
                                "color": "rgb(250, 5, 5)",
                                "width": 2
                            },
                            "type": "line",
                            "opacity": 1,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 13,
                            "x1": 15,
                            "y0": 77.1,
                            "y1": 77.1,
                            "line": {
                                "color": "rgb(237, 13, 13)",
                                "width": 2
                            },
                            "type": "line",
                            "opacity": 1,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "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"
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amwe7053",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.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": "2018-09-25 00:20:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amwe7053",
                "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-20T21:58:08.153399Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~xpedro/6.embed",
            "fid": "xpedro:6",
            "filename": "plot from API (2)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/xpedro:6/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/xpedro:6/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/xpedro:6/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/xpedro:6/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/xpedro:6",
                "plots": "https://api.plotly.com/v2/plots/xpedro:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=xpedro"
            },
            "owner": "xpedro",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Total Revenue by Device OS<br>(parts of the day)",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~xpedro/6/total-revenue-by-device-os-parts-of-the-day/",
            "world_readable": true,
            "date_modified": "2019-03-20T21:58:08.667Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~xpedro/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9e9b809f-d057-43cd-96a5-581b66119ff7",
                        "type": "heatmap",
                        "xsrc": "xpedro:7:150a6c",
                        "ysrc": "xpedro:7:690a08",
                        "zsrc": "xpedro:7:dbad36,0cf23f,55908f,b7eb6a,156d2f",
                        "colorscale": "Blues",
                        "reversescale": true
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Total Revenue by Device OS<br>(parts of the day)"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~xpedro",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-03 03:04:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "xpedro",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}