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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIxKzAyJTNBMzYlM0EwNS40ODM0MTQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMSswMiUzQTQ4JTNBNDkuODA5MDI4JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-21T02:48:49.809028Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~winit04/14.embed",
            "fid": "winit04:14",
            "filename": "ind_3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/winit04/14/9_8C21V60DY3O0S70MFBDNMD477P188C.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/winit04/14/2_DALNEBL7GB0H9FQQRJ35NDVBAEW2VL.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/winit04/14/8_U704GEBOV66NDFIV9KCINQYEJOW5BT.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/winit04/14/9_8C21V60DY3O0S70MFBDNMD477P188C.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/winit04:14",
                "plots": "https://api.plotly.com/v2/plots/winit04:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=winit04"
            },
            "owner": "winit04",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 32,
            "web_url": "https://plotly.com/~winit04/14/",
            "world_readable": true,
            "date_modified": "2019-03-25T02:26:53.956Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~winit04/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "4f0bcac1-05da-4b82-acbc-fe3aed48382c",
                        "type": "bar",
                        "xsrc": "winit04:15:a8334b",
                        "ysrc": "winit04:15:f93654"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~winit04",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.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-20 02:23:09",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "winit04",
                "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-21T02:45:23.648777Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~wdg.ec/39.embed",
            "fid": "wdg.ec:39",
            "filename": "Cohort_Vendas_porcentagem2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/wdg.ec/39/9_QINDWVEEFVA6ZHGKQQFI41RPIBULLA.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/wdg.ec/39/2_8A6I8S39RJZ0NRCZ03725W8ZEPH91V.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wdg.ec/39/8_4IBI0VPB0U7T69JAVQ6FXBVEL46QJT.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/wdg.ec/39/9_QINDWVEEFVA6ZHGKQQFI41RPIBULLA.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/wdg.ec:39",
                "plots": "https://api.plotly.com/v2/plots/wdg.ec:39",
                "parent": "https://api.plotly.com/v2/folders/home?user=wdg.ec"
            },
            "owner": "wdg.ec",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 5,
            "web_url": "https://plotly.com/~wdg.ec/39/",
            "world_readable": true,
            "date_modified": "2019-03-21T02:49:16.653Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~wdg.ec/39/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7dd9f5a6-f9a5-4cb9-b718-dcf23570d0d5",
                        "type": "heatmap",
                        "zsrc": "wdg.ec:40:",
                        "showscale": false,
                        "colorscale": "RdBu",
                        "reversescale": false
                    }
                ],
                "layout": {
                    "width": 1300,
                    "xaxis": {
                        "side": "top",
                        "ticks": "",
                        "gridcolor": "rgb(0, 0, 0)",
                        "showticklabels": false
                    },
                    "yaxis": {
                        "ticks": "",
                        "autorange": "reversed",
                        "ticksuffix": "  ",
                        "showticklabels": false
                    },
                    "height": 2000,
                    "annotations": [
                        {
                            "x": 0,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 0,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 1,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.03",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 2,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 2,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 2,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 2,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 2,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 2,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 2,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 2,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 2,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 2,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 2,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 2,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 2,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 2,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 3,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 4,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 4,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 4,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 4,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 4,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 4,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 4,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 4,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 4,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 4,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 4,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 4,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 4,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 4,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 4,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 5,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 5,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 5,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 5,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 5,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 5,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 5,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 5,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 5,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 5,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 5,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 5,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 5,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 5,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 5,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 6,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 6,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 6,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 6,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 6,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 6,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 6,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 6,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 6,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 6,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 6,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 6,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 6,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 6,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 6,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 7,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 7,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 7,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 7,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 7,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 7,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 7,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 7,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 7,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 7,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 7,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 7,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 7,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 7,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 7,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 8,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 8,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 8,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 8,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 8,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 8,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 8,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 8,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 8,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 8,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 8,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 8,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 8,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 8,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 8,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 9,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.03",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 9,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 9,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 9,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 9,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 9,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 9,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 9,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 9,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 9,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 9,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 9,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 9,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 9,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 9,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 10,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.03",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 10,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 10,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 10,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 10,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 10,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 10,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 10,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 10,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 10,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 10,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 10,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 10,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 10,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 10,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 11,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 12,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 13,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.04",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 13,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 13,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 13,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 13,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 13,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 13,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 13,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 13,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 13,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 13,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 13,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 13,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 13,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 13,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 14,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.03",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 14,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 14,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 14,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 14,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 14,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 14,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 14,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 14,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 14,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 14,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 14,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 14,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 14,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 14,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 15,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 15,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 15,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 15,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 15,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 15,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 15,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 15,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 15,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 15,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 15,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 15,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 15,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 15,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 15,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 16,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 16,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 16,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 16,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 16,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 16,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 16,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 16,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 16,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 16,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 16,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 16,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 16,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 16,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 16,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 17,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.05",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 17,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 17,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 17,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 17,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 17,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 17,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 17,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 17,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 17,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 17,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 17,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 17,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 17,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 17,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 18,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 18,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 18,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 18,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 18,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 18,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 18,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 18,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 18,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 18,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 18,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 18,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 18,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 18,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 18,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 19,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.03",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 19,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 19,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 19,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 19,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 19,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 19,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 19,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 19,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 19,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 19,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 19,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 19,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 19,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 19,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 20,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.04",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 20,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 20,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 20,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 20,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 20,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 20,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 20,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 20,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 20,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 20,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 20,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 20,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 20,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 20,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 21,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 21,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 21,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 21,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 21,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 21,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 21,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 21,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 21,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 21,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 21,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 21,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 21,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 21,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 21,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 22,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 22,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 22,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 22,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 22,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 22,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 22,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 22,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 22,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 22,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 22,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 22,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 22,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 22,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 22,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 23,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.03",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 23,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 23,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 23,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 23,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 23,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 23,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 23,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 23,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 23,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 23,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 23,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 23,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 23,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 23,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 0,
                            "y": 24,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 24,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 2,
                            "y": 24,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 3,
                            "y": 24,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 4,
                            "y": 24,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 5,
                            "y": 24,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 6,
                            "y": 24,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 7,
                            "y": 24,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 8,
                            "y": 24,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 9,
                            "y": 24,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 10,
                            "y": 24,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 11,
                            "y": 24,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 12,
                            "y": 24,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 13,
                            "y": 24,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": 14,
                            "y": 24,
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "nan",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 2000,
            "width": 1300,
            "user": {
                "profile_url": "https://plotly.com/~wdg.ec",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-14 02:14:24",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "wdg.ec",
                "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-21T02:43:30.980599Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~yang.z.8/120.embed",
            "fid": "yang.z.8:120",
            "filename": "plot from API (13)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/yang.z.8/120/9_WTCOXAUGFRUBE57YHB6MF3YZ36EFRS.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/yang.z.8/120/2_HCWJD72GIRGI7D9HL72FMAFTPJVTRX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/yang.z.8/120/8_UY337VA3E16O987CR9Z62AHNTVIM98.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/yang.z.8/120/9_WTCOXAUGFRUBE57YHB6MF3YZ36EFRS.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/yang.z.8:120",
                "plots": "https://api.plotly.com/v2/plots/yang.z.8:120",
                "parent": "https://api.plotly.com/v2/folders/home?user=yang.z.8"
            },
            "owner": "yang.z.8",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "salesActual - LMM",
            "views": 1,
            "web_url": "https://plotly.com/~yang.z.8/120/salesactual-lmm/",
            "world_readable": true,
            "date_modified": "2019-03-21T02:43:31.466Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~yang.z.8/120/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "e70aae94-1c32-4a16-a0d2-0932c95cae46",
                        "name": "with SO",
                        "type": "box",
                        "ysrc": "yang.z.8:121:c1e7c7"
                    },
                    {
                        "uid": "791092f3-6631-4f86-83e0-267bf28a202b",
                        "name": "without SO",
                        "type": "box",
                        "ysrc": "yang.z.8:121:ebdf5f"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "salesActual - LMM"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 18,
                                "color": "#7f7f7f",
                                "family": "Courier New, monospace"
                            },
                            "text": ""
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~yang.z.8",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-14 06:32:13",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "yang.z.8",
                "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-21T02:40:14.531541Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~yang.z.8/118.embed",
            "fid": "yang.z.8:118",
            "filename": "plot from API (12)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/yang.z.8:118/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/yang.z.8/118/2_YWYPLO1W7MV0JGZT7FQR3NP1GP5ALI.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/yang.z.8/118/8_XZJY1FSJOQE5P9FIQXBKG55M03YJI0.png",
                "list-thumb": "https://api.plotly.com/v2/files/yang.z.8:118/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/yang.z.8:118",
                "plots": "https://api.plotly.com/v2/plots/yang.z.8:118",
                "parent": "https://api.plotly.com/v2/folders/home?user=yang.z.8"
            },
            "owner": "yang.z.8",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "salesActual - SMM",
            "views": 2,
            "web_url": "https://plotly.com/~yang.z.8/118/salesactual-smm/",
            "world_readable": true,
            "date_modified": "2019-03-21T02:40:14.985Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~yang.z.8/118/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "66ae7cc4-ea82-44f3-8af3-7440b54d3d60",
                        "name": "with SO",
                        "type": "box",
                        "ysrc": "yang.z.8:119:79ee3f"
                    },
                    {
                        "uid": "d5e29c60-05b9-46b3-b53e-9d5484d14657",
                        "name": "without SO",
                        "type": "box",
                        "ysrc": "yang.z.8:119:a3f2a6"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "salesActual - SMM"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 18,
                                "color": "#7f7f7f",
                                "family": "Courier New, monospace"
                            },
                            "text": ""
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~yang.z.8",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-14 06:32:13",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "yang.z.8",
                "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-21T02:38:24.007569Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~tclz1995/9.embed",
            "fid": "tclz1995:9",
            "filename": "Plot 9",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/tclz1995/9/9_2C9HD0A17ZJ0V2Y84V7GKP3P1O34W8.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/tclz1995/9/2_09V728MOFLSPRS5FR9EKRQQT5EF2CT.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/tclz1995/9/8_7TR12E0Y3BOIMN0T4H8C3IQ5RFOUBZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/tclz1995/9/9_2C9HD0A17ZJ0V2Y84V7GKP3P1O34W8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/tclz1995:9",
                "plots": "https://api.plotly.com/v2/plots/tclz1995:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=tclz1995"
            },
            "owner": "tclz1995",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://plotly.com/~tclz1995/9/",
            "world_readable": true,
            "date_modified": "2019-03-21T04:19:23.763Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~tclz1995/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "2017 Deaths rate (%)",
                        "type": "bar",
                        "xsrc": "tclz1995:8:b26407",
                        "ysrc": "tclz1995:8:56ab7c",
                        "marker": {
                            "color": "rgb(119, 175, 240)"
                        },
                        "transforms": [
                            {
                                "type": "sort",
                                "targetsrc": "tclz1995:8:43ff89"
                            }
                        ],
                        "orientation": "h"
                    },
                    {
                        "name": "1968 Deaths rate (%)",
                        "type": "bar",
                        "xsrc": "tclz1995:8:43ff89",
                        "ysrc": "tclz1995:8:56ab7c",
                        "marker": {
                            "color": "rgb(239, 177, 59)"
                        },
                        "orientation": "h"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.16,
                        "text": "Top 10 leading causes of death in 1968 and corresponding data in 2017"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            32.10526315789474
                        ],
                        "title": {
                            "text": "Deaths rate (%) in 1968 and 2017"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "category",
                        "range": [
                            -0.9152919612463986,
                            9.5
                        ],
                        "title": {
                            "text": "Leading causes of death (Top 10 in 1968)"
                        },
                        "autorange": true
                    },
                    "bargap": 0.19999999999999996,
                    "legend": {
                        "xanchor": "left"
                    },
                    "shapes": [],
                    "barmode": "group",
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "annotations": [
                        {
                            "x": 17.973596491228072,
                            "y": 9.069154228855721,
                            "ax": 68,
                            "ay": 30,
                            "font": {
                                "size": 8
                            },
                            "text": "Top 1 cause of death in both<br>1968 (30.5%) and 2017 (11.6%)"
                        },
                        {
                            "x": 1.605263157894737,
                            "y": 3.206335486745379,
                            "ax": 95,
                            "ay": 27,
                            "font": {
                                "size": 8
                            },
                            "text": "sharp decrease from&nbsp;<br>1968 (2.3%) to 2017 (0.1%)"
                        },
                        {
                            "x": 1.9322612085769981,
                            "y": 1.0671641791044784,
                            "ax": 87,
                            "ay": 21,
                            "font": {
                                "size": 8
                            },
                            "text": "sharp decrease from <br>1968 (2.2%) to 2017 (0.4%)"
                        }
                    ],
                    "bargroupgap": 0
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~tclz1995",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-15 06:22:35",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "tclz1995",
                "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-21T02:37:45.854429Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~yang.z.8/116.embed",
            "fid": "yang.z.8:116",
            "filename": "plot from API (21)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/yang.z.8/116/9_A8A92W7C7FINT5TNGS4OGEGS8S03OO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/yang.z.8/116/2_HNXE52QS6579I2XSBYC9Q5KXRXOG39.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/yang.z.8/116/8_MCPLJ7X1T7VEDY0HBC2X53ZNV33130.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/yang.z.8/116/9_A8A92W7C7FINT5TNGS4OGEGS8S03OO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/yang.z.8:116",
                "plots": "https://api.plotly.com/v2/plots/yang.z.8:116",
                "parent": "https://api.plotly.com/v2/folders/home?user=yang.z.8"
            },
            "owner": "yang.z.8",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "salesActual - CVS",
            "views": 1,
            "web_url": "https://plotly.com/~yang.z.8/116/salesactual-cvs/",
            "world_readable": true,
            "date_modified": "2019-03-21T02:37:46.317Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~yang.z.8/116/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "401bd061-62c6-440d-bc80-441a1864ff25",
                        "name": "with SO",
                        "type": "box",
                        "ysrc": "yang.z.8:117:8b7f10"
                    },
                    {
                        "uid": "31e9fd8d-6db0-4c0f-b314-a5249b8e1793",
                        "name": "without SO",
                        "type": "box",
                        "ysrc": "yang.z.8:117:a19374"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "salesActual - CVS"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 18,
                                "color": "#7f7f7f",
                                "family": "Courier New, monospace"
                            },
                            "text": ""
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~yang.z.8",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-14 06:32:13",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "yang.z.8",
                "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-21T02:37:13.793874Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~xuzhaoqing/4.embed",
            "fid": "xuzhaoqing:4",
            "filename": "plot from API (2)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/4/9_67O7NVEOJLXBM0BDXOKJYHRQ1NBUOH.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/4/2_LFZS8TL2YSFE1XBS9YY8Z0OAK13HKQ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/4/8_USQWCM6F3TCWML657L629WHBUBLR9V.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/4/9_67O7NVEOJLXBM0BDXOKJYHRQ1NBUOH.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/xuzhaoqing:4",
                "plots": "https://api.plotly.com/v2/plots/xuzhaoqing:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=xuzhaoqing"
            },
            "owner": "xuzhaoqing",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 6,
            "web_url": "https://plotly.com/~xuzhaoqing/4/",
            "world_readable": true,
            "date_modified": "2019-03-21T02:37:14.277Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~xuzhaoqing/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "75aeecda-7f13-4617-90a4-cb4ffc8e16fa",
                        "type": "box",
                        "ysrc": "xuzhaoqing:5:251c77"
                    },
                    {
                        "uid": "4b4e9b89-d326-4fe8-9ae6-8f11900d7335",
                        "type": "box",
                        "ysrc": "xuzhaoqing:5:42496c"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~xuzhaoqing",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 02:28:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "xuzhaoqing",
                "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-21T02:37:02.302316Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~rguiry200/1.embed",
            "fid": "rguiry200:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rguiry200/1/9_BRD7009ARN4T7NEMBMBLP1BXLD0NUY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/rguiry200/1/2_9U9AW25MKN6I7LTIXAKG1GM79CDKZ1.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rguiry200/1/8_9BXGGFDRBFNOLUHN75YYNVNLGN9EHH.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rguiry200/1/9_BRD7009ARN4T7NEMBMBLP1BXLD0NUY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rguiry200:1",
                "plots": "https://api.plotly.com/v2/plots/rguiry200:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=rguiry200"
            },
            "owner": "rguiry200",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://plotly.com/~rguiry200/1/",
            "world_readable": true,
            "date_modified": "2019-03-21T02:37:02.328Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~rguiry200/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6ad0a5",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "rguiry200:0:f6f54c",
                        "ysrc": "rguiry200:0:a2adf5"
                    },
                    {
                        "uid": "8a8555",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "6ad0a5",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.019464754472293233,
                                        "value": 0.14050000000000873
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.7347783679450831,
                                        "value": 6.834499999999694
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "The Effect of Length on Period"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            12.25563909774436,
                            57.744360902255636
                        ],
                        "title": {
                            "text": "Length (centimeters)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            7.861093177766962,
                            14.914679306433491
                        ],
                        "title": {
                            "text": "Period (seconds)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~rguiry200",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 02:36:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rguiry200",
                "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-21T02:36:39.531254Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~xuzhaoqing/2.embed",
            "fid": "xuzhaoqing:2",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/2/9_UWMLSG39CPQQUDMIKESOF7LIYSMVHL.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/2/2_J25FFDQFJDUXQ4HQKIULEK0W1EFWMQ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/2/8_EOLZEQGQOZQJRULB4RZUEZCX8A0ZSY.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/2/9_UWMLSG39CPQQUDMIKESOF7LIYSMVHL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/xuzhaoqing:2",
                "plots": "https://api.plotly.com/v2/plots/xuzhaoqing:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=xuzhaoqing"
            },
            "owner": "xuzhaoqing",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 4,
            "web_url": "https://plotly.com/~xuzhaoqing/2/",
            "world_readable": true,
            "date_modified": "2019-03-21T02:36:40.123Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~xuzhaoqing/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1ded96b0-2b4c-42e6-8d0c-245440048337",
                        "type": "box",
                        "ysrc": "xuzhaoqing:3:96e2b3"
                    },
                    {
                        "uid": "46641ba9-34f1-4a72-b003-ef2d532c074f",
                        "type": "box",
                        "ysrc": "xuzhaoqing:3:0a6ed8"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~xuzhaoqing",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 02:28:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "xuzhaoqing",
                "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-21T02:36:05.483414Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~xuzhaoqing/0.embed",
            "fid": "xuzhaoqing:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/0/9_D0XBE777Y2D09FOOCGMS9JIG92XAUF.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/0/2_3PZZXQH8OUWHTX6FF26Z7TMSDD5NYN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/0/8_KUOOK16ZOBJIID6Q1DP1AK8LSU70MC.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/0/9_D0XBE777Y2D09FOOCGMS9JIG92XAUF.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/xuzhaoqing:0",
                "plots": "https://api.plotly.com/v2/plots/xuzhaoqing:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=xuzhaoqing"
            },
            "owner": "xuzhaoqing",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 5,
            "web_url": "https://plotly.com/~xuzhaoqing/0/",
            "world_readable": true,
            "date_modified": "2019-03-21T02:36:05.965Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~xuzhaoqing/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "fa9738f4-5fc2-4e64-ace2-3ba1141f74a8",
                        "type": "box",
                        "ysrc": "xuzhaoqing:1:857ff1"
                    },
                    {
                        "uid": "20098bba-aaf2-4c46-adcb-c50078999386",
                        "type": "box",
                        "ysrc": "xuzhaoqing:1:171221"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~xuzhaoqing",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 02:28:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "xuzhaoqing",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}