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=cj0xJnA9MjAxOS0wNi0xOCswNCUzQTI1JTNBMjkuODU3Mjk1JTJCMDAlM0EwMA%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=cD0yMDE5LTA2LTE4KzA0JTNBMjYlM0E0NC44NjQwNzclMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswNCUzQTQwJTNBMDAuMjM1MjQzJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-18T04:40:00.235243Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Houdaifa99/2.embed",
            "fid": "Houdaifa99:2",
            "filename": "CP1-10-PEUP.PA.csv",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Houdaifa99:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Houdaifa99:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Houdaifa99/2/8_79STIFDVECP6AMZAZOQ5N25PQVM7US.png",
                "list-thumb": "https://api.plotly.com/v2/files/Houdaifa99:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Houdaifa99:2",
                "plots": "https://api.plotly.com/v2/plots/Houdaifa99:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=Houdaifa99"
            },
            "owner": "Houdaifa99",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Houdaifa99/2/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:40:00.731Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Houdaifa99/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "00f6aa0a-4064-447e-aea3-51399904ee70",
                        "type": "heatmap",
                        "zsrc": "Houdaifa99:3:",
                        "opacity": 0.75,
                        "hoverinfo": "none",
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "#00083e"
                            ],
                            [
                                0.5,
                                "#ededee"
                            ],
                            [
                                1,
                                "#ffffff"
                            ]
                        ]
                    }
                ],
                "layout": {
                    "xaxis": {
                        "dtick": 1,
                        "tick0": -0.5,
                        "ticks": "",
                        "zeroline": false,
                        "gridwidth": 2,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "dtick": 1,
                        "tick0": 0.5,
                        "ticks": "",
                        "zeroline": false,
                        "autorange": "reversed",
                        "gridwidth": 2,
                        "showticklabels": false
                    },
                    "height": 230,
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "annotations": [
                        {
                            "x": -0.45,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>xltime</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>spread</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>traded_value</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>volatility</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>book_size</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2015-01-02 01:10:00+01:00",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.1800000000000015",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "10.21",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2015-01-02 01:15:00+01:00",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1.3612222222222228",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "3678205.470000002",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "6.589660846814251e-05",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1.3655000000000004",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2015-01-02 01:20:00+01:00",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.018300222937707392",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "4174258.985000005",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.00016257828340560243",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "10.15156712905607",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2015-01-02 01:25:00+01:00",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.012823974971205132",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "3100136.6",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2.2907689133831518e-05",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "10.150755804380164",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2015-01-02 01:30:00+01:00",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.012599366359147268",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1004186.1000000004",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1.075456252945106e-05",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "10.163744959677505",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 230,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Houdaifa99",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 04:35:03",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Houdaifa99",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:39:24.749395Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~baranidharan/30.embed",
            "fid": "baranidharan:30",
            "filename": "Plot 30",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/baranidharan:30/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/baranidharan/30/2_BBD9FULP783MB5HJT4Y7039BBUZ35Q.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/baranidharan/30/8_W9F8W56RFNHAA6HB0LPNVDJYZ0F0RU.png",
                "list-thumb": "https://api.plotly.com/v2/files/baranidharan:30/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/baranidharan:30",
                "plots": "https://api.plotly.com/v2/plots/baranidharan:30",
                "parent": "https://api.plotly.com/v2/folders/home?user=baranidharan"
            },
            "owner": "baranidharan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~baranidharan/30/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:39:24.766Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~baranidharan/30/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "5d66ba67-c6f8-4035-9c28-cd0cc873ad30",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Jan",
                        "type": "box",
                        "ysrc": "baranidharan:29:b9bf8c",
                        "marker": {
                            "color": "rgba(255, 153, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "182f8117-3c4f-4dac-b5be-a035802f990f",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Feb",
                        "type": "box",
                        "ysrc": "baranidharan:29:232793",
                        "marker": {
                            "color": "rgba(55, 128, 191, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "04afb5d3-58c0-4ed0-84d6-7d11bb1e9086",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Mar",
                        "type": "box",
                        "ysrc": "baranidharan:29:c74554",
                        "marker": {
                            "color": "rgba(50, 171, 96, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "d3668480-9879-4a50-86f1-dd65dc9677f4",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Apr",
                        "type": "box",
                        "ysrc": "baranidharan:29:408572",
                        "marker": {
                            "color": "rgba(128, 0, 128, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "7eda5062-1135-4943-a306-4beb74bf0c15",
                        "line": {
                            "width": 1.3
                        },
                        "name": "May",
                        "type": "box",
                        "ysrc": "baranidharan:29:7c3fcf",
                        "marker": {
                            "color": "rgba(219, 64, 82, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "e1b7f853-8f30-4602-a7f8-58b5c2a5b059",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Jun",
                        "type": "box",
                        "ysrc": "baranidharan:29:3f8df2",
                        "marker": {
                            "color": "rgba(0, 128, 128, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "29d59388-d264-480c-9320-004159e3dd39",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Jul",
                        "type": "box",
                        "ysrc": "baranidharan:29:33c055",
                        "marker": {
                            "color": "rgba(255, 255, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "6d1408d1-6f0b-4e54-a03c-e7ad8f945379",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Aug",
                        "type": "box",
                        "ysrc": "baranidharan:29:1c7617",
                        "marker": {
                            "color": "rgba(128, 128, 0, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "d54c5a96-2321-4857-8a7f-90624f4467c4",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Sep",
                        "type": "box",
                        "ysrc": "baranidharan:29:76a451",
                        "marker": {
                            "color": "rgba(251, 128, 114, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "eb6cf7ef-80d9-456c-a2d2-31a8b8c042df",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Oct",
                        "type": "box",
                        "ysrc": "baranidharan:29:9309f4",
                        "marker": {
                            "color": "rgba(128, 177, 211, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "2daca401-d7e3-451c-af76-7e4f5cee8c52",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Nov",
                        "type": "box",
                        "ysrc": "baranidharan:29:4a0c6d",
                        "marker": {
                            "color": "rgba(128, 177, 211, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "91b98f0b-c92a-4866-8a6c-704821333ace",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Dec",
                        "type": "box",
                        "ysrc": "baranidharan:29:71bfc5",
                        "marker": {
                            "color": "rgba(255, 153, 51, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "text": "Monthly Wise Energy Production"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            11.5
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -3.5892944444444455,
                            135.88059444444445
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "autosize": true,
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~baranidharan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-23 15:04:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "baranidharan",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:38:07.413816Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Houdaifa99/0.embed",
            "fid": "Houdaifa99:0",
            "filename": "sample-data-table",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Houdaifa99:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Houdaifa99:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Houdaifa99/0/8_Z7FVJ9LZFZ6GW3NA0VJV2J200ACP7F.png",
                "list-thumb": "https://api.plotly.com/v2/files/Houdaifa99:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Houdaifa99:0",
                "plots": "https://api.plotly.com/v2/plots/Houdaifa99:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=Houdaifa99"
            },
            "owner": "Houdaifa99",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Houdaifa99/0/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:38:07.892Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Houdaifa99/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8e3ea893-c494-4a21-8388-0e8977339985",
                        "type": "heatmap",
                        "zsrc": "Houdaifa99:1:",
                        "opacity": 0.75,
                        "hoverinfo": "none",
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "#00083e"
                            ],
                            [
                                0.5,
                                "#ededee"
                            ],
                            [
                                1,
                                "#ffffff"
                            ]
                        ]
                    }
                ],
                "layout": {
                    "xaxis": {
                        "dtick": 1,
                        "tick0": -0.5,
                        "ticks": "",
                        "zeroline": false,
                        "gridwidth": 2,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "dtick": 1,
                        "tick0": 0.5,
                        "ticks": "",
                        "zeroline": false,
                        "autorange": "reversed",
                        "gridwidth": 2,
                        "showticklabels": false
                    },
                    "height": 230,
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "annotations": [
                        {
                            "x": -0.45,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>xltime</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>spread</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>traded_value</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>volatility</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>book_size</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2015-01-02 01:10:00+01:00",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.1800000000000015",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "10.21",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2015-01-02 01:15:00+01:00",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1.3612222222222228",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "3678205.470000002",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "6.589660846814251e-05",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1.3655000000000004",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2015-01-02 01:20:00+01:00",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.018300222937707392",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "4174258.985000005",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.00016257828340560243",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "10.15156712905607",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2015-01-02 01:25:00+01:00",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.012823974971205132",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "3100136.6",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2.2907689133831518e-05",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "10.150755804380164",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2015-01-02 01:30:00+01:00",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.012599366359147268",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1004186.1000000004",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1.075456252945106e-05",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "10.163744959677505",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 230,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Houdaifa99",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 04:35:03",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Houdaifa99",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:37:37.035909Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~baranidharan/28.embed",
            "fid": "baranidharan:28",
            "filename": "Plot 28",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/baranidharan:28/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/baranidharan/28/2_MJR60UMUMP2WLZWNH46QIEX2U7GCOH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/baranidharan/28/8_NOPV9MMVJDWJXRZUTJYDZGHSHH58BR.png",
                "list-thumb": "https://api.plotly.com/v2/files/baranidharan:28/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/baranidharan:28",
                "plots": "https://api.plotly.com/v2/plots/baranidharan:28",
                "parent": "https://api.plotly.com/v2/folders/home?user=baranidharan"
            },
            "owner": "baranidharan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~baranidharan/28/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:37:37.051Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~baranidharan/28/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1bc2b160-bdee-450e-97b0-8d9dc6d51c96",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Jan",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:27:296a90",
                        "ysrc": "baranidharan:27:86815b"
                    },
                    {
                        "uid": "02500677-2338-4d64-831c-a108b96ea5cf",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Feb",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:27:296a90",
                        "ysrc": "baranidharan:27:276e12"
                    },
                    {
                        "uid": "36fb1726-51ba-4a30-a12c-3a57be627211",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Mar",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:27:296a90",
                        "ysrc": "baranidharan:27:49a7eb"
                    },
                    {
                        "uid": "67a6cdce-9288-47ca-b6c9-8e255c3bf433",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 0, 128, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Apr",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:27:296a90",
                        "ysrc": "baranidharan:27:f7669f"
                    },
                    {
                        "uid": "405af33e-1d17-4f6f-b7ef-92a688feeaeb",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(219, 64, 82, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "May",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:27:296a90",
                        "ysrc": "baranidharan:27:a90c9e"
                    },
                    {
                        "uid": "e7875df1-4200-45e1-af2e-bc7ef9bb6779",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0, 128, 128, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Jun",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:27:296a90",
                        "ysrc": "baranidharan:27:9b7216"
                    },
                    {
                        "uid": "a893b0b0-1457-4104-8ab7-1aaf5e237438",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 255, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Jul",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:27:296a90",
                        "ysrc": "baranidharan:27:27262a"
                    },
                    {
                        "uid": "603cbd27-49c4-4425-8435-256325f581e1",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 128, 0, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Aug",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:27:296a90",
                        "ysrc": "baranidharan:27:5704c5"
                    },
                    {
                        "uid": "353acbc4-7c43-440b-b464-e154370363fe",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(251, 128, 114, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Sep",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:27:296a90",
                        "ysrc": "baranidharan:27:a4cabf"
                    },
                    {
                        "uid": "cb71f4b9-e6d9-4993-aeb5-d0ebd48f587c",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 177, 211, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Oct",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:27:296a90",
                        "ysrc": "baranidharan:27:1a4929"
                    },
                    {
                        "uid": "9956b5ae-73e1-46b0-98d8-9bdaccb8a353",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 177, 211, 0.8999999999999999)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Nov",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:27:296a90",
                        "ysrc": "baranidharan:27:0155c9"
                    },
                    {
                        "uid": "425a8a4f-7e38-4c5d-9a3d-ee9821d51a50",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 0.8999999999999999)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Dec",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:27:296a90",
                        "ysrc": "baranidharan:27:75d966"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "text": "Monthly Wise ENergy Production"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1939,
                            2019
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -3.5892944444444455,
                            135.88059444444445
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "autosize": true,
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~baranidharan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-23 15:04:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "baranidharan",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:35:34.836820Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~baranidharan/26.embed",
            "fid": "baranidharan:26",
            "filename": "Plot 26",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/baranidharan:26/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/baranidharan/26/2_Q8TEJE6RPX9B57KALXX4V9E6V9BP29.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/baranidharan/26/8_9KFO6D28A9WXXNT2Y1ANVXMOFNL3YL.png",
                "list-thumb": "https://api.plotly.com/v2/files/baranidharan:26/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/baranidharan:26",
                "plots": "https://api.plotly.com/v2/plots/baranidharan:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=baranidharan"
            },
            "owner": "baranidharan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 8,
            "web_url": "https://chart-studio.plotly.com/~baranidharan/26/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:35:34.851Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~baranidharan/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "53a317b2-d693-46f8-a6cb-73920852e29b",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1939",
                        "type": "box",
                        "ysrc": "baranidharan:25:3ca786",
                        "marker": {
                            "color": "rgba(255, 153, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "6cc44feb-1dad-43e5-afcc-2abe137e1ba3",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1940",
                        "type": "box",
                        "ysrc": "baranidharan:25:946230",
                        "marker": {
                            "color": "rgba(55, 128, 191, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "a9a6ea2c-8f91-431f-86bc-3149261c0866",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1941",
                        "type": "box",
                        "ysrc": "baranidharan:25:5cc5dc",
                        "marker": {
                            "color": "rgba(50, 171, 96, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "8c6d4122-cf62-4e0b-9c2e-77562ef69f4b",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1942",
                        "type": "box",
                        "ysrc": "baranidharan:25:2ca675",
                        "marker": {
                            "color": "rgba(128, 0, 128, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "6bcfc851-8650-498a-973b-2c651f1e5806",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1943",
                        "type": "box",
                        "ysrc": "baranidharan:25:ce57cf",
                        "marker": {
                            "color": "rgba(219, 64, 82, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "2577c371-0c65-4d1f-983d-8edc4388b93d",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1944",
                        "type": "box",
                        "ysrc": "baranidharan:25:8237e8",
                        "marker": {
                            "color": "rgba(0, 128, 128, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "b0f5a301-2bac-4c1f-bea9-9f930fccfcba",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1945",
                        "type": "box",
                        "ysrc": "baranidharan:25:a94bc0",
                        "marker": {
                            "color": "rgba(255, 255, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "9e35a0cc-f31c-4ef0-9376-1ab01226918f",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1946",
                        "type": "box",
                        "ysrc": "baranidharan:25:be835b",
                        "marker": {
                            "color": "rgba(128, 128, 0, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "4a92d6e9-d45c-4bdd-ac9b-86b823dbb5ba",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1947",
                        "type": "box",
                        "ysrc": "baranidharan:25:f3fcb0",
                        "marker": {
                            "color": "rgba(251, 128, 114, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "8971f729-15de-4598-b9eb-2927c0bde270",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1948",
                        "type": "box",
                        "ysrc": "baranidharan:25:faff0f",
                        "marker": {
                            "color": "rgba(128, 177, 211, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "a8e605e5-d61b-4c47-816d-298cd7188b00",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1949",
                        "type": "box",
                        "ysrc": "baranidharan:25:0cacb0",
                        "marker": {
                            "color": "rgba(128, 177, 211, 0.9012345679012346)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "7ea0e12b-4afc-4a3e-86ab-226c54856818",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1950",
                        "type": "box",
                        "ysrc": "baranidharan:25:48d6e3",
                        "marker": {
                            "color": "rgba(255, 153, 51, 0.9012345679012346)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "2632f773-c538-4c57-aaf0-e639751c48a2",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1951",
                        "type": "box",
                        "ysrc": "baranidharan:25:952482",
                        "marker": {
                            "color": "rgba(55, 128, 191, 0.9012345679012346)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "25180a75-3d04-4249-bbc4-585d070b43b1",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1952",
                        "type": "box",
                        "ysrc": "baranidharan:25:66f789",
                        "marker": {
                            "color": "rgba(50, 171, 96, 0.9012345679012346)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "60395869-5552-4369-9083-75c9e7ffd77a",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1953",
                        "type": "box",
                        "ysrc": "baranidharan:25:f5404e",
                        "marker": {
                            "color": "rgba(128, 0, 128, 0.9012345679012346)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "764013d1-92bd-4147-9837-3b26ed6498cd",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1954",
                        "type": "box",
                        "ysrc": "baranidharan:25:09c5a3",
                        "marker": {
                            "color": "rgba(219, 64, 82, 0.9012345679012346)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "337daa9e-c5ef-456d-ac2c-1f6167817ca8",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1955",
                        "type": "box",
                        "ysrc": "baranidharan:25:4110da",
                        "marker": {
                            "color": "rgba(0, 128, 128, 0.9012345679012346)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "0557a15e-7090-49e6-9108-e2126f0d8dcc",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1956",
                        "type": "box",
                        "ysrc": "baranidharan:25:cb3bde",
                        "marker": {
                            "color": "rgba(255, 255, 51, 0.9012345679012346)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "ccec0499-256e-4c4a-a30f-14b23dcf4aca",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1957",
                        "type": "box",
                        "ysrc": "baranidharan:25:bc40bd",
                        "marker": {
                            "color": "rgba(128, 128, 0, 0.9012345679012346)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "8b5ce59a-f719-48aa-9b5f-3b18b8439771",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1958",
                        "type": "box",
                        "ysrc": "baranidharan:25:d18606",
                        "marker": {
                            "color": "rgba(251, 128, 114, 0.9012345679012346)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "79aa0dd8-db99-4dfb-828d-0fbc9bdf3fa4",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1959",
                        "type": "box",
                        "ysrc": "baranidharan:25:b82086",
                        "marker": {
                            "color": "rgba(251, 128, 114, 0.8024691358024691)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "cf3f3c1e-7b29-4fb7-b6c1-a716df7764af",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1960",
                        "type": "box",
                        "ysrc": "baranidharan:25:255666",
                        "marker": {
                            "color": "rgba(128, 177, 211, 0.8024691358024691)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "a236304b-8492-4544-a95a-64afde3ed5eb",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1961",
                        "type": "box",
                        "ysrc": "baranidharan:25:165601",
                        "marker": {
                            "color": "rgba(255, 153, 51, 0.8024691358024691)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "223fd67c-9bbc-496a-8d73-37b768feeebd",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1962",
                        "type": "box",
                        "ysrc": "baranidharan:25:48ad27",
                        "marker": {
                            "color": "rgba(55, 128, 191, 0.8024691358024691)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "273da400-7dd2-4e14-ae61-d1f2e5a2e50e",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1963",
                        "type": "box",
                        "ysrc": "baranidharan:25:a55689",
                        "marker": {
                            "color": "rgba(50, 171, 96, 0.8024691358024691)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "5103e744-c426-4c5a-b71e-cf6d39ebd7a7",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1964",
                        "type": "box",
                        "ysrc": "baranidharan:25:cc2fa8",
                        "marker": {
                            "color": "rgba(128, 0, 128, 0.8024691358024691)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "02b5d209-f520-4d4e-a072-6fe3f74ea5dd",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1965",
                        "type": "box",
                        "ysrc": "baranidharan:25:14f0e6",
                        "marker": {
                            "color": "rgba(219, 64, 82, 0.8024691358024691)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "54887770-80f5-4e66-81d6-7e5a711ced84",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1966",
                        "type": "box",
                        "ysrc": "baranidharan:25:520dbf",
                        "marker": {
                            "color": "rgba(0, 128, 128, 0.8024691358024691)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "82bfb5b9-a43c-4de9-a677-6d05a94541bb",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1967",
                        "type": "box",
                        "ysrc": "baranidharan:25:bbda51",
                        "marker": {
                            "color": "rgba(255, 255, 51, 0.8024691358024691)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "9260edcc-2e1d-40b9-9e94-d4f8e8f0af0f",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1968",
                        "type": "box",
                        "ysrc": "baranidharan:25:3d5850",
                        "marker": {
                            "color": "rgba(128, 128, 0, 0.8024691358024691)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "2e9e8c8a-8ee1-4ee5-9daf-94de2d1f7ab5",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1969",
                        "type": "box",
                        "ysrc": "baranidharan:25:6e8668",
                        "marker": {
                            "color": "rgba(128, 128, 0, 0.7037037037037037)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "430fe7bd-6961-4376-878b-f7b299e8ddef",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1970",
                        "type": "box",
                        "ysrc": "baranidharan:25:0e34d4",
                        "marker": {
                            "color": "rgba(251, 128, 114, 0.7037037037037037)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "a0db3552-2ea2-426b-806f-17d4dd82c288",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1971",
                        "type": "box",
                        "ysrc": "baranidharan:25:a3fdf3",
                        "marker": {
                            "color": "rgba(128, 177, 211, 0.7037037037037037)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "ece01c1f-4cf0-441d-91f5-39b97e99088a",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1972",
                        "type": "box",
                        "ysrc": "baranidharan:25:6b0755",
                        "marker": {
                            "color": "rgba(255, 153, 51, 0.7037037037037037)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "206d6e13-7a40-4932-a427-88a6bec67d21",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1973",
                        "type": "box",
                        "ysrc": "baranidharan:25:6f873d",
                        "marker": {
                            "color": "rgba(55, 128, 191, 0.7037037037037037)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "94065c16-a89c-4cac-bf95-d550cce0639d",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1974",
                        "type": "box",
                        "ysrc": "baranidharan:25:3b264a",
                        "marker": {
                            "color": "rgba(50, 171, 96, 0.7037037037037037)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "44d65273-7ead-4c70-bfe2-652e63a34a27",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1975",
                        "type": "box",
                        "ysrc": "baranidharan:25:c86f18",
                        "marker": {
                            "color": "rgba(128, 0, 128, 0.7037037037037037)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "169b4e2a-ed60-4cfa-af62-7724b88c6bf9",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1976",
                        "type": "box",
                        "ysrc": "baranidharan:25:17b9a7",
                        "marker": {
                            "color": "rgba(219, 64, 82, 0.7037037037037037)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "06f36127-4441-4d75-bd83-1e7072172c49",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1977",
                        "type": "box",
                        "ysrc": "baranidharan:25:f9d159",
                        "marker": {
                            "color": "rgba(0, 128, 128, 0.7037037037037037)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "7de3d019-2c71-44a3-97df-e6f968c4e338",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1978",
                        "type": "box",
                        "ysrc": "baranidharan:25:9e944f",
                        "marker": {
                            "color": "rgba(255, 255, 51, 0.7037037037037037)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "d58dae1f-ac2f-4e9a-8728-adcb2d13ac80",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1979",
                        "type": "box",
                        "ysrc": "baranidharan:25:d42fc2",
                        "marker": {
                            "color": "rgba(255, 255, 51, 0.6049382716049383)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "77267b31-3a14-4365-8ce4-f831bd5cbed3",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1980",
                        "type": "box",
                        "ysrc": "baranidharan:25:a48f25",
                        "marker": {
                            "color": "rgba(128, 128, 0, 0.6049382716049383)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "24981d2b-0584-452c-ac9a-036db4805278",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1981",
                        "type": "box",
                        "ysrc": "baranidharan:25:4155e1",
                        "marker": {
                            "color": "rgba(251, 128, 114, 0.6049382716049383)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "3a6f8ac0-da0c-40d7-9d38-e56711ad3b86",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1982",
                        "type": "box",
                        "ysrc": "baranidharan:25:f66053",
                        "marker": {
                            "color": "rgba(128, 177, 211, 0.6049382716049383)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "e3ebdcdb-3f29-44e3-b863-37bd5df45003",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1983",
                        "type": "box",
                        "ysrc": "baranidharan:25:b1fffe",
                        "marker": {
                            "color": "rgba(255, 153, 51, 0.6049382716049383)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "cef04af5-f9ee-48d0-9406-803b778c5309",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1984",
                        "type": "box",
                        "ysrc": "baranidharan:25:e22e2d",
                        "marker": {
                            "color": "rgba(55, 128, 191, 0.6049382716049383)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "bf6d4695-dcff-44ba-b00e-8203303cfb28",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1985",
                        "type": "box",
                        "ysrc": "baranidharan:25:fa28b8",
                        "marker": {
                            "color": "rgba(50, 171, 96, 0.6049382716049383)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "f531ed76-dc4a-446e-a72a-a074684a3eb8",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1986",
                        "type": "box",
                        "ysrc": "baranidharan:25:f26b27",
                        "marker": {
                            "color": "rgba(128, 0, 128, 0.6049382716049383)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "d8ea365b-3dbf-4522-b128-bcf176ca4960",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1987",
                        "type": "box",
                        "ysrc": "baranidharan:25:b8350d",
                        "marker": {
                            "color": "rgba(219, 64, 82, 0.6049382716049383)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "ed8811c2-9755-4548-a468-dcfe1798ca32",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1988",
                        "type": "box",
                        "ysrc": "baranidharan:25:23ac29",
                        "marker": {
                            "color": "rgba(0, 128, 128, 0.6049382716049383)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "0da3678a-1fec-4af3-b504-2dab558c6782",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1989",
                        "type": "box",
                        "ysrc": "baranidharan:25:7c9dcc",
                        "marker": {
                            "color": "rgba(0, 128, 128, 0.5061728395061729)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "05ea63c7-4fa9-49e6-bbae-80a6a7b205e3",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1990",
                        "type": "box",
                        "ysrc": "baranidharan:25:fb37fc",
                        "marker": {
                            "color": "rgba(255, 255, 51, 0.5061728395061729)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "514f9690-eca6-4b69-b4e3-3e0b41123bb7",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1991",
                        "type": "box",
                        "ysrc": "baranidharan:25:87dd3f",
                        "marker": {
                            "color": "rgba(128, 128, 0, 0.5061728395061729)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "c931a476-a3e4-472a-9304-32d735721d24",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1992",
                        "type": "box",
                        "ysrc": "baranidharan:25:7a7e93",
                        "marker": {
                            "color": "rgba(251, 128, 114, 0.5061728395061729)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "15e2cafe-db95-4361-9736-0c4a21af614c",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1993",
                        "type": "box",
                        "ysrc": "baranidharan:25:77e9be",
                        "marker": {
                            "color": "rgba(128, 177, 211, 0.5061728395061729)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "a7ca9b75-73bc-4f01-b1d6-52063f07fcc2",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1994",
                        "type": "box",
                        "ysrc": "baranidharan:25:4a8078",
                        "marker": {
                            "color": "rgba(255, 153, 51, 0.5061728395061729)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "9516abc0-c2a4-4234-b6a6-4cc698a2900c",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1995",
                        "type": "box",
                        "ysrc": "baranidharan:25:d4105f",
                        "marker": {
                            "color": "rgba(55, 128, 191, 0.5061728395061729)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "946d66a4-db22-477d-ba04-840a5645375c",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1996",
                        "type": "box",
                        "ysrc": "baranidharan:25:053567",
                        "marker": {
                            "color": "rgba(50, 171, 96, 0.5061728395061729)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "db61ea48-b9cb-4ac9-8e02-6a06bc59acbc",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1997",
                        "type": "box",
                        "ysrc": "baranidharan:25:f625f6",
                        "marker": {
                            "color": "rgba(128, 0, 128, 0.5061728395061729)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "77ce5da9-2af9-4dce-ae90-79dcb827a66c",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1998",
                        "type": "box",
                        "ysrc": "baranidharan:25:8f2c05",
                        "marker": {
                            "color": "rgba(219, 64, 82, 0.5061728395061729)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "e37365d4-57ec-4be3-b19f-9363f21a982d",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1999",
                        "type": "box",
                        "ysrc": "baranidharan:25:870c06",
                        "marker": {
                            "color": "rgba(219, 64, 82, 0.4074074074074075)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "ee8220b4-34b0-44f8-8b7e-12ce96487926",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2000",
                        "type": "box",
                        "ysrc": "baranidharan:25:b00089",
                        "marker": {
                            "color": "rgba(0, 128, 128, 0.4074074074074075)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "4f79dfaa-3e25-4e22-8415-bd968da5692a",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2001",
                        "type": "box",
                        "ysrc": "baranidharan:25:b81e1a",
                        "marker": {
                            "color": "rgba(255, 255, 51, 0.4074074074074075)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "e357507d-f817-45d3-bd90-6d74df285046",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2002",
                        "type": "box",
                        "ysrc": "baranidharan:25:a40053",
                        "marker": {
                            "color": "rgba(128, 128, 0, 0.4074074074074075)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "235d014b-0e07-4fa5-a0f0-e7e557e0dd71",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2003",
                        "type": "box",
                        "ysrc": "baranidharan:25:324ac0",
                        "marker": {
                            "color": "rgba(251, 128, 114, 0.4074074074074075)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "5b950d7d-d5db-432b-94d4-9b2f52829a3a",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2004",
                        "type": "box",
                        "ysrc": "baranidharan:25:43e8ea",
                        "marker": {
                            "color": "rgba(128, 177, 211, 0.4074074074074075)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "860d476c-14f4-4312-9940-cecd8a2596ee",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2005",
                        "type": "box",
                        "ysrc": "baranidharan:25:26e782",
                        "marker": {
                            "color": "rgba(255, 153, 51, 0.4074074074074075)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "66cc0274-4e8a-43a9-b469-8732ea47e88c",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2006",
                        "type": "box",
                        "ysrc": "baranidharan:25:bf8a1d",
                        "marker": {
                            "color": "rgba(55, 128, 191, 0.4074074074074075)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "1aa1cead-5905-4d9b-92e6-652dbeb648e1",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2007",
                        "type": "box",
                        "ysrc": "baranidharan:25:43c8ff",
                        "marker": {
                            "color": "rgba(50, 171, 96, 0.4074074074074075)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "05d9bf53-53b3-468d-9267-de2c37a9ff5f",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2008",
                        "type": "box",
                        "ysrc": "baranidharan:25:63c888",
                        "marker": {
                            "color": "rgba(128, 0, 128, 0.4074074074074075)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "60cefd22-252c-4249-82b9-b6ce5a92d1af",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2009",
                        "type": "box",
                        "ysrc": "baranidharan:25:1b91dc",
                        "marker": {
                            "color": "rgba(128, 0, 128, 0.30864197530864207)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "46316b6f-8ae4-4468-88a1-586edf79365a",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2010",
                        "type": "box",
                        "ysrc": "baranidharan:25:cc08e3",
                        "marker": {
                            "color": "rgba(219, 64, 82, 0.30864197530864207)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "1eca3517-b986-4fdb-a1de-bf16d9f4fa5c",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2011",
                        "type": "box",
                        "ysrc": "baranidharan:25:e11acc",
                        "marker": {
                            "color": "rgba(0, 128, 128, 0.30864197530864207)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "be213e3f-53fb-402f-bb0d-d6dd5ac82b35",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2012",
                        "type": "box",
                        "ysrc": "baranidharan:25:d0e75d",
                        "marker": {
                            "color": "rgba(255, 255, 51, 0.30864197530864207)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "39cbe824-a73b-488e-acd6-016656fe8e1d",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2013",
                        "type": "box",
                        "ysrc": "baranidharan:25:7d55b3",
                        "marker": {
                            "color": "rgba(128, 128, 0, 0.30864197530864207)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "5f7dd6ad-1302-4625-a3cc-e2130efcbbee",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2014",
                        "type": "box",
                        "ysrc": "baranidharan:25:a04d50",
                        "marker": {
                            "color": "rgba(251, 128, 114, 0.30864197530864207)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "57b098f3-ca65-4bae-8dda-19eb397e2c6e",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2015",
                        "type": "box",
                        "ysrc": "baranidharan:25:7b7bf8",
                        "marker": {
                            "color": "rgba(128, 177, 211, 0.30864197530864207)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "9ee43847-b3e6-4db3-9de3-e9819c60f080",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2016",
                        "type": "box",
                        "ysrc": "baranidharan:25:4641db",
                        "marker": {
                            "color": "rgba(255, 153, 51, 0.30864197530864207)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "1b7b9f5e-eece-449f-ab03-ac2b50d6679d",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2017",
                        "type": "box",
                        "ysrc": "baranidharan:25:c8454c",
                        "marker": {
                            "color": "rgba(55, 128, 191, 0.30864197530864207)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "0d6a6781-c5fb-4182-b915-7aee3ab38946",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2018",
                        "type": "box",
                        "ysrc": "baranidharan:25:687b4a",
                        "marker": {
                            "color": "rgba(50, 171, 96, 0.30864197530864207)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "43b30673-f93c-4ad7-a20e-d41b9bf3faa3",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2019",
                        "type": "box",
                        "ysrc": "baranidharan:25:86f34b",
                        "marker": {
                            "color": "rgba(50, 171, 96, 0.20987654320987664)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "text": "Year wise Trend"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1938.5,
                            2019.5
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -3.5892944444444455,
                            135.88059444444445
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "autosize": true,
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~baranidharan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-23 15:04:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "baranidharan",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:32:25.151232Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~baranidharan/24.embed",
            "fid": "baranidharan:24",
            "filename": "Plot 24",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/baranidharan:24/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/baranidharan/24/2_Z5J0VHTBXE8H3LURB0RL1BS465GDTN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/baranidharan/24/8_FJMSWM8Z2NUQO8CJCK2BPOFTGOG5FV.png",
                "list-thumb": "https://api.plotly.com/v2/files/baranidharan:24/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/baranidharan:24",
                "plots": "https://api.plotly.com/v2/plots/baranidharan:24",
                "parent": "https://api.plotly.com/v2/folders/home?user=baranidharan"
            },
            "owner": "baranidharan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~baranidharan/24/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:32:25.166Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~baranidharan/24/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "0e615af2-dd52-4195-8a4b-1d5f0d4b9857",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1939",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:f49c8d"
                    },
                    {
                        "uid": "0ad9eb43-0d9e-4eaa-8549-9a4f4b975640",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1940",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:3ff83a"
                    },
                    {
                        "uid": "7dc222a7-0707-4eaa-868d-58957b505b96",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1941",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:0aca29"
                    },
                    {
                        "uid": "c1aafeb4-0f52-492e-97bd-20d11a92296a",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 0, 128, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1942",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:b88f6c"
                    },
                    {
                        "uid": "51c6eb06-863b-4921-8468-3b74bfe288a2",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(219, 64, 82, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1943",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:235e8c"
                    },
                    {
                        "uid": "851d18e4-6f20-4242-b603-5f9dd70a2b5f",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0, 128, 128, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1944",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:e8434b"
                    },
                    {
                        "uid": "0c7fa0c7-d3a5-40d8-b1de-97af1173333c",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 255, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1945",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:571170"
                    },
                    {
                        "uid": "17884112-bb06-4fd0-8fa6-49bb706070e3",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 128, 0, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1946",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:6cf622"
                    },
                    {
                        "uid": "13e6c1ef-bec1-42e7-b333-f7ad5a722ee0",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(251, 128, 114, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1947",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:efaf6a"
                    },
                    {
                        "uid": "17014729-12d7-4b91-95b0-7d5fcc795e04",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 177, 211, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1948",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:154760"
                    },
                    {
                        "uid": "3df0f5ee-2da0-4e97-91cf-52dceda21a93",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 177, 211, 0.9012345679012346)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1949",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:c40fcb"
                    },
                    {
                        "uid": "5c621da6-01ea-4a67-93d7-83df91cbc7b9",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 0.9012345679012346)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1950",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:8399c0"
                    },
                    {
                        "uid": "d79cf7c0-366e-4a21-bfc0-39bb6c2b9fac",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 0.9012345679012346)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1951",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:74d555"
                    },
                    {
                        "uid": "47955b48-f5f8-4fc5-9a32-988a8831a9e5",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 0.9012345679012346)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1952",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:f51a62"
                    },
                    {
                        "uid": "6fe9505f-0e41-402b-a24d-e5875a3def52",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 0, 128, 0.9012345679012346)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1953",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:a920fd"
                    },
                    {
                        "uid": "8884b30c-3cca-4980-b08c-72148ce31b80",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(219, 64, 82, 0.9012345679012346)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1954",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:ea13cc"
                    },
                    {
                        "uid": "8696a92d-4de9-40b9-b4f0-7ecb18e81124",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0, 128, 128, 0.9012345679012346)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1955",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:c417c2"
                    },
                    {
                        "uid": "284a5cee-ff80-450f-92f3-bf7a47066390",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 255, 51, 0.9012345679012346)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1956",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:9ec76c"
                    },
                    {
                        "uid": "8bfbf014-89e0-49be-8076-37e68fa5c419",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 128, 0, 0.9012345679012346)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1957",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:118385"
                    },
                    {
                        "uid": "a419f9ce-22b0-4000-bbf6-16c1408e7b55",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(251, 128, 114, 0.9012345679012346)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1958",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:9636ca"
                    },
                    {
                        "uid": "29b3ed4a-1ec1-47c2-90cb-3d8aeb993d02",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(251, 128, 114, 0.8024691358024691)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1959",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:162ec2"
                    },
                    {
                        "uid": "3645f2ea-8189-4f46-866e-0d5d903613be",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 177, 211, 0.8024691358024691)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1960",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:bee0bb"
                    },
                    {
                        "uid": "d5e3f47b-c631-4fa0-8482-f0896c58583f",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 0.8024691358024691)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1961",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:eeb05d"
                    },
                    {
                        "uid": "9c3293e9-7363-4aa5-9bca-0f3452156308",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 0.8024691358024691)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1962",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:a08587"
                    },
                    {
                        "uid": "4e156e49-5ca2-4aaf-8b8f-dfaca2a04a9b",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 0.8024691358024691)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1963",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:a32ab1"
                    },
                    {
                        "uid": "ff8c7f44-63d4-4291-89f7-49f0b4198312",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 0, 128, 0.8024691358024691)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1964",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:0fefe4"
                    },
                    {
                        "uid": "dcd7b66c-5591-441b-a4ca-563159011cd8",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(219, 64, 82, 0.8024691358024691)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1965",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:1588e0"
                    },
                    {
                        "uid": "27f578d7-6467-4b2f-874d-d680f5c588df",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0, 128, 128, 0.8024691358024691)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1966",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:ae7afa"
                    },
                    {
                        "uid": "ba298c1e-6b7f-457f-b446-d627561d5db7",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 255, 51, 0.8024691358024691)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1967",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:2c7ba1"
                    },
                    {
                        "uid": "019d34e1-4ed4-41bb-8072-0a176e753587",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 128, 0, 0.8024691358024691)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1968",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:f512cc"
                    },
                    {
                        "uid": "cf0f7e4f-9ed6-4ec5-be94-4985186de947",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 128, 0, 0.7037037037037037)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1969",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:ca9be0"
                    },
                    {
                        "uid": "f00ad6cc-b55e-4d19-ad58-da2fb1d1ff1e",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(251, 128, 114, 0.7037037037037037)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1970",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:b83f5a"
                    },
                    {
                        "uid": "4c65cde2-8a71-4d44-a16c-be64612bb9a1",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 177, 211, 0.7037037037037037)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1971",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:a6161c"
                    },
                    {
                        "uid": "3d81bafb-7cad-4b36-bfc2-4711b8af3dc4",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 0.7037037037037037)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1972",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:fc2961"
                    },
                    {
                        "uid": "23486135-2d52-4af5-ae16-f116b9598d56",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 0.7037037037037037)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1973",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:0272f0"
                    },
                    {
                        "uid": "00632623-6338-4b85-afae-e1399b1c445f",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 0.7037037037037037)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1974",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:0f60c6"
                    },
                    {
                        "uid": "4b4229d2-0f65-4298-8704-a2dffa113eb7",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 0, 128, 0.7037037037037037)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1975",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:1282a1"
                    },
                    {
                        "uid": "6630628e-c1d8-4d8e-a279-e91979151c0b",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(219, 64, 82, 0.7037037037037037)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1976",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:b00e9f"
                    },
                    {
                        "uid": "7a078dde-fbf5-4515-8420-7054c8cf278d",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0, 128, 128, 0.7037037037037037)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1977",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:97036c"
                    },
                    {
                        "uid": "97532379-0c98-4ed7-872a-ddfb67b0753d",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 255, 51, 0.7037037037037037)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1978",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:a6c065"
                    },
                    {
                        "uid": "7a7700e3-9f40-4240-b938-cb81d339707a",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 255, 51, 0.6049382716049383)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1979",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:b3edea"
                    },
                    {
                        "uid": "64f08b07-76af-4261-8c23-d57d804f2a1c",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 128, 0, 0.6049382716049383)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1980",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:769cd2"
                    },
                    {
                        "uid": "3567a31a-1d43-4792-b21a-8648cf068aa6",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(251, 128, 114, 0.6049382716049383)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1981",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:5d853e"
                    },
                    {
                        "uid": "04b35310-bc67-40e0-9d09-faf65f2c322c",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 177, 211, 0.6049382716049383)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1982",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:419b76"
                    },
                    {
                        "uid": "4f547a2a-4569-42ae-b2d6-c75c3a457360",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 0.6049382716049383)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1983",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:728302"
                    },
                    {
                        "uid": "4d9ba3db-8683-4569-b792-1b81002fe391",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 0.6049382716049383)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1984",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:e362dc"
                    },
                    {
                        "uid": "e6b9dde6-1dd7-4732-86b2-eea89d41368d",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 0.6049382716049383)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1985",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:b42e24"
                    },
                    {
                        "uid": "a5343030-01d4-4f9b-a9c1-fd8e8adefac8",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 0, 128, 0.6049382716049383)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1986",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:34e2d1"
                    },
                    {
                        "uid": "2be1bfe2-2280-4a64-bace-c0b189d0c2db",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(219, 64, 82, 0.6049382716049383)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1987",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:6c5cea"
                    },
                    {
                        "uid": "75ad9564-8b19-4f49-9688-7d78c1716e77",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0, 128, 128, 0.6049382716049383)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1988",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:81d21b"
                    },
                    {
                        "uid": "a1afd283-109d-42a3-b0cb-a0c9e83ee426",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0, 128, 128, 0.5061728395061729)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1989",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:1eb7bc"
                    },
                    {
                        "uid": "07f6f98e-7651-4b25-9e9d-f74d151f46b5",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 255, 51, 0.5061728395061729)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1990",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:798986"
                    },
                    {
                        "uid": "ccddd1ca-0cea-4ac0-9a7d-6ce4ae23d5fe",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 128, 0, 0.5061728395061729)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1991",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:76622c"
                    },
                    {
                        "uid": "6e40771d-f808-417c-83a3-a1bcb45591d2",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(251, 128, 114, 0.5061728395061729)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1992",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:14af11"
                    },
                    {
                        "uid": "fa64e6fc-a6aa-4183-8411-99c9049bd003",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 177, 211, 0.5061728395061729)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1993",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:1ab4ba"
                    },
                    {
                        "uid": "8f181b18-cf8f-4193-8d9c-0915e29341c2",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 0.5061728395061729)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1994",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:e06c29"
                    },
                    {
                        "uid": "1722843e-7fd7-4c2d-9b2f-eb412a783f58",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 0.5061728395061729)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1995",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:5b32fc"
                    },
                    {
                        "uid": "07de8b45-6446-4bbd-852f-9e9a87ba2498",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 0.5061728395061729)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1996",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:f8712a"
                    },
                    {
                        "uid": "f2d7af80-bbef-42b1-95b2-4cbe413be1f3",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 0, 128, 0.5061728395061729)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1997",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:166b3e"
                    },
                    {
                        "uid": "62d12ece-7df7-4d43-b91f-27935c020a17",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(219, 64, 82, 0.5061728395061729)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1998",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:7d6aa1"
                    },
                    {
                        "uid": "ca25f1eb-128a-4efa-8f68-2c42f6e3e913",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(219, 64, 82, 0.4074074074074075)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1999",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:143bab"
                    },
                    {
                        "uid": "05c69823-4537-4b67-9efc-93187fee47e7",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0, 128, 128, 0.4074074074074075)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2000",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:70d012"
                    },
                    {
                        "uid": "326be197-87e4-4642-aad4-f23583195c46",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 255, 51, 0.4074074074074075)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2001",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:b7b5f3"
                    },
                    {
                        "uid": "59204f95-4383-4ae9-9573-c24234ff878d",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 128, 0, 0.4074074074074075)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2002",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:d5872b"
                    },
                    {
                        "uid": "67272282-79e8-4ad5-aaa0-4b796f191fe2",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(251, 128, 114, 0.4074074074074075)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2003",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:437c86"
                    },
                    {
                        "uid": "6ae84f0e-190d-42d0-92c0-c66c1f5deb88",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 177, 211, 0.4074074074074075)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2004",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:9f99c6"
                    },
                    {
                        "uid": "524c3ad5-d20e-4ed1-884a-ff0f82c56b20",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 0.4074074074074075)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2005",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:aec07a"
                    },
                    {
                        "uid": "1e224347-6516-4e59-bd61-c182ce613d27",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 0.4074074074074075)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2006",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:af4294"
                    },
                    {
                        "uid": "923d812d-de4d-4a16-b9ee-bebff7be9e7f",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 0.4074074074074075)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2007",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:b27ed0"
                    },
                    {
                        "uid": "675db79a-e385-4a09-ba66-7b2ac98b7a50",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 0, 128, 0.4074074074074075)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2008",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:244cc4"
                    },
                    {
                        "uid": "a0db37fa-1967-4bc7-9cb6-97b8bec8cddb",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 0, 128, 0.30864197530864207)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2009",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:5f4a49"
                    },
                    {
                        "uid": "f9a6fade-d10a-4693-ba96-94f507095143",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(219, 64, 82, 0.30864197530864207)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2010",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:294f9d"
                    },
                    {
                        "uid": "f16d1148-695a-42d1-ab90-d7daac6ede16",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0, 128, 128, 0.30864197530864207)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2011",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:125eb4"
                    },
                    {
                        "uid": "d1b29d68-b709-4cf9-9491-686b2ee32b91",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 255, 51, 0.30864197530864207)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2012",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:200ef8"
                    },
                    {
                        "uid": "63a7162d-0bff-42c2-acee-2f7ef1d66e2c",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 128, 0, 0.30864197530864207)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2013",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:1c27c7"
                    },
                    {
                        "uid": "5b2e8132-284b-4770-9161-dee667af00ff",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(251, 128, 114, 0.30864197530864207)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2014",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:e5abfa"
                    },
                    {
                        "uid": "bc201865-f26a-48d5-9439-a7b79cbd1ac8",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 177, 211, 0.30864197530864207)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2015",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:5914fd"
                    },
                    {
                        "uid": "8b7f6d3c-bb9f-4c0a-8428-b55e0b9c9c36",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 0.30864197530864207)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2016",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:abccbd"
                    },
                    {
                        "uid": "802c4e8f-ca83-489d-9ba6-f7fda3e8a8da",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 0.30864197530864207)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2017",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:c88eb2"
                    },
                    {
                        "uid": "d786bd7d-262d-4b9a-b68c-c5559c667cfe",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 0.30864197530864207)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2018",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:127dfb"
                    },
                    {
                        "uid": "daa78cf7-5715-45e0-8859-c2d19f286aff",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 0.20987654320987664)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2019",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:23:1efd0e",
                        "ysrc": "baranidharan:23:68ea2c"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "text": "Year wise Trend"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            0,
                            11
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -3.5892944444444455,
                            135.88059444444445
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "autosize": true,
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~baranidharan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-23 15:04:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "baranidharan",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:30:59.398981Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~maoyujun/2.embed",
            "fid": "maoyujun:2",
            "filename": "basic-scatter",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/maoyujun:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/maoyujun:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/maoyujun:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/maoyujun:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/maoyujun:2",
                "plots": "https://api.plotly.com/v2/plots/maoyujun:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=maoyujun"
            },
            "owner": "maoyujun",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~maoyujun/2/",
            "world_readable": true,
            "date_modified": "2019-06-26T06:38:16.680Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~maoyujun/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a78fb76d-734f-40a7-9dfa-501f4c3d6a8a",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maoyujun:3:bf10ff",
                        "ysrc": "maoyujun:3:982e4f"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~maoyujun",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/19.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 04:12:13",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "maoyujun",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:30:00.222406Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~pgoodridge/80.embed",
            "fid": "pgoodridge:80",
            "filename": "plot from API (10)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/pgoodridge:80/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/pgoodridge:80/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pgoodridge/80/8_K9JPD48UZNJKTDC0JU1QZ8AINYWO3G.png",
                "list-thumb": "https://api.plotly.com/v2/files/pgoodridge:80/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/pgoodridge:80",
                "plots": "https://api.plotly.com/v2/plots/pgoodridge:80",
                "parent": "https://api.plotly.com/v2/folders/home?user=pgoodridge"
            },
            "owner": "pgoodridge",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "KNN KNNBaseline",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~pgoodridge/80/knn-knnbaseline/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:30:00.768Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~pgoodridge/80/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines+markers",
                        "name": "cosine",
                        "type": "scatter",
                        "xsrc": "pgoodridge:81:6cbea5",
                        "ysrc": "pgoodridge:81:3a5334",
                        "xaxis": "x1",
                        "yaxis": "y1"
                    },
                    {
                        "mode": "lines+markers",
                        "name": "pearson",
                        "type": "scatter",
                        "xsrc": "pgoodridge:81:6cbea5",
                        "ysrc": "pgoodridge:81:31b167",
                        "xaxis": "x1",
                        "yaxis": "y1"
                    },
                    {
                        "mode": "lines+markers",
                        "name": "pearson_baseline",
                        "type": "scatter",
                        "xsrc": "pgoodridge:81:6cbea5",
                        "ysrc": "pgoodridge:81:f05eb8",
                        "xaxis": "x1",
                        "yaxis": "y1"
                    },
                    {
                        "mode": "lines+markers",
                        "name": "cosine",
                        "type": "scatter",
                        "xsrc": "pgoodridge:81:6cbea5",
                        "ysrc": "pgoodridge:81:f1e20f",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "mode": "lines+markers",
                        "name": "pearson",
                        "type": "scatter",
                        "xsrc": "pgoodridge:81:6cbea5",
                        "ysrc": "pgoodridge:81:de936e",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "mode": "lines+markers",
                        "name": "pearson_baseline",
                        "type": "scatter",
                        "xsrc": "pgoodridge:81:6cbea5",
                        "ysrc": "pgoodridge:81:8ee776",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    }
                ],
                "layout": {
                    "title": "KNN KNNBaseline",
                    "xaxis1": {
                        "title": "K",
                        "anchor": "y1",
                        "domain": [
                            0.0,
                            0.45
                        ]
                    },
                    "xaxis2": {
                        "title": "K",
                        "anchor": "y2",
                        "domain": [
                            0.55,
                            1.0
                        ]
                    },
                    "yaxis1": {
                        "title": "RMSE",
                        "anchor": "x1",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "annotations": [
                        {
                            "x": 0.225,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "Item Based",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.775,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "User Based",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~pgoodridge",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-09-19 01:01:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "pgoodridge",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:28:09.863923Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~schen666/5.embed",
            "fid": "schen666:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/schen666:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/schen666:5/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/schen666/5/8_5DXNU8A4ATAJ3WLEYTHLZTK69P1BNM.png",
                "list-thumb": "https://api.plotly.com/v2/files/schen666:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/schen666:5",
                "plots": "https://api.plotly.com/v2/plots/schen666:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=schen666"
            },
            "owner": "schen666",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~schen666/5/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:28:09.880Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~schen666/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "tozerox",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "schen666:4:5fba2a",
                        "ysrc": "schen666:4:9b73d4",
                        "connectgaps": true
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 36
                        },
                        "text": "<b>NIKE</b>"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "date",
                        "range": [
                            "2018-12-22 16:00",
                            "2019-06-27 08:00"
                        ],
                        "title": {
                            "text": "Click to enter X axis title"
                        },
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "autorange": true,
                        "automargin": true,
                        "showspikes": false,
                        "rangeselector": {
                            "visible": false
                        }
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            1101,
                            1111283
                        ],
                        "title": {
                            "text": "TOTAL ENGAGEMENT"
                        },
                        "showgrid": false,
                        "tickmode": "auto",
                        "autorange": true,
                        "tickformat": "s",
                        "tickprefix": ""
                    },
                    "images": [],
                    "autosize": true,
                    "colorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#19d3f3",
                        "#e763fa",
                        "#fecb52",
                        "#ffa15a",
                        "#ff6692",
                        "#b6e880"
                    ],
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#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"
                    },
                    "showlegend": false,
                    "annotations": [],
                    "plot_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~schen666",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 03:44:36",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "schen666",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:26:44.864077Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~emayor290/1.embed",
            "fid": "emayor290:1",
            "filename": "Histogram Lab(MOD4)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/emayor290:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/emayor290:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/emayor290:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/emayor290:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/emayor290:1",
                "plots": "https://api.plotly.com/v2/plots/emayor290:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=emayor290"
            },
            "owner": "emayor290",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~emayor290/1/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:26:44.877Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~emayor290/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "histogram",
                        "xsrc": "emayor290:0:273acb",
                        "ysrc": "emayor290:0:273acb",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Histogram Lab - Best Actor Oscar Winners(1970-2001)"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            29.5,
                            79.5
                        ],
                        "title": {
                            "text": "Age"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            2.502994011976048,
                            7.502994011976048
                        ],
                        "title": {
                            "text": "Oscar Winners"
                        },
                        "autorange": false
                    },
                    "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/~emayor290",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 04:25:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "emayor290",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}