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=cj0xJnA9MjAxOS0wNi0xNysxNiUzQTI1JTNBNTQuMDg0NTk1JTJCMDAlM0EwMA%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=cD0yMDE5LTA2LTE3KzE2JTNBMjYlM0EwNS44NDYyOTAlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNiUzQTMxJTNBMjQuOTM1MDgzJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T16:31:24.935083Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dangnguyen/22.embed",
            "fid": "dangnguyen:22",
            "filename": "plot from API (2)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/dangnguyen:22/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/dangnguyen:22/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/dangnguyen:22/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/dangnguyen:22/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dangnguyen:22",
                "plots": "https://api.plotly.com/v2/plots/dangnguyen:22",
                "parent": "https://api.plotly.com/v2/folders/home?user=dangnguyen"
            },
            "owner": "dangnguyen",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "# 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~dangnguyen/22/_0-1-2-3-4-5-6-7-8-9-0-1-2-3-4-5-6-7-8-9-0-1-2-3-4-5-6-7-8-9/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:31:29.187Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dangnguyen/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "cd75f658-e700-4ba9-bbb8-f87042c8471e",
                        "name": "# 0",
                        "type": "histogram",
                        "xsrc": "dangnguyen:23:056d31",
                        "xaxis": "x",
                        "xbins": {
                            "end": 0.944169,
                            "size": 0.25,
                            "start": 0.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(31, 119, 180)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "# 0"
                    },
                    {
                        "uid": "458e4be6-e159-4231-b6e4-1219a759ed2f",
                        "name": "1",
                        "type": "histogram",
                        "xsrc": "dangnguyen:23:4facfe",
                        "xaxis": "x",
                        "xbins": {
                            "end": 0.913758,
                            "size": 0.25,
                            "start": 0.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255, 127, 14)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "1"
                    },
                    {
                        "uid": "dfbdb50e-feed-4755-98a6-8d549c9bbe60",
                        "name": "2",
                        "type": "histogram",
                        "xsrc": "dangnguyen:23:30647d",
                        "xaxis": "x",
                        "xbins": {
                            "end": 0.9612149999999999,
                            "size": 0.25,
                            "start": 0.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(44, 160, 44)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "2"
                    },
                    {
                        "uid": "4e0f8ddc-a37b-4c35-b67d-bcf11c5624ff",
                        "name": "3",
                        "type": "histogram",
                        "xsrc": "dangnguyen:23:b2bf99",
                        "xaxis": "x",
                        "xbins": {
                            "end": 0.979809,
                            "size": 0.25,
                            "start": 0.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(214, 39, 40)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "3"
                    },
                    {
                        "uid": "ea5e61da-51b0-4dc7-8968-72777bf3c860",
                        "name": "4",
                        "type": "histogram",
                        "xsrc": "dangnguyen:23:919c66",
                        "xaxis": "x",
                        "xbins": {
                            "end": 0.716187,
                            "size": 0.25,
                            "start": 0.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(148, 103, 189)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "4"
                    },
                    {
                        "uid": "8a210572-b75b-4423-942e-4fd747898586",
                        "name": "5",
                        "type": "histogram",
                        "xsrc": "dangnguyen:23:ae96ce",
                        "xaxis": "x",
                        "xbins": {
                            "end": 0.44159899999999996,
                            "size": 0.25,
                            "start": 0.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(140, 86, 75)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "5"
                    },
                    {
                        "uid": "cbf9a3de-b109-44e7-805a-c75b633fb8c8",
                        "name": "6",
                        "type": "histogram",
                        "xsrc": "dangnguyen:23:e01ac7",
                        "xaxis": "x",
                        "xbins": {
                            "end": 0.886882,
                            "size": 0.25,
                            "start": 0.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(227, 119, 194)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "6"
                    },
                    {
                        "uid": "0f12f8d5-fd6d-4465-8ee2-9c54eab79cf2",
                        "name": "7",
                        "type": "histogram",
                        "xsrc": "dangnguyen:23:f492b7",
                        "xaxis": "x",
                        "xbins": {
                            "end": 0.957995,
                            "size": 0.25,
                            "start": 0.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(127, 127, 127)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "7"
                    },
                    {
                        "uid": "93a3658f-8351-4777-9a22-70caaca1632d",
                        "name": "8",
                        "type": "histogram",
                        "xsrc": "dangnguyen:23:69d0e4",
                        "xaxis": "x",
                        "xbins": {
                            "end": 0.791743,
                            "size": 0.25,
                            "start": 0.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(188, 189, 34)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "8"
                    },
                    {
                        "uid": "e5273dfe-a799-499f-88f3-d558da89be58",
                        "name": "9",
                        "type": "histogram",
                        "xsrc": "dangnguyen:23:f81651",
                        "xaxis": "x",
                        "xbins": {
                            "end": 0.744991,
                            "size": 0.25,
                            "start": 0.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(23, 190, 207)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "9"
                    },
                    {
                        "uid": "9340469c-9139-462d-8b43-544414a03cf8",
                        "mode": "lines",
                        "name": "# 0",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:c39a74",
                        "ysrc": "dangnguyen:23:617b29",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(31, 119, 180)"
                        },
                        "showlegend": false,
                        "legendgroup": "# 0"
                    },
                    {
                        "uid": "7f16bf7c-42f4-4858-98ce-e3e26d5bc795",
                        "mode": "lines",
                        "name": "1",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:5ed92b",
                        "ysrc": "dangnguyen:23:83a632",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255, 127, 14)"
                        },
                        "showlegend": false,
                        "legendgroup": "1"
                    },
                    {
                        "uid": "61704c6d-0eb1-4c0e-8453-639e0986bafc",
                        "mode": "lines",
                        "name": "2",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:7f2ba4",
                        "ysrc": "dangnguyen:23:baa21b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(44, 160, 44)"
                        },
                        "showlegend": false,
                        "legendgroup": "2"
                    },
                    {
                        "uid": "49921696-b7e8-4347-91f8-535e598491df",
                        "mode": "lines",
                        "name": "3",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:bc494d",
                        "ysrc": "dangnguyen:23:a4afc4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(214, 39, 40)"
                        },
                        "showlegend": false,
                        "legendgroup": "3"
                    },
                    {
                        "uid": "059a213c-a011-478a-baf0-5a02c5e2d020",
                        "mode": "lines",
                        "name": "4",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:c7ace2",
                        "ysrc": "dangnguyen:23:f9f213",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(148, 103, 189)"
                        },
                        "showlegend": false,
                        "legendgroup": "4"
                    },
                    {
                        "uid": "75f0e0c4-702c-432d-a66f-a1ad625d9732",
                        "mode": "lines",
                        "name": "5",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:bac2b9",
                        "ysrc": "dangnguyen:23:45f58b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(140, 86, 75)"
                        },
                        "showlegend": false,
                        "legendgroup": "5"
                    },
                    {
                        "uid": "461145bd-b64b-40da-afdf-284af4387b40",
                        "mode": "lines",
                        "name": "6",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:8a6e9a",
                        "ysrc": "dangnguyen:23:6e55b9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(227, 119, 194)"
                        },
                        "showlegend": false,
                        "legendgroup": "6"
                    },
                    {
                        "uid": "343d9207-d241-4b16-9f8f-de5a40ae7d48",
                        "mode": "lines",
                        "name": "7",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:64f415",
                        "ysrc": "dangnguyen:23:1bfe44",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(127, 127, 127)"
                        },
                        "showlegend": false,
                        "legendgroup": "7"
                    },
                    {
                        "uid": "4b81c284-f5bb-4e79-8061-24f05e5255b3",
                        "mode": "lines",
                        "name": "8",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:57244f",
                        "ysrc": "dangnguyen:23:d1ac04",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(188, 189, 34)"
                        },
                        "showlegend": false,
                        "legendgroup": "8"
                    },
                    {
                        "uid": "b4ad3c40-ed82-4c5d-bf0d-d13959760e17",
                        "mode": "lines",
                        "name": "9",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:fe207e",
                        "ysrc": "dangnguyen:23:0bbf62",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(23, 190, 207)"
                        },
                        "showlegend": false,
                        "legendgroup": "9"
                    },
                    {
                        "uid": "c6b42737-742d-4414-96ab-4eb5c1001894",
                        "mode": "markers",
                        "name": "# 0",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:056d31",
                        "ysrc": "dangnguyen:23:ee3736",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(31, 119, 180)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "# 0"
                    },
                    {
                        "uid": "fa471b72-eaae-4b65-bce8-5a5355b4a927",
                        "mode": "markers",
                        "name": "1",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:4facfe",
                        "ysrc": "dangnguyen:23:eeeb35",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(255, 127, 14)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "1"
                    },
                    {
                        "uid": "440c3456-cb29-4ed7-bdb0-d4887ef452d9",
                        "mode": "markers",
                        "name": "2",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:30647d",
                        "ysrc": "dangnguyen:23:51454f",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(44, 160, 44)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "2"
                    },
                    {
                        "uid": "2a2308e6-b144-4cbd-8864-34055689ed31",
                        "mode": "markers",
                        "name": "3",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:b2bf99",
                        "ysrc": "dangnguyen:23:999ff6",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(214, 39, 40)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "3"
                    },
                    {
                        "uid": "33e9037a-fa29-47ae-be88-7a9f6f0111c9",
                        "mode": "markers",
                        "name": "4",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:919c66",
                        "ysrc": "dangnguyen:23:e80564",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(148, 103, 189)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "4"
                    },
                    {
                        "uid": "cc1b211e-662b-42fe-a696-04638fbba822",
                        "mode": "markers",
                        "name": "5",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:ae96ce",
                        "ysrc": "dangnguyen:23:5ce6c7",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(140, 86, 75)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "5"
                    },
                    {
                        "uid": "658de700-9980-4035-bf36-4b39043d79c6",
                        "mode": "markers",
                        "name": "6",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:e01ac7",
                        "ysrc": "dangnguyen:23:193def",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(227, 119, 194)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "6"
                    },
                    {
                        "uid": "447adfbe-b37f-4c05-875c-6e9e660b6d5b",
                        "mode": "markers",
                        "name": "7",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:f492b7",
                        "ysrc": "dangnguyen:23:f0a070",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(127, 127, 127)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "7"
                    },
                    {
                        "uid": "e3a3a1b3-f66c-4101-a850-afec18345cf3",
                        "mode": "markers",
                        "name": "8",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:69d0e4",
                        "ysrc": "dangnguyen:23:e9b0a0",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(188, 189, 34)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "8"
                    },
                    {
                        "uid": "9d33ae7d-0e5e-4b13-835b-4bd0da24bad3",
                        "mode": "markers",
                        "name": "9",
                        "type": "scatter",
                        "xsrc": "dangnguyen:23:f81651",
                        "ysrc": "dangnguyen:23:4b2152",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(23, 190, 207)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "9"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "zeroline": false
                    },
                    "yaxis": {
                        "anchor": "free",
                        "domain": [
                            0.35,
                            1
                        ],
                        "position": 0.0
                    },
                    "legend": {
                        "traceorder": "reversed"
                    },
                    "yaxis2": {
                        "dtick": 1,
                        "anchor": "x",
                        "domain": [
                            0,
                            0.25
                        ],
                        "showticklabels": false
                    },
                    "barmode": "overlay",
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~dangnguyen",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-28 20:14:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dangnguyen",
                "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-17T16:31:21.256483Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ghu001/16.embed",
            "fid": "ghu001:16",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ghu001:16/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ghu001/16/2_Q99ANWOY5PQER0SWHY8WVPMNKS81S1.png",
                "block-thumb": "https://api.plotly.com/v2/files/ghu001:16/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/ghu001:16/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ghu001:16",
                "plots": "https://api.plotly.com/v2/plots/ghu001:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=ghu001"
            },
            "owner": "ghu001",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~ghu001/16/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:31:21.732Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ghu001/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "cc143346-5a82-477e-b298-a5461da54f77",
                        "type": "histogram",
                        "xsrc": "ghu001:17:9293af"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ghu001",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-11 15:17:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ghu001",
                "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-17T16:30:29.836763Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~RRRRRRR/14.embed",
            "fid": "RRRRRRR:14",
            "filename": "Sine Wave Slider",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/RRRRRRR:14/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/RRRRRRR:14/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/RRRRRRR:14/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/RRRRRRR:14/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/RRRRRRR:14",
                "plots": "https://api.plotly.com/v2/plots/RRRRRRR:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=RRRRRRR"
            },
            "owner": "RRRRRRR",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "𝜈 = 1.0",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~RRRRRRR/14/_10/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:32:31.991Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~RRRRRRR/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "645240bc-8997-45a1-a662-5ccc6e3e6198",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:1b8287",
                        "visible": false
                    },
                    {
                        "uid": "6cff7f82-a983-43a6-a731-e246f5898298",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.1",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:2bdb0b",
                        "visible": false
                    },
                    {
                        "uid": "374967f5-c2cb-4633-b2cd-a2a9ff36b904",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.2",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:09cd11",
                        "visible": false
                    },
                    {
                        "uid": "8a2a8948-8f90-4f3c-83ad-758849a46fce",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.30000000000000004",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:121e4e",
                        "visible": false
                    },
                    {
                        "uid": "bdcc717e-478b-4663-a9e9-1f7948bb9ed4",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.4",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:56549f",
                        "visible": false
                    },
                    {
                        "uid": "83c5f43a-47e3-481e-8a6a-eae5f7e9e310",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.5",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:ab5b83",
                        "visible": false
                    },
                    {
                        "uid": "69fbf9af-1ad5-4884-a705-1add75a720f9",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.6000000000000001",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:96dc7a",
                        "visible": false
                    },
                    {
                        "uid": "7778794f-bc34-4c8d-81b1-383969b9cba4",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.7000000000000001",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:0c1f58",
                        "visible": false
                    },
                    {
                        "uid": "b1cc5e85-f087-4462-accc-8dc64a6397d6",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.8",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:15e988",
                        "visible": false
                    },
                    {
                        "uid": "ed7ce984-6088-4204-b6da-46a90f084b20",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.9",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:4e361b",
                        "visible": false
                    },
                    {
                        "uid": "c3a366de-e5e0-43b4-b8e5-a43cceb23664",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:a0cb41",
                        "visible": true
                    },
                    {
                        "uid": "8dff03bf-509a-4a9b-affd-f31b70f4bc06",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.1",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:7eb9d8",
                        "visible": false
                    },
                    {
                        "uid": "4eaa4d74-0a82-4f4a-bd0c-2957617c2e79",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.2000000000000002",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:3c11ea",
                        "visible": false
                    },
                    {
                        "uid": "b61a2a48-7cb1-4631-91d2-0b097cc75c4c",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.3",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:440937",
                        "visible": false
                    },
                    {
                        "uid": "611cfd7e-5790-4fb4-9b31-1bad32ec09ed",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.4000000000000001",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:7e5341",
                        "visible": false
                    },
                    {
                        "uid": "acb16cfe-46d7-4b9c-9252-24bc6781607e",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.5",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:ccddc6",
                        "visible": false
                    },
                    {
                        "uid": "0a792d56-5bb2-4c1f-b2ab-0350bb6b9059",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.6",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:380b8f",
                        "visible": false
                    },
                    {
                        "uid": "c3d2b6cd-c75a-451d-9ddd-9a2103c9f9ca",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.7000000000000002",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:4d1287",
                        "visible": false
                    },
                    {
                        "uid": "cc5d241e-14f5-440d-97e9-dc1eeed1427e",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.8",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:9efe8b",
                        "visible": false
                    },
                    {
                        "uid": "59bb832f-45fd-433c-9296-23b2aae8e84c",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.9000000000000001",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:43f718",
                        "visible": false
                    },
                    {
                        "uid": "b041835c-3d34-4464-9366-f945be66eb62",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:1b376a",
                        "visible": false
                    },
                    {
                        "uid": "4ff693f6-70e7-46d4-8895-357ab6c0c00c",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.1",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:4ad5a1",
                        "visible": false
                    },
                    {
                        "uid": "9b79b3a8-7040-46e4-86d3-e56b9a79de8a",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.2",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:f9632b",
                        "visible": false
                    },
                    {
                        "uid": "acf479ea-ef97-4471-9e62-e8fe8545ee29",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.3000000000000003",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:99c7c4",
                        "visible": false
                    },
                    {
                        "uid": "c1f00404-b7d8-4283-ba4a-472bc7c6b676",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.4000000000000004",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:a74058",
                        "visible": false
                    },
                    {
                        "uid": "9ed00acc-1605-4622-817d-cfb4543bd83a",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.5",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:21be08",
                        "visible": false
                    },
                    {
                        "uid": "613341a2-a4d0-4dca-a2c9-7d074bf0ba15",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.6",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:231011",
                        "visible": false
                    },
                    {
                        "uid": "b50d394c-7dfa-4eda-a397-70159e7a7af3",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.7",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:b98cfe",
                        "visible": false
                    },
                    {
                        "uid": "64baad73-d218-4783-a7bb-5ef1c3bfda3e",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.8000000000000003",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:0fd9c3",
                        "visible": false
                    },
                    {
                        "uid": "8111db6c-4eb0-4f69-b1dd-f25aa6c35f08",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.9000000000000004",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:f7f1d9",
                        "visible": false
                    },
                    {
                        "uid": "034795b2-3d17-48b4-827c-511687bd9b0a",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:cda589",
                        "visible": false
                    },
                    {
                        "uid": "7cf1c55b-6f54-46de-9bcc-83ecd88dd0a7",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.1",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:3eceb3",
                        "visible": false
                    },
                    {
                        "uid": "34a79228-2250-4693-a65d-0124d8a8c057",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.2",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:dcd2f4",
                        "visible": false
                    },
                    {
                        "uid": "1d645355-2595-4160-8656-ee90ef82e408",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.3000000000000003",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:2f93fb",
                        "visible": false
                    },
                    {
                        "uid": "20d21227-0a2a-453d-8cf7-f34e27b50765",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.4000000000000004",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:9cf9f9",
                        "visible": false
                    },
                    {
                        "uid": "91bc49b1-578c-4b57-b21c-86ff3ca5b990",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.5",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:6f60a8",
                        "visible": false
                    },
                    {
                        "uid": "1dcb03c5-ac1d-46f0-883e-e22d99843f1b",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.6",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:a50d94",
                        "visible": false
                    },
                    {
                        "uid": "27215b4c-b26d-4768-acde-5fad0d696136",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.7",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:b0f1d8",
                        "visible": false
                    },
                    {
                        "uid": "85abd6fb-362f-44f8-8447-5d2a58adf676",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.8000000000000003",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:667058",
                        "visible": false
                    },
                    {
                        "uid": "84ee9f47-c2ab-4778-b436-4e5aa95b9212",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.9000000000000004",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:9deca2",
                        "visible": false
                    },
                    {
                        "uid": "5d27512d-1937-4d4c-83db-536ae5d1a4bd",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:f7d6ec",
                        "visible": false
                    },
                    {
                        "uid": "8fedcce9-bcc3-454a-8dc5-0d4da9a9cd59",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.1000000000000005",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:30aa8d",
                        "visible": false
                    },
                    {
                        "uid": "e8177e3d-9c22-428f-a5f1-069ff687ed62",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.2",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:fc126e",
                        "visible": false
                    },
                    {
                        "uid": "69333571-962e-46bc-b157-724496af48dc",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.3",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:963808",
                        "visible": false
                    },
                    {
                        "uid": "f7368cc5-ab57-4618-bc23-d23eb5ead28c",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.4",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:1e018a",
                        "visible": false
                    },
                    {
                        "uid": "b32376cc-16ad-4a27-97b6-f44010aa77a1",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.5",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:48e3e4",
                        "visible": false
                    },
                    {
                        "uid": "09f86d09-5c25-43ee-8137-6247442eb277",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.6000000000000005",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:f6bc71",
                        "visible": false
                    },
                    {
                        "uid": "75454442-ad02-4364-8e37-bc7496ab2a2d",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.7",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:8dd3b3",
                        "visible": false
                    },
                    {
                        "uid": "207cc75c-73fe-4496-ab2a-2f9bf295b830",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.800000000000001",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:18870e",
                        "visible": false
                    },
                    {
                        "uid": "56cec108-0eb3-4b4c-bd3c-a408ba845e73",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.9",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:15:effc1f",
                        "ysrc": "RRRRRRR:15:8df8be",
                        "visible": false
                    }
                ],
                "layout": {
                    "sliders": [
                        {
                            "pad": {
                                "t": 50
                            },
                            "steps": [
                                {
                                    "args": [
                                        "visible",
                                        [
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true,
                                            false
                                        ]
                                    ],
                                    "method": "restyle"
                                },
                                {
                                    "args": [
                                        "visible",
                                        [
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            false,
                                            true
                                        ]
                                    ],
                                    "method": "restyle"
                                }
                            ],
                            "active": 10,
                            "currentvalue": {
                                "prefix": "Frequency: "
                            }
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~RRRRRRR",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.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-17 12:47:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "RRRRRRR",
                "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-17T16:29:55.813344Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~bounteous-ds-sm/46.embed",
            "fid": "bounteous-ds-sm:46",
            "filename": "plot from API (21)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/bounteous-ds-sm:46/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/bounteous-ds-sm/46/2_4KKK87TW2VZN0DK79H9DDMJRYZK2NF.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bounteous-ds-sm/46/8_OD3G6W9J3CULUNA5V2VSUJE6SSJ9E6.png",
                "list-thumb": "https://api.plotly.com/v2/files/bounteous-ds-sm:46/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/bounteous-ds-sm:46",
                "plots": "https://api.plotly.com/v2/plots/bounteous-ds-sm:46",
                "parent": "https://api.plotly.com/v2/folders/home?user=bounteous-ds-sm"
            },
            "owner": "bounteous-ds-sm",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Returning users who have not already completed SIF, starting home or go, first 6 steps, 300+ users",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~bounteous-ds-sm/46/returning-users-who-have-not-already-completed-sif-starting-home-or-go-first-6-s/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:29:56.238Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~bounteous-ds-sm/46/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "bounteous-ds-sm:47:51e098",
                            "sourcesrc": "bounteous-ds-sm:47:24b66e",
                            "targetsrc": "bounteous-ds-sm:47:4240d2"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "labelsrc": "bounteous-ds-sm:47:47924c",
                            "thickness": 30
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Returning users who have not already completed SIF, starting home or go, first 6 steps, 300+ users",
                    "width": 950,
                    "height": 772
                }
            },
            "height": 772,
            "width": 950,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~bounteous-ds-sm",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.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-07 22:33:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "bounteous-ds-sm",
                "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-17T16:29:41.093959Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~SPAddict25/32.embed",
            "fid": "SPAddict25:32",
            "filename": "Market Premiums",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/32/9_0WKN041O0NAM9V49L8AUI9D04D7AAK.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/SPAddict25:32/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/32/8_Q45ZRQEMO21O6QUT4GZU9WMMPCXN97.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/32/9_0WKN041O0NAM9V49L8AUI9D04D7AAK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SPAddict25:32",
                "plots": "https://api.plotly.com/v2/plots/SPAddict25:32",
                "parent": "https://api.plotly.com/v2/folders/home?user=SPAddict25"
            },
            "owner": "SPAddict25",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Market Premiums",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~SPAddict25/32/market-premiums/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:31:00.775Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~SPAddict25/32/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c2e32aa3-81fd-46b1-8d22-1108f591449a",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Gbl Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:33:adc7c7",
                        "ysrc": "SPAddict25:33:3da027",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "c6a42eb4-fbd3-47b6-84e0-6ef32f45e71b",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Gbl ex-US Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:33:adc7c7",
                        "ysrc": "SPAddict25:33:851b64",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "622b0ac2-b470-4ddf-bab7-72d8d8149df9",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Euro Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:33:adc7c7",
                        "ysrc": "SPAddict25:33:34e1ab",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "2fcf574a-18fb-4909-8f70-24e144faa5c2",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 0, 128, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Japan Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:33:adc7c7",
                        "ysrc": "SPAddict25:33:54a8cf",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    },
                    {
                        "uid": "381ef705-a9de-410d-b6be-56fb6c15be8c",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(219, 64, 82, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Asia Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:33:adc7c7",
                        "ysrc": "SPAddict25:33:bab5bb",
                        "xaxis": "x5",
                        "yaxis": "y5"
                    },
                    {
                        "uid": "2b30ab25-96c0-43a5-8c65-822e5fd047b7",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0, 128, 128, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "NA Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:33:adc7c7",
                        "ysrc": "SPAddict25:33:103ad4",
                        "xaxis": "x6",
                        "yaxis": "y6"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#D9D9D9"
                        },
                        "text": "Market Premiums"
                    },
                    "width": 1000,
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#D9D9D9"
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.45
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#C2C2C2"
                        },
                        "gridcolor": "#434343",
                        "zerolinecolor": "#666570"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#D9D9D9"
                            },
                            "text": ""
                        },
                        "anchor": "x",
                        "domain": [
                            0.7777777777777778,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#C2C2C2"
                        },
                        "gridcolor": "#434343",
                        "zerolinecolor": "#666570"
                    },
                    "height": 1000,
                    "legend": {
                        "font": {
                            "color": "#D9D9D9"
                        },
                        "bgcolor": "#151516"
                    },
                    "xaxis2": {
                        "title": {
                            "font": {
                                "color": "#D9D9D9"
                            },
                            "text": ""
                        },
                        "anchor": "y2",
                        "domain": [
                            0.55,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#C2C2C2"
                        },
                        "gridcolor": "#434343",
                        "zerolinecolor": "#666570"
                    },
                    "xaxis3": {
                        "title": {
                            "font": {
                                "color": "#D9D9D9"
                            },
                            "text": ""
                        },
                        "anchor": "y3",
                        "domain": [
                            0.0,
                            0.45
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#C2C2C2"
                        },
                        "gridcolor": "#434343",
                        "zerolinecolor": "#666570"
                    },
                    "xaxis4": {
                        "title": {
                            "font": {
                                "color": "#D9D9D9"
                            },
                            "text": ""
                        },
                        "anchor": "y4",
                        "domain": [
                            0.55,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#C2C2C2"
                        },
                        "gridcolor": "#434343",
                        "zerolinecolor": "#666570"
                    },
                    "xaxis5": {
                        "title": {
                            "font": {
                                "color": "#D9D9D9"
                            },
                            "text": ""
                        },
                        "anchor": "y5",
                        "domain": [
                            0.0,
                            0.45
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#C2C2C2"
                        },
                        "gridcolor": "#434343",
                        "zerolinecolor": "#666570"
                    },
                    "xaxis6": {
                        "title": {
                            "font": {
                                "color": "#D9D9D9"
                            },
                            "text": ""
                        },
                        "anchor": "y6",
                        "domain": [
                            0.55,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#C2C2C2"
                        },
                        "gridcolor": "#434343",
                        "zerolinecolor": "#666570"
                    },
                    "yaxis2": {
                        "title": {
                            "font": {
                                "color": "#D9D9D9"
                            },
                            "text": ""
                        },
                        "anchor": "x2",
                        "domain": [
                            0.7777777777777778,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#C2C2C2"
                        },
                        "gridcolor": "#434343",
                        "zerolinecolor": "#666570"
                    },
                    "yaxis3": {
                        "title": {
                            "font": {
                                "color": "#D9D9D9"
                            },
                            "text": ""
                        },
                        "anchor": "x3",
                        "domain": [
                            0.3888888888888889,
                            0.6111111111111112
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#C2C2C2"
                        },
                        "gridcolor": "#434343",
                        "zerolinecolor": "#666570"
                    },
                    "yaxis4": {
                        "title": {
                            "font": {
                                "color": "#D9D9D9"
                            },
                            "text": ""
                        },
                        "anchor": "x4",
                        "domain": [
                            0.3888888888888889,
                            0.6111111111111112
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#C2C2C2"
                        },
                        "gridcolor": "#434343",
                        "zerolinecolor": "#666570"
                    },
                    "yaxis5": {
                        "title": {
                            "font": {
                                "color": "#D9D9D9"
                            },
                            "text": ""
                        },
                        "anchor": "x5",
                        "domain": [
                            0.0,
                            0.22222222222222224
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#C2C2C2"
                        },
                        "gridcolor": "#434343",
                        "zerolinecolor": "#666570"
                    },
                    "yaxis6": {
                        "title": {
                            "font": {
                                "color": "#D9D9D9"
                            },
                            "text": ""
                        },
                        "anchor": "x6",
                        "domain": [
                            0.0,
                            0.22222222222222224
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#C2C2C2"
                        },
                        "gridcolor": "#434343",
                        "zerolinecolor": "#666570"
                    },
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.225,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "Gbl Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.775,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "Gbl ex-US Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.225,
                            "y": 0.6111111111111112,
                            "font": {
                                "size": 16
                            },
                            "text": "Euro Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.775,
                            "y": 0.6111111111111112,
                            "font": {
                                "size": 16
                            },
                            "text": "Japan Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.225,
                            "y": 0.22222222222222224,
                            "font": {
                                "size": 16
                            },
                            "text": "Asia Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.775,
                            "y": 0.22222222222222224,
                            "font": {
                                "size": 16
                            },
                            "text": "NA Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "#151516",
                    "paper_bgcolor": "#151516"
                }
            },
            "height": 1000,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~SPAddict25",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.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-13 18:07:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SPAddict25",
                "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-17T16:29:16.479988Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~SPAddict25/30.embed",
            "fid": "SPAddict25:30",
            "filename": "Plotly Playground 2019-06-17 10:29:00",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/30/9_Z725IGOS8TB5AWGQU0220DQJEO4WLL.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/SPAddict25:30/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/30/8_F5FC8OS9GWAGO0G4QTPZ1A10Y8WUCP.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/30/9_Z725IGOS8TB5AWGQU0220DQJEO4WLL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SPAddict25:30",
                "plots": "https://api.plotly.com/v2/plots/SPAddict25:30",
                "parent": "https://api.plotly.com/v2/folders/home?user=SPAddict25"
            },
            "owner": "SPAddict25",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~SPAddict25/30/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:29:17.336Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~SPAddict25/30/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "0fea1724-1b77-4cd3-8649-2ceb9da75d13",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Gbl Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:31:b19568",
                        "ysrc": "SPAddict25:31:56ca09",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "e3602d05-03e0-4060-8bdc-d880fd73f03f",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Gbl ex-US Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:31:b19568",
                        "ysrc": "SPAddict25:31:730989",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "c37e9fa4-9cde-409b-a5e1-f84b3a9bb8d0",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Euro Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:31:b19568",
                        "ysrc": "SPAddict25:31:4d3076",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "b69ab4c7-624c-4f1b-a355-5dc97eefd060",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 0, 128, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Japan Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:31:b19568",
                        "ysrc": "SPAddict25:31:65a5ee",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    },
                    {
                        "uid": "1dbabeca-9427-4eed-94e0-bd5db75faf3e",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(219, 64, 82, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Asia Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:31:b19568",
                        "ysrc": "SPAddict25:31:bfe7b6",
                        "xaxis": "x5",
                        "yaxis": "y5"
                    },
                    {
                        "uid": "b09068d2-6475-4c36-9d93-da5684d413a3",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0, 128, 128, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "NA Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:31:b19568",
                        "ysrc": "SPAddict25:31:3724f2",
                        "xaxis": "x6",
                        "yaxis": "y6"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "width": 1000,
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.45
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "x",
                        "domain": [
                            0.7777777777777778,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "height": 1000,
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "xaxis2": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y2",
                        "domain": [
                            0.55,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "xaxis3": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y3",
                        "domain": [
                            0.0,
                            0.45
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "xaxis4": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y4",
                        "domain": [
                            0.55,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "xaxis5": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y5",
                        "domain": [
                            0.0,
                            0.45
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "xaxis6": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y6",
                        "domain": [
                            0.55,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis2": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "x2",
                        "domain": [
                            0.7777777777777778,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis3": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "x3",
                        "domain": [
                            0.3888888888888889,
                            0.6111111111111112
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis4": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "x4",
                        "domain": [
                            0.3888888888888889,
                            0.6111111111111112
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis5": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "x5",
                        "domain": [
                            0.0,
                            0.22222222222222224
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis6": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "x6",
                        "domain": [
                            0.0,
                            0.22222222222222224
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.225,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "Gbl Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.775,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "Gbl ex-US Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.225,
                            "y": 0.6111111111111112,
                            "font": {
                                "size": 16
                            },
                            "text": "Euro Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.775,
                            "y": 0.6111111111111112,
                            "font": {
                                "size": 16
                            },
                            "text": "Japan Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.225,
                            "y": 0.22222222222222224,
                            "font": {
                                "size": 16
                            },
                            "text": "Asia Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.775,
                            "y": 0.22222222222222224,
                            "font": {
                                "size": 16
                            },
                            "text": "NA Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": 1000,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~SPAddict25",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.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-13 18:07:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SPAddict25",
                "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-17T16:28:55.090691Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~SPAddict25/28.embed",
            "fid": "SPAddict25:28",
            "filename": "Plotly Playground 2019-06-17 10:28:36",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/28/9_8TSI0GFSRU1IJQYVXBVFW2FT407KVM.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/SPAddict25:28/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/28/8_OB79YPRLK702BZLDQXAATSSLWU5CWM.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/28/9_8TSI0GFSRU1IJQYVXBVFW2FT407KVM.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SPAddict25:28",
                "plots": "https://api.plotly.com/v2/plots/SPAddict25:28",
                "parent": "https://api.plotly.com/v2/folders/home?user=SPAddict25"
            },
            "owner": "SPAddict25",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~SPAddict25/28/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:28:55.841Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~SPAddict25/28/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "fc861b5f-ae63-4ec7-a8e1-503a8fcca6db",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Gbl Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:29:c42184",
                        "ysrc": "SPAddict25:29:58608c",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "34a2a890-c500-4e90-b1ea-e9d30121510a",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Gbl ex-US Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:29:c42184",
                        "ysrc": "SPAddict25:29:a16ab0",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "36bebd94-fe6e-45a9-82e5-fcd57de28abe",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Euro Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:29:c42184",
                        "ysrc": "SPAddict25:29:51f012",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "00beae60-f08b-4458-9c95-a1d029bb86c5",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 0, 128, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Japan Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:29:c42184",
                        "ysrc": "SPAddict25:29:12d244",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    },
                    {
                        "uid": "21bd46f6-418a-43dd-84fe-8c49170584ef",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(219, 64, 82, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Asia Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:29:c42184",
                        "ysrc": "SPAddict25:29:778066",
                        "xaxis": "x5",
                        "yaxis": "y5"
                    },
                    {
                        "uid": "8167a96e-3da8-4fa5-be5e-fc4749069e9f",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0, 128, 128, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "NA Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:29:c42184",
                        "ysrc": "SPAddict25:29:6ce39e",
                        "xaxis": "x6",
                        "yaxis": "y6"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "width": 12,
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.45
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "x",
                        "domain": [
                            0.7777777777777778,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "height": 12,
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "xaxis2": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y2",
                        "domain": [
                            0.55,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "xaxis3": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y3",
                        "domain": [
                            0.0,
                            0.45
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "xaxis4": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y4",
                        "domain": [
                            0.55,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "xaxis5": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y5",
                        "domain": [
                            0.0,
                            0.45
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "xaxis6": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y6",
                        "domain": [
                            0.55,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis2": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "x2",
                        "domain": [
                            0.7777777777777778,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis3": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "x3",
                        "domain": [
                            0.3888888888888889,
                            0.6111111111111112
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis4": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "x4",
                        "domain": [
                            0.3888888888888889,
                            0.6111111111111112
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis5": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "x5",
                        "domain": [
                            0.0,
                            0.22222222222222224
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis6": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "x6",
                        "domain": [
                            0.0,
                            0.22222222222222224
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.225,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "Gbl Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.775,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "Gbl ex-US Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.225,
                            "y": 0.6111111111111112,
                            "font": {
                                "size": 16
                            },
                            "text": "Euro Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.775,
                            "y": 0.6111111111111112,
                            "font": {
                                "size": 16
                            },
                            "text": "Japan Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.225,
                            "y": 0.22222222222222224,
                            "font": {
                                "size": 16
                            },
                            "text": "Asia Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.775,
                            "y": 0.22222222222222224,
                            "font": {
                                "size": 16
                            },
                            "text": "NA Mkt",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": 12,
            "width": 12,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~SPAddict25",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.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-13 18:07:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SPAddict25",
                "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-17T16:28:23.314005Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~RRRRRRR/12.embed",
            "fid": "RRRRRRR:12",
            "filename": "Single Sine Wave",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/RRRRRRR:12/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/RRRRRRR:12/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/RRRRRRR:12/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/RRRRRRR:12/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/RRRRRRR:12",
                "plots": "https://api.plotly.com/v2/plots/RRRRRRR:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=RRRRRRR"
            },
            "owner": "RRRRRRR",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "𝜈 = 1.0",
            "views": 12,
            "web_url": "https://chart-studio.plotly.com/~RRRRRRR/12/_10/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:30:18.060Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~RRRRRRR/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f818633f-c58c-4472-a458-7cfc749ceb8b",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:349d13",
                        "visible": false
                    },
                    {
                        "uid": "f54146f0-2237-4c2e-855e-081431cc349f",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.1",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:2c6039",
                        "visible": false
                    },
                    {
                        "uid": "fb21be16-8d18-457a-bd79-319ea76bf92b",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.2",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:47388b",
                        "visible": false
                    },
                    {
                        "uid": "74b5a42d-201e-4d6e-b90b-ddb40a86b646",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.30000000000000004",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:871222",
                        "visible": false
                    },
                    {
                        "uid": "05f81e6a-16c5-456b-8ddc-732a8953c393",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.4",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:595eb6",
                        "visible": false
                    },
                    {
                        "uid": "dc7f70fd-9b48-4c33-9126-6e1494ef03ca",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.5",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:7a2ea5",
                        "visible": false
                    },
                    {
                        "uid": "5b9cb3b0-8e9a-43a2-84e2-8910e270f3a6",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.6000000000000001",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:0d64d7",
                        "visible": false
                    },
                    {
                        "uid": "3b641b1b-6e34-4b02-9c13-4fada1a1d610",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.7000000000000001",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:c81ff3",
                        "visible": false
                    },
                    {
                        "uid": "edd4fbf6-44d4-4d35-9c42-25e743387754",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.8",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:c745e5",
                        "visible": false
                    },
                    {
                        "uid": "11f22d97-ae13-41e8-99dc-be3b88183841",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 0.9",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:80f938",
                        "visible": false
                    },
                    {
                        "uid": "853139a2-ddcf-4f9a-b671-3bb56a5313fd",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:580fcb",
                        "visible": true
                    },
                    {
                        "uid": "a246f294-1bae-4541-8a9f-e3381f0ca342",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.1",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:92f205",
                        "visible": false
                    },
                    {
                        "uid": "e88424a9-69df-4c56-a888-10cd45934c2f",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.2000000000000002",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:8bbe4c",
                        "visible": false
                    },
                    {
                        "uid": "250ec9d5-96b7-4ccb-9511-c45da589cd8a",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.3",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:d13a7d",
                        "visible": false
                    },
                    {
                        "uid": "e9b0c3d0-0093-4a19-84af-84294e495935",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.4000000000000001",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:858a6f",
                        "visible": false
                    },
                    {
                        "uid": "37202888-401a-4568-ae29-906bffabfc6b",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.5",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:63ce2b",
                        "visible": false
                    },
                    {
                        "uid": "1ba3041a-3b68-4463-9f0a-3243562af29d",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.6",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:a1c26a",
                        "visible": false
                    },
                    {
                        "uid": "c2099962-cb02-40e3-9ad9-339fd375f748",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.7000000000000002",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:86768c",
                        "visible": false
                    },
                    {
                        "uid": "b8053e91-bd9c-4472-a1f1-ecc0b9e3c2b5",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.8",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:6c69a3",
                        "visible": false
                    },
                    {
                        "uid": "08f0491f-b5d1-4d20-af22-8ad450d4e571",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 1.9000000000000001",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:34dfd3",
                        "visible": false
                    },
                    {
                        "uid": "515c3e80-6523-49d0-a5ef-92708452e36c",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:0bf095",
                        "visible": false
                    },
                    {
                        "uid": "a6024b06-c7b2-48e0-809c-26e838a97655",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.1",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:0aaaa4",
                        "visible": false
                    },
                    {
                        "uid": "87df85d8-d4b3-4e7a-ab09-c027f87ae263",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.2",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:bc2b6c",
                        "visible": false
                    },
                    {
                        "uid": "b2491c9d-4758-4231-bc57-ffbd88bc7c5c",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.3000000000000003",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:ce5ff7",
                        "visible": false
                    },
                    {
                        "uid": "fa56a80c-7f79-4f53-8ec4-471de68ad17a",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.4000000000000004",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:5b880c",
                        "visible": false
                    },
                    {
                        "uid": "05cfe3e3-1774-430f-a0b2-d3025fe1883a",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.5",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:3b1f00",
                        "visible": false
                    },
                    {
                        "uid": "f255c2e6-cf28-4584-8abb-45ab1cad6226",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.6",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:f6ad88",
                        "visible": false
                    },
                    {
                        "uid": "b14ff5e3-8bb1-489c-8200-50c9bf8098f6",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.7",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:9a07d8",
                        "visible": false
                    },
                    {
                        "uid": "756d9b95-53c9-4ced-925d-ade2cefc78b4",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.8000000000000003",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:129e96",
                        "visible": false
                    },
                    {
                        "uid": "310dfe27-3f01-44ae-9adc-5b45e9892330",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 2.9000000000000004",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:3bc6c6",
                        "visible": false
                    },
                    {
                        "uid": "dd93b661-f316-4fbf-9d0e-b26c57bfafba",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:3a5b7a",
                        "visible": false
                    },
                    {
                        "uid": "d8915d84-b205-4250-b4a1-70a341e2456c",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.1",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:5275ee",
                        "visible": false
                    },
                    {
                        "uid": "e72363d7-0ced-4eaf-8f93-87dc671deda8",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.2",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:d73700",
                        "visible": false
                    },
                    {
                        "uid": "edeb9469-31ac-4155-9f0f-309615055700",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.3000000000000003",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:f94afa",
                        "visible": false
                    },
                    {
                        "uid": "cf4b51f5-881b-4b66-b560-3af7e41948bc",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.4000000000000004",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:a987b6",
                        "visible": false
                    },
                    {
                        "uid": "1742720f-ebe9-498d-9594-af11878b3a3f",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.5",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:57a6ce",
                        "visible": false
                    },
                    {
                        "uid": "07a07758-50fa-45a9-80df-3301de3818c9",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.6",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:cf3f78",
                        "visible": false
                    },
                    {
                        "uid": "067f26c3-62a7-428f-ba06-250bc87d5851",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.7",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:e9640e",
                        "visible": false
                    },
                    {
                        "uid": "8657efd3-213d-457f-bf49-4134a96b2721",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.8000000000000003",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:6c41bc",
                        "visible": false
                    },
                    {
                        "uid": "5c818ea8-1978-4ec8-97e8-33e61b4665e5",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 3.9000000000000004",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:54c7ac",
                        "visible": false
                    },
                    {
                        "uid": "408a6c38-7182-4ee5-b811-fdcb96d13bd6",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:cac4fd",
                        "visible": false
                    },
                    {
                        "uid": "b2aade99-3c62-4365-8351-d9b301dee076",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.1000000000000005",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:ddce2f",
                        "visible": false
                    },
                    {
                        "uid": "d85d9a8d-d300-4c7e-ba9e-c2f6f13230ff",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.2",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:638306",
                        "visible": false
                    },
                    {
                        "uid": "1f474f6b-094a-4c51-9c4d-b361c5534bb5",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.3",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:31ba74",
                        "visible": false
                    },
                    {
                        "uid": "2768ede2-c761-4e2d-9934-77a357494d31",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.4",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:398919",
                        "visible": false
                    },
                    {
                        "uid": "96643dfe-e058-4660-bb48-2e5f573dd771",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.5",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:e856a4",
                        "visible": false
                    },
                    {
                        "uid": "36b57202-f93d-495c-b382-1be047f49905",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.6000000000000005",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:9fc5b8",
                        "visible": false
                    },
                    {
                        "uid": "3b7443fa-7564-47e7-9bff-e088624e8f46",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.7",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:1aadf3",
                        "visible": false
                    },
                    {
                        "uid": "ccb38d2a-8ed5-402e-bb47-afa5c100497a",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.800000000000001",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:48d0f8",
                        "visible": false
                    },
                    {
                        "uid": "ff59a4ad-5b5e-469f-a505-62745291d21a",
                        "line": {
                            "color": "#00CED1",
                            "width": 6
                        },
                        "name": "𝜈 = 4.9",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:13:4d8439",
                        "ysrc": "RRRRRRR:13:5e9883",
                        "visible": false
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~RRRRRRR",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.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-17 12:47:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "RRRRRRR",
                "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-17T16:28:19.286160Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dangnguyen/20.embed",
            "fid": "dangnguyen:20",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/dangnguyen/20/9_8G7MH2QLRODG13E50DVZ22F0XJ0XOM.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/dangnguyen:20/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/dangnguyen:20/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dangnguyen/20/9_8G7MH2QLRODG13E50DVZ22F0XJ0XOM.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dangnguyen:20",
                "plots": "https://api.plotly.com/v2/plots/dangnguyen:20",
                "parent": "https://api.plotly.com/v2/folders/home?user=dangnguyen"
            },
            "owner": "dangnguyen",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "distplot, distplot, distplot",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~dangnguyen/20/distplot-distplot-distplot/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:28:20.169Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dangnguyen/20/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "dd4cf536-421c-40aa-a0ad-7fca466ced32",
                        "name": "distplot",
                        "type": "histogram",
                        "xsrc": "dangnguyen:21:ee64cb",
                        "xaxis": "x",
                        "xbins": {
                            "end": 0.944169,
                            "size": 1.0,
                            "start": 0.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(31, 119, 180)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "distplot"
                    },
                    {
                        "uid": "d8950b9f-4d4c-4724-bc53-5541f3aff2a1",
                        "mode": "lines",
                        "name": "distplot",
                        "type": "scatter",
                        "xsrc": "dangnguyen:21:d67ec4",
                        "ysrc": "dangnguyen:21:c7be92",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(31, 119, 180)"
                        },
                        "showlegend": false,
                        "legendgroup": "distplot"
                    },
                    {
                        "uid": "780d6ba8-a425-4938-a64a-e63260cba331",
                        "mode": "markers",
                        "name": "distplot",
                        "type": "scatter",
                        "xsrc": "dangnguyen:21:ee64cb",
                        "ysrc": "dangnguyen:21:17e75b",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(31, 119, 180)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "distplot"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "zeroline": false
                    },
                    "yaxis": {
                        "anchor": "free",
                        "domain": [
                            0.35,
                            1
                        ],
                        "position": 0.0
                    },
                    "legend": {
                        "traceorder": "reversed"
                    },
                    "yaxis2": {
                        "dtick": 1,
                        "anchor": "x",
                        "domain": [
                            0,
                            0.25
                        ],
                        "showticklabels": false
                    },
                    "barmode": "overlay",
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~dangnguyen",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-28 20:14:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dangnguyen",
                "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-17T16:26:05.846290Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mahdis/197.embed",
            "fid": "mahdis:197",
            "filename": "19-17",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/mahdis/197/9_YM4C3T7QHMR3K2IJYLWO3IFUYM9JJK.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mahdis/197/2_6OI70SDF76MT67OA7X38K4F90RD0HA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mahdis/197/8_V035192GQ1HKFYF2475TD7C5XVOGHA.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mahdis/197/9_YM4C3T7QHMR3K2IJYLWO3IFUYM9JJK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mahdis:197",
                "plots": "https://api.plotly.com/v2/plots/mahdis:197",
                "parent": "https://api.plotly.com/v2/folders/home?user=mahdis"
            },
            "owner": "mahdis",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~mahdis/197/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:26:05.871Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mahdis/197/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "4ff91ea1-5410-44d5-905c-c37bfee7ef5c",
                        "line": {
                            "color": "rgb(22, 96, 100)",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Buy and Hold",
                        "type": "scatter",
                        "xsrc": "mahdis:196:759e36",
                        "ysrc": "mahdis:196:4f099f"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "color": "rgb(204, 0, 0)"
                        },
                        "text": "MPC Cumulative Benchmark Buy and Hold Results - Rolling 12 Month Return -36.02% - Hold stock"
                    },
                    "width": 1024,
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2018-06-15",
                            "2019-06-14"
                        ],
                        "title": {
                            "text": "Date"
                        },
                        "showgrid": true,
                        "autorange": true,
                        "showspikes": true,
                        "spikecolor": "#999999",
                        "showticklabels": true,
                        "spikethickness": 1
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            10.392064818146684,
                            15.159531356129554
                        ],
                        "title": {
                            "text": "Percentage"
                        },
                        "showgrid": true,
                        "autorange": false,
                        "showspikes": true,
                        "spikecolor": "#999999",
                        "showticklabels": true,
                        "spikethickness": 1
                    },
                    "height": 800,
                    "images": [
                        {
                            "x": 0.04,
                            "y": 0.02,
                            "sizex": 0.1,
                            "sizey": 0.1,
                            "source": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAq4AAAKuCAYAAABg/54GAAAACXBIWXMAAAsSAAALEgHS3X78AAARn0lEQVR4nO3awZGcRRaF0adBARFaETigxRgwgQfIvPECUwYHCJnAGMBiNmyZBQJarerqv6oy/8ybeY4Fd/nFi/fmu+9/+b0AAGBuH/4xegEAABwhXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCIIFwBAIggXAEAiCBcAQCI8Hb0AACa+unXn9//MHoEQA8urgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARBCuAABEEK4AAEQQrgAARHjz3fe//D56BADN/Leqfhw9AqCDH4UrAAAJPngVAAAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACCCcAUAIIJwBQAggnAFACDC29EDAGjqf1X1cfQIgJbefPPV26/fv3snXAHW8vHXn9//MHoEQCv//Hd9W1X/qarfvAoAADClJ9H6ryo/rgAATOh5tFYJVwAAJnMpWquEKwAAE3kpWquEKwAAk7gWrVXCFQCACbwWrVXCFQCAwY5Ea5VwBQBgoKPRWiVcAQAY5JZorRKuAAAMcGu0VglXAABOdk+0VglXAABOdG+0VglXAABO8ki0VglXAABO8Gi0VglXAAA6axGtVcIVAICOWkVrlXAFAKCTltFaJVwBAOigdbRWCVcAABrrEa1VwhUAgIZ6RWuVcAUAoJGe0VolXAEAaKB3tFYJVwAAHnRGtFYJVwAAHnBWtFYJVwAA7nRmtFYJVwAA7nB2tFYJVwAAbjQiWquEKwAANxgVrVXCFQCAg0ZGa5VwBQDggNHRWiVcAQB4xQzRWiVcAQC4YpZorRKuAAC8YKZorRKuAABcMFu0VglXAACemTFaq4QrAABPzBqtVcIVAIBPZo7WKuEKAEDNH61VwhUAYHsJ0VolXAEAtpYSrVXCFQBgW0nRWiVcAQC2lBatVcIVAGA7idFaJVwBALaSGq1VwhUAYBvJ0VolXAEAtpAerVXCFQBgeStEa5VwBQBY2irRWiVcAQCWtVK0VglXAIAlrRatVcIVAGA5K0ZrlXAFAFjKqtFaJVwBAJaxcrRWCVcAgCWsHq1VwhUAIN4O0VolXAEAou0SrVXCFQAg1k7RWiVcAQAi7RatVcIVACDOjtFaJVwBAKLsGq1VwhUAIMbO0VolXAEAIuwerVXCFQBgeqL1D8IVAGBiovVvwhUAYFKi9XPCFQBgQqL1S8IVAGAyovUy4QoAMBHR+jLhCgAwCdF6nXAFAJiAaH2dcAUAGEy0HiNcAQAGEq3HCVcAgEFE622EKwDAAKL1dsIVAOBkovU+whUA4ESi9X7CFQDgJKL1McIVAOAEovVxwhUAoDPR2oZwBQDoSLS2I1wBADoRrW0JVwCADkRre8IVAKAx0dqHcAUAaEi09iNcAQAaEa19CVcAgAZEa3/CFQDgQaL1HMIVAOABovU8whUA4E6i9VzCFQDgDqL1fMIVAOBGonUM4QoAcAPROo5wBQA4SLSOJVwBAA4QreMJVwCAV4jWOQhXAIArROs8hCsAwAtE61yEKwDABaJ1PsIVAOAZ0Ton4QoA8IRonZdwBQD4RLTOTbgCAJRoTSBcAYDtidYMwhUA2JpozSFcAYBtidYswhUA2JJozSNcAYDtiNZMwhUA2IpozSVcAYBtiNZswhUA2IJozSdcAYDlidY1CFcAYGmidR3CFQBYlmhdi3AFAJYkWtcjXAGA5YjWNQlXAGAponVdwhUAWIZoXZtwBQCWIFrXJ1wBgHiidQ/CFQCIJlr3IVwBgFiidS/CFQCIJFr3I1wBgDiidU/CFQCIIlr3JVwBgBiidW/CFQCIIFoRrgDA9EQrVcIVAJicaOVPwhUAmJZo5SnhCgBMSbTynHAFAKYjWrlEuAIAUxGtvES4AgDTEK1cI1wBgCmIVl4jXAGA4UQrRwhXAGAo0cpRwhUAGEa0cgvhCgAMIVq5lXAFAE4nWrmHcAUATiVauZdwBQBOI1p5hHAFAE4hWnmUcAUAuhOttCBcAYCuRCutCFcAoBvRSkvCFQDoQrTSmnAFAJoTrfQgXAGApkQrvQhXAKAZ0UpPwhUAaEK00ptwBQAeJlo5g3AFAB4iWjmLcAUA7iZaOZNwBQDuIlo5m3AFAG4mWhlBuAIANxGtjCJcAYDDRCsjCVcA4BDRymjCFQB4lWhlBsIVALhKtDIL4QoAvEi0MhPhCgBcJFqZjXAFAL4gWpmRcAUAPiNamZVwBQD+IlqZmXAFAKpKtDI/4QoAiFYiCFcA2JxoJYVwBYCNiVaSCFcA2JRoJY1wBYANiVYSCVcA2IxoJZVwBYCNiFaSCVcA2IRoJZ1wBYANiFZWIFwBYHGilVUIVwBYmGhlJcIVABYlWlmNcAWABYlWViRcAWAxopVVCVcAWIhoZWXCFQAWIVpZnXAFgAWIVnYgXAEgnGhlF8IVAIKJVnYiXAEglGhlN8IVAAKJVnYkXAEgjGhlV8IVAIKIVnYmXAEghGhld8IVAAKIVhCuADA90Qp/EK4AMDHRCn8TrgAwKdEKnxOuADAh0QpfEq4AMBnRCpcJVwCYiGiFlwlXAJiEaIXrhCsATEC0wuuEKwAMJlrhGOEKAAOJVjhOuALAIKIVbiNcAWAA0Qq3E64AcDLRCvcRrgBwItEK9xOuAHAS0QqPEa4AcALRCo8TrgDQmWiFNoQrAHQkWqEd4QoAnYhWaEu4AkAHohXaE64A0JhohT6EKwA0JFqhH+EKAI2IVuhLuAJAA6IV+hOuAPAg0QrnEK4A8ADRCucRrgBwJ9EK5xKuAHAH0QrnE64AcCPRCmMIVwC4gWiFcYQrABwkWmEs4QoAB4hWGE+4AsArRCvMQbgCwBWiFeYhXAHgBaIV5iJcAeAC0QrzEa4A8IxohTkJVwB4QrTCvIQrAHwiWmFuwhUASrRCAuEKwPZEK2QQrgBsTbRCDuEKwLZEK2QRrgBsSbRCHuEKwHZEK2QSrgBsRbRCLuEKwDZEK2QTrgBsQbRCPuEKwPJEK6xBuAKwNNEK6xCuACxLtMJahCsASxKtsB7hCsByRCusSbgCsBTRCusSrgAsQ7TC2oQrAEsQrbA+4QpAPNEKexCuAEQTrbAP4QpALNEKexGuAEQSrbAf4QpAHNEKexKuAEQRrbAv4QpADNEKexOuAEQQrYBwBWB6ohWoEq4ATE60An8SrgBMS7QCTwlXAKYkWoHnhCsA0xGtwCXCFYCpiFbgJcIVgGmIVuAa4QrAFEQr8BrhCsBwohU4QrgCMJRoBY4SrgAMI1qBWwhXAIYQrcCthCsApxOtwD2EKwCnEq3AvYQrAKcRrcAjhCsApxCtwKOEKwDdiVagBeEKQFeiFWhFuALQjWgFWhKuAHQhWoHWhCsAzYlWoAfhCkBTohXoRbgC0IxoBXoSrgA0IVqB3oQrAA8TrcAZhCsADxGtwFmEKwB3E63AmYQrAHcRrcDZhCsANxOtwAjCFYCbiFZgFOEKwGGiFRhJuAJwiGgFRhOuALxKtAIzEK4AXCVagVkIVwBeJFqBmQhXAC4SrcBshCsAXxCtwIyEKwCfEa3ArIQrAH8RrcDMhCsAVSVagfkJVwBEKxBBuAJsTrQCKYQrwMZEK5BEuAJsSrQCaYQrwIZEK5BIuAJsRrQCqYQrwEZEK5BMuAJsQrQC6YQrwAZEK7AC4QqwONEKrEK4AixMtAIrEa4AixKtwGqEK8CCRCuwIuEKsBjRCqxKuAIs5M03X70t0Qos6m1VfRg9AoA2vn7/7l1V/TZ6B0AHH/8PlO0fbskSPSIAAAAASUVORK5CYII=",
                            "xanchor": "left",
                            "yanchor": "bottom"
                        }
                    ],
                    "hovermode": "closest",
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": "2018-08-15",
                            "y": "0.46",
                            "ax": 0,
                            "ay": -30,
                            "font": {
                                "size": 9,
                                "color": "rgb(102, 204, 0)"
                            },
                            "text": "$0.46",
                            "xref": "x",
                            "yref": "y",
                            "arrowhead": 7,
                            "showarrow": true
                        },
                        {
                            "x": "2018-11-20",
                            "y": "0.46",
                            "ax": 0,
                            "ay": -30,
                            "font": {
                                "size": 9,
                                "color": "rgb(102, 204, 0)"
                            },
                            "text": "$0.46",
                            "xref": "x",
                            "yref": "y",
                            "arrowhead": 7,
                            "showarrow": true
                        },
                        {
                            "x": "2019-02-19",
                            "y": "0.53",
                            "ax": 0,
                            "ay": -30,
                            "font": {
                                "size": 9,
                                "color": "rgb(102, 204, 0)"
                            },
                            "text": "$0.53",
                            "xref": "x",
                            "yref": "y",
                            "arrowhead": 7,
                            "showarrow": true
                        },
                        {
                            "x": "2019-05-15",
                            "y": "0.53",
                            "ax": 0,
                            "ay": -30,
                            "font": {
                                "size": 9,
                                "color": "rgb(102, 204, 0)"
                            },
                            "text": "$0.53",
                            "xref": "x",
                            "yref": "y",
                            "arrowhead": 7,
                            "showarrow": true
                        }
                    ]
                }
            },
            "height": 800,
            "width": 1024,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mahdis",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/92.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "m",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-22 18:03:04",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mahdis",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}