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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzIxJTNBMjIlM0EzMy45OTU5NzQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsyMSUzQTI5JTNBMTQuNjA0Mzg2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-20T21:29:14.604386Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/61529.embed",
            "fid": "amper:61529",
            "filename": "raw_amps_03-20-19_ds_key-3f710000cb4a002c0047600f45164e45_c5_resolution-LOW",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/amper/61529/9_F4WPFWFR9F4M9NUZDRRRWDR68WD2PK.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/amper/61529/2_ZUFSHKZG83ZD0YG5UD02A0SZEI6Z87.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/61529/8_HS829D507SIKZPPFOF6QPYY739I7DS.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/61529/9_F4WPFWFR9F4M9NUZDRRRWDR68WD2PK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:61529",
                "plots": "https://api.plotly.com/v2/plots/amper:61529",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "raw_amps_03-20-19_ds_key-3f710000cb4a002c0047600f45164e45_c5_resolution-LOW",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/61529/raw-amps-03-20-19-ds-key-3f710000cb4a002c0047600f45164e45-c5-resolution-low/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:23:19.690Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/61529/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines+markers",
                        "name": "raw_amps",
                        "type": "scattergl",
                        "xsrc": "amper:61530:e62bf5",
                        "ysrc": "amper:61530:6067e6"
                    }
                ],
                "layout": {
                    "title": "raw_amps_03-20-19_ds_key-3f710000cb4a002c0047600f45164e45_c5_resolution-LOW"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T21:28:37.678092Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~MenggeZhang/2.embed",
            "fid": "MenggeZhang:2",
            "filename": "Complete_Distplot_of_Age",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/2/9_E1PA5T0QHDA2COJ5SFMUKCOFZBGYW0.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/2/2_P86455TX9MYJWLO12DXWV5743FYCM8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/2/8_14OA886JLFU3UJI9TMILBVHB8EEIBR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/2/9_E1PA5T0QHDA2COJ5SFMUKCOFZBGYW0.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/MenggeZhang:2",
                "plots": "https://api.plotly.com/v2/plots/MenggeZhang:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=MenggeZhang"
            },
            "owner": "MenggeZhang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Age Distribution of Complete Datasets",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~MenggeZhang/2/age-distribution-of-complete-datasets/",
            "world_readable": true,
            "date_modified": "2019-05-06T22:52:16.395Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~MenggeZhang/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "e850f660-acff-4102-9cd7-8ea42497dfea",
                        "name": "Cancer_CompleteData",
                        "type": "histogram",
                        "xsrc": "MenggeZhang:3:3125d8",
                        "xaxis": "x",
                        "xbins": {
                            "end": 90.0,
                            "size": 1.3,
                            "start": 31.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255, 0, 0)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "Cancer_CompleteData"
                    },
                    {
                        "uid": "7071b89b-5710-4cbf-8da0-3c25be63cad4",
                        "name": "Normal_CompleteData",
                        "type": "histogram",
                        "xsrc": "MenggeZhang:3:0845cb",
                        "xaxis": "x",
                        "xbins": {
                            "end": 84.0,
                            "size": 1.3,
                            "start": 25.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(13, 13, 13)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "Normal_CompleteData"
                    },
                    {
                        "uid": "1125c3d9-83ee-4a58-94e3-618a522a777b",
                        "mode": "lines",
                        "name": "Cancer_CompleteData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:3:ac3eec",
                        "ysrc": "MenggeZhang:3:2e7d30",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255, 0, 0)"
                        },
                        "showlegend": false,
                        "legendgroup": "Cancer_CompleteData"
                    },
                    {
                        "uid": "3b296b58-c74c-435c-9fd9-9dc89afd8d53",
                        "mode": "lines",
                        "name": "Normal_CompleteData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:3:c16c3e",
                        "ysrc": "MenggeZhang:3:d5b01c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(13, 13, 13)"
                        },
                        "showlegend": false,
                        "legendgroup": "Normal_CompleteData"
                    },
                    {
                        "uid": "8dccd7bc-e528-4451-831d-c488318dd3ba",
                        "mode": "markers",
                        "name": "Cancer_CompleteData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:3:3125d8",
                        "ysrc": "MenggeZhang:3:893178",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(255, 0, 0)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "Cancer_CompleteData"
                    },
                    {
                        "uid": "31d97c00-d6f2-49d2-bb0f-c322780263e1",
                        "mode": "markers",
                        "name": "Normal_CompleteData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:3:0845cb",
                        "ysrc": "MenggeZhang:3:17848c",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(13, 13, 13)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "Normal_CompleteData"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Age Distribution of Complete Datasets"
                    },
                    "xaxis": {
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "zeroline": false
                    },
                    "yaxis": {
                        "anchor": "free",
                        "domain": [
                            0.35,
                            1
                        ],
                        "position": 0.0
                    },
                    "legend": {
                        "traceorder": "reversed"
                    },
                    "yaxis2": {
                        "dtick": 1,
                        "anchor": "x",
                        "domain": [
                            0,
                            0.25
                        ],
                        "showticklabels": false
                    },
                    "barmode": "overlay",
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~MenggeZhang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.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-03-20 21:12:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "MenggeZhang",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T21:27:50.978821Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ISwordLion/0.embed",
            "fid": "ISwordLion:0",
            "filename": "Distplot with Multiple Datasets",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ISwordLion/0/9_EZ493NQC5IPZ0XZMPKSNNNWVCK7W89.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ISwordLion/0/2_0T5YBRDTLEFMD3D3APN5EPDGAZD7FW.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ISwordLion/0/8_GE5VOHMHWFOYAAKQ9I83FYTA8PJDD9.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ISwordLion/0/9_EZ493NQC5IPZ0XZMPKSNNNWVCK7W89.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ISwordLion:0",
                "plots": "https://api.plotly.com/v2/plots/ISwordLion:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=ISwordLion"
            },
            "owner": "ISwordLion",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Years With Curr Manager in Percent by Attrition Status",
            "views": 40,
            "web_url": "https://chart-studio.plotly.com/~ISwordLion/0/years-with-curr-manager-in-percent-by-attrition-status/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:13:03.454Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ISwordLion/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "17381038-4b6e-11e9-8a5f-6a000025aa60",
                        "mode": "lines",
                        "name": "Active Employees",
                        "type": "scatter",
                        "xsrc": "ISwordLion:1:3bedf7",
                        "ysrc": "ISwordLion:1:6fe219",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(31, 119, 180)"
                        },
                        "showlegend": true,
                        "legendgroup": "Active Employees"
                    },
                    {
                        "uid": "173812cc-4b6e-11e9-939c-6a000025aa60",
                        "mode": "lines",
                        "name": "Ex-Employees",
                        "type": "scatter",
                        "xsrc": "ISwordLion:1:0ac3ac",
                        "ysrc": "ISwordLion:1:462e5e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255, 127, 14)"
                        },
                        "showlegend": true,
                        "legendgroup": "Ex-Employees"
                    }
                ],
                "layout": {
                    "title": "Years With Curr Manager in Percent by Attrition Status",
                    "xaxis": {
                        "dtick": 1,
                        "range": [
                            0,
                            17
                        ],
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "zeroline": false
                    },
                    "yaxis": {
                        "anchor": "free",
                        "domain": [
                            0.0,
                            1
                        ],
                        "position": 0.0
                    },
                    "legend": {
                        "traceorder": "reversed"
                    },
                    "barmode": "overlay",
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ISwordLion",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.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-03-20 21:16:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ISwordLion",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T21:27:09.964031Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sush962000/864.embed",
            "fid": "sush962000:864",
            "filename": "ROC_for_retrained_pyscene_data",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/sush962000/864/9_M37TRHFAMO1YOAXBL0DQV5G29ZWUUA.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/sush962000/864/2_4YNYNBRZHO7ZG7HYQHHKXBXI2ERVKP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sush962000/864/8_CQ7HJLDBQCZKIIPKDDXEDCBLUBZLRD.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sush962000/864/9_M37TRHFAMO1YOAXBL0DQV5G29ZWUUA.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sush962000:864",
                "plots": "https://api.plotly.com/v2/plots/sush962000:864",
                "parent": "https://api.plotly.com/v2/folders/home?user=sush962000"
            },
            "owner": "sush962000",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "TPR vs FPR",
            "views": 12,
            "web_url": "https://chart-studio.plotly.com/~sush962000/864/tpr-vs-fpr/",
            "world_readable": true,
            "date_modified": "2019-03-20T21:56:53.951Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sush962000/864/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(205, 12, 24)",
                            "width": 4
                        },
                        "type": "scatter",
                        "xsrc": "sush962000:865:428953",
                        "ysrc": "sush962000:865:b0084c",
                        "textsrc": "sush962000:865:5350d6"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "range": [
                            0,
                            1
                        ],
                        "title": "FPR"
                    },
                    "yaxis": {
                        "range": [
                            0,
                            1
                        ],
                        "title": "TPR"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sush962000",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-10-19 03:41:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sush962000",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T21:26:52.544885Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~LuxF3rre/12.embed",
            "fid": "LuxF3rre:12",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/LuxF3rre/12/9_1GEGNZ04CLRJLVXONW4F46AT3E95FN.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/LuxF3rre/12/2_75EV28GDNXCCARCK4YRIMYLPU5XJ3C.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/LuxF3rre/12/8_1SSUCH1PKHB6T48VIYKT831P623AYM.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/LuxF3rre/12/9_1GEGNZ04CLRJLVXONW4F46AT3E95FN.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/LuxF3rre:12",
                "plots": "https://api.plotly.com/v2/plots/LuxF3rre:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=LuxF3rre"
            },
            "owner": "LuxF3rre",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Observed vs Data",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~LuxF3rre/12/observed-vs-data/",
            "world_readable": true,
            "date_modified": "2019-03-20T21:26:53.025Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~LuxF3rre/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1bd00a75-00e3-49cf-927c-143d25234b22",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Produkcyjne",
                        "type": "scatter",
                        "xsrc": "LuxF3rre:13:2e5154",
                        "ysrc": "LuxF3rre:13:d290b8",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "d17faf0e-10e2-4006-bb35-99e97ed005ab",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Produkcyjne",
                        "type": "scatter",
                        "xsrc": "LuxF3rre:13:2e5154",
                        "ysrc": "LuxF3rre:13:55f134",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "2c133d78-eef4-4351-8f5e-fc389e815ac5",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Produkcyjne",
                        "type": "scatter",
                        "xsrc": "LuxF3rre:13:2e5154",
                        "ysrc": "LuxF3rre:13:cf882e",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "e73b2ca3-d582-4e6d-b09c-7a8890fea4cb",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Produkcyjne",
                        "type": "scatter",
                        "xsrc": "LuxF3rre:13:2e5154",
                        "ysrc": "LuxF3rre:13:fe8b67",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    }
                ],
                "layout": {
                    "width": 432,
                    "xaxis": {
                        "side": "top",
                        "type": "date",
                        "range": [
                            "1971-06-22 14:24:00",
                            "1971-08-14 09:36:00"
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Data"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 5,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            647.55,
                            745.45
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Observed"
                        },
                        "anchor": "x",
                        "domain": [
                            0.8118274701862459,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "height": 288,
                    "margin": {
                        "b": 41,
                        "l": 60,
                        "r": 14,
                        "t": 14,
                        "pad": 0
                    },
                    "xaxis2": {
                        "side": "top",
                        "type": "date",
                        "range": [
                            "1971-06-22 14:24:00",
                            "1971-08-14 09:36:00"
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Data"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 5,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "xaxis3": {
                        "side": "top",
                        "type": "date",
                        "range": [
                            "1971-06-22 14:24:00",
                            "1971-08-14 09:36:00"
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Data"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 5,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "xaxis4": {
                        "side": "bottom",
                        "type": "date",
                        "range": [
                            "1971-06-22 14:24:00",
                            "1971-08-14 09:36:00"
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Data"
                        },
                        "anchor": "y4",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 5,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis2": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            691.0666666666666,
                            740.9333333333333
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Trend"
                        },
                        "anchor": "x2",
                        "domain": [
                            0.5412183134574973,
                            0.7293908432712514
                        ],
                        "mirror": "ticks",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis3": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.9788276776928008,
                            1.0144223996333517
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Seasonal"
                        },
                        "anchor": "x3",
                        "domain": [
                            0.27060915672874863,
                            0.45878168654250273
                        ],
                        "mirror": "ticks",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis4": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.9550522606431876,
                            1.044982611810875
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Residual"
                        },
                        "anchor": "x4",
                        "domain": [
                            0.0,
                            0.18817252981375412
                        ],
                        "mirror": "ticks",
                        "nticks": 5,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 288,
            "width": 432,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~LuxF3rre",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 20:55:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "LuxF3rre",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T21:26:50.570255Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~LuxF3rre/10.embed",
            "fid": "LuxF3rre:10",
            "filename": "Produkcyjne firmy high-tech 2015--2019",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/LuxF3rre/10/9_TTLZJX0IFNM2UJSWQCGZ9A6BJ0S8CB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/LuxF3rre/10/2_012ADWNYVUW054GI0JIQ4CYFZ4DKHF.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/LuxF3rre/10/8_3EZGJLZIEG0JYHRW9FZKUH9NW04UOY.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/LuxF3rre/10/9_TTLZJX0IFNM2UJSWQCGZ9A6BJ0S8CB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/LuxF3rre:10",
                "plots": "https://api.plotly.com/v2/plots/LuxF3rre:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=LuxF3rre"
            },
            "owner": "LuxF3rre",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Produkcyjne firmy high-tech 2015--2019",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~LuxF3rre/10/produkcyjne-firmy-high-tech-2015-2019/",
            "world_readable": true,
            "date_modified": "2019-03-20T21:26:51.051Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~LuxF3rre/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "46336efe-e3c6-4e92-839a-f5e48da0d3ac",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Produkcyjne",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "LuxF3rre:11:3be0d5",
                        "ysrc": "LuxF3rre:11:2f35cc"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "text": "Produkcyjne firmy high-tech 2015--2019"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~LuxF3rre",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 20:55:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "LuxF3rre",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T21:25:27.110389Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~keeganhughes/22.embed",
            "fid": "keeganhughes:22",
            "filename": "plot from API (10)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/keeganhughes/22/9_61J7QDDKUSDMVQY05VJPXUQMEO5M55.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/keeganhughes/22/2_TVRC9MFZU2SVZG820Q2RB2B5M2RSET.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/keeganhughes/22/8_PNACQW6I6XK307H4MK0E5PCSGSAJTI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/keeganhughes/22/9_61J7QDDKUSDMVQY05VJPXUQMEO5M55.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/keeganhughes:22",
                "plots": "https://api.plotly.com/v2/plots/keeganhughes:22",
                "parent": "https://api.plotly.com/v2/folders/home?user=keeganhughes"
            },
            "owner": "keeganhughes",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Scottish Referendum Voters who now want Independence",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~keeganhughes/22/scottish-referendum-voters-who-now-want-independence/",
            "world_readable": true,
            "date_modified": "2019-03-20T21:25:27.625Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~keeganhughes/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "colorsrc": "keeganhughes:23:87e033",
                            "valuesrc": "keeganhughes:23:ba3054",
                            "sourcesrc": "keeganhughes:23:6220d6",
                            "targetsrc": "keeganhughes:23:8dedd3"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0
                            },
                            "colorsrc": "keeganhughes:23:8e15bd",
                            "labelsrc": "keeganhughes:23:66d5dc",
                            "thickness": 30
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "sort": false,
                    "title": "Scottish Referendum Voters who now want Independence",
                    "height": 772
                }
            },
            "height": 772,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~keeganhughes",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-26 23:51:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "keeganhughes",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T21:25:14.628970Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~maguilerach/1.embed",
            "fid": "maguilerach:1",
            "filename": "sankey-basic",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/maguilerach/1/9_K0SM3W9BZJBKYL3YG41ZY37C9NUZ4C.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/maguilerach/1/2_56D7N9AXK5W3OZMZW8OXYIAXIFLIFH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/maguilerach/1/8_3DVVWWEUH4GA1Q140SJ1UQ6QK12RR3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/maguilerach/1/9_K0SM3W9BZJBKYL3YG41ZY37C9NUZ4C.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/maguilerach:1",
                "plots": "https://api.plotly.com/v2/plots/maguilerach:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=maguilerach"
            },
            "owner": "maguilerach",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~maguilerach/1/",
            "world_readable": true,
            "date_modified": "2019-03-20T21:41:22.896Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~maguilerach/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "labelsrc": "maguilerach:0:72b286",
                            "valuesrc": "maguilerach:0:7d4a8e",
                            "sourcesrc": "maguilerach:0:9da72b",
                            "targetsrc": "maguilerach:0:e76c84"
                        },
                        "node": {
                            "pad": 15,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "maguilerach:0:1e977c",
                            "labelsrc": "maguilerach:0:217428",
                            "thickness": 15
                        },
                        "type": "sankey",
                        "frame": null,
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f",
                        "valuesuffix": "TWh"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Energy forecast for 2050<br>Source: Department of Energy & Climate Change, Tom Counsell via <a href='https://bost.ocks.org/mike/sankey/'>Mike Bostock</a>",
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~maguilerach",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 21:12:21",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "maguilerach",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T21:25:05.919964Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~martijnvanvlie/36.embed",
            "fid": "martijnvanvlie:36",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/martijnvanvlie/36/9_DLO6XYKN2MUJCSUATDQXOSFPRNY01L.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/martijnvanvlie/36/2_PQA7F66BWC3L2D9JCOIAFEVEA0SNSX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/martijnvanvlie/36/8_T6W4LFPW35A1VL0V8YZMOGVG84O8P1.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/martijnvanvlie/36/9_DLO6XYKN2MUJCSUATDQXOSFPRNY01L.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/martijnvanvlie:36",
                "plots": "https://api.plotly.com/v2/plots/martijnvanvlie:36",
                "parent": "https://api.plotly.com/v2/folders/home?user=martijnvanvlie"
            },
            "owner": "martijnvanvlie",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Criticality vs. vulnerability for all road segments per mode of transport",
            "views": 5,
            "web_url": "https://chart-studio.plotly.com/~martijnvanvlie/36/criticality-vs-vulnerability-for-all-road-segments-per-mode-of-transport/",
            "world_readable": true,
            "date_modified": "2019-03-20T21:25:06.644Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~martijnvanvlie/36/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7ca7e989-b83e-4bbf-8328-f710dcd01b3f",
                        "mode": "markers",
                        "name": "Heavy Truck",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 0.07205231037489102,
                            "sizesrc": "martijnvanvlie:37:dfaaf9",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    },
                    {
                        "uid": "eaf196b8-ecf6-49be-bec2-dc75173874ff",
                        "mode": "markers",
                        "name": "Medium Truck",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 29.877900000069626,
                            "sizesrc": "martijnvanvlie:37:109f86",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    },
                    {
                        "uid": "120ff653-d68c-42dd-bd99-522d354649a1",
                        "mode": "markers",
                        "name": "Small Truck",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 33.692100000078526,
                            "sizesrc": "martijnvanvlie:37:283444",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    },
                    {
                        "uid": "99d141c4-2755-4b88-a54e-1fbda00b3bba",
                        "mode": "markers",
                        "name": "Large Bus",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 0.7549158864159633,
                            "sizesrc": "martijnvanvlie:37:572271",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    },
                    {
                        "uid": "c9059407-f110-454e-94a8-4c5aeabb21ec",
                        "mode": "markers",
                        "name": "Medium Bus",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 0.25632099496594585,
                            "sizesrc": "martijnvanvlie:37:6d43c8",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    },
                    {
                        "uid": "71e6a7b8-f9e0-4048-93c9-6fe59af7f4a0",
                        "mode": "markers",
                        "name": "Micro Bus",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 29.242200000068156,
                            "sizesrc": "martijnvanvlie:37:c6df52",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    },
                    {
                        "uid": "19024d3e-ab3a-4f86-9ac2-c07ccb4e9840",
                        "mode": "markers",
                        "name": "Utility",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 12.07830000002815,
                            "sizesrc": "martijnvanvlie:37:8a5725",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    },
                    {
                        "uid": "933ce64c-34d7-4b3e-af6b-d2e8be221eaa",
                        "mode": "markers",
                        "name": "Car",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 26.063700000060745,
                            "sizesrc": "martijnvanvlie:37:faafe6",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    },
                    {
                        "uid": "1a06d08b-8b02-44e5-aea2-3740ad20bffa",
                        "mode": "markers",
                        "name": "Auto Rickshaw",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 617.2647000014387,
                            "sizesrc": "martijnvanvlie:37:da0edb",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    },
                    {
                        "uid": "78d12aac-055a-405e-8de9-3739dd44ddc2",
                        "mode": "markers",
                        "name": "Motor Cycle",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 482.49630000112467,
                            "sizesrc": "martijnvanvlie:37:900d48",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    },
                    {
                        "uid": "dacf333c-045a-4db3-8644-36e6e68ffc6d",
                        "mode": "markers",
                        "name": "Bi-Cycle",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 364.89180000085037,
                            "sizesrc": "martijnvanvlie:37:f16f77",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    },
                    {
                        "uid": "727f1164-ac93-4c32-8bfc-92dd77ed10f2",
                        "mode": "markers",
                        "name": "Cycle Rickshaw",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 480.5892000011201,
                            "sizesrc": "martijnvanvlie:37:13f2fa",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    },
                    {
                        "uid": "c7fb72fd-75b9-44c6-bf3d-3d093f65e1a3",
                        "mode": "markers",
                        "name": "Cart",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 3.1785000000074084,
                            "sizesrc": "martijnvanvlie:37:05ed32",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    },
                    {
                        "uid": "312d503e-d8ac-4ff4-9f9a-c28bcde1273f",
                        "mode": "markers",
                        "name": "Motorized Total",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 1230.7152000028682,
                            "sizesrc": "martijnvanvlie:37:c812fa",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    },
                    {
                        "uid": "3d34a523-8395-4649-b45c-268fda40d115",
                        "mode": "markers",
                        "name": "Non Motorized Total",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 848.6595000019779,
                            "sizesrc": "martijnvanvlie:37:1f703a",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    },
                    {
                        "uid": "6f604cbe-a11c-4ff2-bdc7-dfd7fabe5c78",
                        "mode": "markers",
                        "name": "Total_Traffic",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:37:ab5348",
                        "ysrc": "martijnvanvlie:37:766030",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 2079.3747000048465,
                            "sizesrc": "martijnvanvlie:37:94fdc1",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:37:0ef0b4"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Criticality vs. vulnerability for all road segments per mode of transport"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            1
                        ],
                        "title": {
                            "text": "Criticality"
                        },
                        "ticklen": 5,
                        "gridcolor": "rgb(255, 255, 255)",
                        "gridwidth": 2,
                        "zerolinewidth": 1
                    },
                    "yaxis": {
                        "range": [
                            0,
                            1
                        ],
                        "title": {
                            "text": "Vulnerability"
                        },
                        "ticklen": 5,
                        "gridcolor": "rgb(255, 255, 255)",
                        "gridwidth": 2,
                        "zerolinewidth": 1
                    },
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": 1.12,
                            "y": 1.05,
                            "text": "Modes of transport",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "right",
                            "valign": "top",
                            "xanchor": "center",
                            "yanchor": "top",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgb(243, 243, 243)",
                    "paper_bgcolor": "rgb(243, 243, 243)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~martijnvanvlie",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/50.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-10-23 11:49:05",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "martijnvanvlie",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T21:22:33.995974Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~SofiaCatalan/1.embed",
            "fid": "SofiaCatalan:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/SofiaCatalan/1/9_917XKSICISYA1V835NKXAY2S291PNY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/SofiaCatalan/1/2_29FU8L1ZEQDWMD8O0EI0EZMUFODGRG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SofiaCatalan/1/8_B16SLBK9I3EI0Z94B6VEIKOY89UZWA.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SofiaCatalan/1/9_917XKSICISYA1V835NKXAY2S291PNY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SofiaCatalan:1",
                "plots": "https://api.plotly.com/v2/plots/SofiaCatalan:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=SofiaCatalan"
            },
            "owner": "SofiaCatalan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~SofiaCatalan/1/",
            "world_readable": true,
            "date_modified": "2019-03-20T21:22:34.012Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~SofiaCatalan/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(5, 22, 245)",
                            "width": 1
                        },
                        "mode": "markers+lines",
                        "name": "3d",
                        "type": "scatter",
                        "xsrc": "SofiaCatalan:0:db571c",
                        "ysrc": "SofiaCatalan:0:ec4708",
                        "xaxis": "x",
                        "marker": {
                            "symbol": "triangle-up"
                        }
                    },
                    {
                        "line": {
                            "dash": "dashdot",
                            "color": "rgb(59, 239, 62)",
                            "width": 1
                        },
                        "mode": "markers+lines",
                        "name": "DP",
                        "type": "scatter",
                        "xsrc": "SofiaCatalan:0:db571c",
                        "ysrc": "SofiaCatalan:0:0f89b5",
                        "marker": {
                            "symbol": "triangle-up"
                        },
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "dash": "dashdot",
                            "color": "rgb(204, 0, 43)",
                            "width": 1
                        },
                        "mode": "markers+lines",
                        "name": "DP2",
                        "type": "scatter",
                        "xsrc": "SofiaCatalan:0:db571c",
                        "ysrc": "SofiaCatalan:0:e6b9f2",
                        "marker": {
                            "symbol": "triangle-up"
                        },
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 1
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "dtick": 432000000,
                        "range": [
                            -1.3095489316802946,
                            42.3095489316803
                        ],
                        "tick0": 10,
                        "ticks": "inside",
                        "title": {
                            "text": "TamaƱo ventana de consulta"
                        },
                        "nticks": 10,
                        "tickfont": {
                            "family": "Liberation Sans"
                        },
                        "tickmode": "auto",
                        "zeroline": true,
                        "autorange": true,
                        "tickangle": 45,
                        "automargin": true,
                        "showspikes": true,
                        "tickformat": "",
                        "ticksuffix": "%",
                        "rangeslider": {
                            "range": [
                                1,
                                40
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "showexponent": "all",
                        "showticklabels": true,
                        "showticksuffix": "all",
                        "spikethickness": 1
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -0.5072525510204082,
                            9.819252551020409
                        ],
                        "title": {
                            "text": "Tiempo Promedio en [s]"
                        },
                        "autorange": true,
                        "showspikes": false,
                        "spikethickness": 1
                    },
                    "legend": {
                        "traceorder": "normal"
                    },
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~SofiaCatalan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 21:20:00",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SofiaCatalan",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}