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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzIyJTNBMzklM0ExNS4zNDg1MTklMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsyMiUzQTQyJTNBMzguNDc1MTc0JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-20T22:42:38.475174Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~racouto/24.embed",
            "fid": "racouto:24",
            "filename": "Clusters_PV_13c_model",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/racouto:24/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/racouto:24/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/racouto/24/8_PSWYNN5GCL8KVJH72LBUWIRRQLV574.png",
                "list-thumb": "https://api.plotly.com/v2/files/racouto:24/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/racouto:24",
                "plots": "https://api.plotly.com/v2/plots/racouto:24",
                "parent": "https://api.plotly.com/v2/folders/home?user=racouto"
            },
            "owner": "racouto",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Clusters PV´s por Porte, Cluster de Mercado e % Clientes Vinculados",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~racouto/24/clusters-pv-s-por-porte-cluster-de-mercado-e-clientes-vinculados/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:42:39.023Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~racouto/24/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Cluster 0",
                        "type": "scatter3d",
                        "xsrc": "racouto:25:2eabc3",
                        "ysrc": "racouto:25:547a51",
                        "zsrc": "racouto:25:d80b32",
                        "marker": {
                            "size": 2,
                            "color": "#1f77b4"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Cluster 1",
                        "type": "scatter3d",
                        "xsrc": "racouto:25:6da73b",
                        "ysrc": "racouto:25:68effb",
                        "zsrc": "racouto:25:c3f5db",
                        "marker": {
                            "size": 4,
                            "color": "#ff7f0e"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Cluster 2",
                        "type": "scatter3d",
                        "xsrc": "racouto:25:3aa8e6",
                        "ysrc": "racouto:25:0ba6c2",
                        "zsrc": "racouto:25:02b626",
                        "marker": {
                            "size": 6,
                            "color": "#2ca02c"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Cluster 3",
                        "type": "scatter3d",
                        "xsrc": "racouto:25:6ec655",
                        "ysrc": "racouto:25:31bc96",
                        "zsrc": "racouto:25:ffe071",
                        "marker": {
                            "size": 8,
                            "color": "#d62728"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Cluster 4",
                        "type": "scatter3d",
                        "xsrc": "racouto:25:d7720d",
                        "ysrc": "racouto:25:55b07c",
                        "zsrc": "racouto:25:9df99f",
                        "marker": {
                            "size": 10,
                            "color": "#9467bd"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Cluster 5",
                        "type": "scatter3d",
                        "xsrc": "racouto:25:947879",
                        "ysrc": "racouto:25:ae8045",
                        "zsrc": "racouto:25:c72b94",
                        "marker": {
                            "size": 12,
                            "color": "#8c564b"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Cluster 6",
                        "type": "scatter3d",
                        "xsrc": "racouto:25:9a68a5",
                        "ysrc": "racouto:25:53888e",
                        "zsrc": "racouto:25:312046",
                        "marker": {
                            "size": 14,
                            "color": "#e377c2"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Cluster 7",
                        "type": "scatter3d",
                        "xsrc": "racouto:25:741ef3",
                        "ysrc": "racouto:25:cb85e3",
                        "zsrc": "racouto:25:89de79",
                        "marker": {
                            "size": 16,
                            "color": "#7f7f7f"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Cluster 8",
                        "type": "scatter3d",
                        "xsrc": "racouto:25:b04737",
                        "ysrc": "racouto:25:9faf66",
                        "zsrc": "racouto:25:4eb3a7",
                        "marker": {
                            "size": 18,
                            "color": "#bcbd22"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Cluster 9",
                        "type": "scatter3d",
                        "xsrc": "racouto:25:40335d",
                        "ysrc": "racouto:25:62bf5c",
                        "zsrc": "racouto:25:22ed3e",
                        "marker": {
                            "size": 18,
                            "color": "#17becf"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Cluster 10",
                        "type": "scatter3d",
                        "xsrc": "racouto:25:118589",
                        "ysrc": "racouto:25:485d3c",
                        "zsrc": "racouto:25:2c1863",
                        "marker": {
                            "size": 18,
                            "color": "burlywood"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Cluster 11",
                        "type": "scatter3d",
                        "xsrc": "racouto:25:50d313",
                        "ysrc": "racouto:25:3a9bea",
                        "zsrc": "racouto:25:8fe37b",
                        "marker": {
                            "size": 18,
                            "color": "mediumorchid"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Cluster 12",
                        "type": "scatter3d",
                        "xsrc": "racouto:25:0e0c98",
                        "ysrc": "racouto:25:dd2df5",
                        "zsrc": "racouto:25:ff7b9e",
                        "marker": {
                            "size": 18,
                            "color": "paleturquoise"
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": "Porte",
                            "zeroline": true
                        },
                        "yaxis": {
                            "title": "Cluster de Mercado",
                            "zeroline": true,
                            "showticklabels": false
                        },
                        "zaxis": {
                            "title": "% Vinculados",
                            "zeroline": true
                        }
                    },
                    "title": "Clusters PV´s por Porte, Cluster de Mercado e % Clientes Vinculados"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~racouto",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.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": "2018-05-30 20:55:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "racouto",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:42:25.645219Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/61561.embed",
            "fid": "amper:61561",
            "filename": "03-19-19_ds-1620_alg-5421_param-1203_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:61561/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:61561/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:61561/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:61561/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:61561",
                "plots": "https://api.plotly.com/v2/plots/amper:61561",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "03-19-19_ds-1620_alg-5421_param-1203_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/61561/_03-19-19-ds-1620-alg-5421-param-1203-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:42:26.827Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/61561/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "fe6c1ae2-f6fa-4ff1-a66f-a284acc6cbb5",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:61562:5a90d7",
                        "ysrc": "amper:61562:d07d57",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    },
                    {
                        "uid": "8d1bad56-840d-4524-8c9a-d420f7b461ed",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:61562:5a90d7",
                        "ysrc": "amper:61562:c91779",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "1670c51b-7794-4f08-b722-8d476ea33cfc",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:61562:5a90d7",
                        "ysrc": "amper:61562:e5c411",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "7946aac8-137f-46ec-a4e8-d40e3ae3f71a",
                        "mode": "lines",
                        "name": "Other",
                        "type": "scattergl",
                        "xsrc": "amper:61562:5a90d7",
                        "ysrc": "amper:61562:02c1bc",
                        "marker": {
                            "line": {
                                "color": "rgb(169,169,169)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(169,169,169)"
                        }
                    }
                ],
                "layout": {
                    "title": "03-19-19_ds-1620_alg-5421_param-1203_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:41:51.431645Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~43715291/4.embed",
            "fid": "43715291:4",
            "filename": "box_heatmap2",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/43715291:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/43715291:4/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/43715291:4/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/43715291:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/43715291:4",
                "plots": "https://api.plotly.com/v2/plots/43715291:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=43715291"
            },
            "owner": "43715291",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~43715291/4/",
            "world_readable": true,
            "date_modified": "2019-03-21T19:20:33.709Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~43715291/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c7d7fbfb-1937-4050-b7e0-9f6880b30d98",
                        "type": "heatmap",
                        "zsrc": "43715291:5:",
                        "showscale": false,
                        "colorscale": "RdBu",
                        "reversescale": false
                    }
                ],
                "layout": {
                    "xaxis": {
                        "side": "top",
                        "ticks": "",
                        "gridcolor": "rgb(0, 0, 0)",
                        "showticklabels": false
                    },
                    "yaxis": {
                        "ticks": "",
                        "ticksuffix": "  ",
                        "showticklabels": false
                    },
                    "annotations": [
                        {
                            "x": 0,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "25.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "43.65",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 0,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "47.51",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 0,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "47.18",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 0,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "46.41",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 0,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "46.28",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 0,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "45.55",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "44.44",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "43.4",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "42.75",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "41.69",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "35.72",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "28.76",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "44.52",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "48.39",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "50.27",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "49.12",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "49.31",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "48.86",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "47.54",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "46.45",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "45.76",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "44.65",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "44.25",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 2,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "34.75",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "47.31",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "50.58",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "51.72",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "51.26",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "51.28",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "50.91",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "49.31",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "48.23",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "47.47",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "46.53",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "45.34",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "40.93",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "50.64",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "52.75",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "53.23",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "53.18",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "53.04",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "52.57",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "50.83",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "49.71",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "48.79",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "48.03",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "47.39",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "46.18",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "53.21",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "54.21",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "54.83",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "54.82",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "54.64",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "54.05",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "52.27",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "51.03",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "49.97",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "49.32",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "49.25",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "58.06",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "60.23",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "60.14",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "59.57",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "59.12",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "58.38",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "57.46",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "55.14",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "53.38",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "52.25",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "51.5",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "51.66",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 6,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "61.87",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 6,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "62.64",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 6,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "62.61",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 6,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "62.12",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 6,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "61.7",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 6,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "60.62",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 6,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "59.43",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 6,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "56.95",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 6,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "55.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 6,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "53.96",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 6,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "53.27",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 6,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "52.29",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 7,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "63.74",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 7,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "64.14",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 7,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "64.04",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 7,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "63.7",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 7,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "63.31",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 7,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "62.13",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 7,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "60.67",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 7,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "58.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 7,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "55.85",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 7,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "54.85",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 7,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "54.33",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 7,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "51.77",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 8,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "64.55",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 8,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "65.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 8,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "64.84",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 8,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "64.4",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 8,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "63.99",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 8,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "62.82",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 8,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "61.17",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 8,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "58.3",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 8,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "55.99",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 8,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "55.04",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 8,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "54.72",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 8,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "52.55",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 9,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "65.18",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 9,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "65.25",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 9,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "64.87",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 9,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "64.44",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 9,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "64.04",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 9,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "62.87",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 9,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "61.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 9,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "57.86",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 9,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "55.59",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 9,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "54.75",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 9,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "54.57",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 9,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "51.5",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 10,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "64.29",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 10,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "64.11",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 10,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "63.68",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 10,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "63.17",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 10,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "62.94",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 10,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "61.86",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 10,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "59.83",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 10,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "56.39",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 10,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "54.38",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 10,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "53.66",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 10,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "53.51",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 10,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "49.42",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 11,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "55.53",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 11,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "55.37",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 11,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "55.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 11,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "54.55",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 11,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "54.35",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 11,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "53.42",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 11,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "51.67",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 11,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "50.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 11,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "49.07",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 11,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "48.76",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 11,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "48.85",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "45.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 12,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "49.06",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 12,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "49.35",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 12,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "49.24",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 12,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "48.78",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 12,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "48.57",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 12,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "48.18",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 12,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "47.42",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 12,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "47.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 12,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "46.73",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 12,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "46.76",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 12,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "46.88",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "44.44",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~43715291",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-19 18:20:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "43715291",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:41:46.199428Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~henryqpeng/40.embed",
            "fid": "henryqpeng:40",
            "filename": "Plotly Playground 2019-03-20 15:41:45",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/henryqpeng:40/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/henryqpeng:40/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/henryqpeng/40/8_K4OB6E6DP76Q84ROZ30K7WEQPMMYBV.png",
                "list-thumb": "https://api.plotly.com/v2/files/henryqpeng:40/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/henryqpeng:40",
                "plots": "https://api.plotly.com/v2/plots/henryqpeng:40",
                "parent": "https://api.plotly.com/v2/folders/home?user=henryqpeng"
            },
            "owner": "henryqpeng",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~henryqpeng/40/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:41:46.685Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~henryqpeng/40/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "db2f8db0-f36c-4c1e-b31e-4c4d817c8491",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "ds",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "henryqpeng:41:7a3957",
                        "ysrc": "henryqpeng:41:f0b651"
                    },
                    {
                        "uid": "cb87ff0b-f244-4d49-8aa3-985b85eecd54",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "y",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "henryqpeng:41:7a3957",
                        "ysrc": "henryqpeng:41:02cb94"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~henryqpeng",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-14 00:01:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "henryqpeng",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:41:00.213210Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~smileandsaydl/353.embed",
            "fid": "smileandsaydl:353",
            "filename": "plot from API (17)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/smileandsaydl:353/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/smileandsaydl:353/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/smileandsaydl/353/8_32A7C8Y2TOQOS54MWGDBSIBWX71EFE.png",
                "list-thumb": "https://api.plotly.com/v2/files/smileandsaydl:353/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/smileandsaydl:353",
                "plots": "https://api.plotly.com/v2/plots/smileandsaydl:353",
                "parent": "https://api.plotly.com/v2/folders/home?user=smileandsaydl"
            },
            "owner": "smileandsaydl",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Log-marginal-likelihood",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~smileandsaydl/353/log-marginal-likelihood/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:41:00.705Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~smileandsaydl/353/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "300dbb62-4b61-11e9-b728-408d5c757ebb",
                        "type": "contour",
                        "xsrc": "smileandsaydl:354:a63151",
                        "ysrc": "smileandsaydl:354:d2cf16",
                        "zsrc": "smileandsaydl:354:-a63151,d2cf16",
                        "contours": {
                            "coloring": "lines"
                        },
                        "ncontours": 50
                    }
                ],
                "layout": {
                    "title": "Log-marginal-likelihood",
                    "xaxis": {
                        "type": "log",
                        "title": "Length-scale",
                        "showgrid": false
                    },
                    "yaxis": {
                        "type": "log",
                        "title": "Noise-level",
                        "showgrid": false
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~smileandsaydl",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-24 14:45:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "smileandsaydl",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:40:43.333706Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/61559.embed",
            "fid": "amper:61559",
            "filename": "03-19-19_ds-1625_alg-5421_param-1205_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:61559/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:61559/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:61559/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:61559/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:61559",
                "plots": "https://api.plotly.com/v2/plots/amper:61559",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "03-19-19_ds-1625_alg-5421_param-1205_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/61559/_03-19-19-ds-1625-alg-5421-param-1205-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:40:45.066Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/61559/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d5bba979-6f41-4751-bd29-67787cfe8b40",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:61560:d47492",
                        "ysrc": "amper:61560:51f823",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    },
                    {
                        "uid": "5059b8c7-04a3-40ae-aa34-e386bbe0a505",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:61560:d47492",
                        "ysrc": "amper:61560:3ae1f7",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "6bff303a-806e-4632-8fa9-b2037a871e4e",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:61560:d47492",
                        "ysrc": "amper:61560:b8d14f",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "20f93276-dee5-4c7b-9b0a-aea50a5e1471",
                        "mode": "lines",
                        "name": "Other",
                        "type": "scattergl",
                        "xsrc": "amper:61560:d47492",
                        "ysrc": "amper:61560:71ef9e",
                        "marker": {
                            "line": {
                                "color": "rgb(169,169,169)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(169,169,169)"
                        }
                    }
                ],
                "layout": {
                    "title": "03-19-19_ds-1625_alg-5421_param-1205_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:40:24.471982Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ZXJTABNU/213.embed",
            "fid": "ZXJTABNU:213",
            "filename": "spider_all",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ZXJTABNU:213/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ZXJTABNU/213/2_3YOJTDDLMHO72GV7K64DU1H5TVAKWO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ZXJTABNU/213/8_PHRPV7JZJOCH6NSWBT903QCO5L93HA.png",
                "list-thumb": "https://api.plotly.com/v2/files/ZXJTABNU:213/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ZXJTABNU:213",
                "plots": "https://api.plotly.com/v2/plots/ZXJTABNU:213",
                "parent": "https://api.plotly.com/v2/folders/home?user=ZXJTABNU"
            },
            "owner": "ZXJTABNU",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Radar Chart Clusters - Minoristas ",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ZXJTABNU/213/radar-chart-clusters-minoristas/",
            "world_readable": true,
            "date_modified": "2019-04-27T16:43:15.466Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ZXJTABNU/213/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7f26fa48-d774-4c36-b1e4-3dfd9681c90d",
                        "fill": "none",
                        "line": {
                            "color": "red"
                        },
                        "name": "cluster 0",
                        "rsrc": "ZXJTABNU:214:05e0cc",
                        "type": "scatterpolar",
                        "thetasrc": "ZXJTABNU:214:53abb8"
                    },
                    {
                        "uid": "3d13307d-522d-4065-ab40-89df065bc81b",
                        "fill": "none",
                        "line": {
                            "color": "yellow"
                        },
                        "name": "cluster 1",
                        "rsrc": "ZXJTABNU:214:605a46",
                        "type": "scatterpolar",
                        "thetasrc": "ZXJTABNU:214:53abb8"
                    },
                    {
                        "uid": "95a17623-b13e-460b-bd44-174c916344b3",
                        "fill": "none",
                        "line": {
                            "color": "lime"
                        },
                        "name": "cluster 2",
                        "rsrc": "ZXJTABNU:214:de60e4",
                        "type": "scatterpolar",
                        "thetasrc": "ZXJTABNU:214:53abb8"
                    },
                    {
                        "uid": "c1edca64-2830-4bcf-9475-00ffb55d9dc1",
                        "fill": "none",
                        "line": {
                            "color": "cyan"
                        },
                        "name": "cluster 3",
                        "rsrc": "ZXJTABNU:214:00dfa5",
                        "type": "scatterpolar",
                        "thetasrc": "ZXJTABNU:214:53abb8"
                    },
                    {
                        "uid": "7d3da337-3d52-420d-bcb7-2efc4e4a9d5f",
                        "fill": "none",
                        "line": {
                            "color": "darkblue"
                        },
                        "name": "cluster 4",
                        "rsrc": "ZXJTABNU:214:5e3a1e",
                        "type": "scatterpolar",
                        "thetasrc": "ZXJTABNU:214:53abb8"
                    },
                    {
                        "uid": "b7f52e65-b9a6-4e75-bb20-672cb2413a1d",
                        "fill": "none",
                        "line": {
                            "color": "magenta"
                        },
                        "name": "cluster 5",
                        "rsrc": "ZXJTABNU:214:1f1357",
                        "type": "scatterpolar",
                        "thetasrc": "ZXJTABNU:214:53abb8"
                    }
                ],
                "layout": {
                    "polar": {
                        "radialaxis": {
                            "range": [
                                0,
                                1
                            ],
                            "visible": true
                        }
                    },
                    "title": {
                        "text": "Radar Chart Clusters - Minoristas "
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ZXJTABNU",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-03-07 19:40:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ZXJTABNU",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:39:50.462861Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/61557.embed",
            "fid": "amper:61557",
            "filename": "03-20-19_ds-1635_alg-5421_param-1206_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:61557/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:61557/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:61557/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:61557/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:61557",
                "plots": "https://api.plotly.com/v2/plots/amper:61557",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "03-20-19_ds-1635_alg-5421_param-1206_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/61557/_03-20-19-ds-1635-alg-5421-param-1206-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:39:51.604Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/61557/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9f2978a8-06c1-4503-9895-80ba9f99195a",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:61558:9e0c23",
                        "ysrc": "amper:61558:e35621",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    },
                    {
                        "uid": "af2a8b18-6547-43e8-b991-566ce0a14e84",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:61558:9e0c23",
                        "ysrc": "amper:61558:70d115",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "48038bf8-dcfb-4219-8fe0-1f97ddf848f8",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:61558:9e0c23",
                        "ysrc": "amper:61558:2a8285",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "e398d0e5-3a4c-447d-a9c4-f9b55e49b61f",
                        "mode": "lines",
                        "name": "Other",
                        "type": "scattergl",
                        "xsrc": "amper:61558:9e0c23",
                        "ysrc": "amper:61558:dc2730",
                        "marker": {
                            "line": {
                                "color": "rgb(169,169,169)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(169,169,169)"
                        }
                    }
                ],
                "layout": {
                    "title": "03-20-19_ds-1635_alg-5421_param-1206_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:39:16.868112Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mchenbombora/1847.embed",
            "fid": "mchenbombora:1847",
            "filename": "Distribution: ti_surge_state__count",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/mchenbombora:1847/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/mchenbombora:1847/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mchenbombora/1847/8_FAY4JNBQM6NXLXFWJVSPIJM6YTD33E.png",
                "list-thumb": "https://api.plotly.com/v2/files/mchenbombora:1847/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mchenbombora:1847",
                "plots": "https://api.plotly.com/v2/plots/mchenbombora:1847",
                "parent": "https://api.plotly.com/v2/folders/home?user=mchenbombora"
            },
            "owner": "mchenbombora",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Distribution: ti_surge_state__count",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~mchenbombora/1847/distribution-ti-surge-state-count/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:39:17.331Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mchenbombora/1847/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "fde2e58c-4b60-11e9-9abe-8a0060b14201",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Control",
                        "type": "box",
                        "ysrc": "mchenbombora:1848:dcf898",
                        "marker": {
                            "color": "rgba(255, 153, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "fde2e6f6-4b60-11e9-8092-8a0060b14201",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Target",
                        "type": "box",
                        "ysrc": "mchenbombora:1848:1bef1b",
                        "marker": {
                            "color": "rgba(55, 128, 191, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": "Distribution: ti_surge_state__count",
                    "xaxis": {
                        "title": "domain state",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "titlefont": {
                            "color": "#4D5663"
                        },
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": "",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "titlefont": {
                            "color": "#4D5663"
                        },
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "titlefont": {
                        "color": "#4D5663"
                    },
                    "showlegend": false,
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mchenbombora",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-10-13 19:54:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mchenbombora",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:39:15.348519Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mchenbombora/1845.embed",
            "fid": "mchenbombora:1845",
            "filename": "Distribution: ti_state_ratio",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/mchenbombora:1845/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/mchenbombora:1845/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mchenbombora/1845/8_RYJ1YRIGXCKU7L4GDQZJ8FVVMGALI2.png",
                "list-thumb": "https://api.plotly.com/v2/files/mchenbombora:1845/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mchenbombora:1845",
                "plots": "https://api.plotly.com/v2/plots/mchenbombora:1845",
                "parent": "https://api.plotly.com/v2/folders/home?user=mchenbombora"
            },
            "owner": "mchenbombora",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Distribution: ti_state_ratio",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~mchenbombora/1845/distribution-ti-state-ratio/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:39:15.810Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mchenbombora/1845/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "fcf4960c-4b60-11e9-98d0-8a0060b14201",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Control",
                        "type": "box",
                        "ysrc": "mchenbombora:1846:d1d9c5",
                        "marker": {
                            "color": "rgba(255, 153, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "fcf4976c-4b60-11e9-80d9-8a0060b14201",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Target",
                        "type": "box",
                        "ysrc": "mchenbombora:1846:b988e4",
                        "marker": {
                            "color": "rgba(55, 128, 191, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": "Distribution: ti_state_ratio",
                    "xaxis": {
                        "title": "domain state",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "titlefont": {
                            "color": "#4D5663"
                        },
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": "",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "titlefont": {
                            "color": "#4D5663"
                        },
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "titlefont": {
                        "color": "#4D5663"
                    },
                    "showlegend": false,
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mchenbombora",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-10-13 19:54:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mchenbombora",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}