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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIxKzAzJTNBMzklM0E0NC4wODEyMDglMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMSswMyUzQTQ2JTNBNTkuNTExMDA0JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-21T03:46:59.511004Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mesheets/2.embed",
            "fid": "mesheets:2",
            "filename": "choropleth_AL",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/mesheets/2/9_3JPQ6GTDD0X32N112OS0Y3YK57PQ7C.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mesheets/2/2_ZEA6RHR07Q23YNTLPA3YI136GY5DN6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mesheets/2/8_3PONM8KO73UG0XO8TLXZ93UD9SZAKO.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mesheets/2/9_3JPQ6GTDD0X32N112OS0Y3YK57PQ7C.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mesheets:2",
                "plots": "https://api.plotly.com/v2/plots/mesheets:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=mesheets"
            },
            "owner": "mesheets",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Alabama",
            "views": 5,
            "web_url": "https://chart-studio.plotly.com/~mesheets/2/alabama/",
            "world_readable": true,
            "date_modified": "2020-08-26T19:33:02.383Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mesheets/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "x": [],
                        "y": [],
                        "uid": "0b4ad8ae-f8ac-4822-b947-f4167c492807",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "< 1",
                        "type": "scatter",
                        "fillcolor": "#f7fbff",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "ce07cd37-bdaf-43ca-b174-f29b627c9db8",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "1 - 1",
                        "type": "scatter",
                        "fillcolor": "#ebf3fb",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "287c9a58-0235-4e6f-8a7a-6c2f0d49d05c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "1 - 2",
                        "type": "scatter",
                        "fillcolor": "#deebf7",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "6e44939a-2072-4c21-a8b3-5edcdcf2aa0b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "2 - 3",
                        "type": "scatter",
                        "fillcolor": "#d2e3f3",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "98060aaa-0fd1-4271-9b29-807eb4584a99",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "3 - 3",
                        "type": "scatter",
                        "fillcolor": "#c6dbef",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "f230d97e-cb14-4956-9890-b6dfcfa22354",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "3 - 4",
                        "type": "scatter",
                        "fillcolor": "#b3d2e9",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "c968b1cd-a6f2-4e5e-a3cf-4918ab359a9b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "4 - 5",
                        "type": "scatter",
                        "fillcolor": "#9ecae1",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "f6d041e5-72cb-4e9d-8034-aaee94ce6176",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "5 - 6",
                        "type": "scatter",
                        "fillcolor": "#85bcdb",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "671a976a-9d56-40cb-b5a0-d4fc73796c8c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "6 - 6",
                        "type": "scatter",
                        "xsrc": "mesheets:3:48ed43",
                        "ysrc": "mesheets:3:d5ad9a",
                        "fillcolor": "#6baed6",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1688aea3-fddc-4ee0-a67a-368eca2902a6",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "6 - 7",
                        "type": "scatter",
                        "xsrc": "mesheets:3:95d23a",
                        "ysrc": "mesheets:3:991cf1",
                        "fillcolor": "#57a0ce",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "8addcee7-b18d-42f8-bad1-d9f05d5d59fe",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "7 - 8",
                        "type": "scatter",
                        "xsrc": "mesheets:3:de7e77",
                        "ysrc": "mesheets:3:29af0b",
                        "fillcolor": "#4292c6",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "8158ff4a-0f01-48c6-bfdf-7721b7317240",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "8 - 9",
                        "type": "scatter",
                        "xsrc": "mesheets:3:7ff492",
                        "ysrc": "mesheets:3:9a3af3",
                        "fillcolor": "#3082be",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "d8b62076-ed70-4635-a8af-73b1a34c75cd",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "9 - 9",
                        "type": "scatter",
                        "xsrc": "mesheets:3:5c5153",
                        "ysrc": "mesheets:3:696398",
                        "fillcolor": "#2171b5",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "651083d5-89e0-4b41-a5a9-736d7442b4a9",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "9 - 10",
                        "type": "scatter",
                        "xsrc": "mesheets:3:d46b78",
                        "ysrc": "mesheets:3:710b2e",
                        "fillcolor": "#1361a9",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7071058a-b370-4135-a3ea-ca1a8c52f858",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "10 - 11",
                        "type": "scatter",
                        "xsrc": "mesheets:3:fc671b",
                        "ysrc": "mesheets:3:6a0f60",
                        "fillcolor": "#08519c",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "116a130f-3f9a-4374-8ede-cebbb9b53b08",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "11 - 12",
                        "type": "scatter",
                        "xsrc": "mesheets:3:82d0a7",
                        "ysrc": "mesheets:3:716b43",
                        "fillcolor": "#0b4083",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e46d54c4-a242-43b7-861f-ae0f54652018",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "> 12",
                        "type": "scatter",
                        "xsrc": "mesheets:3:089bbb",
                        "ysrc": "mesheets:3:aba6f2",
                        "fillcolor": "#08306b",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "19fdf1aa-5e19-4d13-8040-cc8282cf58da",
                        "mode": "markers",
                        "name": "US Counties",
                        "type": "scatter",
                        "xsrc": "mesheets:3:468cb4",
                        "ysrc": "mesheets:3:f782e1",
                        "marker": {
                            "color": "white",
                            "opacity": 0
                        },
                        "textsrc": "mesheets:3:b22509",
                        "selected": {
                            "marker": {
                                "size": 3,
                                "color": "white",
                                "opacity": 1
                            }
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "unselected": {
                            "marker": {
                                "opacity": 0
                            }
                        },
                        "legendgroup": "centroids"
                    },
                    {
                        "uid": "b47b4364-a719-442f-9e26-d613a52e5d7f",
                        "line": {
                            "color": "rgb(240, 240, 240)",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "mesheets:3:36aa26",
                        "ysrc": "mesheets:3:1aa431",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "States"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Alabama"
                    },
                    "width": 900,
                    "xaxis": {
                        "range": [
                            -92.66181225,
                            -80.70049474999999
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "range": [
                            30.223501,
                            35.008027999999996
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "height": 450,
                    "legend": {
                        "x": 1,
                        "y": 1,
                        "xanchor": "right",
                        "yanchor": "top",
                        "traceorder": "reversed"
                    },
                    "margin": {
                        "b": 20,
                        "l": 20,
                        "r": 20,
                        "t": 40
                    },
                    "dragmode": "select",
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": 1,
                            "y": 1.05,
                            "text": "<b>Infant Mortality Rate by County</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "right",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgb(229,229,229)",
                    "paper_bgcolor": "rgb(229,229,229)"
                }
            },
            "height": 450,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mesheets",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 03:21:04",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mesheets",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:46:08.001404Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dsal/30.embed",
            "fid": "dsal:30",
            "filename": "plot from API (7)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/dsal/30/9_48WSQVNDYG9L62WXU2JGIMTB1BN3VX.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/dsal/30/2_PDKOB66IXIP26OXTS3M07IIJX42737.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dsal/30/8_1TQ32U2W6WT2Y7YF53H4F9JPNQ6OXI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dsal/30/9_48WSQVNDYG9L62WXU2JGIMTB1BN3VX.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dsal:30",
                "plots": "https://api.plotly.com/v2/plots/dsal:30",
                "parent": "https://api.plotly.com/v2/folders/home?user=dsal"
            },
            "owner": "dsal",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Hover over the points to see the text",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~dsal/30/hover-over-the-points-to-see-the-text/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:46:08.646Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dsal/30/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "343fb664-34c9-46f5-b9ad-73e904d1269f",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "dsal:31:23628a",
                        "ysrc": "dsal:31:9324b8"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Hover over the points to see the text"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~dsal",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/4.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-08 21:10:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dsal",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:45:53.496910Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~flores12/721.embed",
            "fid": "flores12:721",
            "filename": "pl_irox_volcano_plotly_default_ooh",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/flores12/721/9_4Q8CN6T8I6500ORT99RQ71ZHUIW2IZ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/flores12/721/2_84G7OSFRZC1XQRTZOMJWTOA32VDIC8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/flores12/721/8_F752LZNJFYFVRBO4R1HIMN5YJDRYNW.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/flores12/721/9_4Q8CN6T8I6500ORT99RQ71ZHUIW2IZ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/flores12:721",
                "plots": "https://api.plotly.com/v2/plots/flores12:721",
                "parent": "https://api.plotly.com/v2/folders/flores12:720"
            },
            "owner": "flores12",
            "parent": 720,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "100_h_covered_IrO2_11.0, 100_o_covered_IrO2_11.0, 100_bare_IrO2_11.0, 110_h_covered_IrO2_11.0, 110_o_covered_IrO2_11.0, 110_bare_IrO2_11.0, 1.23, Convex Hull",
            "views": 8,
            "web_url": "https://chart-studio.plotly.com/~flores12/721/_100-h-covered-iro2-110-100-o-covered-iro2-110-100-bare-iro2-110-110-h-covered-ir/",
            "world_readable": true,
            "date_modified": "2019-08-14T20:43:21.839Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~flores12/721/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#7FC97F",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "lines",
                        "type": "scatter",
                        "xsrc": "flores12:3224:161f92",
                        "ysrc": "flores12:3224:6aa651"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BEAED4",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "lines",
                        "type": "scatter",
                        "xsrc": "flores12:3224:7f9e80",
                        "ysrc": "flores12:3224:89589e"
                    },
                    {
                        "line": {
                            "dash": "5px,2px,5px,2px",
                            "color": "black",
                            "width": 2
                        },
                        "name": "activity volcano",
                        "type": "scatter",
                        "xsrc": "flores12:3224:f42361",
                        "ysrc": "flores12:3224:3e124d",
                        "hoverinfo": "skip"
                    },
                    {
                        "line": {
                            "dash": "5px,2px,5px,2px",
                            "color": "grey",
                            "width": 2
                        },
                        "name": "activity volcano",
                        "type": "scatter",
                        "xsrc": "flores12:3224:de827e",
                        "ysrc": "flores12:3224:b376bf",
                        "hoverinfo": "skip"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO2 | h_covered | 100 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:167b8e",
                        "ysrc": "flores12:3224:893691",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#7FC97F",
                            "symbol": "triangle-up"
                        },
                        "textsrc": "flores12:3224:fe6d2a",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO2 | o_covered | 100 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:78b55e",
                        "ysrc": "flores12:3224:4548e4",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#7FC97F",
                            "symbol": "circle"
                        },
                        "textsrc": "flores12:3224:2c2d75",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO2 | h_covered | 110 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:331a5d",
                        "ysrc": "flores12:3224:570c2e",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#7FC97F",
                            "symbol": "triangle-up"
                        },
                        "textsrc": "flores12:3224:51d612",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO2 | o_covered | 110 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:6e8d08",
                        "ysrc": "flores12:3224:054bf6",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#7FC97F",
                            "symbol": "circle"
                        },
                        "textsrc": "flores12:3224:399732",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO3 | h_covered | 100 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:b896a4",
                        "ysrc": "flores12:3224:41966e",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#BEAED4",
                            "symbol": "triangle-up"
                        },
                        "textsrc": "flores12:3224:d68424",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO3 | o_covered | 100 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:ace311",
                        "ysrc": "flores12:3224:a7e5f3",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#BEAED4",
                            "symbol": "circle"
                        },
                        "textsrc": "flores12:3224:b9bc54",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO3 | h_covered | 110 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:87a627",
                        "ysrc": "flores12:3224:0a23d1",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#BEAED4",
                            "symbol": "triangle-up"
                        },
                        "textsrc": "flores12:3224:c85dc4",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO3 | o_covered | 110 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:946078",
                        "ysrc": "flores12:3224:9d64ac",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#BEAED4",
                            "symbol": "circle"
                        },
                        "textsrc": "flores12:3224:6effef",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO3 | o_covered | 111 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:03a32e",
                        "ysrc": "flores12:3224:2cd476",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#BEAED4",
                            "symbol": "circle"
                        },
                        "textsrc": "flores12:3224:805926",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO3 | h_covered | 211 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:fc95c6",
                        "ysrc": "flores12:3224:be8772",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#BEAED4",
                            "symbol": "triangle-up"
                        },
                        "textsrc": "flores12:3224:ef0656",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO3 | o_covered | 211 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:396818",
                        "ysrc": "flores12:3224:2dc33c",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#BEAED4",
                            "symbol": "circle"
                        },
                        "textsrc": "flores12:3224:b4435c",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO3_battery | o_covered | 010 | a",
                        "type": "scatter",
                        "xsrc": "flores12:3224:610575",
                        "ysrc": "flores12:3224:00edb2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#ff9dcd",
                            "symbol": "circle"
                        },
                        "textsrc": "flores12:3224:1fdc22",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO3_battery | o_covered | 010 | b",
                        "type": "scatter",
                        "xsrc": "flores12:3224:877f93",
                        "ysrc": "flores12:3224:f2db8a",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#ff9dcd",
                            "symbol": "circle"
                        },
                        "textsrc": "flores12:3224:ae66a1",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO3_rutile-like | h_covered | 100 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:b1ee21",
                        "ysrc": "flores12:3224:92e542",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#FDC086",
                            "symbol": "triangle-up"
                        },
                        "textsrc": "flores12:3224:37db1a",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO3_rutile-like | o_covered | 100 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:128fe8",
                        "ysrc": "flores12:3224:7fd7c7",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#FDC086",
                            "symbol": "circle"
                        },
                        "textsrc": "flores12:3224:131c91",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO3_rutile-like | o_covered_2 | 100 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:355df7",
                        "ysrc": "flores12:3224:4595c4",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#FDC086",
                            "symbol": "circle"
                        },
                        "textsrc": "flores12:3224:c3c508",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO3_rutile-like | h_covered | 110 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:befd3d",
                        "ysrc": "flores12:3224:8c432b",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#FDC086",
                            "symbol": "triangle-up"
                        },
                        "textsrc": "flores12:3224:4fcc74",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    },
                    {
                        "mode": "markers",
                        "name": "IrO3_rutile-like | o_covered | 110 | NaN",
                        "type": "scatter",
                        "xsrc": "flores12:3224:244cd9",
                        "ysrc": "flores12:3224:2dd901",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1.0
                            },
                            "size": 9,
                            "color": "#FDC086",
                            "symbol": "circle"
                        },
                        "textsrc": "flores12:3224:7acc76",
                        "textfont": {
                            "size": 10,
                            "color": "black"
                        },
                        "hoverinfo": "text",
                        "textposition": "middle left"
                    }
                ],
                "layout": {
                    "font": {
                        "color": "black",
                        "family": "Arial"
                    },
                    "width": 436.45228346974983,
                    "xaxis": {
                        "range": [
                            1.0,
                            2.0
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 12.0
                            },
                            "text": ""
                        },
                        "mirror": true,
                        "ticklen": 2,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.666666666666666
                        },
                        "zeroline": false,
                        "linecolor": "black",
                        "tickcolor": "black",
                        "tickwidth": 1,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "range": [
                            2.0,
                            1.4
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 12.0
                            },
                            "text": "Theoretical Limiting Potential (V)"
                        },
                        "mirror": "ticks",
                        "ticklen": 2,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.666666666666666
                        },
                        "zeroline": false,
                        "linecolor": "black",
                        "tickcolor": "black",
                        "tickwidth": 1
                    },
                    "height": 317.4916535470773,
                    "legend": {
                        "x": 0.0,
                        "y": -0.1,
                        "font": {
                            "size": 18
                        },
                        "yanchor": "top",
                        "traceorder": "normal"
                    },
                    "margin": {
                        "b": 50.0,
                        "l": 50.0,
                        "r": 50.0,
                        "t": 50.0
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "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
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "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
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "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.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 1,
                            "y": 1.45,
                            "text": "IrO<sub>3</sub> (@1mA/cm<sup>2</sup>)",
                            "xref": "x",
                            "yref": "y",
                            "yshift": 9,
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1,
                            "y": 1.8,
                            "text": "IrO<sub>2</sub> (@1mA/cm<sup>2</sup>)",
                            "xref": "x",
                            "yref": "y",
                            "yshift": 9,
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.22,
                            "y": 1.93,
                            "font": {
                                "size": 8,
                                "color": "black"
                            },
                            "text": "G<sub>OOH</sub>=G<sub>OH</sub>+3.2",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false,
                            "textangle": -45
                        },
                        {
                            "x": 1.1199999999999999,
                            "y": 1.93,
                            "font": {
                                "size": 8,
                                "color": "gray"
                            },
                            "text": "G<sub>OOH</sub>=G<sub>OH</sub>+3.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false,
                            "textangle": -45
                        },
                        {
                            "x": 0.5,
                            "y": -0.2,
                            "font": {
                                "size": 13.333333333333332,
                                "color": "black",
                                "family": "Arial"
                            },
                            "text": "ΔG<sub>O</sub> - ΔG<sub>OH</sub> (eV)",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgba(0,0,0,0)",
                    "paper_bgcolor": "rgba(250,250,250,0.9)"
                }
            },
            "height": 317,
            "width": 436,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~flores12",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/XRH58SYGJUOAOG1Q5WNCOH947SFIW1.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "Raul Flores",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-02-22 04:38:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "flores12",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:45:14.449571Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~trtets/1.embed",
            "fid": "trtets:1",
            "filename": "NN Random Win Rate",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/trtets/1/9_IQEFAWG46JR1HLFZFFNC8FGHPW5BA7.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/trtets/1/2_WQNOR257QQ1BBSQL5C9NVEIVNEVETR.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/trtets/1/8_KKQC8M9O88AX0SFBCF4S44K82UOYI3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/trtets/1/9_IQEFAWG46JR1HLFZFFNC8FGHPW5BA7.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/trtets:1",
                "plots": "https://api.plotly.com/v2/plots/trtets:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=trtets"
            },
            "owner": "trtets",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 37,
            "web_url": "https://chart-studio.plotly.com/~trtets/1/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:45:51.898Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~trtets/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "e7cf63",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "trtets:0:fe90ae",
                        "ysrc": "trtets:0:2b62ba",
                        "contours": {
                            "end": 6.5,
                            "size": 0.5,
                            "start": 0.5
                        },
                        "autocontour": true,
                        "autocolorscale": true
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "text": "Random Player Win Rate"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1,
                            38
                        ],
                        "title": {
                            "text": "Epoch"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.8944444192780389,
                            1.0055555568801031
                        ],
                        "title": {
                            "text": "Win Rate"
                        },
                        "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/~trtets",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/57.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 03:36:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "trtets",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:44:46.869038Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jac3296/8.embed",
            "fid": "jac3296:8",
            "filename": "Trial 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jac3296/8/9_ASX9PI5LXLCDU77VFLMCXB7OCHGTIO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jac3296/8/2_WPRTH2UYJ9F4F3ZUCROB6YFQI692H4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jac3296/8/8_V1K5PEOZWFXPQ5PLPXXCQ6E1MR9UJ6.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jac3296/8/9_ASX9PI5LXLCDU77VFLMCXB7OCHGTIO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jac3296:8",
                "plots": "https://api.plotly.com/v2/plots/jac3296:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=jac3296"
            },
            "owner": "jac3296",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 5,
            "web_url": "https://chart-studio.plotly.com/~jac3296/8/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:51:16.955Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jac3296/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers+text",
                        "name": "Network Administrator",
                        "type": "scatter3d",
                        "xsrc": "jac3296:7:522602",
                        "ysrc": "jac3296:7:b89781",
                        "zsrc": "jac3296:7:27327b",
                        "visible": true
                    },
                    {
                        "mode": "markers",
                        "name": "Software Architect",
                        "type": "scatter3d",
                        "xsrc": "jac3296:7:4a8218",
                        "ysrc": "jac3296:7:45d4a6",
                        "zsrc": "jac3296:7:d8663a",
                        "visible": true
                    },
                    {
                        "mode": "markers",
                        "name": "Linux Administrator",
                        "type": "scatter3d",
                        "xsrc": "jac3296:7:ff47bd",
                        "ysrc": "jac3296:7:7a52b5",
                        "zsrc": "jac3296:7:543716",
                        "marker": {
                            "color": "rgb(0, 204, 127)"
                        },
                        "visible": true
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 9
                    },
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "ticks": "",
                            "title": {
                                "font": {
                                    "size": 31
                                },
                                "text": "Effort"
                            },
                            "showspikes": true
                        },
                        "yaxis": {
                            "type": "linear",
                            "title": {
                                "font": {
                                    "size": 31
                                },
                                "text": "Impact"
                            }
                        },
                        "zaxis": {
                            "type": "linear",
                            "title": {
                                "font": {
                                    "size": 31
                                },
                                "text": "Probability"
                            }
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 1.27475951730029,
                                "y": -2.6512856936402502,
                                "z": 1.4571486395757167
                            },
                            "center": {
                                "x": 0.04636085439231682,
                                "y": 0.11659122723959744,
                                "z": -0.3868109118764656
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "dragmode": "turntable",
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 0.7937005259840998,
                            "y": 0.7937005259840998,
                            "z": 1.5874010519681996
                        }
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 18
                        },
                        "text": "Job Order Matrix"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "legend": {
                        "x": 0.7371194827472455,
                        "y": 1.1886792452830188,
                        "font": {
                            "size": 8
                        },
                        "borderwidth": 2
                    },
                    "margin": {
                        "r": 80,
                        "t": 100,
                        "pad": 0
                    },
                    "modebar": {
                        "color": "rgba(248, 248, 248, 0.3)",
                        "orientation": "h"
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#506784"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#2a3f5f"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    },
                                    "baxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    }
                                }
                            ],
                            "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": "rgb(17,17,17)",
                                "showland": true,
                                "lakecolor": "rgb(17,17,17)",
                                "landcolor": "rgb(17,17,17)",
                                "showlakes": true,
                                "subunitcolor": "#506784"
                            },
                            "font": {
                                "color": "#f2f5fa"
                            },
                            "polar": {
                                "bgcolor": "rgb(17,17,17)",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "bgcolor": "rgb(17,17,17)"
                            },
                            "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": "rgb(17,17,17)",
                            "paper_bgcolor": "rgb(17,17,17)",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#f2f5fa"
                            },
                            "sliderdefaults": {
                                "bgcolor": "#C8D4E3",
                                "tickwidth": 0,
                                "bordercolor": "rgb(17,17,17)",
                                "borderwidth": 1
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#f2f5fa",
                                "arrowwidth": 1
                            },
                            "updatemenudefaults": {
                                "bgcolor": "#506784",
                                "borderwidth": 0
                            }
                        },
                        "themeRef": "PLOTLY_DARK"
                    },
                    "clickmode": "event+select",
                    "hovermode": "closest",
                    "hoverlabel": {
                        "font": {
                            "size": 14
                        }
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jac3296",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 18:08:24",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jac3296",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:41:30.158732Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dsal/28.embed",
            "fid": "dsal:28",
            "filename": "plot from API (5)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/dsal/28/9_MTVVLAND61RCOVDP1QZZO5KQAQWR30.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/dsal/28/2_58CB4NSUNDJSLYFDLFNO2TSR1LYT4I.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dsal/28/8_0ATB4OEOOYFGPZ6Q8K6TUFNXJJ0C7Z.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dsal/28/9_MTVVLAND61RCOVDP1QZZO5KQAQWR30.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dsal:28",
                "plots": "https://api.plotly.com/v2/plots/dsal:28",
                "parent": "https://api.plotly.com/v2/folders/home?user=dsal"
            },
            "owner": "dsal",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Hover over the points to see the text",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~dsal/28/hover-over-the-points-to-see-the-text/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:41:30.629Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dsal/28/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "abffb274-563d-435e-abbd-122007ae11a4",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "dsal:29:922f82",
                        "ysrc": "dsal:29:e9cd38"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Hover over the points to see the text"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~dsal",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/4.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-08 21:10:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dsal",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:40:52.008917Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mesheets/0.embed",
            "fid": "mesheets:0",
            "filename": "choropleth_CA",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/mesheets/0/9_36A0YYJ1FN5DL1CX1ZU4S3BD6Z7D6L.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mesheets/0/2_F243XU4NPK88JC9CNE514HC6GU9J92.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mesheets/0/8_D318XZFYVJ9SQQYBSWEPZF477O5AI5.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mesheets/0/9_36A0YYJ1FN5DL1CX1ZU4S3BD6Z7D6L.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mesheets:0",
                "plots": "https://api.plotly.com/v2/plots/mesheets:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=mesheets"
            },
            "owner": "mesheets",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "< 3.00, 3.00 - 4.00, 4.00 - 6.00, 6.00 - 7.00, > 7.00, US Counties",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~mesheets/0/_700-us-counties/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:40:52.640Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mesheets/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8154e07d-57a6-4b5a-b958-71d08e0a4d74",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "< 3.00",
                        "type": "scatter",
                        "xsrc": "mesheets:1:55e22a",
                        "ysrc": "mesheets:1:ec1eb4",
                        "fillcolor": "#030512",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bc344412-dc6c-4c0b-b591-92367bbba99d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "3.00 - 4.00",
                        "type": "scatter",
                        "xsrc": "mesheets:1:e58ed4",
                        "ysrc": "mesheets:1:cf3333",
                        "fillcolor": "#1d1d3b",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "891ca7f9-e1f3-4b98-8289-65f42521aa8b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "4.00 - 6.00",
                        "type": "scatter",
                        "xsrc": "mesheets:1:0abd23",
                        "ysrc": "mesheets:1:9d6c3b",
                        "fillcolor": "#323268",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "32e4bf92-f75a-472a-8692-f0cc1b8645ab",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "6.00 - 7.00",
                        "type": "scatter",
                        "xsrc": "mesheets:1:fe7a68",
                        "ysrc": "mesheets:1:a7b278",
                        "fillcolor": "#3d4b94",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "49d4455f-ef7f-4129-a3c3-37673f6cd316",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "> 7.00",
                        "type": "scatter",
                        "fillcolor": "#3e6ab0",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2c657dc6-07f9-4015-a777-9e0d195692b1",
                        "mode": "markers",
                        "name": "US Counties",
                        "type": "scatter",
                        "xsrc": "mesheets:1:71fca5",
                        "ysrc": "mesheets:1:c38a33",
                        "marker": {
                            "color": "white",
                            "opacity": 0
                        },
                        "textsrc": "mesheets:1:094517",
                        "selected": {
                            "marker": {
                                "size": 3,
                                "color": "white",
                                "opacity": 1
                            }
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "unselected": {
                            "marker": {
                                "opacity": 0
                            }
                        },
                        "legendgroup": "centroids"
                    },
                    {
                        "uid": "6a9d7dc2-2bed-43b0-9f64-2099d71cc037",
                        "line": {
                            "color": "rgb(240, 240, 240)",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "mesheets:1:ccbd6f",
                        "ysrc": "mesheets:1:89ebf6",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "States"
                    }
                ],
                "layout": {
                    "width": 900,
                    "xaxis": {
                        "range": [
                            -124.408601,
                            -80.031362
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "range": [
                            24.386541646578046,
                            42.13743724657805
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "height": 450,
                    "legend": {
                        "x": 1,
                        "y": 1,
                        "xanchor": "right",
                        "yanchor": "top",
                        "traceorder": "reversed"
                    },
                    "margin": {
                        "b": 20,
                        "l": 20,
                        "r": 20,
                        "t": 40
                    },
                    "dragmode": "select",
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": 1,
                            "y": 1.05,
                            "text": "<b>Population by County</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "right",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgb(229,229,229)",
                    "paper_bgcolor": "rgb(229,229,229)"
                }
            },
            "height": 450,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mesheets",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 03:21:04",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mesheets",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:40:41.778199Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dsal/26.embed",
            "fid": "dsal:26",
            "filename": "plot from API (4)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/dsal/26/9_QHYSDSVPYVRIXQDL0LSEEGY7DGLCYO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/dsal/26/2_Q58CTBKHYD2X7HFOOCZ9K5UKGBIMTV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dsal/26/8_CLFHREL5ADWC7Z9IHYD788QCJCADDC.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dsal/26/9_QHYSDSVPYVRIXQDL0LSEEGY7DGLCYO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dsal:26",
                "plots": "https://api.plotly.com/v2/plots/dsal:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=dsal"
            },
            "owner": "dsal",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Hover over the points to see the text",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~dsal/26/hover-over-the-points-to-see-the-text/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:40:42.577Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dsal/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "129a66bf-5dc1-4f43-8a96-8cb0e9976553",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "dsal:27:3dd78c",
                        "ysrc": "dsal:27:c6bb52"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Hover over the points to see the text"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~dsal",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/4.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-08 21:10:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dsal",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:40:28.071602Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sanchit2407/0.embed",
            "fid": "sanchit2407:0",
            "filename": "d3-elevation",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/sanchit2407/0/9_8F8CC29AIKNQPAYITHMCVYHC4DOIEJ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/sanchit2407/0/2_NJ25T1GRL1JUWPGK03J9GKKNHXUYK5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sanchit2407/0/8_BHBY34BY7M1HOMYVVYKUH5MJQ0HG7L.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sanchit2407/0/9_8F8CC29AIKNQPAYITHMCVYHC4DOIEJ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sanchit2407:0",
                "plots": "https://api.plotly.com/v2/plots/sanchit2407:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=sanchit2407"
            },
            "owner": "sanchit2407",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "USA DATA",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~sanchit2407/0/usa-data/",
            "world_readable": true,
            "date_modified": "2019-03-21T06:30:09.988Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sanchit2407/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "scattergeo",
                        "latsrc": "sanchit2407:1:8ccc82",
                        "lonsrc": "sanchit2407:1:a71b0e",
                        "marker": {
                            "size": 12,
                            "colorbar": {
                                "title": "Elevation(n)"
                            },
                            "colorscale": "custom-colorscale",
                            "autocolorscale": false
                        },
                        "locationmode": "USA-states"
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "showland": true,
                        "landcolor": "rgb(250,250,250)",
                        "projection": {
                            "type": "albers usa"
                        },
                        "countrycolor": "rgb(217,217,217)",
                        "countrywidth": 0.5,
                        "subunitcolor": "rgb(217,217,217)",
                        "subunitwidth": 0.5
                    },
                    "title": "USA DATA",
                    "colorbar": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sanchit2407",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 03:35:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sanchit2407",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:39:44.081208Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dsal/24.embed",
            "fid": "dsal:24",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/dsal/24/9_QK852WMOJL0Z4V99U2937IUF5I2OAY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/dsal/24/2_6ROWN2IWIGBEGPYIUP6HS5CLZ31ZU3.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dsal/24/8_8PDR0QTWSTJ2BLFQQYIHTS4P6IO8XN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dsal/24/9_QK852WMOJL0Z4V99U2937IUF5I2OAY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dsal:24",
                "plots": "https://api.plotly.com/v2/plots/dsal:24",
                "parent": "https://api.plotly.com/v2/folders/home?user=dsal"
            },
            "owner": "dsal",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Hover over the points to see the text",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~dsal/24/hover-over-the-points-to-see-the-text/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:39:44.543Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dsal/24/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "aefca27d-a820-48b6-be6b-315b1fcf633e",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "dsal:25:176828",
                        "ysrc": "dsal:25:5cd134"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Hover over the points to see the text"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~dsal",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/4.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-08 21:10:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dsal",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}