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=cj0xJnA9MjAxOS0wNi0xNysxMiUzQTU2JTNBMDAuNzMzMDI1JTJCMDAlM0EwMA%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=cD0yMDE5LTA2LTE3KzEyJTNBNTYlM0EwNy45MDQ2NDglMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxMyUzQTAwJTNBNTIuMzYzMjMwJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T13:00:52.363230Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AniketDive/20.embed",
            "fid": "AniketDive:20",
            "filename": "Plotly Playground 2019-06-17 18:30:37",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/AniketDive/20/9_7W2N3W4KLFCIINYQEJLVJPDS9QSUO3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AniketDive/20/2_MTP5XP5Z1BZV32EXVF868V5CRNYFKV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AniketDive/20/8_S6YGNIBRYTR09K3BHYEIYKKN9U6OGE.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/AniketDive/20/9_7W2N3W4KLFCIINYQEJLVJPDS9QSUO3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AniketDive:20",
                "plots": "https://api.plotly.com/v2/plots/AniketDive:20",
                "parent": "https://api.plotly.com/v2/folders/home?user=AniketDive"
            },
            "owner": "AniketDive",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AniketDive/20/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:00:53.088Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AniketDive/20/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "26938591-f85a-4347-9487-b272a7fee4d2",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "BAC",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "AniketDive:21:dbe28f",
                        "ysrc": "AniketDive:21:4e42fc"
                    },
                    {
                        "uid": "8e439bdd-ccab-477b-8c13-660ba430878c",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "C",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "AniketDive:21:dbe28f",
                        "ysrc": "AniketDive:21:c5a3e3"
                    },
                    {
                        "uid": "e4d42494-1437-4d67-be2f-5add634d8e09",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "GS",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "AniketDive:21:dbe28f",
                        "ysrc": "AniketDive:21:f4b2e9"
                    },
                    {
                        "uid": "2c12c40f-3e4f-4daf-9328-d765c66074fa",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 0, 128, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "JMP",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "AniketDive:21:dbe28f",
                        "ysrc": "AniketDive:21:aa205c"
                    },
                    {
                        "uid": "cba6034c-0637-49a8-85c7-16badedd1234",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(219, 64, 82, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "MS",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "AniketDive:21:dbe28f",
                        "ysrc": "AniketDive:21:106711"
                    },
                    {
                        "uid": "0951105e-6700-4cbe-81fc-86b19af3c652",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0, 128, 128, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "WFC",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "AniketDive:21:dbe28f",
                        "ysrc": "AniketDive:21:f41275"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AniketDive",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-10 06:37:04",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AniketDive",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T13:00:14.909695Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ASMLtechnologypromotion/4.embed",
            "fid": "ASMLtechnologypromotion:4",
            "filename": "WiskundeGastles copy",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ASMLtechnologypromotion:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ASMLtechnologypromotion/4/2_2VJPRCH3QLJJQAV5UCXJ01H7U7T0WM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ASMLtechnologypromotion/4/8_D5S8SH5JH670V9M1UNV6K6R84V32PT.png",
                "list-thumb": "https://api.plotly.com/v2/files/ASMLtechnologypromotion:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ASMLtechnologypromotion:4",
                "plots": "https://api.plotly.com/v2/plots/ASMLtechnologypromotion:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=ASMLtechnologypromotion"
            },
            "owner": "ASMLtechnologypromotion",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ASMLtechnologypromotion/4/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:00:16.095Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ASMLtechnologypromotion/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "lijn y-10",
                        "type": "surface",
                        "xsrc": "ASMLtechnologypromotion:1:29429a",
                        "ysrc": "ASMLtechnologypromotion:1:bc7442",
                        "zsrc": "ASMLtechnologypromotion:2:c005a2,42e3e6",
                        "cauto": true,
                        "scene": "scene",
                        "opacity": 1,
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "#050aac"
                            ],
                            [
                                0.2,
                                "#6a89f7"
                            ],
                            [
                                0.4,
                                "#bebebe"
                            ],
                            [
                                0.6,
                                "#dcaa84"
                            ],
                            [
                                0.8,
                                "#e6915a"
                            ],
                            [
                                1,
                                "#b20a1c"
                            ]
                        ],
                        "autocolorscale": false
                    },
                    {
                        "name": "lijn y-8",
                        "type": "surface",
                        "xsrc": "ASMLtechnologypromotion:1:29429a",
                        "ysrc": "ASMLtechnologypromotion:1:edb417",
                        "zsrc": "ASMLtechnologypromotion:2:81a505,849050",
                        "showscale": false
                    },
                    {
                        "name": "lijn y-6",
                        "type": "surface",
                        "xsrc": "ASMLtechnologypromotion:1:29429a",
                        "ysrc": "ASMLtechnologypromotion:1:af6a8f",
                        "zsrc": "ASMLtechnologypromotion:2:8630d2,9f9a4d",
                        "showscale": false
                    },
                    {
                        "name": "lijn y-4",
                        "type": "surface",
                        "xsrc": "ASMLtechnologypromotion:1:29429a",
                        "ysrc": "ASMLtechnologypromotion:1:da4e05",
                        "zsrc": "ASMLtechnologypromotion:2:1262b7,f6dd48",
                        "showscale": false
                    },
                    {
                        "name": "lijn y-2",
                        "type": "surface",
                        "xsrc": "ASMLtechnologypromotion:1:29429a",
                        "ysrc": "ASMLtechnologypromotion:1:95157f",
                        "zsrc": "ASMLtechnologypromotion:2:cd4f23,4037dd",
                        "showscale": false
                    },
                    {
                        "name": "lijn y 0",
                        "type": "surface",
                        "xsrc": "ASMLtechnologypromotion:1:29429a",
                        "ysrc": "ASMLtechnologypromotion:1:e29ec2",
                        "zsrc": "ASMLtechnologypromotion:2:2a6ad6,f991ff",
                        "showscale": false
                    },
                    {
                        "name": "lijn y+2",
                        "type": "surface",
                        "xsrc": "ASMLtechnologypromotion:1:29429a",
                        "ysrc": "ASMLtechnologypromotion:1:973cb7",
                        "zsrc": "ASMLtechnologypromotion:2:81674b,a50b3e",
                        "showscale": false
                    },
                    {
                        "name": "lijn y+4",
                        "type": "surface",
                        "xsrc": "ASMLtechnologypromotion:1:29429a",
                        "ysrc": "ASMLtechnologypromotion:1:9676b7",
                        "zsrc": "ASMLtechnologypromotion:2:fc8fae,8318ef",
                        "showscale": false
                    },
                    {
                        "name": "lijn y+6",
                        "type": "surface",
                        "xsrc": "ASMLtechnologypromotion:1:29429a",
                        "ysrc": "ASMLtechnologypromotion:1:572149",
                        "zsrc": "ASMLtechnologypromotion:2:3c07d5,4fe0bc",
                        "showscale": false
                    },
                    {
                        "name": "lijn y+8",
                        "type": "surface",
                        "xsrc": "ASMLtechnologypromotion:1:29429a",
                        "ysrc": "ASMLtechnologypromotion:1:6717cd",
                        "zsrc": "ASMLtechnologypromotion:2:943317,4012ad",
                        "showscale": false
                    },
                    {
                        "name": "lijn y+10",
                        "type": "surface",
                        "xsrc": "ASMLtechnologypromotion:1:29429a",
                        "ysrc": "ASMLtechnologypromotion:1:a23ea5",
                        "zsrc": "ASMLtechnologypromotion:2:ab4bcf,f4939f",
                        "scene": "scene",
                        "showscale": false
                    },
                    {
                        "name": "referentie vlak",
                        "type": "surface",
                        "xsrc": "ASMLtechnologypromotion:3:949b64",
                        "ysrc": "ASMLtechnologypromotion:3:4f0d6e",
                        "zsrc": "ASMLtechnologypromotion:3:8a0ae4,d25e9b",
                        "scene": "scene",
                        "opacity": 0.6,
                        "lighting": {
                            "ambient": 0,
                            "diffuse": 0.8
                        },
                        "showscale": false
                    },
                    {
                        "name": "Fit maken",
                        "type": "surface",
                        "xsrc": "ASMLtechnologypromotion:3:949b64",
                        "ysrc": "ASMLtechnologypromotion:3:949b64",
                        "zsrc": "ASMLtechnologypromotion:2:b88132,0b96cb",
                        "cauto": true,
                        "scene": "scene",
                        "opacity": 0.8,
                        "lighting": {
                            "ambient": 1,
                            "diffuse": 0.5,
                            "fresnel": 2.5,
                            "specular": 0,
                            "roughness": 0.5
                        },
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "#ff0000"
                            ],
                            [
                                0.1111111111111111,
                                "#ffa700"
                            ],
                            [
                                0.2222222222222222,
                                "#afff00"
                            ],
                            [
                                0.3333333333333333,
                                "#08ff00"
                            ],
                            [
                                0.4444444444444444,
                                "#00ff9f"
                            ],
                            [
                                0.5555555555555556,
                                "#00b7ff"
                            ],
                            [
                                0.6666666666666666,
                                "#0010ff"
                            ],
                            [
                                0.7777777777777778,
                                "#9700ff"
                            ],
                            [
                                0.8888888888888888,
                                "#ff00bf"
                            ],
                            [
                                1,
                                "#ff0018"
                            ]
                        ],
                        "reversescale": false,
                        "lightposition": {
                            "x": 0,
                            "y": 0,
                            "z": 0
                        },
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 13,
                        "family": "Arial"
                    },
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "range": [
                                -10,
                                10
                            ],
                            "ticks": "outside",
                            "title": {
                                "font": {
                                    "size": 16
                                }
                            },
                            "tickfont": {
                                "size": 13
                            },
                            "tickmode": "auto",
                            "autorange": false,
                            "tickformat": "",
                            "exponentformat": "none"
                        },
                        "yaxis": {
                            "type": "linear",
                            "range": [
                                -10,
                                10
                            ],
                            "ticks": "outside",
                            "title": {
                                "font": {
                                    "size": 16
                                }
                            },
                            "tickfont": {
                                "size": 13
                            },
                            "tickmode": "auto",
                            "autorange": false,
                            "tickformat": "",
                            "exponentformat": "none"
                        },
                        "zaxis": {
                            "dtick": 0.2,
                            "range": [
                                -0.5,
                                0.5
                            ],
                            "tick0": 0,
                            "ticks": "outside",
                            "title": {
                                "font": {
                                    "size": 16
                                }
                            },
                            "tickfont": {
                                "size": 13
                            },
                            "tickmode": "linear",
                            "autorange": false,
                            "tickformat": "",
                            "exponentformat": "none"
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 0.5066617266885082,
                                "y": -1.3123914101017058,
                                "z": 1.20906140343983
                            },
                            "center": {
                                "x": -0.1912785068100246,
                                "y": 0.04788342300452303,
                                "z": -0.2511580616530593
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "dragmode": "turntable",
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "x": 0.02
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "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": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "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": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "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": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_GRAY"
                    },
                    "separators": ", "
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ASMLtechnologypromotion",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-18 15:19:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ASMLtechnologypromotion",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:59:39.844971Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AniketDive/18.embed",
            "fid": "AniketDive:18",
            "filename": "Plotly Playground 2019-06-17 18:29:22",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/AniketDive:18/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/AniketDive:18/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AniketDive/18/8_U5ZX3ZMAO6ZUWP0FLF1577O83FH406.png",
                "list-thumb": "https://api.plotly.com/v2/files/AniketDive:18/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AniketDive:18",
                "plots": "https://api.plotly.com/v2/plots/AniketDive:18",
                "parent": "https://api.plotly.com/v2/folders/home?user=AniketDive"
            },
            "owner": "AniketDive",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AniketDive/18/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:59:40.416Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AniketDive/18/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "07c7315e-6c7e-452e-86d4-47415eb03597",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "BAC",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "AniketDive:19:cb574e",
                        "ysrc": "AniketDive:19:815370"
                    },
                    {
                        "uid": "70f9a2f3-f6ce-4422-9a28-1687c7f26353",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "C",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "AniketDive:19:cb574e",
                        "ysrc": "AniketDive:19:847ac6"
                    },
                    {
                        "uid": "f11b97f5-dbb6-439a-8e17-c1f87d1a1c7e",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "GS",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "AniketDive:19:cb574e",
                        "ysrc": "AniketDive:19:58af74"
                    },
                    {
                        "uid": "3502c7e7-c1d2-4087-bbfd-28e788d21485",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 0, 128, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "JMP",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "AniketDive:19:cb574e",
                        "ysrc": "AniketDive:19:b227be"
                    },
                    {
                        "uid": "441b66a0-947d-468a-b7fa-09f1444406ee",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(219, 64, 82, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "MS",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "AniketDive:19:cb574e",
                        "ysrc": "AniketDive:19:ba2bf1"
                    },
                    {
                        "uid": "fe3de27a-2adc-4513-aff2-ce421674e201",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0, 128, 128, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "WFC",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "AniketDive:19:cb574e",
                        "ysrc": "AniketDive:19:3b2aee"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AniketDive",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-10 06:37:04",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AniketDive",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:59:36.892052Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~T2woseven/6.embed",
            "fid": "T2woseven:6",
            "filename": "life-expectancy-per-GDP-2007",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/T2woseven:6/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/T2woseven:6/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/T2woseven/6/8_IRPUQ4MDJ3LG8GNBG33JBZVCCP7XRB.png",
                "list-thumb": "https://api.plotly.com/v2/files/T2woseven:6/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/T2woseven:6",
                "plots": "https://api.plotly.com/v2/plots/T2woseven:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=T2woseven"
            },
            "owner": "T2woseven",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Life Expectancy v. Per Capita GDP, 2007",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~T2woseven/6/life-expectancy-v-per-capita-gdp-2007/",
            "world_readable": true,
            "date_modified": "2019-10-11T09:22:08.801Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~T2woseven/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c5605d21-a1e2-41b3-a3be-90dfb5261349",
                        "mode": "markers",
                        "name": "Americas",
                        "type": "scatter",
                        "xsrc": "T2woseven:7:d8a477",
                        "ysrc": "T2woseven:7:b0e65a",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 12,
                            "color": "navy"
                        },
                        "textsrc": "T2woseven:7:3c1e1e"
                    },
                    {
                        "uid": "6b2ff278-6cc2-47ea-814e-610615c8e4c4",
                        "mode": "markers",
                        "name": "Europe",
                        "type": "scatter",
                        "xsrc": "T2woseven:7:c7e489",
                        "ysrc": "T2woseven:7:e32b5f",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 12,
                            "color": "red"
                        },
                        "textsrc": "T2woseven:7:a0ddf3"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Life Expectancy v. Per Capita GDP, 2007"
                    },
                    "xaxis": {
                        "title": {
                            "text": "GDP per capita (2000 dollars)"
                        },
                        "ticklen": 5,
                        "zeroline": false,
                        "gridwidth": 2
                    },
                    "yaxis": {
                        "title": {
                            "text": "Life Expectancy (years)"
                        },
                        "ticklen": 5,
                        "gridwidth": 2
                    },
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~T2woseven",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/27.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-06-17 12:17:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "T2woseven",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:57:53.700224Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~acassel/0.embed",
            "fid": "acassel:0",
            "filename": "basic-line",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/acassel:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/acassel/0/2_B1HD27C5TEEQC372P24Y2OC9SR6NV6.png",
                "block-thumb": "https://api.plotly.com/v2/files/acassel:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/acassel:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/acassel:0",
                "plots": "https://api.plotly.com/v2/plots/acassel:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=acassel"
            },
            "owner": "acassel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~acassel/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:11:27.693Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~acassel/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "25d4b474-283c-474c-9706-37696c3c41c1",
                        "type": "scatter",
                        "xsrc": "acassel:1:8e31c2",
                        "ysrc": "acassel:1:967c5a"
                    },
                    {
                        "uid": "a5502549-c414-4ae5-8f05-7eaae714ee0b",
                        "type": "scatter",
                        "xsrc": "acassel:1:8e31c2",
                        "ysrc": "acassel:1:30d9a8"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~acassel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/58.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:50:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "acassel",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:57:35.785657Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~yiwilliamzhang/42.embed",
            "fid": "yiwilliamzhang:42",
            "filename": "plot from API (21)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/yiwilliamzhang:42/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/yiwilliamzhang:42/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/yiwilliamzhang/42/8_DWFXVAMJ1ZAN83VUJRQ4W35645JR47.png",
                "list-thumb": "https://api.plotly.com/v2/files/yiwilliamzhang:42/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/yiwilliamzhang:42",
                "plots": "https://api.plotly.com/v2/plots/yiwilliamzhang:42",
                "parent": "https://api.plotly.com/v2/folders/home?user=yiwilliamzhang"
            },
            "owner": "yiwilliamzhang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "No Ensemble Learning, Bagging, Adaboost, Random Forest, GradientBoosting",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~yiwilliamzhang/42/no-ensemble-learning-bagging-adaboost-random-forest-gradientboosting/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:57:36.234Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~yiwilliamzhang/42/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "52e3675c-e4a1-4a4c-919b-0e3dabff0765",
                        "name": "No Ensemble Learning",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:43:f99552",
                        "ysrc": "yiwilliamzhang:43:63cbc7",
                        "marker": {
                            "color": "#3D9970"
                        },
                        "boxmean": false,
                        "orientation": "h"
                    },
                    {
                        "uid": "bbc33a52-f354-4dd7-afe1-a474f6022c7a",
                        "name": "Bagging",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:43:19d299",
                        "ysrc": "yiwilliamzhang:43:63cbc7",
                        "marker": {
                            "color": "#FF4136"
                        },
                        "boxmean": false,
                        "orientation": "h"
                    },
                    {
                        "uid": "90b51add-eed4-4ee8-a447-1225245a7fee",
                        "name": "Adaboost",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:43:74375c",
                        "ysrc": "yiwilliamzhang:43:7db0ed",
                        "marker": {
                            "color": "#FF851B"
                        },
                        "boxmean": false,
                        "orientation": "h"
                    },
                    {
                        "uid": "682a4efe-0c32-4240-a6c0-41bbfeaa9dc4",
                        "name": "Random Forest",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:43:632285",
                        "ysrc": "yiwilliamzhang:43:7db0ed",
                        "marker": {
                            "color": "rgb(214, 12, 140)"
                        },
                        "boxmean": false,
                        "orientation": "h"
                    },
                    {
                        "uid": "6f3a7f8c-e560-44bf-90f2-670e02a85a43",
                        "name": "GradientBoosting",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:43:3b45e3",
                        "ysrc": "yiwilliamzhang:43:7db0ed",
                        "marker": {
                            "color": "rgba(127, 96, 0, 0.5)"
                        },
                        "boxmean": false,
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "zeroline": false
                    },
                    "boxmode": "group"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~yiwilliamzhang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-27 12:36:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "yiwilliamzhang",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:57:23.496344Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~TraceLD/1.embed",
            "fid": "TraceLD:1",
            "filename": "Player Comparison",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/TraceLD:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/TraceLD/1/2_6VAGAU73ZW3Z2K7OFXUTHTLM6E9HU1.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/TraceLD/1/8_JWDE18Y6FIO1IJ5E4UNYSQ9QS07ZGG.png",
                "list-thumb": "https://api.plotly.com/v2/files/TraceLD:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/TraceLD:1",
                "plots": "https://api.plotly.com/v2/plots/TraceLD:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=TraceLD"
            },
            "owner": "TraceLD",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 26,
            "web_url": "https://chart-studio.plotly.com/~TraceLD/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:57:23.508Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~TraceLD/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Player 1",
                        "type": "bar",
                        "xsrc": "TraceLD:0:4d5f58",
                        "ysrc": "TraceLD:0:1f48dc",
                        "orientation": "v"
                    },
                    {
                        "name": "Player 2",
                        "type": "bar",
                        "xsrc": "TraceLD:0:4d5f58",
                        "ysrc": "TraceLD:0:bde1b2",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Player 1 vs Player 2 - Summary Stats"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            7.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            57.89473684210526
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "colorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#19d3f3",
                        "#e763fa",
                        "#fecb52",
                        "#ffa15a",
                        "#ff6692",
                        "#b6e880"
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#506784"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#2a3f5f"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    },
                                    "baxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    }
                                }
                            ],
                            "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": "rgb(17,17,17)",
                                "showland": true,
                                "lakecolor": "rgb(17,17,17)",
                                "landcolor": "rgb(17,17,17)",
                                "showlakes": true,
                                "subunitcolor": "#506784"
                            },
                            "font": {
                                "color": "#f2f5fa"
                            },
                            "polar": {
                                "bgcolor": "rgb(17,17,17)",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "bgcolor": "rgb(17,17,17)"
                            },
                            "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": "rgb(17,17,17)",
                            "paper_bgcolor": "rgb(17,17,17)",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#f2f5fa"
                            },
                            "sliderdefaults": {
                                "bgcolor": "#C8D4E3",
                                "tickwidth": 0,
                                "bordercolor": "rgb(17,17,17)",
                                "borderwidth": 1
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#f2f5fa",
                                "arrowwidth": 1
                            },
                            "updatemenudefaults": {
                                "bgcolor": "#506784",
                                "borderwidth": 0
                            }
                        },
                        "themeRef": "PLOTLY_DARK"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~TraceLD",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-15 19:46:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "TraceLD",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:56:57.876349Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~eliasgander/10.embed",
            "fid": "eliasgander:10",
            "filename": "churn_rate_example_plot",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/eliasgander/10/9_UQOZY4GSI8GU3X21UOZ9TZ69N02A52.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/eliasgander:10/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/eliasgander/10/8_G4H8215YTK2TXUZ1RLIHDRWP8TE5M3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/eliasgander/10/9_UQOZY4GSI8GU3X21UOZ9TZ69N02A52.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/eliasgander:10",
                "plots": "https://api.plotly.com/v2/plots/eliasgander:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=eliasgander"
            },
            "owner": "eliasgander",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~eliasgander/10/",
            "world_readable": true,
            "date_modified": "2019-07-15T09:13:31.975Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~eliasgander/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "eliasgander:9:491b6a",
                        "ysrc": "eliasgander:9:dfd4a1",
                        "stackgroup": 1
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.5925353929257717,
                            524.7888463345918
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "Time [ms]"
                        },
                        "mirror": false,
                        "showline": true,
                        "tickfont": {
                            "size": 16,
                            "color": "rgb(0, 0, 0)"
                        },
                        "zeroline": true,
                        "autorange": true,
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 2,
                        "tickcolor": "rgb(0, 0, 0)",
                        "tickwidth": 2,
                        "showspikes": false,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.09125599762652561,
                            61.232774407398686
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "Memory [MB]"
                        },
                        "mirror": false,
                        "showline": true,
                        "tickfont": {
                            "size": 16,
                            "color": "rgb(0, 0, 0)"
                        },
                        "zeroline": true,
                        "autorange": true,
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 2,
                        "tickcolor": "rgb(0, 0, 0)",
                        "tickwidth": 2,
                        "showspikes": false,
                        "showticklabels": true
                    },
                    "margin": {
                        "b": 0,
                        "l": 50,
                        "r": 14,
                        "t": 0
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 290,
                            "y0": 40,
                            "y1": 40,
                            "line": {
                                "color": "#444444",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.5,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 0,
                            "x1": 300,
                            "y0": 45,
                            "y1": 45,
                            "line": {
                                "color": "#444444",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.5,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 0,
                            "x1": 320,
                            "y0": 50,
                            "y1": 50,
                            "line": {
                                "color": "rgb(255, 0, 0)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.5,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 0,
                            "x1": 450,
                            "y0": 55,
                            "y1": 55,
                            "line": {
                                "color": "#444444",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.5,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 0,
                            "x1": 500,
                            "y0": 60,
                            "y1": 60,
                            "line": {
                                "color": "#444444",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.5,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 290,
                            "x1": 290,
                            "y0": 0,
                            "y1": 40,
                            "line": {
                                "dash": "dot",
                                "color": "#444444",
                                "width": 2
                            },
                            "type": "line",
                            "opacity": 0.3,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 300,
                            "x1": 300,
                            "y0": 0,
                            "y1": 45,
                            "line": {
                                "dash": "dot",
                                "color": "#444444",
                                "width": 2
                            },
                            "type": "line",
                            "opacity": 0.3,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 320,
                            "x1": 320,
                            "y0": 0,
                            "y1": 50,
                            "line": {
                                "dash": "dot",
                                "color": "#444444",
                                "width": 2
                            },
                            "type": "line",
                            "opacity": 0.3,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 450,
                            "x1": 450,
                            "y0": 0,
                            "y1": 55,
                            "line": {
                                "dash": "dot",
                                "color": "#444444",
                                "width": 2
                            },
                            "type": "line",
                            "opacity": 0.3,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 500,
                            "x1": 500,
                            "y0": 0,
                            "y1": 60,
                            "line": {
                                "dash": "dot",
                                "color": "#444444",
                                "width": 2
                            },
                            "type": "line",
                            "opacity": 0.3,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "autosize": true,
                    "dragmode": "pan",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "annotations": [
                        {
                            "x": 277.4922249790446,
                            "y": 37.067273675918436,
                            "font": {
                                "size": 16,
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "<b>A</b>",
                            "yref": "y",
                            "ayref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 310.6781572188406,
                            "y": 45.25749946289911,
                            "font": {
                                "size": 16,
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "<b>B</b>",
                            "showarrow": false
                        },
                        {
                            "x": 340.97633136094674,
                            "y": 50.09708737864078,
                            "font": {
                                "size": 16,
                                "color": "rgb(255, 17, 0)"
                            },
                            "text": "<b>C</b>",
                            "showarrow": false
                        },
                        {
                            "x": 471.8934911242603,
                            "y": 55.02613890963406,
                            "font": {
                                "size": 16,
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "<b>D</b>",
                            "showarrow": false
                        },
                        {
                            "x": 521.8261693699629,
                            "y": 59.95519044062733,
                            "font": {
                                "size": 16,
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "<b>E</b>",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~eliasgander",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-04 13:47:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "eliasgander",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:56:24.683354Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nskaczkowska/2.embed",
            "fid": "nskaczkowska:2",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nskaczkowska/2/9_FFIDA6O048XRUK04YH7FI8IET89GGY.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/nskaczkowska:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nskaczkowska/2/8_FSJBYXY8VRALOX1G44ANLSF355418U.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nskaczkowska/2/9_FFIDA6O048XRUK04YH7FI8IET89GGY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nskaczkowska:2",
                "plots": "https://api.plotly.com/v2/plots/nskaczkowska:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=nskaczkowska"
            },
            "owner": "nskaczkowska",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~nskaczkowska/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:56:25.161Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nskaczkowska/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "4f9adc40-90ff-11e9-9a0e-1c4d7041fd42",
                        "type": "bar",
                        "xsrc": "nskaczkowska:3:813cbb",
                        "ysrc": "nskaczkowska:3:270726",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "width": 1.0
                            },
                            "color": "#1F77B4"
                        },
                        "opacity": 1,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "width": 432,
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "dtick": 1,
                        "range": [
                            -2.9899999999999998,
                            53.989999999999995
                        ],
                        "tick0": 0,
                        "ticks": "inside",
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.0,
                            5916.75
                        ],
                        "ticks": "inside",
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 7,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "bargap": 0.19999999999999996,
                    "height": 288,
                    "margin": {
                        "b": 36,
                        "l": 54,
                        "r": 43,
                        "t": 34,
                        "pad": 0
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 288,
            "width": 432,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nskaczkowska",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:51:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nskaczkowska",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T12:56:07.904648Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nskaczkowska/0.embed",
            "fid": "nskaczkowska:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/nskaczkowska:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nskaczkowska/0/2_1HAELWRT4G2FSYJ9E1Q1JICGJ4ARW7.png",
                "block-thumb": "https://api.plotly.com/v2/files/nskaczkowska:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/nskaczkowska:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nskaczkowska:0",
                "plots": "https://api.plotly.com/v2/plots/nskaczkowska:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=nskaczkowska"
            },
            "owner": "nskaczkowska",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~nskaczkowska/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:56:08.400Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nskaczkowska/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "458009b0-90ff-11e9-8e00-1c4d7041fd42",
                        "type": "bar",
                        "xsrc": "nskaczkowska:1:be0396",
                        "ysrc": "nskaczkowska:1:974372",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "width": 1.0
                            },
                            "color": "#1F77B4"
                        },
                        "opacity": 1,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "width": 432,
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "dtick": 1,
                        "range": [
                            -2.9899999999999998,
                            53.989999999999995
                        ],
                        "tick0": 0,
                        "ticks": "inside",
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.0,
                            5916.75
                        ],
                        "ticks": "inside",
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 7,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "bargap": 0.19999999999999996,
                    "height": 288,
                    "margin": {
                        "b": 36,
                        "l": 54,
                        "r": 43,
                        "t": 34,
                        "pad": 0
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 288,
            "width": 432,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nskaczkowska",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:51:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nskaczkowska",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}