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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA0LTIyKzAxJTNBMDMlM0E0NC41Nzc3MDQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNC0yMiswMSUzQTE3JTNBMTEuOTY4MDI3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-04-22T01:17:11.968027Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~asifakram134/5.embed",
            "fid": "asifakram134:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/asifakram134:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/asifakram134:5/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/asifakram134:5/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/asifakram134:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/asifakram134:5",
                "plots": "https://api.plotly.com/v2/plots/asifakram134:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=asifakram134"
            },
            "owner": "asifakram134",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~asifakram134/5/",
            "world_readable": true,
            "date_modified": "2019-04-22T05:46:52.108Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~asifakram134/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "asifakram134:4:b21878",
                            "sourcesrc": "asifakram134:4:19d545",
                            "targetsrc": "asifakram134:4:9347ab"
                        },
                        "node": {
                            "pad": 15,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "asifakram134:4:3eb3cb",
                            "labelsrc": "asifakram134:4:bef592",
                            "thickness": 20
                        },
                        "type": "sankey"
                    },
                    {
                        "type": "sankey"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": {
                        "text": "Basic Sankey Diagram"
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~asifakram134",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-14 02:47:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "asifakram134",
                "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-04-22T01:14:52.035252Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~SeiyaKawano2/55.embed",
            "fid": "SeiyaKawano2:55",
            "filename": "code-scatter",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/SeiyaKawano2:55/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/SeiyaKawano2:55/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/SeiyaKawano2:55/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/SeiyaKawano2:55/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SeiyaKawano2:55",
                "plots": "https://api.plotly.com/v2/plots/SeiyaKawano2:55",
                "parent": "https://api.plotly.com/v2/folders/home?user=SeiyaKawano2"
            },
            "owner": "SeiyaKawano2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~SeiyaKawano2/55/",
            "world_readable": true,
            "date_modified": "2019-04-23T12:54:06.030Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~SeiyaKawano2/55/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "66168677-9f2a-490a-9604-f3d1b134768a",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "SeiyaKawano2:56:21038a",
                        "ysrc": "SeiyaKawano2:56:66d559",
                        "zsrc": "SeiyaKawano2:56:10c1f9",
                        "marker": {
                            "size": 1.5,
                            "colorsrc": "SeiyaKawano2:56:45ebd8"
                        },
                        "textsrc": "SeiyaKawano2:56:3fabcd"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~SeiyaKawano2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/76.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": "2017-10-22 18:10:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SeiyaKawano2",
                "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-04-22T01:12:40.035532Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~alexplandevel/28.embed",
            "fid": "alexplandevel:28",
            "filename": "Small-Cities-Ped-PM25-graph",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/28/9_EUC74S17F08FV37H6EUOK3SZHXCO0M.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/alexplandevel:28/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/28/8_XOG9SX2126I41IA9ZDC8LKYPID3BHT.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/28/9_EUC74S17F08FV37H6EUOK3SZHXCO0M.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/alexplandevel:28",
                "plots": "https://api.plotly.com/v2/plots/alexplandevel:28",
                "parent": "https://api.plotly.com/v2/folders/home?user=alexplandevel"
            },
            "owner": "alexplandevel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~alexplandevel/28/",
            "world_readable": true,
            "date_modified": "2019-04-22T01:12:40.050Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~alexplandevel/28/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "AT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:da0e09",
                        "ysrc": "alexplandevel:27:a5a010",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(248,118,109,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:27:522c55",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:27:419264",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "AT"
                    },
                    {
                        "mode": "markers",
                        "name": "BE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:f23ac2",
                        "ysrc": "alexplandevel:27:914047",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(234,131,49,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:27:dc50d9",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:27:ccde69",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "BE"
                    },
                    {
                        "mode": "markers",
                        "name": "CH",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:8006b6",
                        "ysrc": "alexplandevel:27:175b9e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(216,144,0,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:27:784e36",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:27:9a0663",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "CH"
                    },
                    {
                        "mode": "markers",
                        "name": "CZ",
                        "text": "City: Ostrava CZ",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:045b06",
                        "ysrc": "alexplandevel:27:8df60a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(192,155,0,1)",
                                "width": 1.88976377952756
                            },
                            "size": 10.5795044548186,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "CZ"
                    },
                    {
                        "mode": "markers",
                        "name": "DE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:acd26d",
                        "ysrc": "alexplandevel:27:137541",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(163,165,0,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:27:76b487",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:27:075441",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "DE"
                    },
                    {
                        "mode": "markers",
                        "name": "DK",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:41179e",
                        "ysrc": "alexplandevel:27:c84a3f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(124,174,0,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:27:7df200",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:27:070196",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "DK"
                    },
                    {
                        "mode": "markers",
                        "name": "ES",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:2abe68",
                        "ysrc": "alexplandevel:27:8ec3df",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(57,182,0,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:27:89043c",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:27:c968a5",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "ES"
                    },
                    {
                        "mode": "markers",
                        "name": "FI",
                        "text": "City: Turku / Abo FI",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:377b66",
                        "ysrc": "alexplandevel:27:9dc6f2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,187,78,1)",
                                "width": 1.88976377952756
                            },
                            "size": 15.8341140459026,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "FI"
                    },
                    {
                        "mode": "markers",
                        "name": "FR",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:91bfb2",
                        "ysrc": "alexplandevel:27:93a503",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,191,125,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:27:d14ff5",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:27:9d2af9",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "FR"
                    },
                    {
                        "mode": "markers",
                        "name": "GB",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:2cb85c",
                        "ysrc": "alexplandevel:27:965c10",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,193,163,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:27:cc4e2f",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:27:d4791e",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "GB"
                    },
                    {
                        "mode": "markers",
                        "name": "HU",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:58e3fe",
                        "ysrc": "alexplandevel:27:7a6ba6",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,191,196,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:27:264f5b",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:27:6d3b4f",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "HU"
                    },
                    {
                        "mode": "markers",
                        "name": "IE",
                        "text": "City: Cork IE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:12ca70",
                        "ysrc": "alexplandevel:27:2f918d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,186,224,1)",
                                "width": 1.88976377952756
                            },
                            "size": 15.9498127211605,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "IE"
                    },
                    {
                        "mode": "markers",
                        "name": "IT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:fa2b3e",
                        "ysrc": "alexplandevel:27:a96604",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,176,246,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:27:248358",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:27:28031b",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "IT"
                    },
                    {
                        "mode": "markers",
                        "name": "NL",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:b12695",
                        "ysrc": "alexplandevel:27:f3e631",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(53,162,255,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:27:b111ed",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:27:f1df39",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "NL"
                    },
                    {
                        "mode": "markers",
                        "name": "NO",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:587610",
                        "ysrc": "alexplandevel:27:9ad1db",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(149,144,255,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:27:39f92f",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:27:d8e410",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "NO"
                    },
                    {
                        "mode": "markers",
                        "name": "PL",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:f74459",
                        "ysrc": "alexplandevel:27:a5cc81",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(199,124,255,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:27:4f945a",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:27:65a649",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "PL"
                    },
                    {
                        "mode": "markers",
                        "name": "PT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:60080e",
                        "ysrc": "alexplandevel:27:cabd87",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(231,107,243,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:27:abf817",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:27:497332",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "PT"
                    },
                    {
                        "mode": "markers",
                        "name": "SE",
                        "text": "City: Uppsala SE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:ae3d91",
                        "ysrc": "alexplandevel:27:ec9f68",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(250,98,219,1)",
                                "width": 1.88976377952756
                            },
                            "size": 9.30865460417418,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "SE"
                    },
                    {
                        "mode": "markers",
                        "name": "SI",
                        "text": "City: Ljubljana SI",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:488d03",
                        "ysrc": "alexplandevel:27:c2e265",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,98,188,1)",
                                "width": 1.88976377952756
                            },
                            "size": 20.8834127179398,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "SI"
                    },
                    {
                        "mode": "markers",
                        "name": "SK",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:0ed052",
                        "ysrc": "alexplandevel:27:10341c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,106,152,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:27:307c43",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:27:02141b",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "SK"
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(51,102,255,1)",
                            "width": 3.77952755905512
                        },
                        "mode": "lines",
                        "name": "fitted values",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "alexplandevel:27:7d1fc7",
                        "ysrc": "alexplandevel:27:fdd91a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": false
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.6118721461187,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.00502045008964797,
                            0.17003465663196
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.6118721461187,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Pedestrian Streets Length to Total Streets Length Ratio"
                        },
                        "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": [
                            "0.00",
                            "0.05",
                            "0.10",
                            "0.15"
                        ],
                        "tickvals": [
                            0,
                            0.05,
                            0.1,
                            0.15
                        ],
                        "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.00",
                            "0.05",
                            "0.10",
                            "0.15"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            3.6825,
                            30.4675
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.6118721461187,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Population exposure to PM2.5"
                        },
                        "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": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "10",
                            "20",
                            "30"
                        ],
                        "tickvals": [
                            10,
                            20,
                            30
                        ],
                        "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": [
                            "10",
                            "20",
                            "30"
                        ],
                        "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": 42.0643594414086,
                        "l": 37.2602739726027,
                        "r": 7.30593607305936,
                        "t": 28.1100215418652
                    },
                    "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,
                    "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/~alexplandevel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-21 00:11:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "alexplandevel",
                "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-04-22T01:12:16.524872Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~alexplandevel/26.embed",
            "fid": "alexplandevel:26",
            "filename": "Medium-Cities-Ped-PM25-graph",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/26/9_U16PW5H60330QY87OFL34SIQV0RI6Y.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/alexplandevel:26/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/26/8_O2YATYL3WWSN4H1G4P6IPPXYVF6E34.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/26/9_U16PW5H60330QY87OFL34SIQV0RI6Y.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/alexplandevel:26",
                "plots": "https://api.plotly.com/v2/plots/alexplandevel:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=alexplandevel"
            },
            "owner": "alexplandevel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~alexplandevel/26/",
            "world_readable": true,
            "date_modified": "2019-04-22T01:12:16.538Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~alexplandevel/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "BE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:c4dbf4",
                        "ysrc": "alexplandevel:25:2e602b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(248,118,109,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:25:317318",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:25:d68acb",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "BE"
                    },
                    {
                        "mode": "markers",
                        "name": "CH",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:824494",
                        "ysrc": "alexplandevel:25:96330d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(233,132,44,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:25:3f4552",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:25:7de7da",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "CH"
                    },
                    {
                        "mode": "markers",
                        "name": "CZ",
                        "text": "City: Brno CZ",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:b953e4",
                        "ysrc": "alexplandevel:25:f1ecef",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,145,0,1)",
                                "width": 1.88976377952756
                            },
                            "size": 10.4424277490486,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "CZ"
                    },
                    {
                        "mode": "markers",
                        "name": "DE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:e7884d",
                        "ysrc": "alexplandevel:25:1888fc",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,157,0,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:25:0a1fe6",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:25:02e1f1",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "DE"
                    },
                    {
                        "mode": "markers",
                        "name": "EE",
                        "text": "City: Tallinn EE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:c5099a",
                        "ysrc": "alexplandevel:25:c5d574",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(156,167,0,1)",
                                "width": 1.88976377952756
                            },
                            "size": 13.198935298177,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "EE"
                    },
                    {
                        "mode": "markers",
                        "name": "ES",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:06246b",
                        "ysrc": "alexplandevel:25:081c5c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(111,176,0,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:25:cca506",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:25:c34057",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "ES"
                    },
                    {
                        "mode": "markers",
                        "name": "FI",
                        "text": "City: Helsinki / Helsingfors FI",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:017ce0",
                        "ysrc": "alexplandevel:25:0a8678",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,184,19,1)",
                                "width": 1.88976377952756
                            },
                            "size": 21.2808200857403,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "FI"
                    },
                    {
                        "mode": "markers",
                        "name": "FR",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:302d1f",
                        "ysrc": "alexplandevel:25:ea09b4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,189,97,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:25:8e6794",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:25:e59b85",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "FR"
                    },
                    {
                        "mode": "markers",
                        "name": "GB",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:a95679",
                        "ysrc": "alexplandevel:25:1ae2e3",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,192,142,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:25:963a36",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:25:d9337e",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "GB"
                    },
                    {
                        "mode": "markers",
                        "name": "GR",
                        "text": "City: Thessaloniki GR",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:275033",
                        "ysrc": "alexplandevel:25:55031e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,192,180,1)",
                                "width": 1.88976377952756
                            },
                            "size": 20.85293143619,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "GR"
                    },
                    {
                        "mode": "markers",
                        "name": "IE",
                        "text": "City: Dublin IE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:6b374f",
                        "ysrc": "alexplandevel:25:99b454",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,189,212,1)",
                                "width": 1.88976377952756
                            },
                            "size": 22.6771653543307,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "IE"
                    },
                    {
                        "mode": "markers",
                        "name": "IT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:f53ed3",
                        "ysrc": "alexplandevel:25:c0a4c0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,181,238,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:25:9f8b62",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:25:5c4df1",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "IT"
                    },
                    {
                        "mode": "markers",
                        "name": "LT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:1308f9",
                        "ysrc": "alexplandevel:25:699fac",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,167,255,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:25:5d4200",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:25:c7210e",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "LT"
                    },
                    {
                        "mode": "markers",
                        "name": "LV",
                        "text": "City: Riga LV",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:315b4d",
                        "ysrc": "alexplandevel:25:7193ab",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,150,255,1)",
                                "width": 1.88976377952756
                            },
                            "size": 18.1411696432619,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "LV"
                    },
                    {
                        "mode": "markers",
                        "name": "NL",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:deb2a5",
                        "ysrc": "alexplandevel:25:381063",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,129,255,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:25:fb9a31",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:25:7c90da",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "NL"
                    },
                    {
                        "mode": "markers",
                        "name": "NO",
                        "text": "City: Oslo NO",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:b17109",
                        "ysrc": "alexplandevel:25:ecdbb2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(226,110,247,1)",
                                "width": 1.88976377952756
                            },
                            "size": 19.7216249482927,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "NO"
                    },
                    {
                        "mode": "markers",
                        "name": "PL",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:119fac",
                        "ysrc": "alexplandevel:25:d94ef4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(248,99,223,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:25:fe36ac",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:25:d1a1c0",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "PL"
                    },
                    {
                        "mode": "markers",
                        "name": "PT",
                        "text": "City: Porto PT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:82f50e",
                        "ysrc": "alexplandevel:25:2692b0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,98,191,1)",
                                "width": 1.88976377952756
                            },
                            "size": 21.84079863537,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "PT"
                    },
                    {
                        "mode": "markers",
                        "name": "SE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:3417ad",
                        "ysrc": "alexplandevel:25:a4dad0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,106,154,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:25:c516d6",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:25:26d69c",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "SE"
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(51,102,255,1)",
                            "width": 3.77952755905512
                        },
                        "mode": "lines",
                        "name": "fitted values",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "alexplandevel:25:bdc8bb",
                        "ysrc": "alexplandevel:25:6095ae",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": false
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.6118721461187,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.00302273956320195,
                            0.150617819597819
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.6118721461187,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Pedestrian Streets Length to Total Streets Length Ratio"
                        },
                        "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": [
                            "0.00",
                            "0.05",
                            "0.10",
                            "0.15"
                        ],
                        "tickvals": [
                            0,
                            0.05,
                            0.1,
                            0.15
                        ],
                        "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.00",
                            "0.05",
                            "0.10",
                            "0.15"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            5.603,
                            31.717
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.6118721461187,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Population exposure to PM2.5"
                        },
                        "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": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "10",
                            "15",
                            "20",
                            "25",
                            "30"
                        ],
                        "tickvals": [
                            10,
                            15,
                            20,
                            25,
                            30
                        ],
                        "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": [
                            "10",
                            "15",
                            "20",
                            "25",
                            "30"
                        ],
                        "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": 42.0643594414086,
                        "l": 37.2602739726027,
                        "r": 7.30593607305936,
                        "t": 28.1100215418652
                    },
                    "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,
                    "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/~alexplandevel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-21 00:11:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "alexplandevel",
                "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-04-22T01:11:54.002801Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~alexplandevel/24.embed",
            "fid": "alexplandevel:24",
            "filename": "Large-Cities-Ped-PM25-graph",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/24/9_C6XG8W7C09PYBSTKIZE2ZWU25W2ZCN.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/alexplandevel:24/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/24/8_JJLTVQAKPXN2GXUOLRRVYAF9HV278A.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/24/9_C6XG8W7C09PYBSTKIZE2ZWU25W2ZCN.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/alexplandevel:24",
                "plots": "https://api.plotly.com/v2/plots/alexplandevel:24",
                "parent": "https://api.plotly.com/v2/folders/home?user=alexplandevel"
            },
            "owner": "alexplandevel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~alexplandevel/24/",
            "world_readable": true,
            "date_modified": "2019-04-22T01:11:54.017Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~alexplandevel/24/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "AT",
                        "text": "City: Wien AT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:e645b2",
                        "ysrc": "alexplandevel:23:9046b4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(248,118,109,1)",
                                "width": 1.88976377952756
                            },
                            "size": 12.7695050456725,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "AT"
                    },
                    {
                        "mode": "markers",
                        "name": "BE",
                        "text": "City: Bruxelles / Brussel BE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:81a828",
                        "ysrc": "alexplandevel:23:e9b41b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(230,134,19,1)",
                                "width": 1.88976377952756
                            },
                            "size": 9.15432239674684,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "BE"
                    },
                    {
                        "mode": "markers",
                        "name": "CH",
                        "text": "City: Basel CH",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:2db4d2",
                        "ysrc": "alexplandevel:23:cb09ae",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(205,150,0,1)",
                                "width": 1.88976377952756
                            },
                            "size": 8.31798612193819,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "CH"
                    },
                    {
                        "mode": "markers",
                        "name": "CZ",
                        "text": "City: Praha CZ",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:a9d761",
                        "ysrc": "alexplandevel:23:046889",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(171,163,0,1)",
                                "width": 1.88976377952756
                            },
                            "size": 7.5149065823904,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "CZ"
                    },
                    {
                        "mode": "markers",
                        "name": "DE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:a321a9",
                        "ysrc": "alexplandevel:23:b018fd",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(124,174,0,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:23:c715cb",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:23:a3edc2",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "DE"
                    },
                    {
                        "mode": "markers",
                        "name": "DK",
                        "text": "City: Kobenhavn DK",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:29d1a2",
                        "ysrc": "alexplandevel:23:83faa2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(12,183,2,1)",
                                "width": 1.88976377952756
                            },
                            "size": 3.77952755905512,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "DK"
                    },
                    {
                        "mode": "markers",
                        "name": "ES",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:872e1f",
                        "ysrc": "alexplandevel:23:83e24a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,190,103,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:23:15916c",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:23:3283f7",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "ES"
                    },
                    {
                        "mode": "markers",
                        "name": "FR",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:0d7f3d",
                        "ysrc": "alexplandevel:23:1f698e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,193,154,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:23:60be3d",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:23:21fc15",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "FR"
                    },
                    {
                        "mode": "markers",
                        "name": "GB",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:a324ae",
                        "ysrc": "alexplandevel:23:77e9f3",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,191,196,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:23:520e48",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:23:65a6f1",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "GB"
                    },
                    {
                        "mode": "markers",
                        "name": "GR",
                        "text": "City: Athina\r<br />Athina\r<br />Athina GR",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:c01060",
                        "ysrc": "alexplandevel:23:3e9a6e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,184,231,1)",
                                "width": 1.88976377952756
                            },
                            "size": 17.5230282034872,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "GR"
                    },
                    {
                        "mode": "markers",
                        "name": "HU",
                        "text": "City: Budapest HU",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:93cf8c",
                        "ysrc": "alexplandevel:23:2f25ca",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,169,255,1)",
                                "width": 1.88976377952756
                            },
                            "size": 12.0688792330184,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "HU"
                    },
                    {
                        "mode": "markers",
                        "name": "IT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:59a3b0",
                        "ysrc": "alexplandevel:23:350c21",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(132,148,255,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:23:1a1ba9",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:23:724245",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "IT"
                    },
                    {
                        "mode": "markers",
                        "name": "NL",
                        "text": "City: Amsterdam NL",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:6cbf65",
                        "ysrc": "alexplandevel:23:78a6b1",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(199,124,255,1)",
                                "width": 1.88976377952756
                            },
                            "size": 5.70128434925628,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "NL"
                    },
                    {
                        "mode": "markers",
                        "name": "PL",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:46adec",
                        "ysrc": "alexplandevel:23:5efdd7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(237,104,237,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:23:530122",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:23:b3a271",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "PL"
                    },
                    {
                        "mode": "markers",
                        "name": "PT",
                        "text": "City: Lisboa PT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:dbe206",
                        "ysrc": "alexplandevel:23:fd0cdc",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,97,204,1)",
                                "width": 1.88976377952756
                            },
                            "size": 13.0756176107678,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "PT"
                    },
                    {
                        "mode": "markers",
                        "name": "SE",
                        "text": "City: Stockholm SE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:333350",
                        "ysrc": "alexplandevel:23:4dcaab",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,104,161,1)",
                                "width": 1.88976377952756
                            },
                            "size": 8.44975249737139,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "SE"
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(51,102,255,1)",
                            "width": 3.77952755905512
                        },
                        "mode": "lines",
                        "name": "fitted values",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "alexplandevel:23:1a888c",
                        "ysrc": "alexplandevel:23:995a19",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": false
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.6118721461187,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            3.73173133428233e-05,
                            0.127729635035538
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.6118721461187,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Pedestrian Streets Length to Total Streets Length Ratio"
                        },
                        "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": [
                            "0.025",
                            "0.050",
                            "0.075",
                            "0.100",
                            "0.125"
                        ],
                        "tickvals": [
                            0.025,
                            0.05,
                            0.075,
                            0.1,
                            0.125
                        ],
                        "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.025",
                            "0.050",
                            "0.075",
                            "0.100",
                            "0.125"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            4.5645,
                            30.4255
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.6118721461187,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Population exposure to PM2.5"
                        },
                        "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": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "5",
                            "10",
                            "15",
                            "20",
                            "25",
                            "30"
                        ],
                        "tickvals": [
                            5,
                            10,
                            15,
                            20,
                            25,
                            30
                        ],
                        "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": [
                            "5",
                            "10",
                            "15",
                            "20",
                            "25",
                            "30"
                        ],
                        "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": 42.0643594414086,
                        "l": 37.2602739726027,
                        "r": 7.30593607305936,
                        "t": 28.1100215418652
                    },
                    "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,
                    "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/~alexplandevel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-21 00:11:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "alexplandevel",
                "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-04-22T01:08:09.181836Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~fskilnik/4.embed",
            "fid": "fskilnik:4",
            "filename": "candlestick_datetime",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/fskilnik:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/fskilnik:4/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/fskilnik/4/8_53S7UJT6LVUP1NJ2HJ0CGJDMAA5EUM.png",
                "list-thumb": "https://api.plotly.com/v2/files/fskilnik:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/fskilnik:4",
                "plots": "https://api.plotly.com/v2/plots/fskilnik:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=fskilnik"
            },
            "owner": "fskilnik",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~fskilnik/4/",
            "world_readable": true,
            "date_modified": "2019-04-22T01:11:40.532Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~fskilnik/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d31cb04c-58d8-4cf6-b570-3b424b0ebd0d",
                        "type": "candlestick",
                        "xsrc": "fskilnik:5:3d57ae",
                        "lowsrc": "fskilnik:5:fd9519",
                        "highsrc": "fskilnik:5:4eabae",
                        "opensrc": "fskilnik:5:6dc7b9",
                        "closesrc": "fskilnik:5:49bbd2"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~fskilnik",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.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-04-19 18:13:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "fskilnik",
                "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-04-22T01:07:04.068315Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~alexplandevel/22.embed",
            "fid": "alexplandevel:22",
            "filename": "Small-Cities-Ped-GDP-graph",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/22/9_WPCFMDJAYYZJ0USM2BP3A3OKZRPHSQ.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/alexplandevel:22/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/22/8_HV8307Q9EG1ZVEOFUCOCYH1HTC6IL6.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/22/9_WPCFMDJAYYZJ0USM2BP3A3OKZRPHSQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/alexplandevel:22",
                "plots": "https://api.plotly.com/v2/plots/alexplandevel:22",
                "parent": "https://api.plotly.com/v2/folders/home?user=alexplandevel"
            },
            "owner": "alexplandevel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~alexplandevel/22/",
            "world_readable": true,
            "date_modified": "2019-04-22T01:07:04.097Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~alexplandevel/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "AT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:832783",
                        "ysrc": "alexplandevel:21:8e4a4d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(248,118,109,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:21:d06df4",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:21:b1fc53",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "AT"
                    },
                    {
                        "mode": "markers",
                        "name": "BE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:161dc0",
                        "ysrc": "alexplandevel:21:a30e9c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(234,131,49,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:21:3c1faa",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:21:bab083",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "BE"
                    },
                    {
                        "mode": "markers",
                        "name": "CH",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:86f2f6",
                        "ysrc": "alexplandevel:21:80da03",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(216,144,0,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:21:f63499",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:21:f6e129",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "CH"
                    },
                    {
                        "mode": "markers",
                        "name": "CZ",
                        "text": "City: Ostrava CZ",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:950aec",
                        "ysrc": "alexplandevel:21:f94642",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(192,155,0,1)",
                                "width": 1.88976377952756
                            },
                            "size": 10.5795044548186,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "CZ"
                    },
                    {
                        "mode": "markers",
                        "name": "DE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:02d849",
                        "ysrc": "alexplandevel:21:1b067c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(163,165,0,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:21:2a9155",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:21:b58560",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "DE"
                    },
                    {
                        "mode": "markers",
                        "name": "DK",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:1e55f4",
                        "ysrc": "alexplandevel:21:fd2c70",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(124,174,0,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:21:0e7e2d",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:21:0ac38a",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "DK"
                    },
                    {
                        "mode": "markers",
                        "name": "ES",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:6570a9",
                        "ysrc": "alexplandevel:21:5e75f7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(57,182,0,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:21:03e66b",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:21:6f7b23",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "ES"
                    },
                    {
                        "mode": "markers",
                        "name": "FI",
                        "text": "City: Turku / Abo FI",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:3d1834",
                        "ysrc": "alexplandevel:21:cab27d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,187,78,1)",
                                "width": 1.88976377952756
                            },
                            "size": 15.8341140459026,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "FI"
                    },
                    {
                        "mode": "markers",
                        "name": "FR",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:d1f7cb",
                        "ysrc": "alexplandevel:21:0342f4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,191,125,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:21:8d5678",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:21:c2faf4",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "FR"
                    },
                    {
                        "mode": "markers",
                        "name": "GB",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:dc41db",
                        "ysrc": "alexplandevel:21:285b50",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,193,163,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:21:5f9b84",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:21:eccebf",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "GB"
                    },
                    {
                        "mode": "markers",
                        "name": "HU",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:e6d455",
                        "ysrc": "alexplandevel:21:33c6f8",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,191,196,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:21:3528d3",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:21:24b4df",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "HU"
                    },
                    {
                        "mode": "markers",
                        "name": "IE",
                        "text": "City: Cork IE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:526562",
                        "ysrc": "alexplandevel:21:7cd762",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,186,224,1)",
                                "width": 1.88976377952756
                            },
                            "size": 15.9498127211605,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "IE"
                    },
                    {
                        "mode": "markers",
                        "name": "IT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:76d756",
                        "ysrc": "alexplandevel:21:e90f0d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,176,246,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:21:6beac9",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:21:1d037c",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "IT"
                    },
                    {
                        "mode": "markers",
                        "name": "NL",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:3a2a11",
                        "ysrc": "alexplandevel:21:6fed6e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(53,162,255,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:21:9d22d6",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:21:a04c0c",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "NL"
                    },
                    {
                        "mode": "markers",
                        "name": "NO",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:7d8620",
                        "ysrc": "alexplandevel:21:6b72e0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(149,144,255,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:21:93b2da",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:21:f9178d",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "NO"
                    },
                    {
                        "mode": "markers",
                        "name": "PL",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:edc91f",
                        "ysrc": "alexplandevel:21:426601",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(199,124,255,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:21:9479d8",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:21:06dcca",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "PL"
                    },
                    {
                        "mode": "markers",
                        "name": "PT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:b76e54",
                        "ysrc": "alexplandevel:21:a6bb54",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(231,107,243,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:21:ab7161",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:21:828fde",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "PT"
                    },
                    {
                        "mode": "markers",
                        "name": "SE",
                        "text": "City: Uppsala SE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:516344",
                        "ysrc": "alexplandevel:21:b7c381",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(250,98,219,1)",
                                "width": 1.88976377952756
                            },
                            "size": 9.30865460417418,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "SE"
                    },
                    {
                        "mode": "markers",
                        "name": "SI",
                        "text": "City: Ljubljana SI",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:c71c14",
                        "ysrc": "alexplandevel:21:2271c6",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,98,188,1)",
                                "width": 1.88976377952756
                            },
                            "size": 20.8834127179398,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "SI"
                    },
                    {
                        "mode": "markers",
                        "name": "SK",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:9a09bb",
                        "ysrc": "alexplandevel:21:1e20d4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,106,152,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:21:723f8f",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:21:e641f8",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "SK"
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(51,102,255,1)",
                            "width": 3.77952755905512
                        },
                        "mode": "lines",
                        "name": "fitted values",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "alexplandevel:21:4d73ba",
                        "ysrc": "alexplandevel:21:1f33e4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": false
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.6118721461187,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.00502045008964797,
                            0.17003465663196
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.6118721461187,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Pedestrian Streets Length to Total Streets Length Ratio"
                        },
                        "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": [
                            "0.00",
                            "0.05",
                            "0.10",
                            "0.15"
                        ],
                        "tickvals": [
                            0,
                            0.05,
                            0.1,
                            0.15
                        ],
                        "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.00",
                            "0.05",
                            "0.10",
                            "0.15"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            14656.0001014609,
                            71544.2592695961
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.6118721461187,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "GDP per Capita Real PPP 2016 (OECD Database)"
                        },
                        "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": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "20000",
                            "30000",
                            "40000",
                            "50000",
                            "60000",
                            "70000"
                        ],
                        "tickvals": [
                            20000,
                            30000,
                            40000,
                            50000,
                            60000,
                            70000
                        ],
                        "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": [
                            "20000",
                            "30000",
                            "40000",
                            "50000",
                            "60000",
                            "70000"
                        ],
                        "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": 42.0643594414086,
                        "l": 54.7945205479452,
                        "r": 7.30593607305936,
                        "t": 28.1100215418652
                    },
                    "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,
                    "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/~alexplandevel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-21 00:11:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "alexplandevel",
                "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-04-22T01:06:42.151879Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~alexplandevel/20.embed",
            "fid": "alexplandevel:20",
            "filename": "Medium-Cities-Ped-GDP-graph",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/20/9_J1PJZTX5K7H6AAD2NMPLIQ4F6YZRUU.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/20/2_6357KFPZDA2FNIDREEK4Q4C779LXB9.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/20/8_8V5GQQWZB6014VDPXSUOE9CCYE2099.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/20/9_J1PJZTX5K7H6AAD2NMPLIQ4F6YZRUU.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/alexplandevel:20",
                "plots": "https://api.plotly.com/v2/plots/alexplandevel:20",
                "parent": "https://api.plotly.com/v2/folders/home?user=alexplandevel"
            },
            "owner": "alexplandevel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~alexplandevel/20/",
            "world_readable": true,
            "date_modified": "2019-04-22T01:06:42.167Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~alexplandevel/20/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "BE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:d4e790",
                        "ysrc": "alexplandevel:19:75c46e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(248,118,109,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:19:4a002b",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:19:28efcf",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "BE"
                    },
                    {
                        "mode": "markers",
                        "name": "CH",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:538fe5",
                        "ysrc": "alexplandevel:19:c03ea5",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(233,132,44,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:19:ee9efa",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:19:6d443e",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "CH"
                    },
                    {
                        "mode": "markers",
                        "name": "CZ",
                        "text": "City: Brno CZ",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:dd2166",
                        "ysrc": "alexplandevel:19:3bafd0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(214,145,0,1)",
                                "width": 1.88976377952756
                            },
                            "size": 10.4424277490486,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "CZ"
                    },
                    {
                        "mode": "markers",
                        "name": "DE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:3439e1",
                        "ysrc": "alexplandevel:19:2b93ce",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,157,0,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:19:670ec4",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:19:cbd1bf",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "DE"
                    },
                    {
                        "mode": "markers",
                        "name": "EE",
                        "text": "City: Tallinn EE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:a7a244",
                        "ysrc": "alexplandevel:19:dd5c5a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(156,167,0,1)",
                                "width": 1.88976377952756
                            },
                            "size": 13.198935298177,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "EE"
                    },
                    {
                        "mode": "markers",
                        "name": "ES",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:dc2ba2",
                        "ysrc": "alexplandevel:19:18aa08",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(111,176,0,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:19:420968",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:19:dfc545",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "ES"
                    },
                    {
                        "mode": "markers",
                        "name": "FI",
                        "text": "City: Helsinki / Helsingfors FI",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:7495b7",
                        "ysrc": "alexplandevel:19:63e090",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,184,19,1)",
                                "width": 1.88976377952756
                            },
                            "size": 21.2808200857403,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "FI"
                    },
                    {
                        "mode": "markers",
                        "name": "FR",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:9b2581",
                        "ysrc": "alexplandevel:19:d83831",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,189,97,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:19:2d0f00",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:19:b7ca97",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "FR"
                    },
                    {
                        "mode": "markers",
                        "name": "GB",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:6c2425",
                        "ysrc": "alexplandevel:19:a7a032",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,192,142,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:19:7837e1",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:19:80b4ff",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "GB"
                    },
                    {
                        "mode": "markers",
                        "name": "GR",
                        "text": "City: Thessaloniki GR",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:229ae9",
                        "ysrc": "alexplandevel:19:14b5fc",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,192,180,1)",
                                "width": 1.88976377952756
                            },
                            "size": 20.85293143619,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "GR"
                    },
                    {
                        "mode": "markers",
                        "name": "IE",
                        "text": "City: Dublin IE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:b771d8",
                        "ysrc": "alexplandevel:19:02a2de",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,189,212,1)",
                                "width": 1.88976377952756
                            },
                            "size": 22.6771653543307,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "IE"
                    },
                    {
                        "mode": "markers",
                        "name": "IT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:828d26",
                        "ysrc": "alexplandevel:19:bdc95e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,181,238,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:19:a10ba3",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:19:5bc536",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "IT"
                    },
                    {
                        "mode": "markers",
                        "name": "LT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:0ac5c9",
                        "ysrc": "alexplandevel:19:f5ab73",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,167,255,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:19:0929d5",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:19:feda8d",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "LT"
                    },
                    {
                        "mode": "markers",
                        "name": "LV",
                        "text": "City: Riga LV",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:561b98",
                        "ysrc": "alexplandevel:19:87ece0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(127,150,255,1)",
                                "width": 1.88976377952756
                            },
                            "size": 18.1411696432619,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "LV"
                    },
                    {
                        "mode": "markers",
                        "name": "NL",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:22e9a0",
                        "ysrc": "alexplandevel:19:dd9d00",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(188,129,255,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:19:14fb4d",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:19:35ff5f",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "NL"
                    },
                    {
                        "mode": "markers",
                        "name": "NO",
                        "text": "City: Oslo NO",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:38d305",
                        "ysrc": "alexplandevel:19:464416",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(226,110,247,1)",
                                "width": 1.88976377952756
                            },
                            "size": 19.7216249482927,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "NO"
                    },
                    {
                        "mode": "markers",
                        "name": "PL",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:07e660",
                        "ysrc": "alexplandevel:19:2e0081",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(248,99,223,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:19:19f370",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:19:a8a6c8",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "PL"
                    },
                    {
                        "mode": "markers",
                        "name": "PT",
                        "text": "City: Porto PT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:a9f835",
                        "ysrc": "alexplandevel:19:f653b0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,98,191,1)",
                                "width": 1.88976377952756
                            },
                            "size": 21.84079863537,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "PT"
                    },
                    {
                        "mode": "markers",
                        "name": "SE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:811ec5",
                        "ysrc": "alexplandevel:19:63d81b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,106,154,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:19:b32326",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:19:0c63d9",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "SE"
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(51,102,255,1)",
                            "width": 3.77952755905512
                        },
                        "mode": "lines",
                        "name": "fitted values",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "alexplandevel:19:e71bba",
                        "ysrc": "alexplandevel:19:a151fa",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": false
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.6118721461187,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.00302273956320195,
                            0.150617819597819
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.6118721461187,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Pedestrian Streets Length to Total Streets Length Ratio"
                        },
                        "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": [
                            "0.00",
                            "0.05",
                            "0.10",
                            "0.15"
                        ],
                        "tickvals": [
                            0,
                            0.05,
                            0.1,
                            0.15
                        ],
                        "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.00",
                            "0.05",
                            "0.10",
                            "0.15"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            17379.3693325017,
                            69431.4327663604
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.6118721461187,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "GDP per Capita Real PPP 2016 (OECD Database)"
                        },
                        "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": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "20000",
                            "30000",
                            "40000",
                            "50000",
                            "60000"
                        ],
                        "tickvals": [
                            20000,
                            30000,
                            40000,
                            50000,
                            60000
                        ],
                        "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": [
                            "20000",
                            "30000",
                            "40000",
                            "50000",
                            "60000"
                        ],
                        "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": 42.0643594414086,
                        "l": 54.7945205479452,
                        "r": 7.30593607305936,
                        "t": 28.1100215418652
                    },
                    "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,
                    "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/~alexplandevel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-21 00:11:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "alexplandevel",
                "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-04-22T01:06:16.880251Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~alexplandevel/18.embed",
            "fid": "alexplandevel:18",
            "filename": "Large-Cities-Ped-GDP-graph",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/18/9_9N6DU2WKDCYDK3P0J34EFI0O55GTM4.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/alexplandevel:18/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/18/8_85LW5T86OR1EOHJSU8RU7WQGTHHM3Y.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/alexplandevel/18/9_9N6DU2WKDCYDK3P0J34EFI0O55GTM4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/alexplandevel:18",
                "plots": "https://api.plotly.com/v2/plots/alexplandevel:18",
                "parent": "https://api.plotly.com/v2/folders/home?user=alexplandevel"
            },
            "owner": "alexplandevel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~alexplandevel/18/",
            "world_readable": true,
            "date_modified": "2019-04-22T01:06:16.911Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~alexplandevel/18/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "AT",
                        "text": "City: Wien AT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:157271",
                        "ysrc": "alexplandevel:17:7a1992",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(248,118,109,1)",
                                "width": 1.88976377952756
                            },
                            "size": 12.7695050456725,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "AT"
                    },
                    {
                        "mode": "markers",
                        "name": "BE",
                        "text": "City: Bruxelles / Brussel BE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:1e4a8a",
                        "ysrc": "alexplandevel:17:11559f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(230,134,19,1)",
                                "width": 1.88976377952756
                            },
                            "size": 9.15432239674684,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "BE"
                    },
                    {
                        "mode": "markers",
                        "name": "CH",
                        "text": "City: Basel CH",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:5a68c4",
                        "ysrc": "alexplandevel:17:4c9f71",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(205,150,0,1)",
                                "width": 1.88976377952756
                            },
                            "size": 8.31798612193819,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "CH"
                    },
                    {
                        "mode": "markers",
                        "name": "CZ",
                        "text": "City: Praha CZ",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:26b5a9",
                        "ysrc": "alexplandevel:17:e4c30b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(171,163,0,1)",
                                "width": 1.88976377952756
                            },
                            "size": 7.5149065823904,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "CZ"
                    },
                    {
                        "mode": "markers",
                        "name": "DE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:18021c",
                        "ysrc": "alexplandevel:17:6cdb51",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(124,174,0,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:17:1f1640",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:17:d5d8f3",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "DE"
                    },
                    {
                        "mode": "markers",
                        "name": "DK",
                        "text": "City: Kobenhavn DK",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:97a766",
                        "ysrc": "alexplandevel:17:457f4b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(12,183,2,1)",
                                "width": 1.88976377952756
                            },
                            "size": 3.77952755905512,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "DK"
                    },
                    {
                        "mode": "markers",
                        "name": "ES",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:770811",
                        "ysrc": "alexplandevel:17:4d8b7f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,190,103,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:17:7ad86a",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:17:526175",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "ES"
                    },
                    {
                        "mode": "markers",
                        "name": "FR",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:f26157",
                        "ysrc": "alexplandevel:17:d5d223",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,193,154,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:17:2e0ca7",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:17:4d7952",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "FR"
                    },
                    {
                        "mode": "markers",
                        "name": "GB",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:3693fb",
                        "ysrc": "alexplandevel:17:dfe5cc",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,191,196,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:17:054815",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:17:7c8c65",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "GB"
                    },
                    {
                        "mode": "markers",
                        "name": "GR",
                        "text": "City: Athina\r<br />Athina\r<br />Athina GR",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:b8adbe",
                        "ysrc": "alexplandevel:17:405cf0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,184,231,1)",
                                "width": 1.88976377952756
                            },
                            "size": 17.5230282034872,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "GR"
                    },
                    {
                        "mode": "markers",
                        "name": "HU",
                        "text": "City: Budapest HU",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:c8d98c",
                        "ysrc": "alexplandevel:17:8fe1c0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,169,255,1)",
                                "width": 1.88976377952756
                            },
                            "size": 12.0688792330184,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "HU"
                    },
                    {
                        "mode": "markers",
                        "name": "IT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:55e99c",
                        "ysrc": "alexplandevel:17:ee14ed",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(132,148,255,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:17:546e0b",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:17:1e6b2e",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "IT"
                    },
                    {
                        "mode": "markers",
                        "name": "NL",
                        "text": "City: Amsterdam NL",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:5e55f4",
                        "ysrc": "alexplandevel:17:081402",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(199,124,255,1)",
                                "width": 1.88976377952756
                            },
                            "size": 5.70128434925628,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "NL"
                    },
                    {
                        "mode": "markers",
                        "name": "PL",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:fd8fed",
                        "ysrc": "alexplandevel:17:6209ac",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(237,104,237,1)",
                                "width": 1.88976377952756
                            },
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizesrc": "alexplandevel:17:3cdb7e",
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "alexplandevel:17:953c61",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "PL"
                    },
                    {
                        "mode": "markers",
                        "name": "PT",
                        "text": "City: Lisboa PT",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:4ad9e7",
                        "ysrc": "alexplandevel:17:543555",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,97,204,1)",
                                "width": 1.88976377952756
                            },
                            "size": 13.0756176107678,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "PT"
                    },
                    {
                        "mode": "markers",
                        "name": "SE",
                        "text": "City: Stockholm SE",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:cbda75",
                        "ysrc": "alexplandevel:17:64e6ef",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,104,161,1)",
                                "width": 1.88976377952756
                            },
                            "size": 8.44975249737139,
                            "color": "transparent",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "SE"
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(51,102,255,1)",
                            "width": 3.77952755905512
                        },
                        "mode": "lines",
                        "name": "fitted values",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "alexplandevel:17:9f1794",
                        "ysrc": "alexplandevel:17:23285a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "hoverinfo": "text",
                        "showlegend": false
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.6118721461187,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            3.73173133428233e-05,
                            0.127729635035538
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.6118721461187,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Pedestrian Streets Length to Total Streets Length Ratio"
                        },
                        "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": [
                            "0.025",
                            "0.050",
                            "0.075",
                            "0.100",
                            "0.125"
                        ],
                        "tickvals": [
                            0.025,
                            0.05,
                            0.075,
                            0.1,
                            0.125
                        ],
                        "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.025",
                            "0.050",
                            "0.075",
                            "0.100",
                            "0.125"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            19423.9610309451,
                            72781.9792559926
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.6118721461187,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "GDP per Capita Real PPP 2016 (OECD Database)"
                        },
                        "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": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "20000",
                            "30000",
                            "40000",
                            "50000",
                            "60000",
                            "70000"
                        ],
                        "tickvals": [
                            20000,
                            30000,
                            40000,
                            50000,
                            60000,
                            70000
                        ],
                        "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": [
                            "20000",
                            "30000",
                            "40000",
                            "50000",
                            "60000",
                            "70000"
                        ],
                        "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": 42.0643594414086,
                        "l": 54.7945205479452,
                        "r": 7.30593607305936,
                        "t": 28.1100215418652
                    },
                    "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,
                    "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/~alexplandevel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-21 00:11:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "alexplandevel",
                "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-04-22T01:03:44.577704Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~fskilnik/3.embed",
            "fid": "fskilnik:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/fskilnik:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/fskilnik:3/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/fskilnik/3/8_JQH6QXZ9W3C81VP1UUAGI10KP6FL3F.png",
                "list-thumb": "https://api.plotly.com/v2/files/fskilnik:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/fskilnik:3",
                "plots": "https://api.plotly.com/v2/plots/fskilnik:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=fskilnik"
            },
            "owner": "fskilnik",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~fskilnik/3/",
            "world_readable": true,
            "date_modified": "2019-04-22T01:03:44.606Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~fskilnik/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "candlestick",
                        "xsrc": "fskilnik:2:7e781b",
                        "lowsrc": "fskilnik:2:fed582",
                        "highsrc": "fskilnik:2:4f02ec",
                        "opensrc": "fskilnik:2:e247fc",
                        "closesrc": "fskilnik:2:57c876",
                        "decreasing": {
                            "line": {
                                "color": "#7f7f7f"
                            },
                            "fillcolor": "rgba(127, 127, 127, 0.5)"
                        },
                        "increasing": {
                            "line": {
                                "color": "#17becf"
                            },
                            "fillcolor": "rgba(23, 190, 207, 0.5)"
                        },
                        "transforms": [
                            {
                                "type": "filter",
                                "value": "31/10/1991",
                                "enabled": true,
                                "operation": "<",
                                "targetsrc": "fskilnik:2:7e781b"
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            8.5
                        ],
                        "domain": [
                            0,
                            0.9873188405797102
                        ],
                        "autorange": true,
                        "rangeslider": {
                            "range": [
                                -0.5,
                                8.5
                            ],
                            "yaxis": {
                                "rangemode": "match"
                            },
                            "autorange": true
                        }
                    },
                    "yaxis": {
                        "range": [
                            0.4355555555555556,
                            0.5244444444444445
                        ],
                        "title": {
                            "text": "Fechamento"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "rgb(231,231,240)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "rgb(183,183,191)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(36,36,36)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(36,36,36)"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(36,36,36)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(36,36,36)"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "rgb(234,234,242)",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "rgb(36,36,36)"
                            },
                            "polar": {
                                "bgcolor": "rgb(234,234,242)",
                                "radialaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(234,234,242)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(234,234,242)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(234,234,242)"
                                }
                            },
                            "xaxis": {
                                "ticks": "",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "yaxis": {
                                "ticks": "",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "rgb(234,234,242)"
                            },
                            "colorway": [
                                "rgb(76,114,176)",
                                "rgb(221,132,82)",
                                "rgb(85,168,104)",
                                "rgb(196,78,82)",
                                "rgb(129,114,179)",
                                "rgb(147,120,96)",
                                "rgb(218,139,195)",
                                "rgb(140,140,140)",
                                "rgb(204,185,116)",
                                "rgb(100,181,205)"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#67001f"
                                    ],
                                    [
                                        0.1,
                                        "#b2182b"
                                    ],
                                    [
                                        0.2,
                                        "#d6604d"
                                    ],
                                    [
                                        0.3,
                                        "#f4a582"
                                    ],
                                    [
                                        0.4,
                                        "#fddbc7"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#d1e5f0"
                                    ],
                                    [
                                        0.7,
                                        "#92c5de"
                                    ],
                                    [
                                        0.8,
                                        "#4393c3"
                                    ],
                                    [
                                        0.9,
                                        "#2166ac"
                                    ],
                                    [
                                        1,
                                        "#053061"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "rgb(2,4,25)"
                                    ],
                                    [
                                        0.06274509803921569,
                                        "rgb(24,15,41)"
                                    ],
                                    [
                                        0.12549019607843137,
                                        "rgb(47,23,57)"
                                    ],
                                    [
                                        0.18823529411764706,
                                        "rgb(71,28,72)"
                                    ],
                                    [
                                        0.25098039215686274,
                                        "rgb(97,30,82)"
                                    ],
                                    [
                                        0.3137254901960784,
                                        "rgb(123,30,89)"
                                    ],
                                    [
                                        0.3764705882352941,
                                        "rgb(150,27,91)"
                                    ],
                                    [
                                        0.4392156862745098,
                                        "rgb(177,22,88)"
                                    ],
                                    [
                                        0.5019607843137255,
                                        "rgb(203,26,79)"
                                    ],
                                    [
                                        0.5647058823529412,
                                        "rgb(223,47,67)"
                                    ],
                                    [
                                        0.6274509803921569,
                                        "rgb(236,76,61)"
                                    ],
                                    [
                                        0.6901960784313725,
                                        "rgb(242,107,73)"
                                    ],
                                    [
                                        0.7529411764705882,
                                        "rgb(244,135,95)"
                                    ],
                                    [
                                        0.8156862745098039,
                                        "rgb(245,162,122)"
                                    ],
                                    [
                                        0.8784313725490196,
                                        "rgb(246,188,153)"
                                    ],
                                    [
                                        0.9411764705882353,
                                        "rgb(247,212,187)"
                                    ],
                                    [
                                        1,
                                        "rgb(250,234,220)"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "rgb(2,4,25)"
                                    ],
                                    [
                                        0.06274509803921569,
                                        "rgb(24,15,41)"
                                    ],
                                    [
                                        0.12549019607843137,
                                        "rgb(47,23,57)"
                                    ],
                                    [
                                        0.18823529411764706,
                                        "rgb(71,28,72)"
                                    ],
                                    [
                                        0.25098039215686274,
                                        "rgb(97,30,82)"
                                    ],
                                    [
                                        0.3137254901960784,
                                        "rgb(123,30,89)"
                                    ],
                                    [
                                        0.3764705882352941,
                                        "rgb(150,27,91)"
                                    ],
                                    [
                                        0.4392156862745098,
                                        "rgb(177,22,88)"
                                    ],
                                    [
                                        0.5019607843137255,
                                        "rgb(203,26,79)"
                                    ],
                                    [
                                        0.5647058823529412,
                                        "rgb(223,47,67)"
                                    ],
                                    [
                                        0.6274509803921569,
                                        "rgb(236,76,61)"
                                    ],
                                    [
                                        0.6901960784313725,
                                        "rgb(242,107,73)"
                                    ],
                                    [
                                        0.7529411764705882,
                                        "rgb(244,135,95)"
                                    ],
                                    [
                                        0.8156862745098039,
                                        "rgb(245,162,122)"
                                    ],
                                    [
                                        0.8784313725490196,
                                        "rgb(246,188,153)"
                                    ],
                                    [
                                        0.9411764705882353,
                                        "rgb(247,212,187)"
                                    ],
                                    [
                                        1,
                                        "rgb(250,234,220)"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "rgb(234,234,242)",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.5,
                                "fillcolor": "rgb(67,103,167)"
                            },
                            "annotationdefaults": {
                                "arrowcolor": "rgb(67,103,167)"
                            }
                        },
                        "themeRef": "SEABORN"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~fskilnik",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.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-04-19 18:13:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "fskilnik",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}