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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzEyJTNBMjIlM0EyMS4xODgyODUlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxMiUzQTI4JTNBMzQuMTU0NjA3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T12:28:34.154607Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~akovacevich/17.embed",
            "fid": "akovacevich:17",
            "filename": "count_choropleth_2017",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/akovacevich:17/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/akovacevich:17/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/akovacevich:17/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/akovacevich:17/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/akovacevich:17",
                "plots": "https://api.plotly.com/v2/plots/akovacevich:17",
                "parent": "https://api.plotly.com/v2/folders/home?user=akovacevich"
            },
            "owner": "akovacevich",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~akovacevich/17/",
            "world_readable": true,
            "date_modified": "2019-08-26T02:26:17.612Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~akovacevich/17/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "geo": "geo",
                        "type": "choropleth",
                        "zmax": 4600,
                        "zmin": 0,
                        "zsrc": "akovacevich:16:9b9013",
                        "frame": null,
                        "marker": {
                            "line": {
                                "cmax": 4306,
                                "cmin": 30,
                                "colorbar": {
                                    "title": "",
                                    "ticklen": 2
                                },
                                "colorsrc": "akovacevich:16:8330d2",
                                "showscale": false,
                                "colorscale": [
                                    [
                                        "0",
                                        "rgba(247,251,255,1)"
                                    ],
                                    [
                                        "0.0416666666666667",
                                        "rgba(239,246,252,1)"
                                    ],
                                    [
                                        "0.0833333333333333",
                                        "rgba(230,240,250,1)"
                                    ],
                                    [
                                        "0.125",
                                        "rgba(222,235,247,1)"
                                    ],
                                    [
                                        "0.166666666666667",
                                        "rgba(214,230,244,1)"
                                    ],
                                    [
                                        "0.208333333333333",
                                        "rgba(206,224,242,1)"
                                    ],
                                    [
                                        "0.25",
                                        "rgba(198,219,239,1)"
                                    ],
                                    [
                                        "0.291666666666667",
                                        "rgba(185,213,234,1)"
                                    ],
                                    [
                                        "0.333333333333333",
                                        "rgba(172,208,230,1)"
                                    ],
                                    [
                                        "0.375",
                                        "rgba(158,202,225,1)"
                                    ],
                                    [
                                        "0.416666666666667",
                                        "rgba(142,193,221,1)"
                                    ],
                                    [
                                        "0.458333333333333",
                                        "rgba(125,183,218,1)"
                                    ],
                                    [
                                        "0.5",
                                        "rgba(107,174,214,1)"
                                    ],
                                    [
                                        "0.541666666666667",
                                        "rgba(94,165,209,1)"
                                    ],
                                    [
                                        "0.583333333333333",
                                        "rgba(81,155,203,1)"
                                    ],
                                    [
                                        "0.625",
                                        "rgba(66,146,198,1)"
                                    ],
                                    [
                                        "0.666666666666667",
                                        "rgba(57,135,192,1)"
                                    ],
                                    [
                                        "0.708333333333333",
                                        "rgba(46,124,187,1)"
                                    ],
                                    [
                                        "0.75",
                                        "rgba(33,113,181,1)"
                                    ],
                                    [
                                        "0.791666666666667",
                                        "rgba(27,102,173,1)"
                                    ],
                                    [
                                        "0.833333333333333",
                                        "rgba(19,91,164,1)"
                                    ],
                                    [
                                        "0.875",
                                        "rgba(8,81,156,1)"
                                    ],
                                    [
                                        "0.916666666666667",
                                        "rgba(9,70,139,1)"
                                    ],
                                    [
                                        "0.958333333333333",
                                        "rgba(9,59,123,1)"
                                    ],
                                    [
                                        "1",
                                        "rgba(8,48,107,1)"
                                    ]
                                ]
                            }
                        },
                        "textsrc": "akovacevich:16:ef8d56",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "Number of Calls",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": [
                            [
                                "0",
                                "rgba(247,251,255,1)"
                            ],
                            [
                                "0.0416666666666667",
                                "rgba(239,246,252,1)"
                            ],
                            [
                                "0.0833333333333333",
                                "rgba(230,240,250,1)"
                            ],
                            [
                                "0.125",
                                "rgba(222,235,247,1)"
                            ],
                            [
                                "0.166666666666667",
                                "rgba(214,230,244,1)"
                            ],
                            [
                                "0.208333333333333",
                                "rgba(206,224,242,1)"
                            ],
                            [
                                "0.25",
                                "rgba(198,219,239,1)"
                            ],
                            [
                                "0.291666666666667",
                                "rgba(185,213,234,1)"
                            ],
                            [
                                "0.333333333333333",
                                "rgba(172,208,230,1)"
                            ],
                            [
                                "0.375",
                                "rgba(158,202,225,1)"
                            ],
                            [
                                "0.416666666666667",
                                "rgba(142,193,221,1)"
                            ],
                            [
                                "0.458333333333333",
                                "rgba(125,183,218,1)"
                            ],
                            [
                                "0.5",
                                "rgba(107,174,214,1)"
                            ],
                            [
                                "0.541666666666667",
                                "rgba(94,165,209,1)"
                            ],
                            [
                                "0.583333333333333",
                                "rgba(81,155,203,1)"
                            ],
                            [
                                "0.625",
                                "rgba(66,146,198,1)"
                            ],
                            [
                                "0.666666666666667",
                                "rgba(57,135,192,1)"
                            ],
                            [
                                "0.708333333333333",
                                "rgba(46,124,187,1)"
                            ],
                            [
                                "0.75",
                                "rgba(33,113,181,1)"
                            ],
                            [
                                "0.791666666666667",
                                "rgba(27,102,173,1)"
                            ],
                            [
                                "0.833333333333333",
                                "rgba(19,91,164,1)"
                            ],
                            [
                                "0.875",
                                "rgba(8,81,156,1)"
                            ],
                            [
                                "0.916666666666667",
                                "rgba(9,70,139,1)"
                            ],
                            [
                                "0.958333333333333",
                                "rgba(9,59,123,1)"
                            ],
                            [
                                "1",
                                "rgba(8,48,107,1)"
                            ]
                        ],
                        "hoverinfosrc": "akovacevich:16:fa827f",
                        "locationmode": "USA-states",
                        "locationssrc": "akovacevich:16:28efae"
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "lakecolor": "rgba(255,255,255,1)",
                        "showlakes": true,
                        "projection": {
                            "type": "albers usa"
                        }
                    },
                    "scene": {
                        "zaxis": {
                            "title": "Count.of.Cases"
                        }
                    },
                    "title": "Call Volume by State, 2017",
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "mapType": "geo",
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~akovacevich",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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": "2019-06-14 21:21:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "akovacevich",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:27:59.896825Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~akovacevich/15.embed",
            "fid": "akovacevich:15",
            "filename": "count_choropleth_2016",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/akovacevich:15/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/akovacevich:15/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/akovacevich:15/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/akovacevich:15/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/akovacevich:15",
                "plots": "https://api.plotly.com/v2/plots/akovacevich:15",
                "parent": "https://api.plotly.com/v2/folders/home?user=akovacevich"
            },
            "owner": "akovacevich",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~akovacevich/15/",
            "world_readable": true,
            "date_modified": "2019-08-26T02:26:13.788Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~akovacevich/15/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "geo": "geo",
                        "type": "choropleth",
                        "zmax": 4600,
                        "zmin": 0,
                        "zsrc": "akovacevich:14:471f7f",
                        "frame": null,
                        "marker": {
                            "line": {
                                "cmax": 4519,
                                "cmin": 33,
                                "colorbar": {
                                    "title": "",
                                    "ticklen": 2
                                },
                                "colorsrc": "akovacevich:14:a70c9e",
                                "showscale": false,
                                "colorscale": [
                                    [
                                        "0",
                                        "rgba(247,251,255,1)"
                                    ],
                                    [
                                        "0.0416666666666667",
                                        "rgba(239,246,252,1)"
                                    ],
                                    [
                                        "0.0833333333333333",
                                        "rgba(230,240,250,1)"
                                    ],
                                    [
                                        "0.125",
                                        "rgba(222,235,247,1)"
                                    ],
                                    [
                                        "0.166666666666667",
                                        "rgba(214,230,244,1)"
                                    ],
                                    [
                                        "0.208333333333333",
                                        "rgba(206,224,242,1)"
                                    ],
                                    [
                                        "0.25",
                                        "rgba(198,219,239,1)"
                                    ],
                                    [
                                        "0.291666666666667",
                                        "rgba(185,213,234,1)"
                                    ],
                                    [
                                        "0.333333333333333",
                                        "rgba(172,208,230,1)"
                                    ],
                                    [
                                        "0.375",
                                        "rgba(158,202,225,1)"
                                    ],
                                    [
                                        "0.416666666666667",
                                        "rgba(142,193,221,1)"
                                    ],
                                    [
                                        "0.458333333333333",
                                        "rgba(125,183,218,1)"
                                    ],
                                    [
                                        "0.5",
                                        "rgba(107,174,214,1)"
                                    ],
                                    [
                                        "0.541666666666667",
                                        "rgba(94,165,209,1)"
                                    ],
                                    [
                                        "0.583333333333333",
                                        "rgba(81,155,203,1)"
                                    ],
                                    [
                                        "0.625",
                                        "rgba(66,146,198,1)"
                                    ],
                                    [
                                        "0.666666666666667",
                                        "rgba(57,135,192,1)"
                                    ],
                                    [
                                        "0.708333333333333",
                                        "rgba(46,124,187,1)"
                                    ],
                                    [
                                        "0.75",
                                        "rgba(33,113,181,1)"
                                    ],
                                    [
                                        "0.791666666666667",
                                        "rgba(27,102,173,1)"
                                    ],
                                    [
                                        "0.833333333333333",
                                        "rgba(19,91,164,1)"
                                    ],
                                    [
                                        "0.875",
                                        "rgba(8,81,156,1)"
                                    ],
                                    [
                                        "0.916666666666667",
                                        "rgba(9,70,139,1)"
                                    ],
                                    [
                                        "0.958333333333333",
                                        "rgba(9,59,123,1)"
                                    ],
                                    [
                                        "1",
                                        "rgba(8,48,107,1)"
                                    ]
                                ]
                            }
                        },
                        "textsrc": "akovacevich:14:9b4655",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "Number of Calls",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": [
                            [
                                "0",
                                "rgba(247,251,255,1)"
                            ],
                            [
                                "0.0416666666666667",
                                "rgba(239,246,252,1)"
                            ],
                            [
                                "0.0833333333333333",
                                "rgba(230,240,250,1)"
                            ],
                            [
                                "0.125",
                                "rgba(222,235,247,1)"
                            ],
                            [
                                "0.166666666666667",
                                "rgba(214,230,244,1)"
                            ],
                            [
                                "0.208333333333333",
                                "rgba(206,224,242,1)"
                            ],
                            [
                                "0.25",
                                "rgba(198,219,239,1)"
                            ],
                            [
                                "0.291666666666667",
                                "rgba(185,213,234,1)"
                            ],
                            [
                                "0.333333333333333",
                                "rgba(172,208,230,1)"
                            ],
                            [
                                "0.375",
                                "rgba(158,202,225,1)"
                            ],
                            [
                                "0.416666666666667",
                                "rgba(142,193,221,1)"
                            ],
                            [
                                "0.458333333333333",
                                "rgba(125,183,218,1)"
                            ],
                            [
                                "0.5",
                                "rgba(107,174,214,1)"
                            ],
                            [
                                "0.541666666666667",
                                "rgba(94,165,209,1)"
                            ],
                            [
                                "0.583333333333333",
                                "rgba(81,155,203,1)"
                            ],
                            [
                                "0.625",
                                "rgba(66,146,198,1)"
                            ],
                            [
                                "0.666666666666667",
                                "rgba(57,135,192,1)"
                            ],
                            [
                                "0.708333333333333",
                                "rgba(46,124,187,1)"
                            ],
                            [
                                "0.75",
                                "rgba(33,113,181,1)"
                            ],
                            [
                                "0.791666666666667",
                                "rgba(27,102,173,1)"
                            ],
                            [
                                "0.833333333333333",
                                "rgba(19,91,164,1)"
                            ],
                            [
                                "0.875",
                                "rgba(8,81,156,1)"
                            ],
                            [
                                "0.916666666666667",
                                "rgba(9,70,139,1)"
                            ],
                            [
                                "0.958333333333333",
                                "rgba(9,59,123,1)"
                            ],
                            [
                                "1",
                                "rgba(8,48,107,1)"
                            ]
                        ],
                        "hoverinfosrc": "akovacevich:14:9ef1a2",
                        "locationmode": "USA-states",
                        "locationssrc": "akovacevich:14:d41422"
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "lakecolor": "rgba(255,255,255,1)",
                        "showlakes": true,
                        "projection": {
                            "type": "albers usa"
                        }
                    },
                    "scene": {
                        "zaxis": {
                            "title": "Count.of.Cases"
                        }
                    },
                    "title": "Call Volume by State, 2016",
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "mapType": "geo",
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~akovacevich",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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": "2019-06-14 21:21:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "akovacevich",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:26:51.191459Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~akovacevich/13.embed",
            "fid": "akovacevich:13",
            "filename": "call_volume_line",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/akovacevich:13/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/akovacevich:13/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/akovacevich:13/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/akovacevich:13/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/akovacevich:13",
                "plots": "https://api.plotly.com/v2/plots/akovacevich:13",
                "parent": "https://api.plotly.com/v2/folders/home?user=akovacevich"
            },
            "owner": "akovacevich",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~akovacevich/13/",
            "world_readable": true,
            "date_modified": "2019-08-08T16:02:42.666Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~akovacevich/13/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(209,209,209,1)",
                            "width": 1.88976377952756
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "akovacevich:12:728014",
                        "ysrc": "akovacevich:12:c41814",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "akovacevich:12:cf5bbd",
                        "hoverinfo": "text",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(43,140,190,1)",
                            "width": 1.88976377952756
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "akovacevich:12:7669e1",
                        "ysrc": "akovacevich:12:403597",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "akovacevich:12:ca7b4d",
                        "hoverinfo": "text",
                        "showlegend": false
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10,
                        "color": "#2b8cbe",
                        "family": ""
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 15.9402241594022,
                            "color": "rgba(0,0,0,1)",
                            "family": "Open Sans"
                        },
                        "text": "Yearly Call Volume by State",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1,
                            3
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 11.9551681195517,
                                "color": "rgba(0,0,0,1)",
                                "family": "Open Sans"
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.65296803652968,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 11.689497716895,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "2016",
                            "2017",
                            "2018"
                        ],
                        "tickvals": [
                            1,
                            2,
                            3
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": null,
                        "gridwidth": 0,
                        "linecolor": "rgba(0,0,0,1)",
                        "linewidth": 0.66417600664176,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.66417600664176,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2016",
                            "2017",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            40000
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 11.9551681195517,
                                "color": "rgba(0,0,0,1)",
                                "family": "Open Sans"
                            },
                            "text": "Number of Calls"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.65296803652968,
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "size": 11.689497716895,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "10000",
                            "20000",
                            "30000",
                            "40000"
                        ],
                        "tickvals": [
                            0,
                            10000,
                            20000,
                            30000,
                            40000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(224,224,224,1)",
                        "gridwidth": 0,
                        "linecolor": "rgba(0,0,0,1)",
                        "linewidth": 0.66417600664176,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.66417600664176,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "10000",
                            "20000",
                            "30000",
                            "40000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 11.689497716895,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "bgcolor": "rgba(255,255,255,1)",
                        "bordercolor": "transparent",
                        "borderwidth": 1.88976377952756
                    },
                    "margin": {
                        "b": 25.5707762557078,
                        "l": 52.1378165213782,
                        "r": 7.30593607305936,
                        "t": 42.1685346616853
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        }
                    ],
                    "barmode": "relative",
                    "hovermode": "closest",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": ".9",
                            "y": 1838,
                            "text": "Tennessee <br /> 1,838 Calls",
                            "showarrow": false
                        },
                        {
                            "x": "3.1",
                            "y": 38992,
                            "text": "Tennessee <br /> 38,992 Calls",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgba(255,255,255,1)",
                    "paper_bgcolor": "rgba(255,255,255,1)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~akovacevich",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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": "2019-06-14 21:21:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "akovacevich",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:25:45.706673Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~plotlyapiisbullshit/2.embed",
            "fid": "plotlyapiisbullshit:2",
            "filename": "Райф",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/plotlyapiisbullshit:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/plotlyapiisbullshit:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/plotlyapiisbullshit/2/8_L5N2YEGA73SEFG25JS8SVTA8UR0S5H.png",
                "list-thumb": "https://api.plotly.com/v2/files/plotlyapiisbullshit:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/plotlyapiisbullshit:2",
                "plots": "https://api.plotly.com/v2/plots/plotlyapiisbullshit:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=plotlyapiisbullshit"
            },
            "owner": "plotlyapiisbullshit",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Райф",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~plotlyapiisbullshit/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:25:46.120Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~plotlyapiisbullshit/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "cf0023a5-8bb6-4ec1-a6b5-51955e2980d8",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Райффайзенбанк",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "plotlyapiisbullshit:3:e1a32b",
                        "ysrc": "plotlyapiisbullshit:3:b4079b"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "text": "Райф"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~plotlyapiisbullshit",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:21:21",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "plotlyapiisbullshit",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:25:13.923015Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~SelinIlban/1.embed",
            "fid": "SelinIlban:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/SelinIlban:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/SelinIlban:1/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SelinIlban/1/8_8HD6SVF5ZFTOKA8ZZYS9ZEV1S7OOCE.png",
                "list-thumb": "https://api.plotly.com/v2/files/SelinIlban:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SelinIlban:1",
                "plots": "https://api.plotly.com/v2/plots/SelinIlban:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=SelinIlban"
            },
            "owner": "SelinIlban",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~SelinIlban/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:25:13.936Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~SelinIlban/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "SelinIlban:0:285b32",
                        "ysrc": "SelinIlban:0:73b2c9",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.12362763020134226,
                            0.8747743697986577
                        ],
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -2452.376196078431,
                            8591.437137254903
                        ],
                        "autorange": false
                    },
                    "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"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~SelinIlban",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:24:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SelinIlban",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:24:49.749538Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~thomaslv02/44.embed",
            "fid": "thomaslv02:44",
            "filename": "fminfmaxtempfreqfilterobs",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/thomaslv02/44/9_FXQFMM57LZU6E8K8HYV9CT6XLH509L.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/thomaslv02:44/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/thomaslv02:44/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/thomaslv02/44/9_FXQFMM57LZU6E8K8HYV9CT6XLH509L.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/thomaslv02:44",
                "plots": "https://api.plotly.com/v2/plots/thomaslv02:44",
                "parent": "https://api.plotly.com/v2/folders/home?user=thomaslv02"
            },
            "owner": "thomaslv02",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Données observationnelles avec fréquence filtrée (fmin, fmax, température)",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~thomaslv02/44/donnees-observationnelles-avec-frequence-filtree-fmin-fmax-temperature/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:38:42.844Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~thomaslv02/44/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c5d96e8a-e82d-4a03-b1e8-d624c1b84e97",
                        "line": {
                            "color": "black",
                            "width": 0.5
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "thomaslv02:45:f3d863",
                        "ysrc": "thomaslv02:45:f50be5",
                        "zsrc": "thomaslv02:45:9cb085",
                        "marker": {
                            "size": 2,
                            "color": "black"
                        },
                        "error_z": {
                            "type": "data",
                            "color": "black",
                            "width": 3,
                            "arraysrc": "thomaslv02:45:bb46f0",
                            "symmetric": false,
                            "thickness": 0.5,
                            "arrayminussrc": "thomaslv02:45:e7d27e"
                        },
                        "opacity": 0.8
                    },
                    {
                        "uid": "e75aa2ef-3add-45b5-81a5-8d628e001f36",
                        "type": "surface",
                        "xsrc": "thomaslv02:45:fc5f21,d975d2,640a37,a036f2,517e63,acea5a,bce91c,c0a990,76ae1b,6496b5,ce11b6,5fa9d5,2acbfc,5288c6,a7ce33,4ff640,ce0e0f,bfa236,74f708,cf07df",
                        "ysrc": "thomaslv02:45:4ca389,fe0ae5,860ffd,f2eb4b,e87f63,f0f0a4,305211,33d419,5108ae,9ce30c,6cbe00,ffbead,5c7c80,6a15dd,822635,ae9bb0,61934a,e7c853,95e1e9,b21c3a",
                        "zsrc": "thomaslv02:45:10df89,1e79af,6ee697,bd12c7,57be86,15af98,7be477,2dc625,c36562,faba7e,6903fa,103175,a156a4,269ddb,51c234,92e4cf,62720d,96391a,3ed472,c3c1cd",
                        "opacity": 0.7,
                        "colorbar": {
                            "x": 1,
                            "y": 0.5,
                            "title": {
                                "text": "Température (K)"
                            }
                        },
                        "colorscale": "RdBu"
                    },
                    {
                        "uid": "868c73c4-0a24-4e7e-812f-c26fae3b6cc2",
                        "line": {
                            "color": "black",
                            "width": 0.5
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "thomaslv02:45:566946",
                        "ysrc": "thomaslv02:45:b1121f",
                        "zsrc": "thomaslv02:45:643533",
                        "marker": {
                            "size": 2,
                            "color": "red"
                        },
                        "error_z": {
                            "type": "data",
                            "color": "red",
                            "width": 3,
                            "arraysrc": "thomaslv02:45:f3d368",
                            "symmetric": false,
                            "thickness": 0.5,
                            "arrayminussrc": "thomaslv02:45:59ad68"
                        },
                        "opacity": 0.8
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": {
                                "text": "fmin (microHz)"
                            },
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204, 204)"
                        },
                        "yaxis": {
                            "title": {
                                "text": "fmax (microHz)"
                            },
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204,204)"
                        },
                        "zaxis": {
                            "range": [
                                3542.02,
                                9016.0
                            ],
                            "title": {
                                "text": "Température (Kelvins)"
                            },
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204,204)"
                        }
                    },
                    "title": {
                        "text": "Données observationnelles avec fréquence filtrée (fmin, fmax, température)"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~thomaslv02",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-07 15:25:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "thomaslv02",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:24:33.964691Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~akovacevich/11.embed",
            "fid": "akovacevich:11",
            "filename": "call_volume_dumbbell",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/akovacevich:11/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/akovacevich:11/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/akovacevich:11/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/akovacevich:11/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/akovacevich:11",
                "plots": "https://api.plotly.com/v2/plots/akovacevich:11",
                "parent": "https://api.plotly.com/v2/folders/home?user=akovacevich"
            },
            "owner": "akovacevich",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~akovacevich/11/",
            "world_readable": true,
            "date_modified": "2019-08-26T02:26:44.888Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~akovacevich/11/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(204,204,204,1)"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "akovacevich:10:1d4bce",
                        "ysrc": "akovacevich:10:6a3694",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(204,204,204,1)"
                            },
                            "color": "rgba(204,204,204,1)"
                        },
                        "error_x": {
                            "color": "rgba(204,204,204,1)"
                        },
                        "error_y": {
                            "color": "rgba(204,204,204,1)"
                        },
                        "textfont": {
                            "color": "rgba(204,204,204,1)"
                        },
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(166,189,219,1)"
                        },
                        "mode": "markers",
                        "name": "2016",
                        "type": "scatter",
                        "xsrc": "akovacevich:10:cf4d4c",
                        "ysrc": "akovacevich:10:925aa8",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(166,189,219,1)"
                            },
                            "color": "rgba(166,189,219,1)"
                        },
                        "error_x": {
                            "color": "rgba(166,189,219,1)"
                        },
                        "error_y": {
                            "color": "rgba(166,189,219,1)"
                        },
                        "textfont": {
                            "color": "rgba(166,189,219,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(43,140,190,1)"
                        },
                        "mode": "markers",
                        "name": "2018",
                        "type": "scatter",
                        "xsrc": "akovacevich:10:e0814a",
                        "ysrc": "akovacevich:10:53b72e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(43,140,190,1)"
                            },
                            "color": "rgba(43,140,190,1)"
                        },
                        "error_x": {
                            "color": "rgba(43,140,190,1)"
                        },
                        "error_y": {
                            "color": "rgba(43,140,190,1)"
                        },
                        "textfont": {
                            "color": "rgba(43,140,190,1)"
                        }
                    }
                ],
                "layout": {
                    "title": "Call Volume by State, 2016-2018",
                    "xaxis": {
                        "title": "Number of Calls",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "type": "category",
                        "title": "State",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "categoryarray": [
                            "South Dakota",
                            "Vermont",
                            "Wyoming",
                            "North Dakota",
                            "Hawaii",
                            "Alaska",
                            "Montana",
                            "Idaho",
                            "District of Columbia",
                            "Maine",
                            "Delaware",
                            "Nebraska",
                            "New Mexico",
                            "Iowa",
                            "New Hampshire",
                            "Utah",
                            "Oregon",
                            "Kansas",
                            "Wisconsin",
                            "Minnesota",
                            "West Virginia",
                            "Colorado",
                            "Arkansas",
                            "South Carolina",
                            "Alabama",
                            "Washington",
                            "Kentucky",
                            "Oklahoma",
                            "Arizona",
                            "Indiana",
                            "Michigan",
                            "Georgia",
                            "Maryland",
                            "Illinois",
                            "Massachusetts",
                            "Missouri",
                            "Ohio",
                            "Connecticut",
                            "Mississippi",
                            "North Carolina",
                            "Pennsylvania",
                            "Virginia",
                            "Rhode Island",
                            "Tennessee",
                            "New York",
                            "Nevada",
                            "New Jersey",
                            "Louisiana",
                            "Texas",
                            "California",
                            "Florida"
                        ],
                        "categoryorder": "array"
                    },
                    "height": 900,
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": 900,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~akovacevich",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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": "2019-06-14 21:21:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "akovacevich",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:23:17.249000Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~plotlyapiisbullshit/0.embed",
            "fid": "plotlyapiisbullshit:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/plotlyapiisbullshit:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/plotlyapiisbullshit:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/plotlyapiisbullshit/0/8_I1DZHCE8QXYITXHAJSAZHFMBV7I6ST.png",
                "list-thumb": "https://api.plotly.com/v2/files/plotlyapiisbullshit:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/plotlyapiisbullshit:0",
                "plots": "https://api.plotly.com/v2/plots/plotlyapiisbullshit:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=plotlyapiisbullshit"
            },
            "owner": "plotlyapiisbullshit",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Observed vs date",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~plotlyapiisbullshit/0/observed-vs-date/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:23:17.715Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~plotlyapiisbullshit/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "82050560-e50a-4ab5-ab75-bb5f88f690a6",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Райффайзенбанк",
                        "type": "scatter",
                        "xsrc": "plotlyapiisbullshit:1:60a4df",
                        "ysrc": "plotlyapiisbullshit:1:1a8b05",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "4ddcedee-e4b3-4b02-b73b-7fe0e0f244fd",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Райффайзенбанк",
                        "type": "scatter",
                        "xsrc": "plotlyapiisbullshit:1:60a4df",
                        "ysrc": "plotlyapiisbullshit:1:2d66a3",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "a61cf078-2f1e-4425-8719-a5abce522b54",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Райффайзенбанк",
                        "type": "scatter",
                        "xsrc": "plotlyapiisbullshit:1:60a4df",
                        "ysrc": "plotlyapiisbullshit:1:e3f589",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "6bd8d6fb-ee66-4c3f-a94f-43b039052f78",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Райффайзенбанк",
                        "type": "scatter",
                        "xsrc": "plotlyapiisbullshit:1:60a4df",
                        "ysrc": "plotlyapiisbullshit:1:16a893",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    }
                ],
                "layout": {
                    "width": 432,
                    "xaxis": {
                        "side": "top",
                        "type": "date",
                        "range": [
                            "1971-06-13 00:00:00",
                            "1971-08-15 00:00:00"
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "date"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 6,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -0.05739835989565784,
                            0.021370837283509372
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Observed"
                        },
                        "anchor": "x",
                        "domain": [
                            0.8075679172056921,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "height": 288,
                    "margin": {
                        "b": 41,
                        "l": 68,
                        "r": 14,
                        "t": 14,
                        "pad": 0
                    },
                    "xaxis2": {
                        "side": "top",
                        "type": "date",
                        "range": [
                            "1971-06-13 00:00:00",
                            "1971-08-15 00:00:00"
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "date"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 6,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "xaxis3": {
                        "side": "top",
                        "type": "date",
                        "range": [
                            "1971-06-13 00:00:00",
                            "1971-08-15 00:00:00"
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "date"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 6,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "xaxis4": {
                        "side": "bottom",
                        "type": "date",
                        "range": [
                            "1971-06-13 00:00:00",
                            "1971-08-15 00:00:00"
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "date"
                        },
                        "anchor": "y4",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 6,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis2": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -0.03360184449748309,
                            -0.007268344768499312
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Trend"
                        },
                        "anchor": "x2",
                        "domain": [
                            0.5383786114704613,
                            0.7308106942647692
                        ],
                        "mirror": "ticks",
                        "nticks": 5,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis3": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -0.007238164252332079,
                            0.005958447353269344
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Seasonal"
                        },
                        "anchor": "x3",
                        "domain": [
                            0.26918930573523064,
                            0.46162138852953855
                        ],
                        "mirror": "ticks",
                        "nticks": 5,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis4": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -0.028516254698802503,
                            0.014093967125240829
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Residual"
                        },
                        "anchor": "x4",
                        "domain": [
                            0.0,
                            0.19243208279430785
                        ],
                        "mirror": "ticks",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 288,
            "width": 432,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~plotlyapiisbullshit",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:21:21",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "plotlyapiisbullshit",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:23:16.410531Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~akovacevich/9.embed",
            "fid": "akovacevich:9",
            "filename": "employment_status_by_state",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/akovacevich/9/9_BT1QA7OIRDOXIHUZ9BYWXL1ONTBX07.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/akovacevich/9/2_EPZSEPTFUDVZ26BEQJTLF9O2W8AFBQ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/akovacevich/9/8_XISKNAWU3J0LO3HNN5KZGEBU6H1EFT.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/akovacevich/9/9_BT1QA7OIRDOXIHUZ9BYWXL1ONTBX07.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/akovacevich:9",
                "plots": "https://api.plotly.com/v2/plots/akovacevich:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=akovacevich"
            },
            "owner": "akovacevich",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~akovacevich/9/",
            "world_readable": true,
            "date_modified": "2019-08-08T16:02:51.922Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~akovacevich/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Employed",
                        "type": "bar",
                        "xsrc": "akovacevich:8:b30656",
                        "ysrc": "akovacevich:8:4e1e97",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.88976377952756
                            },
                            "color": "rgba(33,113,181,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "akovacevich:8:5ed432",
                        "textsrc": "akovacevich:8:3747b0",
                        "widthsrc": "akovacevich:8:6113d9",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Employed",
                        "orientation": "h"
                    },
                    {
                        "name": "Unemployed",
                        "type": "bar",
                        "xsrc": "akovacevich:8:b5d65d",
                        "ysrc": "akovacevich:8:ff58c4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.88976377952756
                            },
                            "color": "rgba(107,174,214,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "akovacevich:8:b356c2",
                        "textsrc": "akovacevich:8:797f97",
                        "widthsrc": "akovacevich:8:d40ca5",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Unemployed",
                        "orientation": "h"
                    },
                    {
                        "name": "Retired",
                        "type": "bar",
                        "xsrc": "akovacevich:8:d29d81",
                        "ysrc": "akovacevich:8:238524",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.88976377952756
                            },
                            "color": "rgba(189,215,231,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "akovacevich:8:d9772b",
                        "textsrc": "akovacevich:8:98f007",
                        "widthsrc": "akovacevich:8:4f7b86",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Retired",
                        "orientation": "h"
                    },
                    {
                        "name": "Disabled",
                        "type": "bar",
                        "xsrc": "akovacevich:8:7cf3f4",
                        "ysrc": "akovacevich:8:cb10ab",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.88976377952756
                            },
                            "color": "rgba(239,243,255,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "akovacevich:8:4b8c47",
                        "textsrc": "akovacevich:8:7deb0a",
                        "widthsrc": "akovacevich:8:078112",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Disabled",
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.6118721461187,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 15.9402241594022,
                            "color": "rgba(0,0,0,1)",
                            "family": "Open Sans"
                        },
                        "text": "Employment Status by State",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            1
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 11.9551681195517,
                                "color": "rgba(0,0,0,1)",
                                "family": "Open Sans"
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.65296803652968,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 11.9551681195517,
                            "color": "rgba(77,77,77,1)",
                            "family": "Open Sans"
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": null,
                        "gridwidth": 0,
                        "linecolor": "rgba(0,0,0,1)",
                        "linewidth": 0.66417600664176,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.66417600664176,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.55,
                            49.45
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 11.9551681195517,
                                "color": "rgba(0,0,0,1)",
                                "family": "Open Sans"
                            },
                            "text": ""
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.65296803652968,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 9.29846409298464,
                            "color": "rgba(77,77,77,1)",
                            "family": "Open Sans"
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "Wyoming",
                            "Wisconsin",
                            "West Virginia",
                            "Washington",
                            "Virginia",
                            "Vermont",
                            "Utah",
                            "Texas",
                            "Tennessee",
                            "South Carolina",
                            "Rhode Island",
                            "Pennsylvania",
                            "Oregon",
                            "Oklahoma",
                            "Ohio",
                            "North Dakota",
                            "North Carolina",
                            "New York",
                            "New Mexico",
                            "New Jersey",
                            "New Hampshire",
                            "Nevada",
                            "Nebraska",
                            "Missouri",
                            "Mississippi",
                            "Minnesota",
                            "Michigan",
                            "Massachusetts",
                            "Maryland",
                            "Maine",
                            "Louisiana",
                            "Kentucky",
                            "Kansas",
                            "Iowa",
                            "Indiana",
                            "Illinois",
                            "Idaho",
                            "Hawaii",
                            "Georgia",
                            "Florida",
                            "District of Columbia",
                            "Delaware",
                            "Connecticut",
                            "Colorado",
                            "California",
                            "Arkansas",
                            "Arizona",
                            "Alaska",
                            "Alabama"
                        ],
                        "tickvals": [
                            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,
                            36,
                            37,
                            38,
                            39,
                            40,
                            41,
                            42,
                            43,
                            44,
                            45,
                            46,
                            47,
                            48,
                            49
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": null,
                        "gridwidth": 0,
                        "linecolor": "rgba(0,0,0,1)",
                        "linewidth": 0.66417600664176,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.66417600664176,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "Wyoming",
                            "Wisconsin",
                            "West Virginia",
                            "Washington",
                            "Virginia",
                            "Vermont",
                            "Utah",
                            "Texas",
                            "Tennessee",
                            "South Carolina",
                            "Rhode Island",
                            "Pennsylvania",
                            "Oregon",
                            "Oklahoma",
                            "Ohio",
                            "North Dakota",
                            "North Carolina",
                            "New York",
                            "New Mexico",
                            "New Jersey",
                            "New Hampshire",
                            "Nevada",
                            "Nebraska",
                            "Missouri",
                            "Mississippi",
                            "Minnesota",
                            "Michigan",
                            "Massachusetts",
                            "Maryland",
                            "Maine",
                            "Louisiana",
                            "Kentucky",
                            "Kansas",
                            "Iowa",
                            "Indiana",
                            "Illinois",
                            "Idaho",
                            "Hawaii",
                            "Georgia",
                            "Florida",
                            "District of Columbia",
                            "Delaware",
                            "Connecticut",
                            "Colorado",
                            "California",
                            "Arkansas",
                            "Arizona",
                            "Alaska",
                            "Alabama"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "y": 0.905511811023622,
                        "font": {
                            "size": 11.9551681195517,
                            "color": "rgba(0,0,0,1)",
                            "family": "Open Sans"
                        },
                        "bgcolor": "rgba(255,255,255,1)",
                        "bordercolor": "transparent",
                        "borderwidth": 1.88976377952756
                    },
                    "margin": {
                        "b": 25.8364466583645,
                        "l": 103.943545039435,
                        "r": 7.30593607305936,
                        "t": 42.1685346616853
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        }
                    ],
                    "barmode": "relative",
                    "hovermode": "closest",
                    "showlegend": true,
                    "plot_bgcolor": "rgba(255,255,255,1)",
                    "paper_bgcolor": "rgba(255,255,255,1)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~akovacevich",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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": "2019-06-14 21:21:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "akovacevich",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:22:21.188285Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~akovacevich/7.embed",
            "fid": "akovacevich:7",
            "filename": "prior_mental_health_record",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/akovacevich/7/9_9OKFQM1H72GMF8VYL0T40LFVM7ARPY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/akovacevich/7/2_GFLFRW6TXAE2OAPTET5RFPSX91H3DM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/akovacevich/7/8_X9CRSCBT38AS3DULY9B0RP37X8Z4JI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/akovacevich/7/9_9OKFQM1H72GMF8VYL0T40LFVM7ARPY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/akovacevich:7",
                "plots": "https://api.plotly.com/v2/plots/akovacevich:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=akovacevich"
            },
            "owner": "akovacevich",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~akovacevich/7/",
            "world_readable": true,
            "date_modified": "2019-08-26T02:26:49.392Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~akovacevich/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "No",
                        "type": "bar",
                        "xsrc": "akovacevich:6:a18989",
                        "ysrc": "akovacevich:6:2846fe",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.88976377952756
                            },
                            "color": "rgba(222,235,247,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "akovacevich:6:1080cf",
                        "textsrc": "akovacevich:6:456b90",
                        "widthsrc": "akovacevich:6:b839a5",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "No",
                        "orientation": "h"
                    },
                    {
                        "name": "Yes",
                        "type": "bar",
                        "xsrc": "akovacevich:6:ebd0a6",
                        "ysrc": "akovacevich:6:edef65",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.88976377952756
                            },
                            "color": "rgba(158,202,225,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "akovacevich:6:b40f21",
                        "textsrc": "akovacevich:6:c2ec92",
                        "widthsrc": "akovacevich:6:96ab76",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Yes",
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.6118721461187,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 15.9402241594022,
                            "color": "rgba(0,0,0,1)",
                            "family": "Open Sans"
                        },
                        "text": "Existence of Prior Mental Health Record by Gender",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            1
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 11.9551681195517,
                                "color": "rgba(0,0,0,1)",
                                "family": "Open Sans"
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.65296803652968,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 11.689497716895,
                            "color": "rgba(77,77,77,1)",
                            "family": "Open Sans"
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": null,
                        "gridwidth": 0,
                        "linecolor": "rgba(0,0,0,1)",
                        "linewidth": 0.66417600664176,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.66417600664176,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.55,
                            2.45
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 11.9551681195517,
                                "color": "rgba(0,0,0,1)",
                                "family": "Open Sans"
                            },
                            "text": ""
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.65296803652968,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 11.689497716895,
                            "color": "rgba(77,77,77,1)",
                            "family": "Open Sans"
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "Female",
                            "Male"
                        ],
                        "tickvals": [
                            1,
                            2
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": null,
                        "gridwidth": 0,
                        "linecolor": "rgba(0,0,0,1)",
                        "linewidth": 0.66417600664176,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.66417600664176,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "Female",
                            "Male"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "y": 0.929133858267717,
                        "font": {
                            "size": 11.9551681195517,
                            "color": "rgba(0,0,0,1)",
                            "family": "Open Sans"
                        },
                        "bgcolor": "rgba(255,255,255,1)",
                        "bordercolor": "transparent",
                        "borderwidth": 1.88976377952756
                    },
                    "margin": {
                        "b": 25.5707762557078,
                        "l": 46.027397260274,
                        "r": 7.30593607305936,
                        "t": 42.1685346616853
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        }
                    ],
                    "barmode": "relative",
                    "hovermode": "closest",
                    "showlegend": true,
                    "plot_bgcolor": "rgba(255,255,255,1)",
                    "paper_bgcolor": "rgba(255,255,255,1)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~akovacevich",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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": "2019-06-14 21:21:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "akovacevich",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}