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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzIwJTNBMzMlM0ExMy42NDQ1OTIlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsyMCUzQTM2JTNBNDQuNjI5MTY3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-20T20:36:44.629167Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~thattanmay/0.embed",
            "fid": "thattanmay:0",
            "filename": "choropleth_new_england",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/thattanmay:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/thattanmay:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/thattanmay:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/thattanmay:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/thattanmay:0",
                "plots": "https://api.plotly.com/v2/plots/thattanmay:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=thattanmay"
            },
            "owner": "thattanmay",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "6226, 6983, 10298, 17041, 17290, 24958, 27109, 28924, 30630, 31121, 32096, 32462, 34180, 35191, 36697, 36745, 38820, 39668, 43074, 43985, 47567, 48214, 49144, 51910, 54558, 56211, 57481, 59465, 60327, 60869, 70868, 71540, 76851, 82036, 89181, 107609, 117599, 121853, 124119, 125946, 130016, 146761, 151539, 153746, 158504, 159795, 164843, 165602, 187530, 199005, 215423, 274170, 283921, 297820, 402922, 465923, 499759, 551082, 628323, 681845, 744426, 755618, 806163, 862813, 897259, 933835, 1537215, US Counties",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~thattanmay/0/_6226-6983-10298-17041-17290-24958-27109-28924-30630-31121-32096-32462-34180-3519/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:39:12.310Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~thattanmay/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "53193330-6674-4164-9f23-c5acab7a5ec7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "6226",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:c27374",
                        "ysrc": "thattanmay:1:ecb957",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e4107c29-05b5-4ed8-abf8-8386bec8ebd4",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "6983",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:5f4eb9",
                        "ysrc": "thattanmay:1:6cfb80",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c70512dc-f132-447c-9690-bc463607137d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "10298",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:eed915",
                        "ysrc": "thattanmay:1:491068",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3f7b353f-1906-4d44-8f9e-fac588b51c43",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "17041",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:9a13d7",
                        "ysrc": "thattanmay:1:138eee",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3c2df22a-561c-48b1-9db4-29125eebef7d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "17290",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:7d3523",
                        "ysrc": "thattanmay:1:1c2ed4",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "0d2c491c-e20d-46db-a5d1-645b31832daa",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "24958",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:094053",
                        "ysrc": "thattanmay:1:5ea939",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "dc4229c7-dd80-4f6a-bc5b-5f50b77f6032",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "27109",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:a7e0f3",
                        "ysrc": "thattanmay:1:68971e",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f3411d29-2fb9-42a9-94c8-f9125327d21c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "28924",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:8c0548",
                        "ysrc": "thattanmay:1:b11120",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9282b9f6-c369-4aa7-99dc-c86d4fb7b684",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "30630",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:7cc7af",
                        "ysrc": "thattanmay:1:cc8cca",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "96da5225-fafb-49a2-acd6-01cd3f4b0f54",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "31121",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:66d195",
                        "ysrc": "thattanmay:1:d65a46",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "77b12c1b-ba59-486c-b1f9-f5c2730db696",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "32096",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:e84d9c",
                        "ysrc": "thattanmay:1:1e6422",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "05e7ed0a-feda-4b4b-8ec6-ba9dc48726e0",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "32462",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:01444e",
                        "ysrc": "thattanmay:1:e992f6",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "dd1079b8-953e-4d43-9afa-b4e390ff5f9b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "34180",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:a51b7e",
                        "ysrc": "thattanmay:1:45c15c",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1e816bae-0375-418a-99a2-b5310b923d80",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "35191",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:a63cbb",
                        "ysrc": "thattanmay:1:2d6dfc",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "8e226c35-0e89-4200-b251-7a87a7259f03",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "36697",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:763005",
                        "ysrc": "thattanmay:1:3be54f",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "8d213965-2c38-4dd8-a67f-f81036d15c19",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "36745",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:9d9c39",
                        "ysrc": "thattanmay:1:be2c36",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "aecf75f4-4733-4bbf-bbf9-1ecb2c689142",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "38820",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:92f1bb",
                        "ysrc": "thattanmay:1:54da70",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "97a374dd-d9b1-47be-b2b5-71d2f4cd8465",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "39668",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:851d26",
                        "ysrc": "thattanmay:1:0d0b09",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "12892ac1-6d48-4015-a5c4-1f7bf67641a5",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "43074",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:dc9e6b",
                        "ysrc": "thattanmay:1:8caf51",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6d3a3a89-ee34-4d26-9246-b77a608ec359",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "43985",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:96c8c6",
                        "ysrc": "thattanmay:1:2e862c",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7d03fa77-3fca-40c1-8b22-109a21c59a68",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "47567",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:701d92",
                        "ysrc": "thattanmay:1:4bea48",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "dda50712-bbc4-43b1-b968-58a80874595c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "48214",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:0ba6bf",
                        "ysrc": "thattanmay:1:7b91e3",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2b84d7ab-c2d2-44b6-b2a2-3bd64cd1a6c3",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "49144",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:6ff418",
                        "ysrc": "thattanmay:1:023fe0",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3118a488-751e-4bb8-9bd7-7f6cdcabe6bd",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "51910",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:90aa6b",
                        "ysrc": "thattanmay:1:3277af",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "07dc0555-50de-4d70-94f0-f9c7b218da50",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "54558",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:9b346e",
                        "ysrc": "thattanmay:1:60476d",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f442f8ee-03e8-425f-bf97-76ffb009b849",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "56211",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:45ec25",
                        "ysrc": "thattanmay:1:0a3a4a",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "8de60ee4-90fb-41c8-9337-1124901de641",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "57481",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:689032",
                        "ysrc": "thattanmay:1:00ab70",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "44c2f006-ded6-48db-ba17-231d7f12926e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "59465",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:f8ccad",
                        "ysrc": "thattanmay:1:256b3b",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6e377390-c0af-44d8-9863-0edf07f12098",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "60327",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:af49b3",
                        "ysrc": "thattanmay:1:68d6c1",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5fde6d42-4d7f-4a35-90f8-e86fe946d277",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "60869",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:f475a5",
                        "ysrc": "thattanmay:1:5e1651",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6568c32b-9c5f-448e-9592-37d4c7cd78bf",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "70868",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:7c035f",
                        "ysrc": "thattanmay:1:5ebb8d",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "fecd7a4a-e404-4459-812c-b814f71ee209",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "71540",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:57392d",
                        "ysrc": "thattanmay:1:d970f4",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "dbd78d97-e4f5-42fe-854f-69516cd0319e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "76851",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:5475eb",
                        "ysrc": "thattanmay:1:5df60a",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "cdd2f82c-c8d2-41a4-8ed1-54739df5ef90",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "82036",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:b8cc43",
                        "ysrc": "thattanmay:1:1a1cf2",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "27950c96-a15b-4cc4-a40b-91c1b8d1eded",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "89181",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:158408",
                        "ysrc": "thattanmay:1:4f155b",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "0c06bf38-706c-4aa9-895d-5fcbd2d54c65",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "107609",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:461f24",
                        "ysrc": "thattanmay:1:8c517d",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "18250ceb-1436-42bb-8199-3bddfea7c861",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "117599",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:4227de",
                        "ysrc": "thattanmay:1:744e6a",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "571607bf-5f1d-4d01-aab8-5266e1fd5e21",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "121853",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:5b1a5d",
                        "ysrc": "thattanmay:1:597a2e",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "cdecd588-8e7a-406b-8774-7d548e5323fb",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "124119",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:97dfbd",
                        "ysrc": "thattanmay:1:d059c0",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6197bd4a-8c9c-4d00-8384-b443a0123031",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "125946",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:66305d",
                        "ysrc": "thattanmay:1:d210f5",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9a38ebd1-8a44-413c-8e6b-1faa443d653d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "130016",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:ba4d4c",
                        "ysrc": "thattanmay:1:def22e",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "0c910abd-9f1c-4f3a-9045-9075ba34d7e2",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "146761",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:b452e0",
                        "ysrc": "thattanmay:1:0c9461",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bff6fcd8-8438-422f-b04f-f3caf415337b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "151539",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:ced574",
                        "ysrc": "thattanmay:1:6bcd92",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "14c1d18a-b218-4245-aede-e1f8acad1add",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "153746",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:9fdb8c",
                        "ysrc": "thattanmay:1:dbfb11",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6b73d48c-0931-4681-966a-b89db06f069e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "158504",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:4af0e0",
                        "ysrc": "thattanmay:1:bfab58",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "795a2671-3cd0-4859-8dc2-6b672150815b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "159795",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:0d6654",
                        "ysrc": "thattanmay:1:d7c358",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b84ecbc5-389e-4b4e-9402-38c4becb78ab",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "164843",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:a43521",
                        "ysrc": "thattanmay:1:9adb5a",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c236d444-accf-4619-a950-aba3931f3aa7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "165602",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:c7a26f",
                        "ysrc": "thattanmay:1:056861",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f693582c-fa10-4bf0-8906-46f401edfa14",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "187530",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:ab3aed",
                        "ysrc": "thattanmay:1:c681fc",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ac1e7c42-a08f-41d1-97f1-a8d9627145c7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "199005",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:1240c4",
                        "ysrc": "thattanmay:1:b2576a",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6de94386-e6f2-42f9-9c72-f00b0b0eb72d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "215423",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:4ba77f",
                        "ysrc": "thattanmay:1:df4eb5",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "4bd44f67-4603-4fe9-abf4-71cacf3c84a8",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "274170",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:bc0c1c",
                        "ysrc": "thattanmay:1:7d7ab7",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "543d4d51-5fbf-4061-a1f0-d667221bdaa3",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "283921",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:6a02d2",
                        "ysrc": "thattanmay:1:f05f69",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ba138307-be0e-4662-853b-4d844018d996",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "297820",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:223b47",
                        "ysrc": "thattanmay:1:2d3626",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "de73f508-0996-45c6-a7e7-187d018ca091",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "402922",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:4670d4",
                        "ysrc": "thattanmay:1:3de350",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "20b12125-3455-41a9-9e1f-f0fb1b2a7164",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "465923",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:97f32d",
                        "ysrc": "thattanmay:1:162d8e",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "fcdd3fd4-b98e-4743-a489-9e017b39f435",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "499759",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:637a05",
                        "ysrc": "thattanmay:1:0947cc",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e6ca33f5-892e-4427-b8c2-f9ebcf0d53ae",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "551082",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:635df5",
                        "ysrc": "thattanmay:1:30af94",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f10ca04a-66c2-469e-aa93-4003a97d4db4",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "628323",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:b1fa3d",
                        "ysrc": "thattanmay:1:171dca",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "26cc92c4-2d58-43aa-b820-102291c8014d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "681845",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:77bbd2",
                        "ysrc": "thattanmay:1:f56e1d",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "46e32f2e-41a4-40e0-8439-a52cf45ed32c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "744426",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:3e7a10",
                        "ysrc": "thattanmay:1:97406f",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f50db4ad-d926-405f-957f-e1368f442cf1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "755618",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:436510",
                        "ysrc": "thattanmay:1:5adc85",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a00361b3-c583-44c7-9542-d0cae36b7fea",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "806163",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:e15bf5",
                        "ysrc": "thattanmay:1:6cc324",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1754e7ad-efdd-49a7-9fc5-0484f529be1f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "862813",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:05b326",
                        "ysrc": "thattanmay:1:88be9e",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9c235500-bdc8-420d-b2c0-ad4b40164a30",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "897259",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:e3760f",
                        "ysrc": "thattanmay:1:032eb6",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2f8279f8-c3f8-42a2-b1bf-8ad8262eba90",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "933835",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:1d4fb9",
                        "ysrc": "thattanmay:1:f84c2e",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6faef426-a8c1-4319-9ab7-0ebe5760f253",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "1537215",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:410fc6",
                        "ysrc": "thattanmay:1:60a836",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "aed5ba37-97ce-4bbf-b3ad-5fbf5de5b945",
                        "mode": "markers",
                        "name": "US Counties",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:81a7ea",
                        "ysrc": "thattanmay:1:8f6198",
                        "marker": {
                            "color": "white",
                            "opacity": 0
                        },
                        "textsrc": "thattanmay:1:a0004d",
                        "selected": {
                            "marker": {
                                "size": 3,
                                "color": "white",
                                "opacity": 1
                            }
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "unselected": {
                            "marker": {
                                "opacity": 0
                            }
                        },
                        "legendgroup": "centroids"
                    },
                    {
                        "uid": "952f0bf2-799b-4b43-8f2d-3ad6363ab6fe",
                        "line": {
                            "color": "rgb(240, 240, 240)",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "thattanmay:1:7548e4",
                        "ysrc": "thattanmay:1:1ad1c7",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "States"
                    }
                ],
                "layout": {
                    "width": 900,
                    "xaxis": {
                        "range": [
                            -78.4382625,
                            -62.239407499999984
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "range": [
                            40.980143999999996,
                            47.459686
                        ],
                        "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>Population per county</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "left",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 450,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~thattanmay",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-19 21:15:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "thattanmay",
                "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-20T20:36:38.758983Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~parka/22.embed",
            "fid": "parka:22",
            "filename": "plot from API (10)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/parka:22/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/parka:22/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/parka:22/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/parka:22/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/parka:22",
                "plots": "https://api.plotly.com/v2/plots/parka:22",
                "parent": "https://api.plotly.com/v2/folders/home?user=parka"
            },
            "owner": "parka",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "EMOB Client Product Flow",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~parka/22/emob-client-product-flow/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:36:39.389Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~parka/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "parka:23:b945c3",
                            "sourcesrc": "parka:23:0021cc",
                            "targetsrc": "parka:23:eda124"
                        },
                        "node": {
                            "pad": 15,
                            "line": {
                                "color": "pink",
                                "width": 0.5
                            },
                            "colorsrc": "parka:23:c9ff96",
                            "labelsrc": "parka:23:9bbfa5",
                            "thickness": 20
                        },
                        "type": "sankey",
                        "orientation": "h",
                        "valueformat": ",d",
                        "valuesuffix": ""
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "EMOB Client Product Flow"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~parka",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-13 15:10:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "parka",
                "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-20T20:36:17.315352Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mccountystat/25.embed",
            "fid": "mccountystat:25",
            "filename": "property crime",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/mccountystat:25/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/mccountystat:25/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mccountystat/25/8_G8MLHDJ94GDS5JV1NHHO6EE4NWKWRC.png",
                "list-thumb": "https://api.plotly.com/v2/files/mccountystat:25/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mccountystat:25",
                "plots": "https://api.plotly.com/v2/plots/mccountystat:25",
                "parent": "https://api.plotly.com/v2/folders/mccountystat:7"
            },
            "owner": "mccountystat",
            "parent": 7,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 75,
            "web_url": "https://chart-studio.plotly.com/~mccountystat/25/",
            "world_readable": true,
            "date_modified": "2019-08-06T14:12:42.286Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mccountystat/25/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "none",
                        "line": {
                            "dash": "solid",
                            "shape": "linear",
                            "width": 3
                        },
                        "mode": "markers+lines",
                        "name": "Crimes Per 100k Residents",
                        "type": "scatter",
                        "xsrc": "mccountystat:18:282005",
                        "ysrc": "mccountystat:18:a8f964",
                        "marker": {
                            "size": 8,
                            "symbol": "circle",
                            "opacity": 1,
                            "maxdisplayed": 0
                        },
                        "textsrc": "mccountystat:18:a8f964",
                        "visible": true,
                        "hoverinfo": "x+y",
                        "transforms": [
                            {
                                "type": "filter",
                                "value": "Property crime rate (per 100,000 population)",
                                "targetsrc": "mccountystat:18:5109c4"
                            },
                            {
                                "type": "filter",
                                "value": [
                                    "2012",
                                    "2017"
                                ],
                                "operation": "[]",
                                "targetsrc": "mccountystat:18:282005"
                            }
                        ],
                        "connectgaps": true,
                        "hovertemplate": ""
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 16,
                        "color": "rgb(0, 0, 0)",
                        "family": "Overpass"
                    },
                    "scene": {
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 13
                        },
                        "text": "<br>"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2011.7049205854873,
                            2017.2950794145127
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 18,
                                "color": "rgb(0, 0, 0)",
                                "family": "Roboto"
                            },
                            "text": "<b>Year</b>"
                        },
                        "nticks": 5,
                        "ticklen": -1,
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 18,
                            "color": "rgb(92, 94, 105)",
                            "family": "Roboto"
                        },
                        "tickmode": "linear",
                        "zeroline": false,
                        "autorange": true,
                        "tickwidth": -1,
                        "tickformat": "",
                        "showexponent": "none",
                        "separatethousands": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            1760.2164461247637
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 18,
                                "family": "Roboto"
                            },
                            "text": "<b>Crimes Per Capita (100k)</b>"
                        },
                        "nticks": -1,
                        "ticklen": -1,
                        "tickfont": {
                            "size": 18,
                            "color": "rgb(66, 68, 71)"
                        },
                        "autorange": false,
                        "tickwidth": -1,
                        "fixedrange": true,
                        "ticksuffix": ""
                    },
                    "legend": {
                        "x": 0.622720917907474,
                        "y": 0.7969032830523514,
                        "font": {
                            "size": 17,
                            "family": "Roboto"
                        },
                        "xanchor": "center",
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 0,
                        "t": 20
                    },
                    "autosize": true,
                    "colorway": [
                        "#3366cc",
                        "#dc3912",
                        "#ff9900",
                        "#109618",
                        "#990099",
                        "#0099c6",
                        "#dd4477",
                        "#66aa00",
                        "#b82e2e",
                        "#316395"
                    ],
                    "dragmode": "orbit",
                    "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"
                    },
                    "clickmode": "event+select",
                    "colorscale": {
                        "sequentialminus": [
                            [
                                0,
                                "#0508b8"
                            ],
                            [
                                0.08333333333333333,
                                "#1910d8"
                            ],
                            [
                                0.16666666666666666,
                                "#3c19f0"
                            ],
                            [
                                0.25,
                                "#6b1cfb"
                            ],
                            [
                                0.3333333333333333,
                                "#981cfd"
                            ],
                            [
                                0.4166666666666667,
                                "#bf1cfd"
                            ],
                            [
                                0.5,
                                "#dd2bfd"
                            ],
                            [
                                0.5833333333333334,
                                "#f246fe"
                            ],
                            [
                                0.6666666666666666,
                                "#fc67fd"
                            ],
                            [
                                0.75,
                                "#fe88fc"
                            ],
                            [
                                0.8333333333333334,
                                "#fea5fd"
                            ],
                            [
                                0.9166666666666666,
                                "#febefe"
                            ],
                            [
                                1,
                                "#fec3fe"
                            ]
                        ]
                    },
                    "hoverlabel": {
                        "font": {
                            "size": 11,
                            "color": "#000",
                            "family": "Roboto"
                        },
                        "bgcolor": "#FFF"
                    },
                    "showlegend": true,
                    "plot_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mccountystat",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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": "2018-06-15 16:16:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mccountystat",
                "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-20T20:35:28.101975Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~keeganhughes/2.embed",
            "fid": "keeganhughes:2",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/keeganhughes:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/keeganhughes:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/keeganhughes:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/keeganhughes:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/keeganhughes:2",
                "plots": "https://api.plotly.com/v2/plots/keeganhughes:2",
                "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/2/scottish-referendum-voters-who-now-want-independence/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:35:28.528Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~keeganhughes/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "keeganhughes:3:4d696a",
                            "sourcesrc": "keeganhughes:3:eaf440",
                            "targetsrc": "keeganhughes:3:b6e837"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0
                            },
                            "colorsrc": "keeganhughes:3:e3a427",
                            "thickness": 30
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "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-20T20:35:24.121138Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~chloeocampo/1.embed",
            "fid": "chloeocampo:1",
            "filename": "Physics",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/chloeocampo:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/chloeocampo:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/chloeocampo:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/chloeocampo:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/chloeocampo:1",
                "plots": "https://api.plotly.com/v2/plots/chloeocampo:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=chloeocampo"
            },
            "owner": "chloeocampo",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~chloeocampo/1/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:35:24.163Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~chloeocampo/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "486743",
                        "mode": "markers",
                        "name": "Ideal Projectile",
                        "type": "scatter",
                        "xsrc": "chloeocampo:0:f2be2a",
                        "ysrc": "chloeocampo:0:ecab87"
                    },
                    {
                        "uid": "e859f8",
                        "mode": "markers",
                        "name": "Football Punt",
                        "type": "scatter",
                        "xsrc": "chloeocampo:0:4d63d9",
                        "ysrc": "chloeocampo:0:37d4b7",
                        "stackgroup": null
                    },
                    {
                        "uid": "a1a911",
                        "name": "Fit of Ideal Projectile",
                        "visible": false,
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "486743",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 1.6434002479787375,
                                        "value": -13.764036482931925
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 14.86337280540312,
                                        "value": 117.28468270543574
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 32.9789238939693,
                                        "value": -156.85242004697082
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "f737de",
                        "visible": false,
                        "transforms": [
                            {
                                "rms": 1.3374816216884422,
                                "type": "fit",
                                "xmid": 3.900000000000001,
                                "ymid": 60.318168498988584,
                                "inputUid": "e859f8",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 2.0942099697937686,
                                        "value": -13.97110157387612
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 16.462470582860835,
                                        "value": 101.60152437175105
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 31.803824336133438,
                                        "value": -123.42732161218471
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.9840012988305308,
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "729de8",
                        "transforms": [
                            {
                                "rms": 6.386479199403781,
                                "type": "fit",
                                "xmid": 4.500000000000001,
                                "ymid": 85.69631901840492,
                                "inputUid": "486743",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 1.6434002479787375,
                                        "value": -13.764036482931925
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 14.86337280540312,
                                        "value": 117.28468270543574
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 32.9789238939693,
                                        "value": -156.85242004697082
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.6607889499704125,
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "ffeae6",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "e859f8",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 2.0942099697937686,
                                        "value": -13.97110157387612
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 16.462470582860835,
                                        "value": 101.60152437175105
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 31.803824336133438,
                                        "value": -123.42732161218471
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Horizontal Displacement of a Football Punt vs. Ideal Projectile"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2.940746500777605,
                            5.659253499222395
                        ],
                        "title": {
                            "text": "Δt (s)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            39.96202736053975,
                            99.01194983006602
                        ],
                        "title": {
                            "text": "Δdx (m)"
                        },
                        "autorange": true
                    },
                    "margin": {
                        "pad": 1
                    },
                    "autosize": false,
                    "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"
                    },
                    "annotations": [
                        {
                            "x": 3.5099533437014,
                            "y": 89.53321976149915,
                            "text": "35°",
                            "showarrow": false
                        },
                        {
                            "x": 3.8396578538102646,
                            "y": 94.16695059625214,
                            "ax": -10,
                            "ay": -30,
                            "text": "40°",
                            "showarrow": false
                        },
                        {
                            "x": 4.3,
                            "y": 96.11734578744218,
                            "ax": 7,
                            "ay": -30,
                            "text": "45°",
                            "showarrow": false
                        },
                        {
                            "x": 4.7043545878693624,
                            "y": 94.09112295760549,
                            "text": "50°",
                            "showarrow": false
                        },
                        {
                            "x": 4.990513219284604,
                            "y": 89.74921689366974,
                            "text": "55°",
                            "showarrow": false
                        },
                        {
                            "x": 5.307776049766718,
                            "y": 83.0916275956349,
                            "text": "60°",
                            "showarrow": false
                        },
                        {
                            "x": 5.537947122861586,
                            "y": 73.82889465923863,
                            "text": "65°",
                            "showarrow": false
                        },
                        {
                            "x": 3.111819595645412,
                            "y": 61.961018084480905,
                            "text": "35°",
                            "showarrow": false
                        },
                        {
                            "x": 3.503732503888025,
                            "y": 63.6977805100552,
                            "text": "40°",
                            "showarrow": false
                        },
                        {
                            "x": 3.8023328149300157,
                            "y": 64.85562212710474,
                            "text": "45°",
                            "showarrow": false
                        },
                        {
                            "x": 4.194245723172628,
                            "y": 62.53993889300567,
                            "text": "50°",
                            "showarrow": false
                        },
                        {
                            "x": 4.411975116640747,
                            "y": 57.90857242480753,
                            "text": "55°",
                            "showarrow": false
                        },
                        {
                            "x": 4.617262830482115,
                            "y": 53.27720595660939,
                            "text": "60°",
                            "showarrow": false
                        },
                        {
                            "x": 4.772783825816485,
                            "y": 46.90907706283695,
                            "ax": 94,
                            "ay": 0,
                            "text": "65°",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~chloeocampo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/76.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 20:21:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "chloeocampo",
                "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-20T20:35:11.245951Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sheryc/4.embed",
            "fid": "sheryc:4",
            "filename": "Philsophy",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/sheryc:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/sheryc:4/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/sheryc:4/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/sheryc:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sheryc:4",
                "plots": "https://api.plotly.com/v2/plots/sheryc:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=sheryc"
            },
            "owner": "sheryc",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Gantt Chart",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~sheryc/4/gantt-chart/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:35:11.719Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sheryc/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "0965bc6e-f4af-4a41-8b32-347206c2314d",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:a8a4af",
                        "ysrc": "sheryc:5:40aefe",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "2ffedaa3-aae4-409a-995a-197ce82fc8e8",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:5698f2",
                        "ysrc": "sheryc:5:07dbde",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "5449723f-acd3-4e18-8c3a-ad2f39dd290f",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:72207d",
                        "ysrc": "sheryc:5:fcd78c",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "951faa38-addd-455c-b9bb-5fb1a319a24b",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:2ce875",
                        "ysrc": "sheryc:5:1cc630",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "179bd8e8-8fab-4733-b72b-013ef16f0c2c",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:eceb06",
                        "ysrc": "sheryc:5:96f685",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "daf2016a-8dc2-4b91-994d-83ea9b4a0e35",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:ccec92",
                        "ysrc": "sheryc:5:1844c7",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "4e0d9e28-98bb-434c-b7e8-7c7446f116c3",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:6134a8",
                        "ysrc": "sheryc:5:a8e556",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "6862967e-8683-4706-8623-3b7c16ee3418",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:2a6d0f",
                        "ysrc": "sheryc:5:0fe26f",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "314d8452-5f32-4c9b-b948-ad0a0477a1e5",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:2a6d0f",
                        "ysrc": "sheryc:5:527b59",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "9a4075be-f672-4e6e-baa8-7fa9ad1cb584",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:e64a06",
                        "ysrc": "sheryc:5:10db31",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "e29771af-c708-4c15-bb49-9e2b78dd1d62",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:984805",
                        "ysrc": "sheryc:5:7c5a1a",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "e0d63a6e-8190-4c16-8a32-a69b4e99faf9",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:8019d6",
                        "ysrc": "sheryc:5:96a786",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "386c5342-1abb-4b1a-aa92-76718c926026",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:77de29",
                        "ysrc": "sheryc:5:8c688a",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "b48cf565-e631-4e2b-b74a-a7661ca2f20e",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:395075",
                        "ysrc": "sheryc:5:6d0395",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "b89cc35f-fd64-4371-99f9-796e98f53abf",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:6caa43",
                        "ysrc": "sheryc:5:760cb1",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "7b21558d-9ac0-4e44-b36c-1cecd6154f80",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:ad9052",
                        "ysrc": "sheryc:5:b0f674",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "6246c3ce-5554-4cb4-ac48-1ce1ccd09fd6",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:d87a06",
                        "ysrc": "sheryc:5:93fe48",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "d43860a8-2b6b-44c2-8f9b-6f6b73b9c785",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:c4fcb9",
                        "ysrc": "sheryc:5:6c39ed",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "b764db5f-f68a-4d40-bf67-7e2314d3bb20",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:890d53",
                        "ysrc": "sheryc:5:ff8a7a",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "f7deffe6-08a9-4e90-8854-a462a65c3cef",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:7a2917",
                        "ysrc": "sheryc:5:bd5403",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "4d26afb7-4cef-46b5-80b7-b7beb42dd631",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:b22ab2",
                        "ysrc": "sheryc:5:237997",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "61f77a36-e401-4b9c-ac30-96a100e55780",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:12d0f2",
                        "ysrc": "sheryc:5:13b73d",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "26873405-616a-4ad7-a103-920e72fe977f",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:890d53",
                        "ysrc": "sheryc:5:428d9e",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "ba79a7cf-2b5f-48da-98d6-512d184b2d9e",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:d49bf4",
                        "ysrc": "sheryc:5:f57674",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "ea7df089-2f3a-4f9e-832b-82f720ae555d",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:d49bf4",
                        "ysrc": "sheryc:5:b8acec",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "1ed005ca-e468-4753-acd5-c12c8aac5842",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:4eea09",
                        "ysrc": "sheryc:5:bd0553",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "d0796feb-6320-4162-a0c2-81301c031674",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:4eea09",
                        "ysrc": "sheryc:5:6b93ef",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "8b5262b4-ba19-4fd6-9f48-bfcb1cd64ea0",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:689cf0",
                        "ysrc": "sheryc:5:57e414",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "bdcb116f-22f1-4fb3-8278-0cb1bb8f9df0",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:3768b0",
                        "ysrc": "sheryc:5:7fd246",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "0a62a2f0-dc14-4f23-a47e-c8c5b5d9031b",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:3768b0",
                        "ysrc": "sheryc:5:81d518",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "4400ace3-1373-4305-8988-77fc3c5cd373",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:3fc529",
                        "ysrc": "sheryc:5:ba6675",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "cd76236d-c98f-4c85-8044-167d9418a1ed",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:0c0fad",
                        "ysrc": "sheryc:5:0f9e53",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "8c36297e-5c49-4592-a5f0-998bddcab7a4",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:3fc529",
                        "ysrc": "sheryc:5:1f81e2",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "263d8321-8e12-4d4b-bfc2-acbb926fbfa7",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:17b6e8",
                        "ysrc": "sheryc:5:90181f",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "26758ee6-1117-41ae-9764-5d02289eebcd",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:70dfd2",
                        "ysrc": "sheryc:5:3c2264",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "07c6b390-a808-44e7-b447-7b66adf5e16f",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:5:aacce8",
                        "ysrc": "sheryc:5:bc44f9",
                        "marker": {
                            "color": "white"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Gantt Chart"
                    },
                    "width": 900,
                    "xaxis": {
                        "type": "date",
                        "showgrid": false,
                        "zeroline": false,
                        "rangeselector": {
                            "buttons": [
                                {
                                    "step": "day",
                                    "count": 7,
                                    "label": "1w",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "month",
                                    "count": 1,
                                    "label": "1m",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "month",
                                    "count": 6,
                                    "label": "6m",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "year",
                                    "count": 1,
                                    "label": "YTD",
                                    "stepmode": "todate"
                                },
                                {
                                    "step": "year",
                                    "count": 1,
                                    "label": "1y",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "all"
                                }
                            ]
                        }
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            37
                        ],
                        "showgrid": false,
                        "ticktext": [
                            288,
                            289,
                            301,
                            302,
                            304,
                            314,
                            315,
                            318,
                            324,
                            326,
                            343,
                            365,
                            378,
                            392,
                            398,
                            399,
                            403,
                            417,
                            418,
                            419,
                            422,
                            423,
                            427,
                            444,
                            445,
                            446,
                            448,
                            449,
                            450,
                            452,
                            453,
                            494,
                            499,
                            514,
                            517,
                            522
                        ],
                        "tickvals": [
                            0,
                            1,
                            2,
                            3,
                            4,
                            5,
                            6,
                            7,
                            8,
                            9,
                            10,
                            11,
                            12,
                            13,
                            14,
                            15,
                            16,
                            17,
                            18,
                            19,
                            20,
                            21,
                            22,
                            23,
                            24,
                            25,
                            26,
                            27,
                            28,
                            29,
                            30,
                            31,
                            32,
                            33,
                            34,
                            35
                        ],
                        "zeroline": false,
                        "autorange": false
                    },
                    "height": 600,
                    "shapes": [
                        {
                            "x0": "2017-11-20",
                            "x1": "2017-11-22",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2017-11-17",
                            "x1": "2017-11-19",
                            "y0": 0.8,
                            "y1": 1.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2018-02-02",
                            "x1": "2018-02-04",
                            "y0": 1.8,
                            "y1": 2.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2018-02-07",
                            "x1": "2018-02-20",
                            "y0": 2.8,
                            "y1": 3.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2018-02-15",
                            "x1": "2018-02-18",
                            "y0": 3.8,
                            "y1": 4.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2018-03-14",
                            "x1": "2018-03-15",
                            "y0": 4.8,
                            "y1": 5.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2018-03-21",
                            "x1": "2018-04-03",
                            "y0": 5.8,
                            "y1": 6.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2018-03-15",
                            "x1": "2018-03-15",
                            "y0": 6.8,
                            "y1": 7.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2018-03-15",
                            "x1": "2018-03-15",
                            "y0": 7.8,
                            "y1": 8.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2018-03-24",
                            "x1": "2018-03-24",
                            "y0": 8.8,
                            "y1": 9.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        },
                        {
                            "x0": "2018-04-03",
                            "x1": "2018-04-04",
                            "y0": 9.8,
                            "y1": 10.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2018-05-09",
                            "x1": "2018-05-16",
                            "y0": 10.8,
                            "y1": 11.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2018-06-13",
                            "x1": "2018-06-17",
                            "y0": 11.8,
                            "y1": 12.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2018-06-29",
                            "x1": "2018-07-01",
                            "y0": 12.8,
                            "y1": 13.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2018-07-12",
                            "x1": "2018-07-15",
                            "y0": 13.8,
                            "y1": 14.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2018-07-21",
                            "x1": "2018-07-21",
                            "y0": 14.8,
                            "y1": 15.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2018-07-11",
                            "x1": "2018-07-15",
                            "y0": 15.8,
                            "y1": 16.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2018-07-27",
                            "x1": "2018-07-29",
                            "y0": 16.8,
                            "y1": 17.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2018-08-03",
                            "x1": "2018-08-05",
                            "y0": 17.8,
                            "y1": 18.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2018-08-10",
                            "x1": "2018-08-12",
                            "y0": 18.8,
                            "y1": 19.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        },
                        {
                            "x0": "2018-08-12",
                            "x1": "2018-08-18",
                            "y0": 19.8,
                            "y1": 20.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2018-08-19",
                            "x1": "2018-08-25",
                            "y0": 20.8,
                            "y1": 21.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2018-08-03",
                            "x1": "2018-08-05",
                            "y0": 21.8,
                            "y1": 22.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2018-09-06",
                            "x1": "2018-09-06",
                            "y0": 22.8,
                            "y1": 23.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2018-09-06",
                            "x1": "2018-09-06",
                            "y0": 23.8,
                            "y1": 24.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2018-09-13",
                            "x1": "2018-09-13",
                            "y0": 24.8,
                            "y1": 25.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2018-09-13",
                            "x1": "2018-09-13",
                            "y0": 25.8,
                            "y1": 26.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2018-09-20",
                            "x1": "2018-09-20",
                            "y0": 26.8,
                            "y1": 27.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2018-09-27",
                            "x1": "2018-09-27",
                            "y0": 27.8,
                            "y1": 28.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2018-09-27",
                            "x1": "2018-09-27",
                            "y0": 28.8,
                            "y1": 29.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        },
                        {
                            "x0": "2018-10-04",
                            "x1": "2018-10-04",
                            "y0": 29.8,
                            "y1": 30.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2018-09-27",
                            "x1": "2018-09-30",
                            "y0": 30.8,
                            "y1": 31.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2018-10-04",
                            "x1": "2018-10-04",
                            "y0": 31.8,
                            "y1": 32.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2018-10-18",
                            "x1": "2018-10-18",
                            "y0": 32.8,
                            "y1": 33.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2018-11-02",
                            "x1": "2018-11-04",
                            "y0": 33.8,
                            "y1": 34.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2018-11-21",
                            "x1": "2018-11-27",
                            "y0": 34.8,
                            "y1": 35.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        }
                    ],
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 600,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sheryc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 19:22:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sheryc",
                "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-20T20:35:02.570932Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ShivamPanchal/8.embed",
            "fid": "ShivamPanchal:8",
            "filename": "angled-text-bar",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ShivamPanchal:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ShivamPanchal:8/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/ShivamPanchal:8/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/ShivamPanchal:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ShivamPanchal:8",
                "plots": "https://api.plotly.com/v2/plots/ShivamPanchal:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=ShivamPanchal"
            },
            "owner": "ShivamPanchal",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Accuracy, AUC, Precision, Recall",
            "views": 9,
            "web_url": "https://chart-studio.plotly.com/~ShivamPanchal/8/accuracy-auc-precision-recall/",
            "world_readable": true,
            "date_modified": "2019-03-25T14:17:43.751Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ShivamPanchal/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "608e75f3-ecd3-4be5-b26f-99379bf0c98f",
                        "name": "Accuracy",
                        "type": "bar",
                        "xsrc": "ShivamPanchal:9:f9cde2",
                        "ysrc": "ShivamPanchal:9:f3941c",
                        "marker": {
                            "color": "rgb(49,130,189)"
                        }
                    },
                    {
                        "uid": "51057c79-81aa-40f1-8996-5b06d9f85b08",
                        "name": "AUC",
                        "type": "bar",
                        "xsrc": "ShivamPanchal:9:f9cde2",
                        "ysrc": "ShivamPanchal:9:4bde64",
                        "marker": {
                            "color": "rgb(204,204,204)"
                        }
                    },
                    {
                        "uid": "15fe2582-4b21-4243-828f-2b59f28cce51",
                        "name": "Precision",
                        "type": "bar",
                        "xsrc": "ShivamPanchal:9:f9cde2",
                        "ysrc": "ShivamPanchal:9:028b9e",
                        "marker": {
                            "color": "rgba(222,45,38,0.8)"
                        }
                    },
                    {
                        "uid": "b1b5648a-e4ae-4191-8985-d1bb77c00e8a",
                        "name": "Recall",
                        "type": "bar",
                        "xsrc": "ShivamPanchal:9:f9cde2",
                        "ysrc": "ShivamPanchal:9:422574",
                        "marker": {
                            "color": "rgba(50, 171, 96, 1.0)"
                        }
                    }
                ],
                "layout": {
                    "xaxis": {
                        "tickangle": -25
                    },
                    "barmode": "group"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ShivamPanchal",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/78.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-15 10:48:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ShivamPanchal",
                "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-20T20:33:34.660085Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sheryc/2.embed",
            "fid": "sheryc:2",
            "filename": "Steve Madden",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/sheryc:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/sheryc:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/sheryc:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/sheryc:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sheryc:2",
                "plots": "https://api.plotly.com/v2/plots/sheryc:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=sheryc"
            },
            "owner": "sheryc",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Gantt Chart",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~sheryc/2/gantt-chart/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:35:09.855Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sheryc/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a36a3158-a693-4abb-83cc-c589dfc18650",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:556cd3",
                        "ysrc": "sheryc:3:5b26a2",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "11896291-efb9-4862-a2f7-435220d4254c",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:d1a24f",
                        "ysrc": "sheryc:3:b4bd6e",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "c6945fea-278f-4934-9558-4982a7f78166",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:3bfd8b",
                        "ysrc": "sheryc:3:062451",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "ffc1f3c4-f35d-4d93-8eb8-be03dc13cd56",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:7f0853",
                        "ysrc": "sheryc:3:769e1f",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "7eef5902-0d50-47d4-9a43-1853f8da6b67",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:c42625",
                        "ysrc": "sheryc:3:cbe0f3",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "2363b1c2-4541-46cb-be44-3ffeda55de32",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:130756",
                        "ysrc": "sheryc:3:597ff4",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "6c08b93f-852f-4775-aec3-5e65cea42b31",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:fc22d9",
                        "ysrc": "sheryc:3:e9492b",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "8c5604bc-5e90-4b78-84b0-3cd3eea22c59",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:cd22a1",
                        "ysrc": "sheryc:3:b3b965",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "2c47a8a0-0d2a-4327-9c20-8f7b5e4c135e",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:cd22a1",
                        "ysrc": "sheryc:3:893894",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "f085039b-4e26-442e-907c-8d6cbe11af26",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:c3aa5e",
                        "ysrc": "sheryc:3:df21be",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "2a324967-6c59-4e22-bbd9-1cd1590ce69c",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:6dc618",
                        "ysrc": "sheryc:3:02e8f7",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "da660b70-e219-4dbb-b4a2-3491b16bf40f",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:8b1f53",
                        "ysrc": "sheryc:3:d77afb",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "a5dc8293-9bf0-45eb-9f3d-446d8c40a125",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:7ad7fe",
                        "ysrc": "sheryc:3:f24bcc",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "ab89f467-ce84-4000-a27e-1730e09d863f",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:3b4f05",
                        "ysrc": "sheryc:3:ac1432",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "731e12d1-f42b-46ef-8b99-ef8e943ae78d",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:7bfa07",
                        "ysrc": "sheryc:3:c35362",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "5a0c5d87-95ff-4cfc-84f9-6132dfef1bcb",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:1a0fdc",
                        "ysrc": "sheryc:3:1cbdbf",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "51b90666-4596-46ce-bcb0-4958e2e4bc22",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:57cdde",
                        "ysrc": "sheryc:3:41e2d4",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "3d466ef6-4e30-443c-9001-77e5d444eaee",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:cb4a39",
                        "ysrc": "sheryc:3:932bcc",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "b33f3aeb-ed36-4ef4-8292-c392b3cbed41",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:be19a5",
                        "ysrc": "sheryc:3:1dd53a",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "3f63c656-5716-4ab2-8a85-52434150990d",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:ad02e3",
                        "ysrc": "sheryc:3:591eab",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "075f5b0c-a24f-4f75-8c39-fd2a6d9a1496",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:9c5173",
                        "ysrc": "sheryc:3:4ba5f5",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "5b155d11-8a2d-4e87-ae59-b7ed40f7ca8b",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:4fc1e4",
                        "ysrc": "sheryc:3:8ff7cd",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "266b672c-2448-4dc3-882e-e452904dca95",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:be19a5",
                        "ysrc": "sheryc:3:499862",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "00755b6a-eaae-4eb3-83c6-02e84551ee2a",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:f0985d",
                        "ysrc": "sheryc:3:755817",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "6d91fade-2f6b-4644-8f27-6f3894c1b028",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:f0985d",
                        "ysrc": "sheryc:3:771044",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "31d1373e-6568-4c0c-95bb-fb0655b08582",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:4459a8",
                        "ysrc": "sheryc:3:7a5bae",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "928063f9-97cf-41d3-8f6e-f680907ce854",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:4459a8",
                        "ysrc": "sheryc:3:2ab744",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "f4aec5c6-d508-4930-8c4e-dc6ae72f2f8a",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:e7fdc6",
                        "ysrc": "sheryc:3:1db245",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "0fcb6a9a-a5be-452a-84e8-3c1a7c0605ef",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:3609d8",
                        "ysrc": "sheryc:3:a9afcc",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "9d3e1e10-9f99-4d05-8f4c-c90681515641",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:3609d8",
                        "ysrc": "sheryc:3:860b2f",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "8b4d1d38-c22f-49e3-baab-8bde371ccb25",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:0ee2a9",
                        "ysrc": "sheryc:3:bc5d9d",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "6f8aa296-e5ee-4da9-bcdf-5974465a9b55",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:599725",
                        "ysrc": "sheryc:3:89d72a",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "38de6e60-84b8-4347-bf6c-741b168456f7",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:0ee2a9",
                        "ysrc": "sheryc:3:b3ff55",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "2c4cb1aa-caf3-457d-8932-1f5c7f558868",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:98c8df",
                        "ysrc": "sheryc:3:c20df6",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "3ad4f5de-4f81-4741-9930-19275c09ba5b",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:7c5708",
                        "ysrc": "sheryc:3:9f7dad",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "0d83a799-930b-461c-bd9e-e58b2f3b1b02",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "sheryc:3:54f29b",
                        "ysrc": "sheryc:3:98e8a9",
                        "marker": {
                            "color": "white"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Gantt Chart"
                    },
                    "width": 900,
                    "xaxis": {
                        "type": "date",
                        "showgrid": false,
                        "zeroline": false,
                        "rangeselector": {
                            "buttons": [
                                {
                                    "step": "day",
                                    "count": 7,
                                    "label": "1w",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "month",
                                    "count": 1,
                                    "label": "1m",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "month",
                                    "count": 6,
                                    "label": "6m",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "year",
                                    "count": 1,
                                    "label": "YTD",
                                    "stepmode": "todate"
                                },
                                {
                                    "step": "year",
                                    "count": 1,
                                    "label": "1y",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "all"
                                }
                            ]
                        }
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            37
                        ],
                        "showgrid": false,
                        "ticktext": [
                            288,
                            289,
                            301,
                            302,
                            304,
                            314,
                            315,
                            318,
                            324,
                            326,
                            343,
                            365,
                            378,
                            392,
                            398,
                            399,
                            403,
                            417,
                            418,
                            419,
                            422,
                            423,
                            427,
                            444,
                            445,
                            446,
                            448,
                            449,
                            450,
                            452,
                            453,
                            494,
                            499,
                            514,
                            517,
                            522
                        ],
                        "tickvals": [
                            0,
                            1,
                            2,
                            3,
                            4,
                            5,
                            6,
                            7,
                            8,
                            9,
                            10,
                            11,
                            12,
                            13,
                            14,
                            15,
                            16,
                            17,
                            18,
                            19,
                            20,
                            21,
                            22,
                            23,
                            24,
                            25,
                            26,
                            27,
                            28,
                            29,
                            30,
                            31,
                            32,
                            33,
                            34,
                            35
                        ],
                        "zeroline": false,
                        "autorange": false
                    },
                    "height": 600,
                    "shapes": [
                        {
                            "x0": "2017-11-20",
                            "x1": "2017-11-22",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2017-11-17",
                            "x1": "2017-11-19",
                            "y0": 0.8,
                            "y1": 1.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2018-02-02",
                            "x1": "2018-02-04",
                            "y0": 1.8,
                            "y1": 2.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2018-02-07",
                            "x1": "2018-02-20",
                            "y0": 2.8,
                            "y1": 3.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2018-02-15",
                            "x1": "2018-02-18",
                            "y0": 3.8,
                            "y1": 4.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2018-03-14",
                            "x1": "2018-03-15",
                            "y0": 4.8,
                            "y1": 5.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2018-03-21",
                            "x1": "2018-04-03",
                            "y0": 5.8,
                            "y1": 6.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2018-03-15",
                            "x1": "2018-03-15",
                            "y0": 6.8,
                            "y1": 7.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2018-03-15",
                            "x1": "2018-03-15",
                            "y0": 7.8,
                            "y1": 8.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2018-03-24",
                            "x1": "2018-03-24",
                            "y0": 8.8,
                            "y1": 9.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        },
                        {
                            "x0": "2018-04-03",
                            "x1": "2018-04-04",
                            "y0": 9.8,
                            "y1": 10.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2018-05-09",
                            "x1": "2018-05-16",
                            "y0": 10.8,
                            "y1": 11.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2018-06-13",
                            "x1": "2018-06-17",
                            "y0": 11.8,
                            "y1": 12.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2018-06-29",
                            "x1": "2018-07-01",
                            "y0": 12.8,
                            "y1": 13.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2018-07-12",
                            "x1": "2018-07-15",
                            "y0": 13.8,
                            "y1": 14.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2018-07-21",
                            "x1": "2018-07-21",
                            "y0": 14.8,
                            "y1": 15.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2018-07-11",
                            "x1": "2018-07-15",
                            "y0": 15.8,
                            "y1": 16.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2018-07-27",
                            "x1": "2018-07-29",
                            "y0": 16.8,
                            "y1": 17.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2018-08-03",
                            "x1": "2018-08-05",
                            "y0": 17.8,
                            "y1": 18.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2018-08-10",
                            "x1": "2018-08-12",
                            "y0": 18.8,
                            "y1": 19.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        },
                        {
                            "x0": "2018-08-12",
                            "x1": "2018-08-18",
                            "y0": 19.8,
                            "y1": 20.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2018-08-19",
                            "x1": "2018-08-25",
                            "y0": 20.8,
                            "y1": 21.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2018-08-03",
                            "x1": "2018-08-05",
                            "y0": 21.8,
                            "y1": 22.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2018-09-06",
                            "x1": "2018-09-06",
                            "y0": 22.8,
                            "y1": 23.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2018-09-06",
                            "x1": "2018-09-06",
                            "y0": 23.8,
                            "y1": 24.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2018-09-13",
                            "x1": "2018-09-13",
                            "y0": 24.8,
                            "y1": 25.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2018-09-13",
                            "x1": "2018-09-13",
                            "y0": 25.8,
                            "y1": 26.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2018-09-20",
                            "x1": "2018-09-20",
                            "y0": 26.8,
                            "y1": 27.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2018-09-27",
                            "x1": "2018-09-27",
                            "y0": 27.8,
                            "y1": 28.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2018-09-27",
                            "x1": "2018-09-27",
                            "y0": 28.8,
                            "y1": 29.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        },
                        {
                            "x0": "2018-10-04",
                            "x1": "2018-10-04",
                            "y0": 29.8,
                            "y1": 30.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2018-09-27",
                            "x1": "2018-09-30",
                            "y0": 30.8,
                            "y1": 31.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2018-10-04",
                            "x1": "2018-10-04",
                            "y0": 31.8,
                            "y1": 32.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2018-10-18",
                            "x1": "2018-10-18",
                            "y0": 32.8,
                            "y1": 33.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2018-11-02",
                            "x1": "2018-11-04",
                            "y0": 33.8,
                            "y1": 34.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2018-11-21",
                            "x1": "2018-11-27",
                            "y0": 34.8,
                            "y1": 35.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        }
                    ],
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 600,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sheryc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 19:22:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sheryc",
                "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-20T20:33:17.466694Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~i.f.student/32.embed",
            "fid": "i.f.student:32",
            "filename": "plot from API (15)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/i.f.student:32/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/i.f.student:32/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/i.f.student:32/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/i.f.student:32/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/i.f.student:32",
                "plots": "https://api.plotly.com/v2/plots/i.f.student:32",
                "parent": "https://api.plotly.com/v2/folders/home?user=i.f.student"
            },
            "owner": "i.f.student",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Top 10 road segments based on Criticalility and Vulnerability",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~i.f.student/32/top-10-road-segments-based-on-criticalility-and-vulnerability/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:33:17.928Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~i.f.student/32/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b4c8e687-979a-4291-8a1c-26c0b3b9f002",
                        "mode": "markers",
                        "name": "R roads",
                        "type": "scatter",
                        "xsrc": "i.f.student:33:e23240",
                        "ysrc": "i.f.student:33:fc8597",
                        "marker": {
                            "size": 12,
                            "color": "rgb(255,127,14)"
                        },
                        "textsrc": "i.f.student:33:f26608"
                    },
                    {
                        "uid": "56923cba-8297-46de-bc02-34712c54f66d",
                        "mode": "markers",
                        "name": "N roads",
                        "type": "scatter",
                        "xsrc": "i.f.student:33:963da9",
                        "ysrc": "i.f.student:33:313180",
                        "marker": {
                            "size": 12,
                            "color": "rgb(31,119,180)"
                        },
                        "textsrc": "i.f.student:33:ad41a4"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Top 10 road segments based on Criticalility and Vulnerability"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Vulnerability (normalised)"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Criticality (normalised)"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~i.f.student",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.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 16:46:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "i.f.student",
                "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-20T20:33:13.644592Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~IslamEssam/8.embed",
            "fid": "IslamEssam:8",
            "filename": "Plot 8",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/IslamEssam:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/IslamEssam:8/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/IslamEssam:8/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/IslamEssam:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/IslamEssam:8",
                "plots": "https://api.plotly.com/v2/plots/IslamEssam:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=IslamEssam"
            },
            "owner": "IslamEssam",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~IslamEssam/8/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:33:13.677Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~IslamEssam/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "276a17",
                        "fill": "none",
                        "line": {
                            "width": 4.1
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "IslamEssam:6:15a25f",
                        "ysrc": "IslamEssam:6:dc50c5",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 6,
                            "color": "#636efa"
                        },
                        "hoveron": "points+fills",
                        "textsrc": "IslamEssam:6:dc50c5",
                        "hoverinfo": "x+y+name",
                        "showlegend": false,
                        "hovertemplate": ""
                    },
                    {
                        "uid": "61f00f",
                        "mode": "lines",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "276a17",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 1.1111122702975246e-19,
                                        "value": 1
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 1.6197105494584622e-18,
                                        "value": 0.05999999999999998
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -0.12033341159896715,
                            27.820497769429444
                        ],
                        "ticks": "outside",
                        "title": {
                            "text": "C(mm)<br>"
                        },
                        "anchor": "free",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": 10,
                        "tickmode": "linear",
                        "autorange": false,
                        "gridwidth": 0,
                        "automargin": true,
                        "showspikes": true,
                        "rangeslider": {
                            "range": [
                                -1.4704155905142056,
                                27.820497769429444
                            ],
                            "yaxis": {
                                "rangemode": "match"
                            },
                            "visible": true,
                            "autorange": true
                        },
                        "zerolinewidth": 10,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            26
                        ],
                        "ticks": "outside",
                        "title": {
                            "text": "M(mm)"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": 10,
                        "tickmode": "linear",
                        "autorange": false,
                        "showspikes": true
                    },
                    "legend": {
                        "x": 0.94,
                        "y": 1,
                        "font": {
                            "size": 11
                        },
                        "orientation": "v"
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "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,
                    "plot_bgcolor": "rgb(247, 252, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~IslamEssam",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/58.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": "2018-10-22 19:01:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "IslamEssam",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}