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=cj0xJnA9MjAxOS0wMy0yMCsyMiUzQTAyJTNBMDcuNDE2NTc5JTJCMDAlM0EwMA%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=cD0yMDE5LTAzLTIwKzIyJTNBMDIlM0EzMi4wMTE1MTQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsyMiUzQTEzJTNBNTQuMzMyNzk4JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-20T22:13:54.332798Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/61535.embed",
            "fid": "amper:61535",
            "filename": "raw_amps_03-20-19_ds_key-3f710000cb4a002c0047600f45164e45_c0_resolution-LOW",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/amper/61535/9_OB1F96LX4V5YW2IWK00SW2FC0DS5OR.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/amper/61535/2_V8KQTZ0ZD4VQXNLH62JUKVBLJA8W0W.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/61535/8_PC70YPHAIU4PIZ16MFE4Z3GVT6686R.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/61535/9_OB1F96LX4V5YW2IWK00SW2FC0DS5OR.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:61535",
                "plots": "https://api.plotly.com/v2/plots/amper:61535",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "raw_amps_03-20-19_ds_key-3f710000cb4a002c0047600f45164e45_c0_resolution-LOW",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/61535/raw-amps-03-20-19-ds-key-3f710000cb4a002c0047600f45164e45-c0-resolution-low/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:13:55.046Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/61535/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines+markers",
                        "name": "raw_amps",
                        "type": "scattergl",
                        "xsrc": "amper:61536:ecb234",
                        "ysrc": "amper:61536:bac2f0"
                    }
                ],
                "layout": {
                    "title": "raw_amps_03-20-19_ds_key-3f710000cb4a002c0047600f45164e45_c0_resolution-LOW"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:13:09.614782Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/61533.embed",
            "fid": "amper:61533",
            "filename": "03-20-19_ds-1552_alg-5421_param-1207_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/amper/61533/9_2F7Y1844IX77YR4QZPQD7J6UF15PJP.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/amper/61533/2_15XJSBGD48YADHLP9FY5TEMF6VUJKK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/61533/8_VWI7EGHYQEI8SDX6ZDWJYQ60FAZUPE.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/61533/9_2F7Y1844IX77YR4QZPQD7J6UF15PJP.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:61533",
                "plots": "https://api.plotly.com/v2/plots/amper:61533",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "03-20-19_ds-1552_alg-5421_param-1207_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/61533/_03-20-19-ds-1552-alg-5421-param-1207-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:13:10.932Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/61533/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "77775825-e6ad-4079-bc6c-61df98c48069",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:61534:ed6c1a",
                        "ysrc": "amper:61534:a88743",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    },
                    {
                        "uid": "5c3832c2-89bb-4083-bf16-bc43bbe4e241",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:61534:ed6c1a",
                        "ysrc": "amper:61534:9b7b24",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "f012d66c-f30e-428f-848e-d63a32406de2",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:61534:ed6c1a",
                        "ysrc": "amper:61534:d48e7c",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "03-20-19_ds-1552_alg-5421_param-1207_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:13:05.876815Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~eecarrie/25.embed",
            "fid": "eecarrie:25",
            "filename": "Plot 25",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/eecarrie/25/9_UJQJ5KRHHXMU319XX8BQ2Y6Q39L0JZ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/eecarrie/25/2_1ATPGBNI0TWUFS8C7K6CVRHVMBUM4Y.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/eecarrie/25/8_FBG2L0N8MPSHXS5L2C5O0IG9MH5AL4.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/eecarrie/25/9_UJQJ5KRHHXMU319XX8BQ2Y6Q39L0JZ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/eecarrie:25",
                "plots": "https://api.plotly.com/v2/plots/eecarrie:25",
                "parent": "https://api.plotly.com/v2/folders/home?user=eecarrie"
            },
            "owner": "eecarrie",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~eecarrie/25/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:13:05.892Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~eecarrie/25/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "pie",
                        "labelssrc": "eecarrie:24:c62fa3",
                        "valuessrc": "eecarrie:24:947c12"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Success Rate"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~eecarrie",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-06-11 17:31:31",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "eecarrie",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:10:45.568179Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~oigrestg/0.embed",
            "fid": "oigrestg:0",
            "filename": "candlestick_datetime",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/oigrestg/0/9_PIXHNOQ4HTW77967CQZNJ22E9OU3CB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/oigrestg/0/2_2K9QOAE0YY5SWJTZBCN5WO1YXD8BAC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/oigrestg/0/8_1KYKFBJY5W7XMFYZX6EWRC2KUSQRRJ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/oigrestg/0/9_PIXHNOQ4HTW77967CQZNJ22E9OU3CB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/oigrestg:0",
                "plots": "https://api.plotly.com/v2/plots/oigrestg:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=oigrestg"
            },
            "owner": "oigrestg",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~oigrestg/0/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:10:46.049Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~oigrestg/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1b2b769b-d98d-4552-8b3b-f648656787c3",
                        "type": "candlestick",
                        "lowsrc": "oigrestg:1:303a17",
                        "highsrc": "oigrestg:1:e3d39e",
                        "opensrc": "oigrestg:1:25a78d",
                        "closesrc": "oigrestg:1:d1eb84"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~oigrestg",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 22:07:57",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "oigrestg",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:09:35.141617Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~MetricVoid/1.embed",
            "fid": "MetricVoid:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/MetricVoid/1/9_TNCZX4C3FWOI1H9PNQXJP7WD36QICI.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/MetricVoid/1/2_35JCZ2UP0J43UZ8N747WC8BB587L75.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MetricVoid/1/8_IL77N7N4SXPKZ17QRZ2704V5N8BTLB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MetricVoid/1/9_TNCZX4C3FWOI1H9PNQXJP7WD36QICI.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/MetricVoid:1",
                "plots": "https://api.plotly.com/v2/plots/MetricVoid:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=MetricVoid"
            },
            "owner": "MetricVoid",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~MetricVoid/1/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:12:45.586Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~MetricVoid/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "1\n  Assamese",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:d89139",
                        "orientation": "h"
                    },
                    {
                        "name": "2\n  Bengali",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:75cd13",
                        "orientation": "h"
                    },
                    {
                        "name": "3\n  BODO",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:f23e16",
                        "orientation": "h"
                    },
                    {
                        "name": "4\n  DOGRI",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:4b76c7",
                        "orientation": "h"
                    },
                    {
                        "name": "5\n  GUJARATI",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:ffcd93",
                        "orientation": "h"
                    },
                    {
                        "name": "6\n  HINDI",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:dad964",
                        "orientation": "h"
                    },
                    {
                        "name": "7\n  KANNADA",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:e93a4f",
                        "orientation": "h"
                    },
                    {
                        "name": "8\n  KASHMIRI",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:94cc2b",
                        "orientation": "h"
                    },
                    {
                        "name": "9\n  KONKANI",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:006a30",
                        "orientation": "h"
                    },
                    {
                        "name": "10\n  MAITHILI",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:50a043",
                        "orientation": "h"
                    },
                    {
                        "name": "11\n  MALAYALAM",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:a06177",
                        "orientation": "h"
                    },
                    {
                        "name": "12\n  MANIPURI",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:e97fd7",
                        "orientation": "h"
                    },
                    {
                        "name": "13\n  MARATHI",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:62ec3d",
                        "orientation": "h"
                    },
                    {
                        "name": "14\n  NEPALI",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:2f2b81",
                        "orientation": "h"
                    },
                    {
                        "name": "15\n  ORIYA",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:026f81",
                        "orientation": "h"
                    },
                    {
                        "name": "16\n  PUNJABI",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:e275e6",
                        "orientation": "h"
                    },
                    {
                        "name": "17\n  SANSKRIT",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:eddc0a",
                        "orientation": "h"
                    },
                    {
                        "name": "18\n  SANTALI",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:131088",
                        "orientation": "h"
                    },
                    {
                        "name": "19\n  SINDHI",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:d618d5",
                        "orientation": "h"
                    },
                    {
                        "name": "20\n  TAMIL",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:f75408",
                        "orientation": "h"
                    },
                    {
                        "name": "21\n  TELUGU",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:32b769",
                        "orientation": "h"
                    },
                    {
                        "name": "22\n  URDU",
                        "type": "bar",
                        "xsrc": "MetricVoid:0:e5d4f7",
                        "orientation": "h"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "$\\hspace{12em}\\text{Ratio of speakers for 22 official languages in India}$"
                    },
                    "xaxis": {
                        "range": [
                            0.24,
                            100
                        ],
                        "title": {
                            "text": "Percentage"
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "range": [
                            0.5643318439352101,
                            1.435021499107624
                        ],
                        "autorange": false
                    },
                    "barmode": "stack",
                    "barnorm": "percent",
                    "autosize": true,
                    "colorway": [
                        "#8dd3c7",
                        "#ffffb3",
                        "#bebada",
                        "#fb8072",
                        "#80b1d3",
                        "#fdb462",
                        "#b3de69",
                        "#fccde5",
                        "#d9d9d9",
                        "#bc80bd",
                        "#ccebc5",
                        "#ffed6f"
                    ],
                    "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"
                    },
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#440154"
                            ],
                            [
                                0.1111111111111111,
                                "#482878"
                            ],
                            [
                                0.2222222222222222,
                                "#3e4989"
                            ],
                            [
                                0.3333333333333333,
                                "#31688e"
                            ],
                            [
                                0.4444444444444444,
                                "#26828e"
                            ],
                            [
                                0.5555555555555556,
                                "#1f9e89"
                            ],
                            [
                                0.6666666666666666,
                                "#35b779"
                            ],
                            [
                                0.7777777777777778,
                                "#6ece58"
                            ],
                            [
                                0.8888888888888888,
                                "#b5de2b"
                            ],
                            [
                                1,
                                "#fde725"
                            ]
                        ]
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~MetricVoid",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 22:09:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "MetricVoid",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:09:14.039957Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~LuxF3rre/18.embed",
            "fid": "LuxF3rre:18",
            "filename": "Plotly Playground 2019-03-20 23:09:13",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/LuxF3rre/18/9_ZRPW4YGXNGXCHY49EGFZ4UD11POIIO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/LuxF3rre/18/2_ASZJKXWXH9W1W924Y9N87UGHNTFOS3.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/LuxF3rre/18/8_KUEMM0D4OH1DJA5J43RZWP2JFD7XG3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/LuxF3rre/18/9_ZRPW4YGXNGXCHY49EGFZ4UD11POIIO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/LuxF3rre:18",
                "plots": "https://api.plotly.com/v2/plots/LuxF3rre:18",
                "parent": "https://api.plotly.com/v2/folders/home?user=LuxF3rre"
            },
            "owner": "LuxF3rre",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~LuxF3rre/18/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:09:14.521Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~LuxF3rre/18/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9ef5c870-f122-4890-b9e0-04354b3176fe",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Produkcyjne",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "LuxF3rre:19:bca7ee",
                        "ysrc": "LuxF3rre:19:624da9"
                    },
                    {
                        "uid": "74c5b94b-c63d-46c6-8e29-606da27e49b5",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Prediction",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "LuxF3rre:19:bca7ee",
                        "ysrc": "LuxF3rre:19:d3bda2"
                    }
                ],
                "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/~LuxF3rre",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 20:55:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "LuxF3rre",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:07:45.566365Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~vadymkhodak/58.embed",
            "fid": "vadymkhodak:58",
            "filename": "basic-line (12)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/vadymkhodak/58/9_1NHH1U1756N3LYSUM8ADR22OOJUBH9.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/vadymkhodak:58/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vadymkhodak/58/8_QMAI91M7OIYRNKE7A4XTPW2CJ2MX6K.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vadymkhodak/58/9_1NHH1U1756N3LYSUM8ADR22OOJUBH9.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/vadymkhodak:58",
                "plots": "https://api.plotly.com/v2/plots/vadymkhodak:58",
                "parent": "https://api.plotly.com/v2/folders/home?user=vadymkhodak"
            },
            "owner": "vadymkhodak",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "USD vs EUR",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~vadymkhodak/58/usd-vs-eur/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:07:46.121Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~vadymkhodak/58/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "fb9ec0db-5259-4450-9d69-7c2ca91f376e",
                        "mode": "markers",
                        "name": "USD",
                        "type": "scatter",
                        "xsrc": "vadymkhodak:59:2bc5ff",
                        "ysrc": "vadymkhodak:59:ad13b4"
                    },
                    {
                        "uid": "0dcc1959-6c83-4eaa-bd25-03cdbea2c6e0",
                        "mode": "markers",
                        "name": "EUR",
                        "type": "scatter",
                        "xsrc": "vadymkhodak:59:2bc5ff",
                        "ysrc": "vadymkhodak:59:cfcf86"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~vadymkhodak",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.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-03-20 08:03:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "vadymkhodak",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:07:05.461855Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~PythonPlotBot/3254.embed",
            "fid": "PythonPlotBot:3254",
            "filename": "pie-subplots",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/PythonPlotBot/3254/9_PMGYXJ5R4JJ6PD6N8JBFKOZ1BV386H.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/PythonPlotBot/3254/2_00I7GBG93NN1JWP36TVIUMX0V7VJQY.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/PythonPlotBot/3254/8_CGDKGJ0BAUUTD11T0L5DJW04X7TT93.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/PythonPlotBot/3254/9_PMGYXJ5R4JJ6PD6N8JBFKOZ1BV386H.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/PythonPlotBot:3254",
                "plots": "https://api.plotly.com/v2/plots/PythonPlotBot:3254",
                "parent": "https://api.plotly.com/v2/folders/home?user=PythonPlotBot"
            },
            "owner": "PythonPlotBot",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~PythonPlotBot/3254/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:07:05.659Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~PythonPlotBot/3254/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Cut",
                        "type": "pie",
                        "frame": null,
                        "domain": {
                            "column": 0
                        },
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "labelssrc": "PythonPlotBot:3253:bac1d0",
                        "valuessrc": "PythonPlotBot:3253:5d2a6b"
                    }
                ],
                "layout": {
                    "grid": {
                        "rows": 1,
                        "columns": 3
                    },
                    "title": "Pie Charts with Subplots",
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~PythonPlotBot",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.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": "2017-02-14 21:07:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "PythonPlotBot",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:06:28.657046Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~vadymkhodak/56.embed",
            "fid": "vadymkhodak:56",
            "filename": "basic-line",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/vadymkhodak/56/9_96R6DDPO1TTF0UGVZDFIAD87RAAMTL.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/vadymkhodak/56/2_ESCK2JRIFM82796ZS14C2B1WKDGMLU.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vadymkhodak/56/8_I7JUROLMSZDMX1IN3DHVQ5IVVOZC7R.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vadymkhodak/56/9_96R6DDPO1TTF0UGVZDFIAD87RAAMTL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/vadymkhodak:56",
                "plots": "https://api.plotly.com/v2/plots/vadymkhodak:56",
                "parent": "https://api.plotly.com/v2/folders/home?user=vadymkhodak"
            },
            "owner": "vadymkhodak",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Hrivna exchange rate",
            "views": 80,
            "web_url": "https://chart-studio.plotly.com/~vadymkhodak/56/hrivna-exchange-rate/",
            "world_readable": true,
            "date_modified": "2019-03-21T14:05:12.585Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~vadymkhodak/56/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "acc4e4a4-a18a-48c8-a8ba-d06b73a571c0",
                        "mode": "markers",
                        "name": "USD",
                        "type": "scatter",
                        "xsrc": "vadymkhodak:57:4fbd77",
                        "ysrc": "vadymkhodak:57:5d91ec"
                    },
                    {
                        "uid": "2e4b93de-1ac0-4eb9-bb25-452fb5affd67",
                        "mode": "markers",
                        "name": "EUR",
                        "type": "scatter",
                        "xsrc": "vadymkhodak:57:4fbd77",
                        "ysrc": "vadymkhodak:57:7cf0b5"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Hrivna exchange rate"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Date"
                        },
                        "ticklen": 5,
                        "zeroline": false,
                        "gridwidth": 2
                    },
                    "yaxis": {
                        "title": {
                            "text": "Rate"
                        },
                        "ticklen": 5,
                        "gridwidth": 2
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~vadymkhodak",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.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-03-20 08:03:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "vadymkhodak",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:02:32.011514Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/61531.embed",
            "fid": "amper:61531",
            "filename": "raw_amps_03-20-19_ds_key-3f710000cb4a002c0047600f45164e45_c4_resolution-LOW",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/amper/61531/9_0JGJI1HEWH7HIJMMC6WEA2R4Z4830J.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/amper/61531/2_P95W0I5Y9OSZSXRGAOBW2AQ1L09V4D.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/61531/8_Q0P4BEW8J5WZNR3OK5MH0CPIY0M165.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/61531/9_0JGJI1HEWH7HIJMMC6WEA2R4Z4830J.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:61531",
                "plots": "https://api.plotly.com/v2/plots/amper:61531",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "raw_amps_03-20-19_ds_key-3f710000cb4a002c0047600f45164e45_c4_resolution-LOW",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/61531/raw-amps-03-20-19-ds-key-3f710000cb4a002c0047600f45164e45-c4-resolution-low/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:56:54.716Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/61531/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines+markers",
                        "name": "raw_amps",
                        "type": "scattergl",
                        "xsrc": "amper:61532:179c8e",
                        "ysrc": "amper:61532:3f3ae6"
                    }
                ],
                "layout": {
                    "title": "raw_amps_03-20-19_ds_key-3f710000cb4a002c0047600f45164e45_c4_resolution-LOW"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}