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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE3JTNBMDQlM0ExMi44NjExNjAlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNyUzQTA2JTNBNTEuNTMwMDEyJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T17:06:51.530012Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~remmelh/3.embed",
            "fid": "remmelh:3",
            "filename": "trip-cred",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/remmelh:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/remmelh/3/2_Q62O28YCY3DBB5G1B09XUGKAW0FBYO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/remmelh/3/8_YRV11B3549XZ53XZXNN5349LRBRTWK.png",
                "list-thumb": "https://api.plotly.com/v2/files/remmelh:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/remmelh:3",
                "plots": "https://api.plotly.com/v2/plots/remmelh:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=remmelh"
            },
            "owner": "remmelh",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 8,
            "web_url": "https://chart-studio.plotly.com/~remmelh/3/",
            "world_readable": true,
            "date_modified": "2019-06-18T14:01:34.589Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~remmelh/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "C=50",
                        "type": "surface",
                        "zsrc": "remmelh:2:1bf93b",
                        "frame": null,
                        "colorbar": {
                            "y": 1,
                            "len": 0.25,
                            "title": "",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": [
                            [
                                "0",
                                "rgb(255,112,183)"
                            ],
                            [
                                "1",
                                "rgb(128,0,64)"
                            ]
                        ]
                    },
                    {
                        "name": "C=75",
                        "type": "surface",
                        "zsrc": "remmelh:2:945d22",
                        "frame": null,
                        "opacity": 0.8,
                        "colorbar": {
                            "y": 0.75,
                            "len": 0.25,
                            "title": "",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": [
                            [
                                "0",
                                "rgb(76,228,126)"
                            ],
                            [
                                "1",
                                "rgb(15,202,77)"
                            ]
                        ]
                    },
                    {
                        "name": "C=100",
                        "type": "surface",
                        "zsrc": "remmelh:2:099e2b",
                        "frame": null,
                        "opacity": 0.6,
                        "colorbar": {
                            "y": 0.5,
                            "len": 0.25,
                            "title": "",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": [
                            [
                                "0",
                                "rgb(107,184,214)"
                            ],
                            [
                                "1",
                                "rgb(0,90,124)"
                            ]
                        ]
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": "Legitimacy"
                        },
                        "yaxis": {
                            "title": "Salience"
                        },
                        "zaxis": {
                            "title": "Motivation"
                        }
                    },
                    "title": "Interactions by levels of credibility",
                    "legend": {
                        "y": 0.25,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~remmelh",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 16:56:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "remmelh",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:06:48.962838Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~srt7/28.embed",
            "fid": "srt7:28",
            "filename": "Corrosion1560791204.737631",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/srt7:28/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/srt7:28/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/srt7/28/8_Z3PFCDDRAMHL8UD4W2O56F2FXJROB2.png",
                "list-thumb": "https://api.plotly.com/v2/files/srt7:28/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/srt7:28",
                "plots": "https://api.plotly.com/v2/plots/srt7:28",
                "parent": "https://api.plotly.com/v2/folders/home?user=srt7"
            },
            "owner": "srt7",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~srt7/28/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:06:48.973Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~srt7/28/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "tozeroy",
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "mode": "lines",
                        "name": "Corrosion",
                        "type": "scatter",
                        "xsrc": "srt7:27:21a327",
                        "ysrc": "srt7:27:5ca7d8",
                        "fillcolor": "rgba(255, 255, 255, 255)"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:21a327",
                                "ysrc": "srt7:27:5ca7d8"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:d6f5bb",
                                "ysrc": "srt7:27:60495d"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:c17d9f",
                                "ysrc": "srt7:27:f94516"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:f43599",
                                "ysrc": "srt7:27:389f2a"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:a6a86f",
                                "ysrc": "srt7:27:087ea6"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:96e91e",
                                "ysrc": "srt7:27:092b86"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:a69bc4",
                                "ysrc": "srt7:27:86e8d8"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:39b404",
                                "ysrc": "srt7:27:eef4ae"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:bc93d3",
                                "ysrc": "srt7:27:303961"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:177e34",
                                "ysrc": "srt7:27:d1bc4b"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:51129d",
                                "ysrc": "srt7:27:902767"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:7b1312",
                                "ysrc": "srt7:27:10c885"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:99a7a8",
                                "ysrc": "srt7:27:48f8e0"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:796843",
                                "ysrc": "srt7:27:948097"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:569a78",
                                "ysrc": "srt7:27:963a48"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:a742bb",
                                "ysrc": "srt7:27:51ee21"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:51e6a9",
                                "ysrc": "srt7:27:915dcd"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:4990da",
                                "ysrc": "srt7:27:eac04b"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:53bc19",
                                "ysrc": "srt7:27:fc5184"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:7a2442",
                                "ysrc": "srt7:27:73de99"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:4f8b11",
                                "ysrc": "srt7:27:d9532a"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:dbfc10",
                                "ysrc": "srt7:27:7a57d7"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:593cd0",
                                "ysrc": "srt7:27:b4dddb"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:c5f86a",
                                "ysrc": "srt7:27:742e3d"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:e2a130",
                                "ysrc": "srt7:27:adc61f"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:747b85",
                                "ysrc": "srt7:27:707531"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:949a90",
                                "ysrc": "srt7:27:c36400"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:2efb94",
                                "ysrc": "srt7:27:606210"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:e36483",
                                "ysrc": "srt7:27:3c81cf"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:27:e060c2",
                                "ysrc": "srt7:27:f4d8fe"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    }
                ],
                "layout": {
                    "font": {
                        "family": "Balto"
                    },
                    "title": "Corrosion",
                    "width": 800,
                    "xaxis": {
                        "range": [
                            0,
                            40
                        ],
                        "mirror": true,
                        "nticks": 12,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false,
                        "tickangle": -90
                    },
                    "yaxis": {
                        "range": [
                            0,
                            1500
                        ],
                        "title": "Average corrosion hours",
                        "mirror": true,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false
                    },
                    "height": 400,
                    "autosize": false,
                    "showlegend": false,
                    "updatemenus": [
                        {
                            "x": 1.1,
                            "y": 1,
                            "pad": {
                                "r": 10,
                                "t": 0
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 50
                                            },
                                            "transition": {
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "mode": "auto",
                                    "label": "Play",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": 400,
            "width": 800,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~srt7",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-16 07:53:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "srt7",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:06:22.528706Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ngautam0123/2.embed",
            "fid": "ngautam0123:2",
            "filename": "simple_dendrogram",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ngautam0123:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ngautam0123:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/ngautam0123:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/ngautam0123:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ngautam0123:2",
                "plots": "https://api.plotly.com/v2/plots/ngautam0123:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=ngautam0123"
            },
            "owner": "ngautam0123",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~ngautam0123/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:08:40.377Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ngautam0123/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "da3b0747-18bd-4cbd-bb6f-b9369c314466",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "ngautam0123:3:51d5f0",
                        "ysrc": "ngautam0123:3:fff881",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "67d9dff9-c690-4899-9640-79b8e6f97fd0",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "ngautam0123:3:6dea3c",
                        "ysrc": "ngautam0123:3:672bea",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d291d27e-495a-46a2-8f20-352724566797",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "ngautam0123:3:8b1fd8",
                        "ysrc": "ngautam0123:3:ca4a88",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(0,116,217)"
                        },
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "width": 800,
                    "xaxis": {
                        "type": "linear",
                        "ticks": "outside",
                        "mirror": "allticks",
                        "showgrid": false,
                        "showline": true,
                        "tickmode": "array",
                        "ticktext": [
                            [
                                "<CAJ5QKPYi5YzDGmR9TmhV4f_3Er=HCC1fSqgDvf7bNT0qhGhXHQ@mail.gmail.com>",
                                "49"
                            ],
                            [
                                "<CAJ5QKPZdmPBhEaUQ5dJ9hdBnznuA3cCySNxM7AnS0CKChtWDFg@mail.gmail.com>",
                                "48"
                            ],
                            [
                                "<5be5cbf6bc244_a69a3fb90b9d564446315@admin01.mail>",
                                "46"
                            ],
                            [
                                "<CAAvLy+aJwjV=jZc=Ao+UZ-yQ4sy4KO4iXKmMvmFtNzo8DydT_A@mail.gmail.com>",
                                "47"
                            ]
                        ],
                        "tickvals": [
                            5.0,
                            15.0,
                            25.0,
                            35.0
                        ],
                        "zeroline": false,
                        "rangemode": "tozero",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "ticks": "outside",
                        "mirror": "allticks",
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "rangemode": "tozero",
                        "showticklabels": true
                    },
                    "height": 500,
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 500,
            "width": 800,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ngautam0123",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/11.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-19 06:55:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ngautam0123",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:06:20.769710Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~SPAddict25/42.embed",
            "fid": "SPAddict25:42",
            "filename": "Tutorial Spread.html",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/42/9_GYSVW6MW717LS5JFC0FUG6EIN3WUJK.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/SPAddict25:42/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/42/8_79BJU3710HZ0LN14NRU0RHZOHI1K4R.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/42/9_GYSVW6MW717LS5JFC0FUG6EIN3WUJK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SPAddict25:42",
                "plots": "https://api.plotly.com/v2/plots/SPAddict25:42",
                "parent": "https://api.plotly.com/v2/folders/home?user=SPAddict25"
            },
            "owner": "SPAddict25",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Performance Over Time",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~SPAddict25/42/performance-over-time/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:13:30.365Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~SPAddict25/42/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8558805b-9ab2-4a22-ac6f-bde11dc9326d",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Gbl Mom",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:43:9fa8f8",
                        "ysrc": "SPAddict25:43:251954"
                    },
                    {
                        "uid": "02aafacf-8047-47cb-9c13-6ec387436b35",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Gbl Val",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:43:9fa8f8",
                        "ysrc": "SPAddict25:43:d2228b"
                    },
                    {
                        "uid": "619b53e0-7e95-4a4e-b090-ff01c595b613",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Gbl Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:43:9fa8f8",
                        "ysrc": "SPAddict25:43:4fad9a"
                    },
                    {
                        "uid": "f5ff8c20-a652-4803-88da-bcff3171a52d",
                        "fill": "tozeroy",
                        "line": {
                            "dash": "solid",
                            "color": "green",
                            "shape": "linear",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "Spread",
                        "type": "scatter",
                        "xsrc": "SPAddict25:43:9fa8f8",
                        "ysrc": "SPAddict25:43:7c429e",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "showlegend": false,
                        "connectgaps": false
                    },
                    {
                        "uid": "32743b79-9f1f-4855-84e3-258d8480c596",
                        "fill": "tozeroy",
                        "line": {
                            "dash": "solid",
                            "color": "red",
                            "shape": "linear",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "Spread",
                        "type": "scatter",
                        "xsrc": "SPAddict25:43:9fa8f8",
                        "ysrc": "SPAddict25:43:3112c2",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "showlegend": false,
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "text": "Performance Over Time"
                    },
                    "width": 1200,
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "domain": [
                            0.3,
                            1
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "height": 800,
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "xaxis2": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y2",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED",
                        "showticklabels": false
                    },
                    "yaxis2": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": "Spread"
                        },
                        "domain": [
                            0,
                            0.25
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "hovermode": "x",
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": 800,
            "width": 1200,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~SPAddict25",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-13 18:07:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SPAddict25",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:05:48.255398Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ctresc/10.embed",
            "fid": "ctresc:10",
            "filename": "gamma-fast-boxplot",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ctresc/10/9_Y4BMOJ8XHE8I85O1LJWU8P3L735Z6Z.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ctresc/10/2_X82NFICK46KDNEI3H76N9BC13BEL9V.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ctresc/10/8_K9SDV800O6J2T3AL199PP5FPDZBDSB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ctresc/10/9_Y4BMOJ8XHE8I85O1LJWU8P3L735Z6Z.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ctresc:10",
                "plots": "https://api.plotly.com/v2/plots/ctresc:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=ctresc"
            },
            "owner": "ctresc",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 20,
            "web_url": "https://chart-studio.plotly.com/~ctresc/10/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:05:48.690Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ctresc/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "22573509-d724-4fff-b6cf-ee059aa22d55",
                        "line": {
                            "width": 1.3
                        },
                        "name": "0",
                        "type": "box",
                        "ysrc": "ctresc:11:4eef3b",
                        "marker": {
                            "color": "rgba(255, 153, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "ca98b408-c5df-462b-a487-4021fc7ab6a9",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1",
                        "type": "box",
                        "ysrc": "ctresc:11:745542",
                        "marker": {
                            "color": "rgba(55, 128, 191, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "d6a9b384-6ba2-4147-a913-8e3d3b25e6d2",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2",
                        "type": "box",
                        "ysrc": "ctresc:11:e522f9",
                        "marker": {
                            "color": "rgba(50, 171, 96, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "7831ef9b-5727-46d7-b71e-2eba3d67b3f3",
                        "line": {
                            "width": 1.3
                        },
                        "name": "3",
                        "type": "box",
                        "ysrc": "ctresc:11:557608",
                        "marker": {
                            "color": "rgba(128, 0, 128, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "9b1b9cc6-7cf1-4efa-9d5e-b6e349ed99f4",
                        "line": {
                            "width": 1.3
                        },
                        "name": "4",
                        "type": "box",
                        "ysrc": "ctresc:11:e6146e",
                        "marker": {
                            "color": "rgba(219, 64, 82, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "d4db6176-56bf-4166-a50a-0bc735f63086",
                        "line": {
                            "width": 1.3
                        },
                        "name": "5",
                        "type": "box",
                        "ysrc": "ctresc:11:047aa6",
                        "marker": {
                            "color": "rgba(0, 128, 128, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "c3d3113c-c417-4a37-87c7-ebd9b05f198a",
                        "line": {
                            "width": 1.3
                        },
                        "name": "6",
                        "type": "box",
                        "ysrc": "ctresc:11:6f0cff",
                        "marker": {
                            "color": "rgba(255, 255, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "33d5b0ab-20af-43da-b054-1b8f7c0c0665",
                        "line": {
                            "width": 1.3
                        },
                        "name": "7",
                        "type": "box",
                        "ysrc": "ctresc:11:d79c80",
                        "marker": {
                            "color": "rgba(128, 128, 0, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "d6a58866-6e55-40d9-9518-0053d15ac32c",
                        "line": {
                            "width": 1.3
                        },
                        "name": "8",
                        "type": "box",
                        "ysrc": "ctresc:11:5ad192",
                        "marker": {
                            "color": "rgba(251, 128, 114, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "710d74a0-2a33-4dc2-84e2-72b68d8d172e",
                        "line": {
                            "width": 1.3
                        },
                        "name": "9",
                        "type": "box",
                        "ysrc": "ctresc:11:fd9f42",
                        "marker": {
                            "color": "rgba(128, 177, 211, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "75cbc9ae-0d99-43bb-872e-094155d42485",
                        "line": {
                            "width": 1.3
                        },
                        "name": "10",
                        "type": "box",
                        "ysrc": "ctresc:11:b5cff9",
                        "marker": {
                            "color": "rgba(128, 177, 211, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "de3c0263-04f4-45e6-b2d6-750213675427",
                        "line": {
                            "width": 1.3
                        },
                        "name": "11",
                        "type": "box",
                        "ysrc": "ctresc:11:f14b95",
                        "marker": {
                            "color": "rgba(255, 153, 51, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "6ff6dc69-23cb-4554-881d-e2edf91b5df6",
                        "line": {
                            "width": 1.3
                        },
                        "name": "12",
                        "type": "box",
                        "ysrc": "ctresc:11:190f21",
                        "marker": {
                            "color": "rgba(55, 128, 191, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "26b1c64b-5011-4177-a9e8-1a3cad049d7e",
                        "line": {
                            "width": 1.3
                        },
                        "name": "13",
                        "type": "box",
                        "ysrc": "ctresc:11:6fddaf",
                        "marker": {
                            "color": "rgba(50, 171, 96, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "15cc5fc9-03c3-4ca5-a315-a78ee70575ec",
                        "line": {
                            "width": 1.3
                        },
                        "name": "14",
                        "type": "box",
                        "ysrc": "ctresc:11:402b93",
                        "marker": {
                            "color": "rgba(128, 0, 128, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "04da1e86-73db-4986-b625-82a4cf670470",
                        "line": {
                            "width": 1.3
                        },
                        "name": "15",
                        "type": "box",
                        "ysrc": "ctresc:11:f9fe57",
                        "marker": {
                            "color": "rgba(219, 64, 82, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "6bcb0ac8-5eca-4b20-a6ad-627fa96ebe38",
                        "line": {
                            "width": 1.3
                        },
                        "name": "16",
                        "type": "box",
                        "ysrc": "ctresc:11:a8a5c2",
                        "marker": {
                            "color": "rgba(0, 128, 128, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "4f95f69b-6023-4d96-b074-2e1b2b1ffa35",
                        "line": {
                            "width": 1.3
                        },
                        "name": "17",
                        "type": "box",
                        "ysrc": "ctresc:11:997852",
                        "marker": {
                            "color": "rgba(255, 255, 51, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "161a82db-e122-4a26-9edf-ea9d6781c58e",
                        "line": {
                            "width": 1.3
                        },
                        "name": "18",
                        "type": "box",
                        "ysrc": "ctresc:11:e96691",
                        "marker": {
                            "color": "rgba(128, 128, 0, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "f7ebad4d-d823-49e3-8280-46922a6c0638",
                        "line": {
                            "width": 1.3
                        },
                        "name": "19",
                        "type": "box",
                        "ysrc": "ctresc:11:cd40ea",
                        "marker": {
                            "color": "rgba(251, 128, 114, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "994350c6-630a-42bc-9965-04c14a2b36e5",
                        "line": {
                            "width": 1.3
                        },
                        "name": "20",
                        "type": "box",
                        "ysrc": "ctresc:11:a08987",
                        "marker": {
                            "color": "rgba(251, 128, 114, 0.7999999999999998)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ctresc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 08:46:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ctresc",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:05:47.242445Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~joanna.mcewen/1.embed",
            "fid": "joanna.mcewen:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/joanna.mcewen:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/joanna.mcewen:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/joanna.mcewen:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/joanna.mcewen:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/joanna.mcewen:1",
                "plots": "https://api.plotly.com/v2/plots/joanna.mcewen:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=joanna.mcewen"
            },
            "owner": "joanna.mcewen",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~joanna.mcewen/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:19:44.419Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~joanna.mcewen/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "smoothing": 1.3
                        },
                        "mode": "markers",
                        "type": "contour",
                        "xsrc": "joanna.mcewen:0:54fed4",
                        "ysrc": "joanna.mcewen:0:14e4dc",
                        "zsrc": "joanna.mcewen:0:df4aac",
                        "contours": {
                            "end": 2.5,
                            "size": 0.2,
                            "type": "levels",
                            "start": 0.5,
                            "showlines": true
                        },
                        "ncontours": 12,
                        "colorscale": [
                            [
                                0,
                                "#ffffff"
                            ],
                            [
                                0.125,
                                "#f0f0f0"
                            ],
                            [
                                0.25,
                                "#d9d9d9"
                            ],
                            [
                                0.375,
                                "#bdbdbd"
                            ],
                            [
                                0.5,
                                "#969696"
                            ],
                            [
                                0.625,
                                "#737373"
                            ],
                            [
                                0.75,
                                "#525252"
                            ],
                            [
                                0.875,
                                "#252525"
                            ],
                            [
                                1,
                                "#000000"
                            ]
                        ],
                        "autocontour": false,
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1,
                            9
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            1,
                            8
                        ],
                        "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/~joanna.mcewen",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.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": "2018-07-23 14:32:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "joanna.mcewen",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:04:50.414194Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~srt7/26.embed",
            "fid": "srt7:26",
            "filename": "Corrosion1560791086.3520792",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/srt7:26/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/srt7:26/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/srt7:26/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/srt7:26/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/srt7:26",
                "plots": "https://api.plotly.com/v2/plots/srt7:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=srt7"
            },
            "owner": "srt7",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~srt7/26/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:04:50.424Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~srt7/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "tozeroy",
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "mode": "lines",
                        "name": "Corrosion",
                        "type": "scatter",
                        "xsrc": "srt7:25:f7ed30",
                        "ysrc": "srt7:25:19e557",
                        "fillcolor": "rgba(255, 255, 255, 255)"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:f7ed30",
                                "ysrc": "srt7:25:19e557"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:eaab4c",
                                "ysrc": "srt7:25:1e61ca"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:44c51f",
                                "ysrc": "srt7:25:456e7d"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:93d7dc",
                                "ysrc": "srt7:25:ef8eca"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:30a372",
                                "ysrc": "srt7:25:3eac99"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:78844e",
                                "ysrc": "srt7:25:418896"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:eed4d3",
                                "ysrc": "srt7:25:2584a6"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:e0e42a",
                                "ysrc": "srt7:25:8cbb2e"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:2ab790",
                                "ysrc": "srt7:25:005889"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:a21608",
                                "ysrc": "srt7:25:e23b8f"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:70f861",
                                "ysrc": "srt7:25:57667a"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:27254e",
                                "ysrc": "srt7:25:a26f52"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:f62a9a",
                                "ysrc": "srt7:25:836e20"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:8d7a83",
                                "ysrc": "srt7:25:889415"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:792604",
                                "ysrc": "srt7:25:f02bdb"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:ac51fc",
                                "ysrc": "srt7:25:4273b5"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:f6b134",
                                "ysrc": "srt7:25:b45bc5"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:addd6b",
                                "ysrc": "srt7:25:a1ae81"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:6b2880",
                                "ysrc": "srt7:25:649dc9"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:78c20d",
                                "ysrc": "srt7:25:e37c75"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:50e8a4",
                                "ysrc": "srt7:25:b76aee"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:2b05db",
                                "ysrc": "srt7:25:ccc8f5"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:338e56",
                                "ysrc": "srt7:25:6043a8"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:4f9ee6",
                                "ysrc": "srt7:25:5151cf"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:fd5492",
                                "ysrc": "srt7:25:46671e"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:b738b5",
                                "ysrc": "srt7:25:b7b261"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:4aabbe",
                                "ysrc": "srt7:25:8defda"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:c2dbd3",
                                "ysrc": "srt7:25:028a4c"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:7662e0",
                                "ysrc": "srt7:25:b941fe"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:25:ae0b6e",
                                "ysrc": "srt7:25:a00f6d"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    }
                ],
                "layout": {
                    "font": {
                        "family": "Balto"
                    },
                    "title": "Corrosion",
                    "width": 800,
                    "xaxis": {
                        "range": [
                            0,
                            40
                        ],
                        "mirror": true,
                        "nticks": 12,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false,
                        "tickangle": -45
                    },
                    "yaxis": {
                        "range": [
                            0,
                            1500
                        ],
                        "title": "$",
                        "mirror": true,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false
                    },
                    "height": 400,
                    "autosize": false,
                    "showlegend": false,
                    "updatemenus": [
                        {
                            "x": 1.1,
                            "y": 1,
                            "pad": {
                                "r": 10,
                                "t": 0
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 50
                                            },
                                            "transition": {
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "mode": "auto",
                                    "label": "Play",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": 400,
            "width": 800,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~srt7",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-16 07:53:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "srt7",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:04:41.041889Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rsm5909/233.embed",
            "fid": "rsm5909:233",
            "filename": "LimeLight refund total by Month",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rsm5909/233/9_X7QPHDQUGPQYOR2PG71YSFIW0QL6H4.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/rsm5909:233/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rsm5909/233/8_3Q6I1FKN5GUIYRXXMSEDSK0P0270NM.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rsm5909/233/9_X7QPHDQUGPQYOR2PG71YSFIW0QL6H4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rsm5909:233",
                "plots": "https://api.plotly.com/v2/plots/rsm5909:233",
                "parent": "https://api.plotly.com/v2/folders/home?user=rsm5909"
            },
            "owner": "rsm5909",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Limelight Monthly Refunds",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~rsm5909/233/limelight-monthly-refunds/",
            "world_readable": true,
            "date_modified": "2019-06-18T23:49:38.157Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rsm5909/233/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7e225208-39a5-40d5-af6f-3ba9eae8add1",
                        "name": "Mother Democracy",
                        "type": "bar",
                        "xsrc": "rsm5909:234:4b44e2",
                        "ysrc": "rsm5909:234:baa4c3"
                    },
                    {
                        "uid": "7ddb0c26-1f86-4759-9eef-61a484bb56ad",
                        "name": "National Self-Reliance Initiative",
                        "type": "bar",
                        "xsrc": "rsm5909:234:4b44e2",
                        "ysrc": "rsm5909:234:729233"
                    },
                    {
                        "uid": "f9a54986-8199-4bec-9d64-4cca349dc22c",
                        "name": "SoS Self Defense Tools",
                        "type": "bar",
                        "xsrc": "rsm5909:234:4b44e2",
                        "ysrc": "rsm5909:234:90687f"
                    },
                    {
                        "uid": "71461c11-8433-4790-ac77-ef0e3ca311c2",
                        "name": "Survival Constitution",
                        "type": "bar",
                        "xsrc": "rsm5909:234:4b44e2",
                        "ysrc": "rsm5909:234:1ba633"
                    },
                    {
                        "uid": "52c26046-bd42-466a-983f-82a344ec5270",
                        "name": "Survival Offers",
                        "type": "bar",
                        "xsrc": "rsm5909:234:4b44e2",
                        "ysrc": "rsm5909:234:1890a6"
                    },
                    {
                        "uid": "300eb1bb-3f8c-4b37-995a-319e42dc2626",
                        "name": "Tactical Independence",
                        "type": "bar",
                        "xsrc": "rsm5909:234:4b44e2",
                        "ysrc": "rsm5909:234:75d101"
                    },
                    {
                        "uid": "a996d4d4-ef4d-422a-8925-7a81580bd0b9",
                        "name": "Tactical Outdoors Gear",
                        "type": "bar",
                        "xsrc": "rsm5909:234:4b44e2",
                        "ysrc": "rsm5909:234:7e75b1"
                    },
                    {
                        "uid": "973127d6-0233-4567-96fd-53fe3f1ecf40",
                        "name": "KZ",
                        "type": "bar",
                        "xsrc": "rsm5909:234:4b44e2",
                        "ysrc": "rsm5909:234:a02b26"
                    },
                    {
                        "uid": "708f1028-b3c4-44ba-9711-e939418ed4f9",
                        "name": "Steel River",
                        "type": "bar",
                        "xsrc": "rsm5909:234:4b44e2",
                        "ysrc": "rsm5909:234:a02b26"
                    },
                    {
                        "uid": "281122c4-b5f8-4009-bc02-314854c41232",
                        "name": "Valley Food",
                        "type": "bar",
                        "xsrc": "rsm5909:234:4b44e2",
                        "ysrc": "rsm5909:234:a02b26"
                    },
                    {
                        "uid": "12fcfc89-fb9f-47cf-a05f-a064ac8703c9",
                        "name": "Fortified",
                        "type": "bar",
                        "xsrc": "rsm5909:234:4b44e2",
                        "ysrc": "rsm5909:234:a02b26"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 13,
                        "color": "rgb(0,0,0)",
                        "family": "Roboto"
                    },
                    "title": {
                        "text": "Limelight Monthly Refunds"
                    },
                    "barmode": "stack",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rsm5909",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-10-30 21:15:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rsm5909",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:04:14.098483Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~bcowden/10.embed",
            "fid": "bcowden:10",
            "filename": "plot from API (2)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/bcowden:10/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/bcowden:10/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/bcowden:10/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/bcowden:10/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/bcowden:10",
                "plots": "https://api.plotly.com/v2/plots/bcowden:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=bcowden"
            },
            "owner": "bcowden",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Understanding Modes, Lacing Value Relationship",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~bcowden/10/understanding-modes-lacing-value-relationship/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:04:15.196Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~bcowden/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "2c820c19-541d-4008-b405-9f5b172305ef",
                        "mode": "markers",
                        "name": "2000",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(0.0,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "78126ff3-8aaa-4169-b75f-1201275392dd",
                        "mode": "markers",
                        "name": "2001",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(6.923076923076923,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "3a3c6ea0-d0cb-4fd1-8c83-4f628f450283",
                        "mode": "markers",
                        "name": "2002",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(13.846153846153847,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "9048b724-6d76-45e6-9e0e-1a04827e6202",
                        "mode": "markers",
                        "name": "2003",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(20.76923076923077,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "597edc17-b7e7-4ef8-a41a-efca5b2221d3",
                        "mode": "markers",
                        "name": "2004",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(27.692307692307693,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "f356f7a3-e531-47a8-9c88-f099771147c6",
                        "mode": "markers",
                        "name": "2005",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(34.61538461538461,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "44a20e78-9c38-47d8-a26f-400302b967c1",
                        "mode": "markers",
                        "name": "2006",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(41.53846153846154,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "894e9d3c-372b-46c4-88c5-2b7339082b22",
                        "mode": "markers",
                        "name": "2007",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(48.46153846153847,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "924ecaeb-3f25-4edf-8903-068a336d5df3",
                        "mode": "markers",
                        "name": "2008",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(55.38461538461539,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "7c660920-7ad9-4e47-b771-458f9b6e665d",
                        "mode": "markers",
                        "name": "2009",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(62.30769230769231,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "2e7eae68-c44e-4d2b-a47c-93e95d425e96",
                        "mode": "markers",
                        "name": "2010",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(69.23076923076923,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "847c2848-8c11-43e3-804f-aef02ddea75a",
                        "mode": "markers",
                        "name": "2011",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(76.15384615384616,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "3c67d308-86b6-4c4f-bd4d-130c0a8720df",
                        "mode": "markers",
                        "name": "2012",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(83.07692307692308,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "319fb4b5-259d-4765-8f49-1cbaa5cc85bb",
                        "mode": "markers",
                        "name": "2013",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(90.0,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "85f4daa6-c454-491e-8a3c-a8386f316583",
                        "mode": "markers",
                        "name": "2014",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(96.92307692307693,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "de3b44f2-2a8c-420b-9fd1-c89376ff97c8",
                        "mode": "markers",
                        "name": "2015",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(103.84615384615385,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "fef49fc9-a463-4f86-8cfe-1140b1b5984d",
                        "mode": "markers",
                        "name": "2016",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(110.76923076923077,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "cd525a25-7ea6-4265-ab0a-34feb2c2d3d5",
                        "mode": "markers",
                        "name": "2017",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(117.6923076923077,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "819d1b6c-8c1e-42c2-94a3-ffccf2f4ef1d",
                        "mode": "markers",
                        "name": "2018",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(124.61538461538461,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "5c5ee00b-1e5b-443d-a75d-22e9f234a1ce",
                        "mode": "markers",
                        "name": "2019",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(131.53846153846155,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "6c7d7283-add0-40ca-9d69-26ab6ebc543b",
                        "mode": "markers",
                        "name": "2020",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(138.46153846153845,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "e680aa6c-0b96-4548-b7a1-4fbaf39f403b",
                        "mode": "markers",
                        "name": "2021",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(145.3846153846154,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "186681d0-eee4-4df5-baad-07df78377f59",
                        "mode": "markers",
                        "name": "2022",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(152.30769230769232,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "f6527607-e044-447c-b14a-0a608a96e2af",
                        "mode": "markers",
                        "name": "2023",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(159.23076923076923,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "fc370d3e-446f-4c1c-8e6a-add537b2a3f4",
                        "mode": "markers",
                        "name": "2024",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(166.15384615384616,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "2a71f809-dea7-40f5-8bda-d4b5200cc45b",
                        "mode": "markers",
                        "name": "2025",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(173.0769230769231,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "8269b8c0-b807-4f60-8e52-171228b618d2",
                        "mode": "markers",
                        "name": "2026",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(180.0,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "53ed6039-efce-4acf-a671-f6fca61846bf",
                        "mode": "markers",
                        "name": "2027",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(186.92307692307693,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "9ad306dd-65c2-4eb0-ae8e-ac83479fa11f",
                        "mode": "markers",
                        "name": "2028",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(193.84615384615387,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "007c4dee-f394-4e14-bf47-963884e2a936",
                        "mode": "markers",
                        "name": "2029",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(200.76923076923077,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "c071d57f-00e0-4caf-9db3-eb2a8351c540",
                        "mode": "markers",
                        "name": "2030",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(207.6923076923077,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "07817a51-7623-44fc-b67f-4ac558500976",
                        "mode": "markers",
                        "name": "2031",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(214.6153846153846,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "fd8ac6b1-bb2b-4317-93b2-815479a814dd",
                        "mode": "markers",
                        "name": "2032",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(221.53846153846155,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "9be4bddb-5d6d-45c2-94be-e18d18ed4c02",
                        "mode": "markers",
                        "name": "2033",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(228.46153846153848,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "30acfa17-aa66-4058-bbc4-740c1fd6dc1c",
                        "mode": "markers",
                        "name": "2034",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(235.3846153846154,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "e65b7631-cd8e-4f6b-b1b9-3ac9a1db253a",
                        "mode": "markers",
                        "name": "2035",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(242.30769230769232,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "1388f5c0-c8a0-463f-ad55-d6d790ced264",
                        "mode": "markers",
                        "name": "2036",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(249.23076923076923,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "ab12e68e-7010-4471-b158-1f5b1b035c4f",
                        "mode": "markers",
                        "name": "2037",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(256.1538461538462,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "fca42849-5e77-4de9-b263-b7369e94b954",
                        "mode": "markers",
                        "name": "2038",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(263.0769230769231,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "d422959b-3106-4d7d-95b3-f8148c15f354",
                        "mode": "markers",
                        "name": "2039",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(270.0,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "7fa84014-2c1c-446e-9882-04c9888f24a7",
                        "mode": "markers",
                        "name": "2040",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(276.9230769230769,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "55b48b7e-612f-49d4-b225-2bc81f044a84",
                        "mode": "markers",
                        "name": "2041",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(283.84615384615387,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "672ab6ee-f799-4cfd-8712-b95a413b6db1",
                        "mode": "markers",
                        "name": "2042",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(290.7692307692308,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "1ca864d8-f863-4894-89fc-51c0cb55d8c1",
                        "mode": "markers",
                        "name": "2043",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(297.6923076923077,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "280456ac-8c36-43b3-8298-a1286d13ce2a",
                        "mode": "markers",
                        "name": "2044",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(304.61538461538464,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "c0bdc5bf-0a3d-4870-8d8b-8309b56231d2",
                        "mode": "markers",
                        "name": "2045",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(311.53846153846155,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "40203144-e709-427d-8a5f-2fc6ccd8f108",
                        "mode": "markers",
                        "name": "2046",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(318.46153846153845,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "006e93d0-316f-4098-9266-a601ca0878e5",
                        "mode": "markers",
                        "name": "2047",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(325.3846153846154,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "11542879-3e05-450a-816e-e4f014e48cfc",
                        "mode": "markers",
                        "name": "2048",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(332.3076923076923,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "b8600c21-660b-4eb0-a6ba-eef1fee37eac",
                        "mode": "markers",
                        "name": "2049",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(339.2307692307692,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "916c528b-cdf4-4410-8d64-2255a795b168",
                        "mode": "markers",
                        "name": "2050",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(346.1538461538462,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "6d9be7ea-2e43-417a-aaf4-6d63cd43c7b2",
                        "mode": "markers",
                        "name": "2051",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(353.0769230769231,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    },
                    {
                        "uid": "7336a4f5-cf41-4be8-93f8-28618b8d2a98",
                        "mode": "markers",
                        "name": "2052",
                        "type": "scatter",
                        "xsrc": "bcowden:11:cf57d5",
                        "ysrc": "bcowden:11:f56bc1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(360.0,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "bcowden:11:44cfe2"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Understanding Modes, Lacing Value Relationship"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Lacing Value Left"
                        },
                        "ticklen": 5,
                        "zeroline": false,
                        "gridwidth": 2
                    },
                    "yaxis": {
                        "title": {
                            "text": "Lacing Value Right"
                        },
                        "ticklen": 5,
                        "gridwidth": 2
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~bcowden",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 20:28:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "bcowden",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:04:12.861160Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~srt7/24.embed",
            "fid": "srt7:24",
            "filename": "Corrosion1560791048.488427",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/srt7:24/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/srt7:24/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/srt7:24/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/srt7:24/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/srt7:24",
                "plots": "https://api.plotly.com/v2/plots/srt7:24",
                "parent": "https://api.plotly.com/v2/folders/home?user=srt7"
            },
            "owner": "srt7",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~srt7/24/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:04:12.872Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~srt7/24/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "tozeroy",
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "mode": "lines",
                        "name": "Corrosion",
                        "type": "scatter",
                        "xsrc": "srt7:23:c0df0d",
                        "ysrc": "srt7:23:c09c50",
                        "fillcolor": "rgba(255, 0, 255, 0.5)"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:c0df0d",
                                "ysrc": "srt7:23:c09c50"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:3d96d3",
                                "ysrc": "srt7:23:b6acc4"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:bf6e34",
                                "ysrc": "srt7:23:46c167"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:f3b75c",
                                "ysrc": "srt7:23:0e8240"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:872f52",
                                "ysrc": "srt7:23:535b56"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:d7954e",
                                "ysrc": "srt7:23:465f86"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:093f6c",
                                "ysrc": "srt7:23:fa5f09"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:267b52",
                                "ysrc": "srt7:23:995bc8"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:95e80f",
                                "ysrc": "srt7:23:235e8f"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:319afd",
                                "ysrc": "srt7:23:2085fa"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:109f1e",
                                "ysrc": "srt7:23:65ef22"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:6546b9",
                                "ysrc": "srt7:23:a2408e"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:0c253c",
                                "ysrc": "srt7:23:47533a"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:e2e0e5",
                                "ysrc": "srt7:23:9eb277"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:66b798",
                                "ysrc": "srt7:23:be6abe"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:9ddc20",
                                "ysrc": "srt7:23:45d064"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:d928e7",
                                "ysrc": "srt7:23:c1663f"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:5289c5",
                                "ysrc": "srt7:23:cc3eb3"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:aab9e6",
                                "ysrc": "srt7:23:5e1f39"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:ea0935",
                                "ysrc": "srt7:23:f24015"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:b03126",
                                "ysrc": "srt7:23:e714fb"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:2340bf",
                                "ysrc": "srt7:23:0b5995"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:d61cd4",
                                "ysrc": "srt7:23:180a5c"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:e72f92",
                                "ysrc": "srt7:23:96a1a2"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:d2d8f3",
                                "ysrc": "srt7:23:3bd97a"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:bdd74d",
                                "ysrc": "srt7:23:944a33"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:676a05",
                                "ysrc": "srt7:23:6640f5"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:332e38",
                                "ysrc": "srt7:23:eab628"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:ebc5f1",
                                "ysrc": "srt7:23:6bbc9d"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:23:d913d0",
                                "ysrc": "srt7:23:a080cb"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    }
                ],
                "layout": {
                    "font": {
                        "family": "Balto"
                    },
                    "title": "Corrosion",
                    "width": 800,
                    "xaxis": {
                        "range": [
                            0,
                            40
                        ],
                        "mirror": true,
                        "nticks": 12,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false,
                        "tickangle": -45
                    },
                    "yaxis": {
                        "range": [
                            0,
                            1500
                        ],
                        "title": "$",
                        "mirror": true,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false
                    },
                    "height": 400,
                    "autosize": false,
                    "showlegend": false,
                    "updatemenus": [
                        {
                            "x": 1.1,
                            "y": 1,
                            "pad": {
                                "r": 10,
                                "t": 0
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 50
                                            },
                                            "transition": {
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "mode": "auto",
                                    "label": "Play",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": 400,
            "width": 800,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~srt7",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-16 07:53:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "srt7",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}