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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA0LTIyKzAzJTNBMjQlM0EyNy4wNzIyMzglMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNC0yMiswMyUzQTMyJTNBMzYuMTkyMjQxJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-04-22T03:32:36.192241Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Murphywang/0.embed",
            "fid": "Murphywang:0",
            "filename": "hist",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Murphywang/0/9_8THB6181LD4B4D7OVMP2XW4UTRA90V.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Murphywang/0/2_F85LML2NHPNVT8EKZ8XMV3VN45UXEF.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Murphywang/0/8_VJ00715RG9KRYEY8DX98MLZVJNUPS4.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Murphywang/0/9_8THB6181LD4B4D7OVMP2XW4UTRA90V.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Murphywang:0",
                "plots": "https://api.plotly.com/v2/plots/Murphywang:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=Murphywang"
            },
            "owner": "Murphywang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Murphywang/0/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:32:36.596Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Murphywang/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "3444637e-f480-427a-955f-9e8f851bac1b",
                        "type": "bar",
                        "xsrc": "Murphywang:1:26ac8e",
                        "ysrc": "Murphywang:1:e8e131",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "width": 1.0
                            },
                            "color": "#1F77B4"
                        },
                        "opacity": 1,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "width": 640,
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -3.1005725798218915,
                            4.086947981363695
                        ],
                        "ticks": "inside",
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.0,
                            282.45
                        ],
                        "ticks": "inside",
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 7,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "bargap": 0.0,
                    "height": 480,
                    "margin": {
                        "b": 52,
                        "l": 80,
                        "r": 63,
                        "t": 57,
                        "pad": 0
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 480,
            "width": 640,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Murphywang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/78.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-22 03:05:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Murphywang",
                "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-04-22T03:29:37.641303Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~josephkc/8.embed",
            "fid": "josephkc:8",
            "filename": "nutrition_bar_graph",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/josephkc/8/9_A8A1K7IU0LH62TFQ2J4NT1GF7P4U2U.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/josephkc/8/2_N89VHGR5KX3IMFBR2EGF0CNOX2XWGM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/josephkc/8/8_WWWOBLUCYOBY6DV21M2GUA4LLVR6UY.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/josephkc/8/9_A8A1K7IU0LH62TFQ2J4NT1GF7P4U2U.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/josephkc:8",
                "plots": "https://api.plotly.com/v2/plots/josephkc:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=josephkc"
            },
            "owner": "josephkc",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Average Calories for Each Food Group",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~josephkc/8/average-calories-for-each-food-group/",
            "world_readable": true,
            "date_modified": "2019-04-22T17:24:36.072Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~josephkc/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "2569618d-1442-4050-a65f-c5a2986cfb9f",
                        "type": "bar",
                        "xsrc": "josephkc:9:8b78f7",
                        "ysrc": "josephkc:9:52dac3",
                        "marker": {
                            "colorsrc": "josephkc:9:6fa751"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "x": 0,
                        "text": "Average Calories for Each Food Group",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "family": "Roboto"
                            },
                            "text": "Food Groups"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "family": "Roboto"
                            },
                            "text": "Average Calories"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~josephkc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-15 17:15:51",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "josephkc",
                "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-04-22T03:29:35.699340Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~josephkc/6.embed",
            "fid": "josephkc:6",
            "filename": "scatterplot",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/josephkc/6/9_9J1OV8ACJVWRTWTH6E9LTTQHXCOWRN.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/josephkc/6/2_CEEKPB5MC10SB43BVPFUWJTLNMPVO3.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/josephkc/6/8_R0FMU7SEF5VGD7YYTMFPVHIS8Q0X6G.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/josephkc/6/9_9J1OV8ACJVWRTWTH6E9LTTQHXCOWRN.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/josephkc:6",
                "plots": "https://api.plotly.com/v2/plots/josephkc:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=josephkc"
            },
            "owner": "josephkc",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Average Calories verses Average Fat for Six Food Groups",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~josephkc/6/average-calories-verses-average-fat-for-six-food-groups/",
            "world_readable": true,
            "date_modified": "2019-04-22T17:24:33.719Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~josephkc/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d194fbb9-c2a5-4d0b-875e-eed5b04bb31e",
                        "name": "Fruits",
                        "type": "scatter",
                        "xsrc": "josephkc:7:037cc6",
                        "ysrc": "josephkc:7:30570e"
                    },
                    {
                        "uid": "86be4088-eab6-4a5d-90d7-5f51024ac79e",
                        "name": "Vegetables",
                        "type": "scatter",
                        "xsrc": "josephkc:7:9b831b",
                        "ysrc": "josephkc:7:fceca3"
                    },
                    {
                        "uid": "518631c1-3261-4638-923d-30dd1e6b41a8",
                        "name": "Carbs",
                        "type": "scatter",
                        "xsrc": "josephkc:7:2d0c47",
                        "ysrc": "josephkc:7:75d0ef"
                    },
                    {
                        "uid": "3f67c96e-f3a0-435b-bd29-4dd682d9c332",
                        "name": "Protein",
                        "type": "scatter",
                        "xsrc": "josephkc:7:5ae6dc",
                        "ysrc": "josephkc:7:269a12"
                    },
                    {
                        "uid": "6aaec5cc-bfc6-47af-91ff-503f8fb69947",
                        "name": "Dairy",
                        "type": "scatter",
                        "xsrc": "josephkc:7:4faa82",
                        "ysrc": "josephkc:7:cfd0db"
                    },
                    {
                        "uid": "04ba4951-10ff-4fb9-aa59-c1ebe4e960d2",
                        "name": "Desserts",
                        "type": "scatter",
                        "xsrc": "josephkc:7:348d9d",
                        "ysrc": "josephkc:7:502f6b"
                    }
                ],
                "layout": {
                    "title": {
                        "x": 0,
                        "text": "Average Calories verses Average Fat for Six Food Groups",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 18,
                                "color": "#7f7f7f",
                                "family": "Roboto"
                            },
                            "text": "Average Calories"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 18,
                                "color": "#7f7f7f",
                                "family": "Roboto"
                            },
                            "text": "Average Grams of Fat"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~josephkc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-15 17:15:51",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "josephkc",
                "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-04-22T03:28:24.897750Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Dasusweb/21.embed",
            "fid": "Dasusweb:21",
            "filename": "Plot 21",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Dasusweb/21/9_CXO2PCRHZDG4AKJNNEJDTAVOLK6RSB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Dasusweb/21/2_539IDPD9SP6K76YTKF1W0PBFLX6GY4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dasusweb/21/8_R7EW3QURDYNFJUYWULT4KXMR9GHYD5.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Dasusweb/21/9_CXO2PCRHZDG4AKJNNEJDTAVOLK6RSB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Dasusweb:21",
                "plots": "https://api.plotly.com/v2/plots/Dasusweb:21",
                "parent": "https://api.plotly.com/v2/folders/home?user=Dasusweb"
            },
            "owner": "Dasusweb",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Dasusweb/21/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:28:24.911Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Dasusweb/21/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "bar",
                        "xsrc": "Dasusweb:20:1422a1",
                        "ysrc": "Dasusweb:20:0c8524",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(239, 85, 59)"
                        },
                        "showlegend": false,
                        "orientation": "v"
                    },
                    {
                        "type": "bar",
                        "xsrc": "Dasusweb:20:b1e1db",
                        "ysrc": "Dasusweb:20:0afd0f",
                        "marker": {
                            "color": "rgb(99, 110, 250)"
                        },
                        "showlegend": false,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 24
                        },
                        "text": "Mobile Device Users' Conversion Rates"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            25.63157894736842
                        ],
                        "title": {
                            "text": "Percentage Increase"
                        },
                        "autorange": true
                    },
                    "bargap": 0.54,
                    "barmode": "stack",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Dasusweb",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.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-04-16 17:02:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Dasusweb",
                "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-04-22T03:26:58.495499Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~skace/108.embed",
            "fid": "skace:108",
            "filename": "plot from API (13)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/skace/108/9_54C6QVJ2UDVP8FGKXOKT3W00C8A0HH.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/skace/108/2_5863YV4FRHSER67349KOLGTEPJXN5D.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/skace/108/8_E6LOV4IAADD068EJHBT83GLMZDBXVZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/skace/108/9_54C6QVJ2UDVP8FGKXOKT3W00C8A0HH.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/skace:108",
                "plots": "https://api.plotly.com/v2/plots/skace:108",
                "parent": "https://api.plotly.com/v2/folders/home?user=skace"
            },
            "owner": "skace",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "<br>Network graph made with Python",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~skace/108/network-graph-made-with-python/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:26:58.981Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~skace/108/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7f75efcb-9148-4e05-abef-7944f1e7e0a0",
                        "line": {
                            "color": "#888",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "skace:109:4743fc",
                        "ysrc": "skace:109:057210",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b4a00a27-6e98-4555-9fca-486e0822869a",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "skace:109:02203b",
                        "ysrc": "skace:109:4caa6f",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "size": 10,
                            "colorbar": {
                                "title": {
                                    "side": "right",
                                    "text": "Node Connections"
                                },
                                "xanchor": "left",
                                "thickness": 15
                            },
                            "colorsrc": "skace:109:638f63",
                            "showscale": false,
                            "colorscale": "Rainbow",
                            "reversescale": true
                        },
                        "textsrc": "skace:109:f95973",
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "size": 16
                        },
                        "text": "<br>Network graph made with Python"
                    },
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "margin": {
                        "b": 20,
                        "l": 5,
                        "r": 5,
                        "t": 40
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~skace",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-26 17:29:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "skace",
                "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-04-22T03:26:42.853550Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cmhPlotly/2.embed",
            "fid": "cmhPlotly:2",
            "filename": "datetime-heatmap",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cmhPlotly/2/9_0VWY3D5Y88X792DDZHCI3LJXXSF8ZI.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cmhPlotly/2/2_8G9VX9NL85KOFVDPMHAMEGZA7DTXEI.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cmhPlotly/2/8_Z1Z0OQAR4D7WE4847BVYD4YKKQU0ZY.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cmhPlotly/2/9_0VWY3D5Y88X792DDZHCI3LJXXSF8ZI.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cmhPlotly:2",
                "plots": "https://api.plotly.com/v2/plots/cmhPlotly:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=cmhPlotly"
            },
            "owner": "cmhPlotly",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "GitHub commits per day",
            "views": 7,
            "web_url": "https://chart-studio.plotly.com/~cmhPlotly/2/github-commits-per-day/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:41:37.514Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cmhPlotly/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "276b046d-64a6-43d6-b97f-aa9c11a3fcb6",
                        "type": "heatmap",
                        "xsrc": "cmhPlotly:3:a827d7",
                        "ysrc": "cmhPlotly:3:6ce17b",
                        "zsrc": "cmhPlotly:3:-a827d7,6ce17b",
                        "colorscale": "Viridis"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "GitHub commits per day"
                    },
                    "xaxis": {
                        "ticks": ""
                    },
                    "yaxis": {
                        "ticks": ""
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cmhPlotly",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/45.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-04-22 03:12:51",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cmhPlotly",
                "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-04-22T03:25:44.240328Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~VitoGuan/12.embed",
            "fid": "VitoGuan:12",
            "filename": "plot from API (2)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/VitoGuan/12/9_HWTK715VR9SZE68Z87MEK2IDKPC21J.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/VitoGuan/12/2_7AFS7G1HQUD3SH9S94IWLGID4BYSC4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/VitoGuan/12/8_ZL8BXT03RB2HA86XO7HZPWK84BENZ6.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/VitoGuan/12/9_HWTK715VR9SZE68Z87MEK2IDKPC21J.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/VitoGuan:12",
                "plots": "https://api.plotly.com/v2/plots/VitoGuan:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=VitoGuan"
            },
            "owner": "VitoGuan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "< 5, 5 - 10, 10 - 20, 20 - 50, 50 - 80, 80 - 100, 100 - 120, 120 - 180, > 180, US Counties",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~VitoGuan/12/_180-us-counties/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:25:45.131Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~VitoGuan/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1f695af9-9582-4668-b5c3-d41627b85734",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "< 5",
                        "type": "scatter",
                        "xsrc": "VitoGuan:13:cb61f9",
                        "ysrc": "VitoGuan:13:1165c9",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "cdfe9c04-4a3d-4d1a-b818-5f8abbc49e4f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "5 - 10",
                        "type": "scatter",
                        "xsrc": "VitoGuan:13:e4f005",
                        "ysrc": "VitoGuan:13:a16d4f",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b2be694b-7a5c-4137-8a23-6a5fb2b7fb39",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "10 - 20",
                        "type": "scatter",
                        "xsrc": "VitoGuan:13:e8472d",
                        "ysrc": "VitoGuan:13:9171de",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "869b9dfd-ae15-4619-a965-beba49ae78e8",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "20 - 50",
                        "type": "scatter",
                        "xsrc": "VitoGuan:13:95f922",
                        "ysrc": "VitoGuan:13:150ad7",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2ad07075-f8d4-4e2b-b3f9-e5b404cbc261",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "50 - 80",
                        "type": "scatter",
                        "xsrc": "VitoGuan:13:5ce878",
                        "ysrc": "VitoGuan:13:a9bc5f",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "807d62bf-7198-45ea-91d2-70d3564ab028",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "80 - 100",
                        "type": "scatter",
                        "xsrc": "VitoGuan:13:4cdafa",
                        "ysrc": "VitoGuan:13:f6dbc7",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e260da5e-8086-4a62-b176-86b5fc9d5abd",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "100 - 120",
                        "type": "scatter",
                        "xsrc": "VitoGuan:13:e4e844",
                        "ysrc": "VitoGuan:13:6a631f",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "8219bbb2-50a3-4434-800a-09d303f86963",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "120 - 180",
                        "type": "scatter",
                        "xsrc": "VitoGuan:13:64badf",
                        "ysrc": "VitoGuan:13:f67d76",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d9feb79d-b651-4db5-9cb1-df508bfbc614",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "> 180",
                        "type": "scatter",
                        "xsrc": "VitoGuan:13:2e5fef",
                        "ysrc": "VitoGuan:13:3cd5b5",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5035baf7-a371-4b05-baa8-a75a34fda37b",
                        "mode": "markers",
                        "name": "US Counties",
                        "type": "scatter",
                        "xsrc": "VitoGuan:13:2f5bba",
                        "ysrc": "VitoGuan:13:c87182",
                        "marker": {
                            "color": "white",
                            "opacity": 0
                        },
                        "textsrc": "VitoGuan:13:ab237e",
                        "selected": {
                            "marker": {
                                "size": 3,
                                "color": "white",
                                "opacity": 1
                            }
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "unselected": {
                            "marker": {
                                "opacity": 0
                            }
                        },
                        "legendgroup": "centroids"
                    },
                    {
                        "uid": "adb579da-b7de-4f6c-8964-3d30ff4fa2d3",
                        "line": {
                            "color": "rgb(240, 240, 240)",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "VitoGuan:13:884320",
                        "ysrc": "VitoGuan:13:197096",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "States"
                    }
                ],
                "layout": {
                    "width": 900,
                    "xaxis": {
                        "range": [
                            -89.57150899999999,
                            -74.689516
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "range": [
                            36.4070959,
                            42.359893099999994
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "height": 450,
                    "legend": {
                        "x": 1,
                        "y": 1,
                        "xanchor": "right",
                        "yanchor": "top",
                        "traceorder": "reversed"
                    },
                    "margin": {
                        "b": 20,
                        "l": 20,
                        "r": 20,
                        "t": 40
                    },
                    "dragmode": "select",
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": 1,
                            "y": 1.05,
                            "text": "<b></b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "right",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 450,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~VitoGuan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-08 16:40:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "VitoGuan",
                "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-04-22T03:25:19.702575Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~paulinap2/4.embed",
            "fid": "paulinap2:4",
            "filename": "plot from API (2)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/paulinap2/4/9_AVKT9HCONBOCTQHESDABY04SGTK8MG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/paulinap2/4/2_XXFS1M55NRCYT3R90YJG9EIM20NY0U.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/paulinap2/4/8_W5A4A6NMIUWN400RE6J5K0DV2PLWNF.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/paulinap2/4/9_AVKT9HCONBOCTQHESDABY04SGTK8MG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/paulinap2:4",
                "plots": "https://api.plotly.com/v2/plots/paulinap2:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=paulinap2"
            },
            "owner": "paulinap2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~paulinap2/4/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:25:20.186Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~paulinap2/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8592d21d-449a-4034-8ce3-42b867c381b4",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "paulinap2:5:3da66d",
                        "ysrc": "paulinap2:5:cab7fd",
                        "zsrc": "paulinap2:5:c5616f",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    }
                ],
                "layout": {
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~paulinap2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.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-04-22 03:20:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "paulinap2",
                "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-04-22T03:24:31.259105Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~VitoGuan/10.embed",
            "fid": "VitoGuan:10",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/VitoGuan/10/9_TFYT3SEOYCZ5SR8DSDVM6HA6Z57IYX.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/VitoGuan/10/2_JBLYS1F18F4XG6DCT3ZWAL776K6ZXX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/VitoGuan/10/8_UMCAJLQR5AU01VYIDRQOVSQETSP6PF.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/VitoGuan/10/9_TFYT3SEOYCZ5SR8DSDVM6HA6Z57IYX.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/VitoGuan:10",
                "plots": "https://api.plotly.com/v2/plots/VitoGuan:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=VitoGuan"
            },
            "owner": "VitoGuan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 37, 38, 39, 41, 42, 43, 44, 47, 48, 49, 50, 56, 57, 60, 61, 62, 66, 67, 68, 69, 72, 78, 79, 82, 83, 84, 86, 87, 88, 92, 94, 95, 96, 100, 101, 102, 103, 112, 113, 119, 122, 126, 129, 130, 132, 133, 134, 146, 154, 159, 167, 172, 175, 186, 193, 214, 216, 219, 223, 241, 266, 273, 285, 327, 333, 343, 344, 346, 358, 382, 394, 462, 618, 1123, 1265, 1917, 2592, 3910, US Counties",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~VitoGuan/10/_1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23-24-25-26-27-28-29-30/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:24:31.905Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~VitoGuan/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9ade7119-6ccf-4d6c-9f21-5fa9fa3c8501",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "1",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:6e3f58",
                        "ysrc": "VitoGuan:11:b32856",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6304b37d-8271-48f5-9aec-4fdd82737888",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "2",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:aae9f2",
                        "ysrc": "VitoGuan:11:65ed1b",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "0325e55a-db5e-4aca-a973-c94bc4518680",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "3",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:937409",
                        "ysrc": "VitoGuan:11:4c314e",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6c4f400f-35c9-45bc-8008-26ca2121734b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "4",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:f0ba47",
                        "ysrc": "VitoGuan:11:d6fe9c",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1164500b-7492-4f39-9ef1-96727890c064",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "5",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:fd09fa",
                        "ysrc": "VitoGuan:11:3140ec",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7dbe099a-486c-4e67-9346-fc4461ff9191",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "6",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:af20f6",
                        "ysrc": "VitoGuan:11:a2cf94",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1dc3cf5a-038a-4b7c-b02d-e9f72f93df94",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "7",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:e06f17",
                        "ysrc": "VitoGuan:11:048ec1",
                        "fillcolor": "rgb(68, 1, 84)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c2520e9e-4e6f-4196-88d1-8053b06ef440",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "8",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:e0c6f1",
                        "ysrc": "VitoGuan:11:9f0ff2",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bbafa13b-7b77-4ed3-94d7-747f594bca41",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "9",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:8c84a0",
                        "ysrc": "VitoGuan:11:47dd3b",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6a94ba9c-ed0b-4d2d-bdad-6733ee9ed468",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "10",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:795223",
                        "ysrc": "VitoGuan:11:cf6440",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f6669142-2f88-4c17-b9ab-78a015bf52e5",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "11",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:21c9f0",
                        "ysrc": "VitoGuan:11:59e179",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3c96c280-395e-45de-83c9-10e7cf82d38f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "12",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:56be2d",
                        "ysrc": "VitoGuan:11:ad34ad",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "929e00a6-4230-46fa-84e4-d5db082a6d30",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "13",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:87278b",
                        "ysrc": "VitoGuan:11:5a6fd3",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bd686324-b06f-440f-b733-1f7d7f27bb4a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "14",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:e7a46c",
                        "ysrc": "VitoGuan:11:ef6832",
                        "fillcolor": "rgb(72, 24, 106)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5f61bc23-f2c2-4daa-8e0a-a4504ced1a3f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "15",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:9f1cc6",
                        "ysrc": "VitoGuan:11:03fc9a",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d3a08b93-1505-45e5-a87a-48f734933d28",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "16",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:b71950",
                        "ysrc": "VitoGuan:11:6b29dc",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "18addb75-59de-42cf-b121-7d9afe3a34a7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "17",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:697ac1",
                        "ysrc": "VitoGuan:11:87bd02",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bfe85a7d-373e-4003-a65b-2d06eb8735c8",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "18",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:c63b97",
                        "ysrc": "VitoGuan:11:94c98f",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e87a5e42-d1bf-4786-be96-4cf35f54a28f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "19",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:63ba35",
                        "ysrc": "VitoGuan:11:105e6a",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c1c4e697-f670-4df8-b956-71c3099ee466",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "20",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:56905d",
                        "ysrc": "VitoGuan:11:287efe",
                        "fillcolor": "rgb(71, 45, 123)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9dec3df5-705f-4d7a-9cbc-a4b699b678e4",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "21",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:96216e",
                        "ysrc": "VitoGuan:11:f6967b",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "39ea7f17-5921-493a-87f4-531d7ba48cfd",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "22",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:118f53",
                        "ysrc": "VitoGuan:11:0ae200",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5dbd0ade-e9c5-4e21-aa7a-928bbdc5dbf2",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "23",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:e89081",
                        "ysrc": "VitoGuan:11:7f5849",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c6ec89e9-c73e-46f4-8148-062bcc3cc79c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "24",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:becb42",
                        "ysrc": "VitoGuan:11:8b29a0",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9b88ac01-471e-48e4-9019-ebdb7451991b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "25",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:3b5bb6",
                        "ysrc": "VitoGuan:11:3c06bb",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "87db109c-fb11-49c0-be0d-c70ec6c9a604",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "26",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:fd7254",
                        "ysrc": "VitoGuan:11:a1f7db",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b44dcbd9-633c-402a-9844-142e0860368a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "27",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:c9524f",
                        "ysrc": "VitoGuan:11:64ed13",
                        "fillcolor": "rgb(66, 64, 134)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c3354fcf-4c63-4295-90fa-dc4787f96219",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "28",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:3f2b6e",
                        "ysrc": "VitoGuan:11:d37f65",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "350e9db6-3081-4970-98bb-9adf2728b7b6",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "29",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:62af54",
                        "ysrc": "VitoGuan:11:87ca13",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "279a1550-6a0d-451b-89c1-638e9319fc85",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "30",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:ebbcfc",
                        "ysrc": "VitoGuan:11:833148",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b32d3480-cc56-4e92-9182-4bc321551abb",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "32",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:cac51e",
                        "ysrc": "VitoGuan:11:61499b",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b2596063-2a9c-4e2e-8798-2fbf6b09edfb",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "33",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:ef0bb8",
                        "ysrc": "VitoGuan:11:91b874",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "0305e01c-07c3-4cab-89ec-7558bcdf1041",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "34",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:b1b2a4",
                        "ysrc": "VitoGuan:11:94b45e",
                        "fillcolor": "rgb(59, 82, 139)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b1b40a46-4f8a-4393-b063-79f6603e3c98",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "35",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:d528d5",
                        "ysrc": "VitoGuan:11:5fba7f",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "659fe6be-007a-4b4d-ab1d-e7f982672ccf",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "37",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:518b1f",
                        "ysrc": "VitoGuan:11:d5e99a",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7ef529d0-c926-4b28-bf57-44ea50c659ba",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "38",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:18cd70",
                        "ysrc": "VitoGuan:11:5f1d25",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7d5e51ad-0872-400a-96d0-9b83108b2364",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "39",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:ba353a",
                        "ysrc": "VitoGuan:11:274acd",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "fa68a0e3-58db-472d-89da-44d04af7e8df",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "41",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:9aab7d",
                        "ysrc": "VitoGuan:11:e07289",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "cb1df9bb-e875-45b4-a6fa-bac2b9e0d48c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "42",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:2bdda0",
                        "ysrc": "VitoGuan:11:134dfd",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "57991dc0-a515-4d12-83a3-d61ea0e890d9",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "43",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:516cf5",
                        "ysrc": "VitoGuan:11:50d9ec",
                        "fillcolor": "rgb(51, 99, 141)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ba0ae499-795d-457f-a3ed-16e3d70d21f6",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "44",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:6106bb",
                        "ysrc": "VitoGuan:11:4afeba",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "09d208f1-7043-41d4-a4d8-da7bac1b896d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "47",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:8e5b98",
                        "ysrc": "VitoGuan:11:a32f69",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "cf061820-b905-4db8-9f61-a5e35e925851",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "48",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:b3337b",
                        "ysrc": "VitoGuan:11:61e904",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "edfe9a5b-f7ea-4af4-83ee-685206e32c26",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "49",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:d96a81",
                        "ysrc": "VitoGuan:11:671aae",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ed8814da-c15e-4d88-9169-7333bc86a768",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "50",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:3d75b4",
                        "ysrc": "VitoGuan:11:ecead1",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6cccdce0-968e-417f-bdae-d934a891df5f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "56",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:880e71",
                        "ysrc": "VitoGuan:11:af0df3",
                        "fillcolor": "rgb(44, 114, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "205048f9-491c-488e-b5c3-4b39e07ceb48",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "57",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:cd3b61",
                        "ysrc": "VitoGuan:11:083381",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "84cbba8f-785c-474d-88bc-1abcb6168e1a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "60",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:feacbf",
                        "ysrc": "VitoGuan:11:db3d9b",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "084ac8e9-2a61-45c8-8beb-28ed083d666e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "61",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:877a07",
                        "ysrc": "VitoGuan:11:e004a9",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b99538fd-246e-44c7-9386-eb058d4d2de1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "62",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:02fea2",
                        "ysrc": "VitoGuan:11:5c1aa7",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "cce1544b-e878-4b73-8071-e73d9831e1db",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "66",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:3e1859",
                        "ysrc": "VitoGuan:11:7bf76e",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "242710dc-9f34-4011-a82c-08b052ad6ce4",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "67",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:85731a",
                        "ysrc": "VitoGuan:11:dd6394",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7040ad53-c7b8-4699-a14e-7330defa7320",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "68",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:a64054",
                        "ysrc": "VitoGuan:11:a40273",
                        "fillcolor": "rgb(38, 130, 142)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "12fbcaa8-3e66-4c41-9f6d-273595c2c3e7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "69",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:24f5de",
                        "ysrc": "VitoGuan:11:f04471",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3c716a0c-e818-4bb3-ad95-65e1bc15e175",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "72",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:bc1ba4",
                        "ysrc": "VitoGuan:11:793226",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d21cc9b7-0b62-4063-b941-ec485da084eb",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "78",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:c878a4",
                        "ysrc": "VitoGuan:11:222e3e",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "69f6290e-2af1-41cb-9ee7-b12b5b439fd9",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "79",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:526021",
                        "ysrc": "VitoGuan:11:6ca6c2",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6dcac308-5553-491d-8b22-64c55ac3a7db",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "82",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:27926a",
                        "ysrc": "VitoGuan:11:03a064",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6f6510a7-5812-4dff-b143-2ab2f4bf822f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "83",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:a46bd0",
                        "ysrc": "VitoGuan:11:66b39d",
                        "fillcolor": "rgb(33, 145, 140)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a9a3bd3d-760f-416a-9104-63dcb467f0cd",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "84",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:966d09",
                        "ysrc": "VitoGuan:11:7aa538",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d10358c7-23c8-431d-a64a-760f4d5ee423",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "86",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:775f81",
                        "ysrc": "VitoGuan:11:24f116",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "33e41a95-8b40-4869-847b-2c5f17ce6dea",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "87",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:182ef4",
                        "ysrc": "VitoGuan:11:7b20bb",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "fb70938d-9716-4f05-99bb-9f09882c0b55",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "88",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:b028da",
                        "ysrc": "VitoGuan:11:025018",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9610f27e-5ad0-45d4-82fb-03990be71178",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "92",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:57c939",
                        "ysrc": "VitoGuan:11:5853e3",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ef0de87d-7a3b-49d8-aefa-943b70afb5d4",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "94",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:f768f8",
                        "ysrc": "VitoGuan:11:79a330",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "06097620-0d48-422c-8428-f7be78e6e170",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "95",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:e94941",
                        "ysrc": "VitoGuan:11:7b62c0",
                        "fillcolor": "rgb(31, 160, 136)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9708f5cb-6319-4dc5-9199-9b2ce282a996",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "96",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:2e90ce",
                        "ysrc": "VitoGuan:11:99c522",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1069e72d-53cc-4b35-a268-043204e78848",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "100",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:4d05b7",
                        "ysrc": "VitoGuan:11:2585e3",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ca1980f0-4368-40bf-a430-05f2c7ebc7aa",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "101",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:aa80d5",
                        "ysrc": "VitoGuan:11:c133eb",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9db71b0a-8f8a-4a17-ac56-d5b502a826bb",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "102",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:01a821",
                        "ysrc": "VitoGuan:11:6f6932",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6e96f019-bda1-4914-bfae-ae97fa03f257",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "103",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:f6afc0",
                        "ysrc": "VitoGuan:11:45a0d6",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "70a8f579-bd26-4fe9-b08c-f8ea905a4449",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "112",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:f301a0",
                        "ysrc": "VitoGuan:11:5729d1",
                        "fillcolor": "rgb(40, 174, 128)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e84dac97-69c6-4fd5-8a9d-cf4df97e92c0",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "113",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:ab789e",
                        "ysrc": "VitoGuan:11:b10a68",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "9141551b-e392-48eb-93d0-22fa059b24a6",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "119",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:369bbb",
                        "ysrc": "VitoGuan:11:7f1ab0",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1b85fa72-228e-4a83-8df7-a2f2aa581e7d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "122",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:b21b37",
                        "ysrc": "VitoGuan:11:7c3c58",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "dfd3a8c1-eed3-4355-bc29-03ef4674ccf2",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "126",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:792a2a",
                        "ysrc": "VitoGuan:11:0b769f",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "4c086c66-74fb-42d5-81f7-bd02231a61e8",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "129",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:642c28",
                        "ysrc": "VitoGuan:11:5521d1",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "fabcd2b7-daa4-43f7-92eb-d17a2f27def1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "130",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:625199",
                        "ysrc": "VitoGuan:11:ba1c49",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c54ce1a3-4a66-496f-8c2c-b5fe021df934",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "132",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:eda8ae",
                        "ysrc": "VitoGuan:11:ca3e62",
                        "fillcolor": "rgb(63, 188, 115)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "53fb4302-073e-42eb-b913-b42e82a8c04e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "133",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:627c94",
                        "ysrc": "VitoGuan:11:f6e04b",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3d83fb72-d4ec-4b5f-bf3c-9a210d70bc26",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "134",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:7c823d",
                        "ysrc": "VitoGuan:11:9803ad",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5f15f3ae-4182-4d95-991a-274219ec9cd2",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "146",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:2965f2",
                        "ysrc": "VitoGuan:11:05717b",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ca4b4fba-9af3-4111-983a-11ae295320a4",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "154",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:b1286b",
                        "ysrc": "VitoGuan:11:e2ad11",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "06090ebf-52d4-4e8e-999a-c658c1904206",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "159",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:0e4825",
                        "ysrc": "VitoGuan:11:faf063",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c0ac5f9e-9f47-4731-b838-147626a65850",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "167",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:d4a19e",
                        "ysrc": "VitoGuan:11:617132",
                        "fillcolor": "rgb(94, 201, 98)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1bd31111-4a09-46c2-ada3-bbbb203eb504",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "172",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:b74160",
                        "ysrc": "VitoGuan:11:5a4205",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "0eee84c8-f3e0-4545-8a87-fdc15d91f815",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "175",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:4b9ab8",
                        "ysrc": "VitoGuan:11:668cca",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f24fcb55-f1a3-4966-95b0-ef17bc46ea44",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "186",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:3643e2",
                        "ysrc": "VitoGuan:11:445f86",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7e0ce328-aa58-48a4-9292-78a38cf0104e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "193",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:9a2dee",
                        "ysrc": "VitoGuan:11:b99174",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "691c72e1-d7ef-433b-a92b-aa16f8cdcd1a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "214",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:922a7a",
                        "ysrc": "VitoGuan:11:ba3746",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "247687a6-07a8-4024-9d43-bfafb974fc5b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "216",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:2658f4",
                        "ysrc": "VitoGuan:11:1bcaa8",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "0404a2d2-0b56-438b-8bc7-5930c1b2d1a4",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "219",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:3dd0df",
                        "ysrc": "VitoGuan:11:315a02",
                        "fillcolor": "rgb(132, 212, 75)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5dc331a6-fe4e-406b-9c61-82a240aee7d0",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "223",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:61e444",
                        "ysrc": "VitoGuan:11:51c2c7",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "0db08a25-9ee5-4ec8-bfd1-6c7074405981",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "241",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:4ece18",
                        "ysrc": "VitoGuan:11:27f25c",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "710f36a7-e0f1-49fd-b489-8e28b7f22bdd",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "266",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:ca0686",
                        "ysrc": "VitoGuan:11:c6ea83",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "96f933f3-daa9-4cf7-b556-0ac8f7695afe",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "273",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:b31e92",
                        "ysrc": "VitoGuan:11:91798e",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "94b3524d-1104-4e84-868d-099151656c59",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "285",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:a77802",
                        "ysrc": "VitoGuan:11:72778e",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b4bae19c-a1f1-4a2c-8581-1ab88a8a139e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "327",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:94b9c0",
                        "ysrc": "VitoGuan:11:75a6fa",
                        "fillcolor": "rgb(173, 220, 48)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "be161009-02c1-4eb0-9cc0-baf9c53a398a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "333",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:2fcefc",
                        "ysrc": "VitoGuan:11:4a7fd7",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7e34ff04-5aea-437f-b146-efff54ba4aef",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "343",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:f4978e",
                        "ysrc": "VitoGuan:11:25df06",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1f90a192-01b6-43d0-80f4-2bc3caabc05d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "344",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:ed60bc",
                        "ysrc": "VitoGuan:11:835808",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "eff3eb0b-c57b-4b78-ac5d-b991b959a341",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "346",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:aa73a2",
                        "ysrc": "VitoGuan:11:c74d87",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "4dc45bb0-f08b-4390-8ed6-5288a67a3a94",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "358",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:cb6ea7",
                        "ysrc": "VitoGuan:11:9075e3",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f86bfe71-e1e5-4d69-bf9f-cdcf00e6d4f3",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "382",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:8f988d",
                        "ysrc": "VitoGuan:11:952833",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a2590566-0604-4711-99a4-554e9a9320e7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "394",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:d3d5b2",
                        "ysrc": "VitoGuan:11:bf754c",
                        "fillcolor": "rgb(216, 226, 25)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "52e71696-9581-4148-9d8f-5242a8482eb8",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "462",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:9b55aa",
                        "ysrc": "VitoGuan:11:937f81",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f57b2b15-0ef1-4761-87a4-db87807640a1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "618",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:a2858a",
                        "ysrc": "VitoGuan:11:7726f1",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "00c02634-d76c-406b-a0ea-ad118487f394",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "1123",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:ab5966",
                        "ysrc": "VitoGuan:11:3b2bc5",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "876cfc5b-35a1-4413-806a-3889cd9f2968",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "1265",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:0a5bc2",
                        "ysrc": "VitoGuan:11:1c2a55",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "0e23ce01-f71b-4edd-95dd-168c7881abd9",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "1917",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:680bdb",
                        "ysrc": "VitoGuan:11:862b3f",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "4fb80bab-e461-4385-a314-51d4439cf872",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "2592",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:b2ee9b",
                        "ysrc": "VitoGuan:11:0d1df8",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2e363cbb-d0b4-492a-8b38-e2c33a3e79c3",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "3910",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:9d93bf",
                        "ysrc": "VitoGuan:11:380c93",
                        "fillcolor": "rgb(253, 231, 37)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "81a5caef-9424-42c9-bc9c-414afb1ac3fa",
                        "mode": "markers",
                        "name": "US Counties",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:7dee37",
                        "ysrc": "VitoGuan:11:eb7434",
                        "marker": {
                            "color": "white",
                            "opacity": 0
                        },
                        "textsrc": "VitoGuan:11:750d75",
                        "selected": {
                            "marker": {
                                "size": 3,
                                "color": "white",
                                "opacity": 1
                            }
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "unselected": {
                            "marker": {
                                "opacity": 0
                            }
                        },
                        "legendgroup": "centroids"
                    },
                    {
                        "uid": "81cd8ba6-1f80-476f-92f1-bb1e3c530762",
                        "line": {
                            "color": "rgb(240, 240, 240)",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "VitoGuan:11:ea1492",
                        "ysrc": "VitoGuan:11:d78072",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "States"
                    }
                ],
                "layout": {
                    "width": 900,
                    "xaxis": {
                        "range": [
                            -125.0,
                            -55.0
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "range": [
                            23.0,
                            51.0
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "height": 450,
                    "legend": {
                        "x": 1,
                        "y": 1,
                        "xanchor": "right",
                        "yanchor": "top",
                        "traceorder": "reversed"
                    },
                    "margin": {
                        "b": 20,
                        "l": 20,
                        "r": 20,
                        "t": 40
                    },
                    "dragmode": "select",
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": 1,
                            "y": 1.05,
                            "text": "<b></b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "right",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 450,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~VitoGuan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-08 16:40:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "VitoGuan",
                "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-04-22T03:24:27.072238Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~firs613/24.embed",
            "fid": "firs613:24",
            "filename": "plot from API (11)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/firs613/24/9_ZT1I0QQFU4JUR8GZX9AWV4MNG2AYEF.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/firs613/24/2_Z2UNTSR290OUKHFK3G7M9894NEISTP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/firs613/24/8_BWWPDCKG4SNWTUBL45TSQZ1305V940.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/firs613/24/9_ZT1I0QQFU4JUR8GZX9AWV4MNG2AYEF.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/firs613:24",
                "plots": "https://api.plotly.com/v2/plots/firs613:24",
                "parent": "https://api.plotly.com/v2/folders/home?user=firs613"
            },
            "owner": "firs613",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Count(BOW) Vectorizer vs TFIDF Vectorizer",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~firs613/24/countbow-vectorizer-vs-tfidf-vectorizer/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:24:27.429Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~firs613/24/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "46c9215b-4ef9-4bb4-bb44-02f368209b9e",
                        "name": "Count(BOW) Vectorizer",
                        "type": "bar",
                        "xsrc": "firs613:25:7993f4",
                        "ysrc": "firs613:25:db0df7",
                        "marker": {
                            "color": "#0099ff"
                        }
                    },
                    {
                        "uid": "234ee5b9-955f-40b4-bb92-847cfaa1e05e",
                        "name": "TFIDF Vectorizer",
                        "type": "bar",
                        "xsrc": "firs613:25:7993f4",
                        "ysrc": "firs613:25:465a23",
                        "marker": {
                            "color": "#404040"
                        }
                    }
                ],
                "layout": {
                    "barmode": "group"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~firs613",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-12-09 04:58:45",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "firs613",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}