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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzIyJTNBNTMlM0EwOC44OTY1MDAlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysyMyUzQTA2JTNBNDEuMzUzNzM2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T23:06:41.353736Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~antonypaulson/0.embed",
            "fid": "antonypaulson:0",
            "filename": "basic histogram",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/antonypaulson:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/antonypaulson:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/antonypaulson:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/antonypaulson:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/antonypaulson:0",
                "plots": "https://api.plotly.com/v2/plots/antonypaulson:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=antonypaulson"
            },
            "owner": "antonypaulson",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~antonypaulson/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T23:06:41.816Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~antonypaulson/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a8767663-4173-478c-92ae-b2b4597a1393",
                        "type": "histogram",
                        "xsrc": "antonypaulson:1:eb8245"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~antonypaulson",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/27.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": "2019-06-17 22:54:45",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "antonypaulson",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T23:06:41.171878Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~abibibo/22.embed",
            "fid": "abibibo:22",
            "filename": "plot from API (4)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/abibibo:22/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/abibibo/22/2_Y65TBABF8G1IHBM462AJBHA4XY1H5O.png",
                "block-thumb": "https://api.plotly.com/v2/files/abibibo:22/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/abibibo:22/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/abibibo:22",
                "plots": "https://api.plotly.com/v2/plots/abibibo:22",
                "parent": "https://api.plotly.com/v2/folders/home?user=abibibo"
            },
            "owner": "abibibo",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 5,
            "web_url": "https://chart-studio.plotly.com/~abibibo/22/",
            "world_readable": true,
            "date_modified": "2019-06-17T23:06:41.619Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~abibibo/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "box",
                        "ysrc": "abibibo:23:ae634c",
                        "jitter": 0.0,
                        "pointpos": 0,
                        "boxpoints": "all",
                        "selectedpoints": [
                            1,
                            3,
                            5
                        ]
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~abibibo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-02-20 17:01:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "abibibo",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T23:06:23.025673Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~abibibo/20.embed",
            "fid": "abibibo:20",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/abibibo:20/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/abibibo/20/2_DNBMIH6LG4248LGG2CP0A423IGWB3Z.png",
                "block-thumb": "https://api.plotly.com/v2/files/abibibo:20/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/abibibo:20/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/abibibo:20",
                "plots": "https://api.plotly.com/v2/plots/abibibo:20",
                "parent": "https://api.plotly.com/v2/folders/home?user=abibibo"
            },
            "owner": "abibibo",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~abibibo/20/",
            "world_readable": true,
            "date_modified": "2019-06-17T23:06:23.481Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~abibibo/20/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "box",
                        "ysrc": "abibibo:21:f1ff5b",
                        "jitter": 0.0,
                        "pointpos": 0,
                        "boxpoints": "all",
                        "selectedpoints": [
                            1
                        ]
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~abibibo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-02-20 17:01:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "abibibo",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T23:04:15.398867Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gaurav0/12.embed",
            "fid": "gaurav0:12",
            "filename": "plot from API (6)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/gaurav0:12/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/gaurav0:12/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/gaurav0:12/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/gaurav0:12/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gaurav0:12",
                "plots": "https://api.plotly.com/v2/plots/gaurav0:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=gaurav0"
            },
            "owner": "gaurav0",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Distribution of petal length (cm)",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~gaurav0/12/distribution-of-petal-length-cm/",
            "world_readable": true,
            "date_modified": "2019-06-17T23:04:15.870Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gaurav0/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "aa0d6d63-247e-4c76-9bea-27fe6cf68b15",
                        "type": "histogram",
                        "xsrc": "gaurav0:13:a1802d"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "size": 32
                        },
                        "text": "Distribution of petal length (cm)"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "petal length (cm)"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "Frequency"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gaurav0",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 22:23:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gaurav0",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T23:04:00.929477Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gaurav0/10.embed",
            "fid": "gaurav0:10",
            "filename": "plot from API (5)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/gaurav0:10/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/gaurav0:10/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/gaurav0:10/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/gaurav0:10/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gaurav0:10",
                "plots": "https://api.plotly.com/v2/plots/gaurav0:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=gaurav0"
            },
            "owner": "gaurav0",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Distribution of petal length (cm)",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~gaurav0/10/distribution-of-petal-length-cm/",
            "world_readable": true,
            "date_modified": "2019-06-17T23:04:01.427Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gaurav0/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "80aad4e0-95be-4e60-be2c-06ab2ddec7d4",
                        "type": "histogram",
                        "xsrc": "gaurav0:11:3ee28a"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "size": 24
                        },
                        "text": "Distribution of petal length (cm)"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "petal length (cm)"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "Frequency"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gaurav0",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 22:23:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gaurav0",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T23:00:43.957149Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~janstatystyk/1.embed",
            "fid": "janstatystyk:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/janstatystyk:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/janstatystyk:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/janstatystyk:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/janstatystyk:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/janstatystyk:1",
                "plots": "https://api.plotly.com/v2/plots/janstatystyk:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=janstatystyk"
            },
            "owner": "janstatystyk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~janstatystyk/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T23:00:58.781Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~janstatystyk/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "janstatystyk:0:69cc5d",
                        "ysrc": "janstatystyk:0:60a8a2"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "L6 CP"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.25,
                            0.65
                        ],
                        "title": {
                            "text": "Volt"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.0001640057222222222,
                            0.00013492872222222222
                        ],
                        "title": {
                            "text": "Amps"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~janstatystyk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 23:00:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "janstatystyk",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T22:57:12.669232Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gaurav0/8.embed",
            "fid": "gaurav0:8",
            "filename": "plot from API (4)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/gaurav0:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/gaurav0:8/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/gaurav0:8/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/gaurav0:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gaurav0:8",
                "plots": "https://api.plotly.com/v2/plots/gaurav0:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=gaurav0"
            },
            "owner": "gaurav0",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Distribution of petal length (cm)",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~gaurav0/8/distribution-of-petal-length-cm/",
            "world_readable": true,
            "date_modified": "2019-06-17T22:57:13.258Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gaurav0/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a0ca0e30-1740-4383-9a59-46d9f16a9724",
                        "type": "histogram",
                        "xsrc": "gaurav0:9:f6ccbf"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Distribution of petal length (cm)"
                    },
                    "xaxis": {
                        "title": {
                            "text": "petal length (cm)"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Frequency"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gaurav0",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 22:23:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gaurav0",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T22:54:07.076397Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~xyang6/36.embed",
            "fid": "xyang6:36",
            "filename": "plot from API (16)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/xyang6:36/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/xyang6:36/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/xyang6:36/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/xyang6:36/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/xyang6:36",
                "plots": "https://api.plotly.com/v2/plots/xyang6:36",
                "parent": "https://api.plotly.com/v2/folders/home?user=xyang6"
            },
            "owner": "xyang6",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "<br>Weekly Network",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~xyang6/36/weekly-network/",
            "world_readable": true,
            "date_modified": "2019-06-17T22:54:07.618Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~xyang6/36/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "59e4c979-6107-40d9-acc8-fa23b8c491e3",
                        "line": {
                            "color": "#888",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "xyang6:37:e678eb",
                        "ysrc": "xyang6:37:b442e3",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b136244c-2044-4f86-a0ca-5bc7766bc4fc",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "xyang6:37:acd3e3",
                        "ysrc": "xyang6:37:beb7a4",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 5,
                            "colorbar": {
                                "title": {
                                    "side": "right",
                                    "text": "Node Connections"
                                },
                                "xanchor": "left",
                                "thickness": 15
                            },
                            "colorsrc": "xyang6:37:b37804",
                            "showscale": true,
                            "colorscale": "Viridis",
                            "reversescale": true
                        },
                        "textsrc": "xyang6:37:ea09aa",
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "size": 16
                        },
                        "text": "<br>Weekly Network"
                    },
                    "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/~xyang6",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.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-06-01 00:40:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "xyang6",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T22:53:22.725000Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mvanauken/0.embed",
            "fid": "mvanauken:0",
            "filename": "d3-flight-paths",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/mvanauken:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/mvanauken:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/mvanauken:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/mvanauken:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mvanauken:0",
                "plots": "https://api.plotly.com/v2/plots/mvanauken:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=mvanauken"
            },
            "owner": "mvanauken",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Feb. 2011 American Airline flight paths<br>(Hover for airport names)",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~mvanauken/0/feb-2011-american-airline-flight-paths-hover-for-airport-names/",
            "world_readable": true,
            "date_modified": "2019-06-17T22:53:23.379Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mvanauken/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "fe5bee8c-9005-4975-a3b3-4003305b579e",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:5bfafd",
                        "lonsrc": "mvanauken:1:d0d072",
                        "opacity": 0.48577680525164113,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "bd3c16d7-572a-43ba-ad87-4f8ca1d7229c",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:a8e627",
                        "lonsrc": "mvanauken:1:13e6b9",
                        "opacity": 0.18161925601750548,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "56dff5b2-206a-4009-92d9-8f1cce0e5459",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:c062a1",
                        "lonsrc": "mvanauken:1:977cdc",
                        "opacity": 0.1772428884026258,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "8b1a7173-5084-469f-b914-9194121886a6",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:a9299d",
                        "lonsrc": "mvanauken:1:9f63b9",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "b686c59b-ef70-422a-a3d6-d57b94e6d130",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:c08377",
                        "lonsrc": "mvanauken:1:62f313",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "51502aad-5e90-43cb-9a88-6a0288fb5121",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:1a6558",
                        "lonsrc": "mvanauken:1:5c60ca",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "280a42fc-9b6a-4ae9-8bfe-de755f53f158",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:6ad5ca",
                        "lonsrc": "mvanauken:1:a80b31",
                        "opacity": 0.4617067833698031,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "4236ad84-45d0-4bb8-b0b9-53ff8d91f2bc",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:e4b040",
                        "lonsrc": "mvanauken:1:71e62f",
                        "opacity": 0.4288840262582057,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "aa40ae39-23cc-4f94-8a51-d651db0b417e",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:d32448",
                        "lonsrc": "mvanauken:1:1fb0db",
                        "opacity": 0.47045951859956237,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "14f57272-8848-4130-8ee4-8e458a7758dd",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:bf8102",
                        "lonsrc": "mvanauken:1:8211f6",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "53a48daa-3083-4245-9475-fa2c7e53b5f4",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:3289f9",
                        "lonsrc": "mvanauken:1:286a46",
                        "opacity": 0.04814004376367615,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "e9f85e3b-7452-47ee-800e-a3880350fd4a",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:da0995",
                        "lonsrc": "mvanauken:1:5ff068",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "5fae57ef-c927-48a9-999b-1267f1646b02",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:19e252",
                        "lonsrc": "mvanauken:1:a9983b",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "e6b804ca-63dd-41f2-9a1d-7359f14466e2",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:a706e7",
                        "lonsrc": "mvanauken:1:98facf",
                        "opacity": 0.3938730853391685,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "b3da08d1-4c6a-4bdc-9de5-89b1d7bd0289",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:b6885a",
                        "lonsrc": "mvanauken:1:8968ab",
                        "opacity": 0.3041575492341357,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "6590736a-8148-4603-b4e8-58a0fd8aadfb",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:6fd13a",
                        "lonsrc": "mvanauken:1:6d1a8b",
                        "opacity": 0.1137855579868709,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "f5d462ca-a6cf-4164-b8f5-1dbb3b008d3a",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:6214dd",
                        "lonsrc": "mvanauken:1:93d034",
                        "opacity": 0.6433260393873085,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "05047448-88f5-4139-8d82-e81c8646954b",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:a91e81",
                        "lonsrc": "mvanauken:1:8310d8",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "46fa4355-dff1-4d15-8df6-61f3dd1520ad",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:4f02f6",
                        "lonsrc": "mvanauken:1:577e09",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "fb31ab18-f10d-40e5-8300-523d2f4a24fd",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:58d7c1",
                        "lonsrc": "mvanauken:1:bbb17b",
                        "opacity": 0.6345733041575492,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "42703783-5033-4329-8443-28ebb4bf8d6b",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:d75eaf",
                        "lonsrc": "mvanauken:1:6b4b07",
                        "opacity": 0.8971553610503282,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "1a8a5a25-f614-4cdd-ad70-bc4a5759c4cd",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:5ea0b1",
                        "lonsrc": "mvanauken:1:800c34",
                        "opacity": 0.47702407002188185,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "5ee33d7b-3bd6-4c7b-aee1-b337a35dddab",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:ce49f5",
                        "lonsrc": "mvanauken:1:93bdb6",
                        "opacity": 0.2275711159737418,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "0bde6261-e137-4bbe-b88d-6f7a9b24f3c2",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:43b66a",
                        "lonsrc": "mvanauken:1:b90bbc",
                        "opacity": 0.35667396061269147,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "f738af0a-86af-40c9-8a66-fc9e3a98aec7",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:76691e",
                        "lonsrc": "mvanauken:1:2fd64f",
                        "opacity": 0.1137855579868709,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "2da0c34f-4264-44ce-8a12-f3640f2ce88c",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:a10fa4",
                        "lonsrc": "mvanauken:1:e9bde7",
                        "opacity": 0.6105032822757112,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "d0afb768-6d27-4154-a81c-6bccf5b3e942",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:0f41f5",
                        "lonsrc": "mvanauken:1:76bdf6",
                        "opacity": 0.2844638949671772,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "96b4354c-7c13-4a06-baf4-6df022ca2f8c",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:2fef76",
                        "lonsrc": "mvanauken:1:adbd67",
                        "opacity": 0.1487964989059081,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "57bab0ab-fcd7-46c2-b069-17d84e287421",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:b6bba9",
                        "lonsrc": "mvanauken:1:bb864b",
                        "opacity": 0.33916849015317285,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "5f75bca6-2c21-4c21-b7fc-f4515f4a4f77",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:786c79",
                        "lonsrc": "mvanauken:1:7f4b2d",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "2cc8e9bc-1b65-4b7b-b6a9-4d9d0c11c70c",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:b59607",
                        "lonsrc": "mvanauken:1:2f6f02",
                        "opacity": 0.3676148796498906,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "9815e99f-c673-476a-9919-33565137e8b4",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:4aaf63",
                        "lonsrc": "mvanauken:1:58b553",
                        "opacity": 0.17286652078774617,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "7607e468-6ff0-42bb-857b-a4073e965f76",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:ff34ed",
                        "lonsrc": "mvanauken:1:701b58",
                        "opacity": 0.3544857768052516,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "26cd1ff1-c6d1-49c8-a661-2adfcede38e4",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:0366ef",
                        "lonsrc": "mvanauken:1:ae7073",
                        "opacity": 1.0,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "eb52615e-313c-43b8-8db1-811f21b3bb64",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:24310f",
                        "lonsrc": "mvanauken:1:809d08",
                        "opacity": 0.47702407002188185,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "2abac24b-0823-41eb-aa4a-ae7dd64b1fdc",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:e7622c",
                        "lonsrc": "mvanauken:1:e3ca8f",
                        "opacity": 0.5470459518599562,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "f83d4a2a-e7eb-49c8-90fe-06c926915547",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:e2ee54",
                        "lonsrc": "mvanauken:1:d0bd5f",
                        "opacity": 0.23413566739606126,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "2c66bdb7-27eb-45f2-a15c-f40c691ee30b",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:68bf9b",
                        "lonsrc": "mvanauken:1:cd8360",
                        "opacity": 0.23413566739606126,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "4c525832-0d6d-4153-ad74-aa185c302f5c",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:50ee4c",
                        "lonsrc": "mvanauken:1:c7581d",
                        "opacity": 0.612691466083151,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "3e5fa13d-a649-4b24-b81c-63c41dca11bd",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:70633c",
                        "lonsrc": "mvanauken:1:87158b",
                        "opacity": 0.35667396061269147,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "2bd12bfe-c2df-4143-bb04-c7e352daa56e",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:9939d8",
                        "lonsrc": "mvanauken:1:1a36b5",
                        "opacity": 0.0175054704595186,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "af1b1875-13ee-418a-a17d-ebacf4c261d4",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:d0d52a",
                        "lonsrc": "mvanauken:1:c09aa8",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "ef007c90-bd55-421c-842c-2951d4723990",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:76a72b",
                        "lonsrc": "mvanauken:1:708864",
                        "opacity": 0.42669584245076586,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "6c872405-a278-4608-8c95-87686c6b36a2",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:834325",
                        "lonsrc": "mvanauken:1:e25544",
                        "opacity": 0.2975929978118162,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "c8e85b04-67ca-4352-8228-90a883cd3147",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:62c80b",
                        "lonsrc": "mvanauken:1:368040",
                        "opacity": 0.9026258205689278,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "cf8fa22f-8971-461b-b27f-494eb3b5d533",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:6ab375",
                        "lonsrc": "mvanauken:1:c7c922",
                        "opacity": 0.3522975929978118,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "409e4e4a-3c4c-4a64-843c-ed8f3a4d6604",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:636a28",
                        "lonsrc": "mvanauken:1:01f41e",
                        "opacity": 0.6017505470459519,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "bdc9634d-3a3b-4f27-8abf-f080d7a3a69b",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:81465d",
                        "lonsrc": "mvanauken:1:ccf552",
                        "opacity": 0.18161925601750548,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "a4386a18-4abd-49bf-9121-ef99626aa4f5",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:a5b439",
                        "lonsrc": "mvanauken:1:ac805d",
                        "opacity": 0.16411378555798686,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "2b525ebf-1c17-4d4f-a5e4-cfdf309134a7",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:e3a1c3",
                        "lonsrc": "mvanauken:1:c90217",
                        "opacity": 0.5470459518599562,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "1f266e7d-d65e-4006-bef8-e215397db040",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:d635a8",
                        "lonsrc": "mvanauken:1:d295c3",
                        "opacity": 0.9037199124726477,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "029a2ca3-8308-489a-9fa8-e780a515cc63",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:d10bde",
                        "lonsrc": "mvanauken:1:db6657",
                        "opacity": 0.17943107221006566,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "265ab9c9-f9e0-4505-917d-8160e5694888",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:637ca1",
                        "lonsrc": "mvanauken:1:307bc9",
                        "opacity": 0.5754923413566739,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "8529734a-dc2b-4a71-a7f1-f5f977bb2cbd",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:c87a0b",
                        "lonsrc": "mvanauken:1:80645f",
                        "opacity": 0.3479212253829322,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "333d26a7-8447-4639-a4fd-c2874241e6ff",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:030d76",
                        "lonsrc": "mvanauken:1:be0686",
                        "opacity": 0.3063457330415755,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "d3fc7a95-74bd-4c25-8d85-21aae338ac83",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:ad7a25",
                        "lonsrc": "mvanauken:1:14d579",
                        "opacity": 0.5317286652078774,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "99934818-977a-461d-9872-e1c5c60dbe45",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:74ac9a",
                        "lonsrc": "mvanauken:1:bd7530",
                        "opacity": 0.05470459518599562,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "01a239f1-357b-454a-affe-ebdd6e8f0a61",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:595c03",
                        "lonsrc": "mvanauken:1:2e3c7a",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "d70486c0-df79-4f3e-8112-8d9245dcd2a3",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:48c076",
                        "lonsrc": "mvanauken:1:de88d3",
                        "opacity": 0.0087527352297593,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "bf1bef01-52c8-4fa3-983d-648300f657d2",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:57aff6",
                        "lonsrc": "mvanauken:1:98fbdf",
                        "opacity": 0.0700218818380744,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "0e35eb59-8959-4f02-a769-6f5bcfba9a23",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:de50d3",
                        "lonsrc": "mvanauken:1:7f4501",
                        "opacity": 0.474835886214442,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "61aa773f-b6a8-44cd-8e91-d536f6058468",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:9e1f0f",
                        "lonsrc": "mvanauken:1:ee9b96",
                        "opacity": 0.05908096280087528,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "3956011e-a00e-426b-86e7-1f7ef295753c",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:ce46db",
                        "lonsrc": "mvanauken:1:8fa40e",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "df72e685-122d-412b-b729-149fccfaf952",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:084b5c",
                        "lonsrc": "mvanauken:1:58b35f",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "63b7af26-e36f-4767-91bf-a4f7f921687f",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:976b99",
                        "lonsrc": "mvanauken:1:bcc6e9",
                        "opacity": 0.0700218818380744,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "5297d652-616d-4d73-acf3-791c1e4e9b9f",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:e8239e",
                        "lonsrc": "mvanauken:1:0227aa",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "963034d9-e03d-4d52-81b5-21b725b5cadb",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:72e691",
                        "lonsrc": "mvanauken:1:f086ec",
                        "opacity": 0.2363238512035011,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "eedb1d59-b9f6-43ab-92c6-a8b753053c3d",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:f8d51a",
                        "lonsrc": "mvanauken:1:74ec86",
                        "opacity": 0.33698030634573306,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "ba9fed30-6842-4988-921e-6695d5294833",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:c9a51e",
                        "lonsrc": "mvanauken:1:701b05",
                        "opacity": 0.18161925601750548,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "50ac6e4c-cb16-4309-befe-eace62c4f218",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:8eabc7",
                        "lonsrc": "mvanauken:1:c19cd2",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "30629dc0-bc36-479d-bc37-85e9b07eefe6",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:a5cd10",
                        "lonsrc": "mvanauken:1:029042",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "61cf1858-4242-4835-a9dc-7c228b596294",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:7cca2d",
                        "lonsrc": "mvanauken:1:1ab62f",
                        "opacity": 0.23413566739606126,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "b44834e3-7e43-48e2-8ee2-865fa24861ca",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:b397d5",
                        "lonsrc": "mvanauken:1:fd3c59",
                        "opacity": 0.3041575492341357,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "9ab5ac61-c121-43c3-a79b-c2c266dc7985",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:fd8fa5",
                        "lonsrc": "mvanauken:1:133dee",
                        "opacity": 0.0262582056892779,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "0593fe00-fa7c-4bae-a670-7607002194dd",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:004405",
                        "lonsrc": "mvanauken:1:724690",
                        "opacity": 0.2363238512035011,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "24ba4509-1c01-4596-90fc-d06841279cda",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:349000",
                        "lonsrc": "mvanauken:1:f4c04b",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "4df6e9af-3479-4962-a6ad-e162ca6fd598",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:c4d770",
                        "lonsrc": "mvanauken:1:bd7ba9",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "9931a4c2-f4e6-4a15-9e9e-69196370f409",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:0f282b",
                        "lonsrc": "mvanauken:1:74e428",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "9b3cb6e9-6c6c-48b4-abca-633cfa745e01",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:56586e",
                        "lonsrc": "mvanauken:1:dd2f47",
                        "opacity": 0.24507658643326038,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "a34bab26-2db7-401c-9d6e-5d7655fd0a43",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:7e4b23",
                        "lonsrc": "mvanauken:1:82130f",
                        "opacity": 0.4288840262582057,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "b66c80ac-bba4-4ec6-9198-fe4f12f1bad6",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:c7e65d",
                        "lonsrc": "mvanauken:1:a1da2d",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "9ed18beb-388b-4375-bd8c-3f7dec9e923d",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:fd5e81",
                        "lonsrc": "mvanauken:1:87b0ef",
                        "opacity": 0.3041575492341357,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "f9ffd8b8-08a8-47e5-87c7-52571d6c5b8e",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:9d52c1",
                        "lonsrc": "mvanauken:1:bb7f56",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "c8b4bdcc-17e0-4a25-9774-686233c94120",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:21b13f",
                        "lonsrc": "mvanauken:1:46252e",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "a1c2a375-fe6f-4bc9-9842-c703f79f0964",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:d01978",
                        "lonsrc": "mvanauken:1:a7a525",
                        "opacity": 0.6225382932166302,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "88a88744-58ff-4873-8adf-6693ab5daada",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:da2d7a",
                        "lonsrc": "mvanauken:1:601c41",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "27325a82-3243-405a-8ef8-16011dafdf32",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:fced04",
                        "lonsrc": "mvanauken:1:76d715",
                        "opacity": 0.24288840262582057,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "936cfff4-0bdd-4f28-8099-edfb0cdedb6f",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:36772a",
                        "lonsrc": "mvanauken:1:8ac3fa",
                        "opacity": 0.3063457330415755,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "c23c2f15-22f8-4789-ad33-e495b07e44ec",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:1e41d5",
                        "lonsrc": "mvanauken:1:b59d93",
                        "opacity": 0.1772428884026258,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "11a0ab3f-6de0-47d9-8118-6e43546e8c1b",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:9217e4",
                        "lonsrc": "mvanauken:1:f544d7",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "b1a02b3c-ce16-478b-b37e-ee4db71f070b",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:61194d",
                        "lonsrc": "mvanauken:1:f325f6",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "8e8c0c09-61d5-4ad1-a14e-55ea2046021b",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:28db53",
                        "lonsrc": "mvanauken:1:7a275a",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "1b4ae934-dc65-438f-9d8d-476e22e2f43d",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:4d20d3",
                        "lonsrc": "mvanauken:1:2dcd41",
                        "opacity": 0.5995623632385121,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "c2c95ab2-0d2f-4c74-8fd8-67726f4ac10f",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:e7cbec",
                        "lonsrc": "mvanauken:1:0f5e82",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "77d0bd63-822f-4bff-83c7-26ef8c33b8fc",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:1d280b",
                        "lonsrc": "mvanauken:1:51c0ba",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "5df109ef-8db9-478e-b1e3-f441f82ef2ac",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:c8c3d9",
                        "lonsrc": "mvanauken:1:2d25c5",
                        "opacity": 0.5426695842450766,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "38736666-bddd-4662-b9a7-9815455cdc7b",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:577c0e",
                        "lonsrc": "mvanauken:1:e520e9",
                        "opacity": 0.18161925601750548,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "8576aa2f-27e6-4822-a231-3777d74a8234",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:b234e2",
                        "lonsrc": "mvanauken:1:21abed",
                        "opacity": 0.11159737417943107,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "e0d42e3e-685f-41f9-87c7-bac7cce96641",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:bd812c",
                        "lonsrc": "mvanauken:1:efa8fc",
                        "opacity": 0.849015317286652,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "cffeefa4-d35c-409c-a642-8a0812973997",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:207003",
                        "lonsrc": "mvanauken:1:1d9725",
                        "opacity": 0.22538293216630198,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "1f4d1a63-f737-4b0e-96a5-a5b4fe1b4826",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:fd034c",
                        "lonsrc": "mvanauken:1:b76f40",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "150d8da2-7975-4481-9b1e-3e2a47900de0",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:f817b1",
                        "lonsrc": "mvanauken:1:3f6c72",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "1c24838a-847a-4837-b667-07864cb371a9",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:87bdde",
                        "lonsrc": "mvanauken:1:ac5b45",
                        "opacity": 0.49015317286652077,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "1c45c47e-3701-4fe5-a9f9-10a8234f67a0",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:2c69f5",
                        "lonsrc": "mvanauken:1:5b8331",
                        "opacity": 0.24507658643326038,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "c910302a-8719-453f-860c-fb71af312bf0",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:165446",
                        "lonsrc": "mvanauken:1:a885cd",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "7b55aaf6-3fdd-4bbd-92da-9dfd287e5635",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:748105",
                        "lonsrc": "mvanauken:1:c16b37",
                        "opacity": 0.5514223194748359,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "2657d221-b54b-4fb8-be7c-0536cd3b2956",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:56a74d",
                        "lonsrc": "mvanauken:1:05a419",
                        "opacity": 0.0525164113785558,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "025a5b97-2824-4e24-813b-853630d1e041",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:0cfcd9",
                        "lonsrc": "mvanauken:1:58e50f",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "ae510f44-0796-4884-a0f3-529920793455",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:a7ca36",
                        "lonsrc": "mvanauken:1:8b65ef",
                        "opacity": 0.4288840262582057,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "2c5cc46a-14bc-4624-bdc6-afbce48ee846",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:437ebd",
                        "lonsrc": "mvanauken:1:856be7",
                        "opacity": 0.6728665207877462,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "afed24f9-7b8c-4296-9ca0-376b658bd4ed",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:09b72a",
                        "lonsrc": "mvanauken:1:2bd5ed",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "bfe39946-45b6-4108-9635-1cb9712739cb",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:1d9172",
                        "lonsrc": "mvanauken:1:7dede3",
                        "opacity": 0.5525164113785558,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "d477df03-2b65-4f9d-9615-b5b4251d327d",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:d3b6f6",
                        "lonsrc": "mvanauken:1:65e1c7",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "0ca606bc-5bbb-4178-8512-83dd43b81361",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:771c76",
                        "lonsrc": "mvanauken:1:c62b6a",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "b15b2912-da98-4b33-953c-4f03f7702772",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:8b5c4d",
                        "lonsrc": "mvanauken:1:4d5c72",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "44888ee5-d550-43e7-90f6-c2222832c165",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:5feedf",
                        "lonsrc": "mvanauken:1:3c5f57",
                        "opacity": 0.49015317286652077,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "d6d05751-db35-438f-9489-ccdaeab6758c",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:7e6b22",
                        "lonsrc": "mvanauken:1:950eb3",
                        "opacity": 0.00437636761487965,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "91667611-49dd-48f4-a3f8-47ee7fad879e",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:3f9782",
                        "lonsrc": "mvanauken:1:d7bb7b",
                        "opacity": 0.175054704595186,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "e07cfa38-31ed-497e-9928-bbb0c2978c1b",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:f20c6a",
                        "lonsrc": "mvanauken:1:6b8fd6",
                        "opacity": 0.3676148796498906,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "48faa8da-d0c2-4c8f-a6b8-ebba1ade518d",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:08a642",
                        "lonsrc": "mvanauken:1:1dad6e",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "5417ca34-2f3b-433d-9faf-306a28b6d8d4",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:e797f9",
                        "lonsrc": "mvanauken:1:edf127",
                        "opacity": 0.16301969365426697,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "73ed5366-90fb-4e7f-9d73-2dfe0dec91fb",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:aa3b3b",
                        "lonsrc": "mvanauken:1:d30576",
                        "opacity": 0.24288840262582057,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "368e958d-05dd-4428-baab-fc5f91465c80",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:5e8d5c",
                        "lonsrc": "mvanauken:1:80be07",
                        "opacity": 0.3544857768052516,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "2257ba85-a44b-42e6-98a2-84324c4f10e5",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:1f3537",
                        "lonsrc": "mvanauken:1:35f9f6",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "13ad7822-0790-4688-be40-b70ad1eb704a",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:80b2f2",
                        "lonsrc": "mvanauken:1:badb80",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "224fb700-7ae7-4c87-8a43-fdffb1611573",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:70942c",
                        "lonsrc": "mvanauken:1:1418e1",
                        "opacity": 0.0525164113785558,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "8375d291-b704-43de-89a4-f2c4298b0398",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:b0143a",
                        "lonsrc": "mvanauken:1:d5537d",
                        "opacity": 0.05032822757111598,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "4597e7e2-3667-450b-be02-3be620974c37",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:45c29b",
                        "lonsrc": "mvanauken:1:6f9faa",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "f1131813-ddea-4401-a043-039e13157a1d",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:a0fe2a",
                        "lonsrc": "mvanauken:1:ac1b27",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "dfdcff1c-445f-422b-8a9e-cf8311207ea5",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:92b1ab",
                        "lonsrc": "mvanauken:1:37dee9",
                        "opacity": 0.9409190371991247,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "0f5d945d-222d-4bbc-86ba-04412ab54095",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:e620fb",
                        "lonsrc": "mvanauken:1:2a8d5f",
                        "opacity": 0.23413566739606126,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "6fd8ec97-51a4-4c20-ac2f-d72bf0526616",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:fb060b",
                        "lonsrc": "mvanauken:1:0b3e16",
                        "opacity": 0.24507658643326038,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "82c9dbaa-9912-4c83-ad12-827b3ed3e047",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:2524ee",
                        "lonsrc": "mvanauken:1:1cfb41",
                        "opacity": 0.17067833698030635,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "c49d69cd-8009-435e-9f8c-f788e0e33b4a",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:dc833a",
                        "lonsrc": "mvanauken:1:25c9ed",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "564f43b3-729a-4f9d-89b5-7a77abf5c8b2",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:871f03",
                        "lonsrc": "mvanauken:1:9afda1",
                        "opacity": 0.24507658643326038,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "aeea68ab-ad64-4ee6-9e60-c0907842a7b0",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:405c12",
                        "lonsrc": "mvanauken:1:0668dc",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "3641bbfa-5bf1-452a-ad0b-3ef271e80aca",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:da37e3",
                        "lonsrc": "mvanauken:1:c6e45d",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "001b67a0-c6e2-4498-81cb-d38ec7d3d526",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:adfef7",
                        "lonsrc": "mvanauken:1:103e88",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "07221348-c3af-4128-a2a2-98f59e595ef0",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:56af7f",
                        "lonsrc": "mvanauken:1:4f1a8b",
                        "opacity": 0.5284463894967177,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "d81307b7-8cd1-4c23-bb51-4a69c0026619",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:2eec6a",
                        "lonsrc": "mvanauken:1:22d72a",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "f4918122-cc6d-44b2-88c0-238b368534c6",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:ddbac2",
                        "lonsrc": "mvanauken:1:31cb33",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "0984b3a1-f67d-4c3c-8702-62dbd77c4419",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:4dd9af",
                        "lonsrc": "mvanauken:1:86b4a2",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "d8f399a9-8519-4448-bf1a-fcda8055a775",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:39ffba",
                        "lonsrc": "mvanauken:1:fb09d5",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "cf461b88-fa0c-4d01-a89c-b0b818f35441",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:abcea0",
                        "lonsrc": "mvanauken:1:e0068c",
                        "opacity": 0.16411378555798686,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "1ac0830d-d04e-4b82-8df6-4b688e45fc35",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:38229b",
                        "lonsrc": "mvanauken:1:3815f4",
                        "opacity": 0.24507658643326038,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "51ca2f46-7d5c-4145-b969-5a03cc72e494",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:1cd807",
                        "lonsrc": "mvanauken:1:cc7b49",
                        "opacity": 0.12035010940919037,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "bbe15bb1-5cc8-4e30-be38-a7688a8da0ab",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:6622a5",
                        "lonsrc": "mvanauken:1:dac1f7",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "07f8a048-4d59-4041-8b47-0108e4dae0fa",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:2f4aa0",
                        "lonsrc": "mvanauken:1:f5a151",
                        "opacity": 0.3063457330415755,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "0e45ce94-054a-4e1a-8fea-a8dc268f790b",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:bf2db7",
                        "lonsrc": "mvanauken:1:1bc58f",
                        "opacity": 0.18599562363238512,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "4578dfa2-200f-4d3d-90ff-c4b542018283",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:32d797",
                        "lonsrc": "mvanauken:1:9f91af",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "79895e51-928d-4902-94c8-8210d880f7d6",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:e05487",
                        "lonsrc": "mvanauken:1:099ea2",
                        "opacity": 0.0700218818380744,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "4c0ede0a-056c-4ea4-9e29-b843dde84dda",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:55cb22",
                        "lonsrc": "mvanauken:1:f26a73",
                        "opacity": 0.3041575492341357,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "b943c996-7686-4491-b248-cd42df75b1f5",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:cd3613",
                        "lonsrc": "mvanauken:1:27b1e6",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "f3fa8137-b019-4d4f-bdc4-b7f62d4dd225",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:38d64f",
                        "lonsrc": "mvanauken:1:aef78a",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "d45442fa-79b1-4dcd-b381-1286ab420351",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:42a628",
                        "lonsrc": "mvanauken:1:27de0c",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "149ff025-93c2-4d1a-b57e-6f07b6bc5480",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:74c82c",
                        "lonsrc": "mvanauken:1:24de1e",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "03a95a96-5d26-429d-86b9-383b68d959ac",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:890257",
                        "lonsrc": "mvanauken:1:849edb",
                        "opacity": 0.4288840262582057,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "895aea65-89a1-49f1-a137-a0785f8d3232",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:947957",
                        "lonsrc": "mvanauken:1:08b6d9",
                        "opacity": 0.23413566739606126,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "e097be46-6f31-4faa-88b2-80d1e9d6bf8d",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:fa6da5",
                        "lonsrc": "mvanauken:1:d357fc",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "98b5fcca-4ecc-4dc0-8fbd-811d35be8da1",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:85145f",
                        "lonsrc": "mvanauken:1:dc8142",
                        "opacity": 0.3676148796498906,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "f1ddbd97-2881-4617-b8d5-7fba83c796a3",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:16645c",
                        "lonsrc": "mvanauken:1:73cb14",
                        "opacity": 0.35667396061269147,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "5f0068ff-cb76-4e4b-9080-bc5721957739",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:ec5d8d",
                        "lonsrc": "mvanauken:1:13fd2f",
                        "opacity": 0.13129102844638948,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "673a5840-3512-4beb-b41d-e7d7c4587ead",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:a73165",
                        "lonsrc": "mvanauken:1:2b45b3",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "ecd017af-2faa-47e4-bdfd-caf8cc137055",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:d000ea",
                        "lonsrc": "mvanauken:1:9f092b",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "6c5e4e01-b129-491c-88c7-c5fa8caa30aa",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:5a6758",
                        "lonsrc": "mvanauken:1:03a72d",
                        "opacity": 0.0175054704595186,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "f94ea878-356d-49fe-b11d-b8d2b59d81b6",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:59ec06",
                        "lonsrc": "mvanauken:1:10e217",
                        "opacity": 0.24507658643326038,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "f856d115-5b3c-4a55-a3d6-02db7364e660",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:d95d88",
                        "lonsrc": "mvanauken:1:e98de4",
                        "opacity": 0.6323851203501094,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "550f2438-6f6b-4042-ba99-2b9ade1da3c3",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:0b2d3f",
                        "lonsrc": "mvanauken:1:f96f6d",
                        "opacity": 0.16630196936542668,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "899daea1-8634-4883-a6f1-0c4a9819a76d",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:e24bc4",
                        "lonsrc": "mvanauken:1:609637",
                        "opacity": 0.2188183807439825,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "8fe24a0d-a840-4ed0-a2be-369cda6c5aa0",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:9ae2b5",
                        "lonsrc": "mvanauken:1:bd7562",
                        "opacity": 0.1838074398249453,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "8e1e1f2c-c16a-4e8e-8aac-c2502e9077f2",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:60a308",
                        "lonsrc": "mvanauken:1:89ce01",
                        "opacity": 0.12253829321663019,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "42bb2aca-b3e5-4840-8b63-c3a9df2c04c5",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:d249f5",
                        "lonsrc": "mvanauken:1:ef0902",
                        "opacity": 0.06783369803063458,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "f8a4fafc-353e-4947-811e-d958a6b3257c",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:bfd366",
                        "lonsrc": "mvanauken:1:739ece",
                        "opacity": 0.4288840262582057,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "17770973-95f0-4720-83df-36b92c030b4a",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:86ee6a",
                        "lonsrc": "mvanauken:1:c16a9e",
                        "opacity": 0.32603938730853393,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "1f17a581-f5a4-4445-bac4-383ecc6d523d",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:10239e",
                        "lonsrc": "mvanauken:1:aca9a0",
                        "opacity": 0.16411378555798686,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "739e478f-d25b-43b3-bb92-8f4f5a084d03",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:b6eb6e",
                        "lonsrc": "mvanauken:1:e7b844",
                        "opacity": 0.061269146608315096,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "dc978e7e-6108-4f1b-a0c3-bb7376186d91",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:fa7088",
                        "lonsrc": "mvanauken:1:52d506",
                        "opacity": 0.42669584245076586,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "7548aa7f-7b22-4790-9049-a13fda1dc340",
                        "line": {
                            "color": "red",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:9c1062",
                        "lonsrc": "mvanauken:1:04c014",
                        "opacity": 0.45842450765864334,
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "8d86f421-b02d-444b-a4d6-3c671c2da6d8",
                        "mode": "markers",
                        "type": "scattergeo",
                        "latsrc": "mvanauken:1:8e92c6",
                        "lonsrc": "mvanauken:1:d1d3dd",
                        "marker": {
                            "line": {
                                "color": "rgba(68, 68, 68, 0)",
                                "width": 3
                            },
                            "size": 2,
                            "color": "rgb(255, 0, 0)"
                        },
                        "textsrc": "mvanauken:1:22ab5e",
                        "hoverinfo": "text",
                        "locationmode": "USA-states"
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "north america",
                        "showland": true,
                        "landcolor": "rgb(243, 243, 243)",
                        "projection": {
                            "type": "azimuthal equal area"
                        },
                        "countrycolor": "rgb(204, 204, 204)"
                    },
                    "title": {
                        "text": "Feb. 2011 American Airline flight paths<br>(Hover for airport names)"
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mvanauken",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 22:39:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mvanauken",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T22:53:08.896500Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~esmaksimov/0.embed",
            "fid": "esmaksimov:0",
            "filename": "basic-bar",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/esmaksimov:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/esmaksimov:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/esmaksimov:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/esmaksimov:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/esmaksimov:0",
                "plots": "https://api.plotly.com/v2/plots/esmaksimov:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=esmaksimov"
            },
            "owner": "esmaksimov",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 25,
            "web_url": "https://chart-studio.plotly.com/~esmaksimov/0/",
            "world_readable": true,
            "date_modified": "2019-06-18T00:41:28.705Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~esmaksimov/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "fbb3a707-e0dc-44f0-af04-03ca94d3fcfc",
                        "type": "bar",
                        "xsrc": "esmaksimov:1:226b8c",
                        "ysrc": "esmaksimov:1:781e65",
                        "textsrc": "esmaksimov:1:7eb52e",
                        "textposition": "auto"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~esmaksimov",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 22:50:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "esmaksimov",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}