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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzEyJTNBNDclM0EyNS40NTkyMjQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxMiUzQTU2JTNBMDAuNzMzMDI1JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T12:56:00.733025Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ijkain/2.embed",
            "fid": "ijkain:2",
            "filename": "angled-text-bar",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ijkain:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ijkain:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ijkain/2/8_8EXSU0K9JEZ9WPL8UFZ8ICZKD73ZY5.png",
                "list-thumb": "https://api.plotly.com/v2/files/ijkain:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ijkain:2",
                "plots": "https://api.plotly.com/v2/plots/ijkain:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=ijkain"
            },
            "owner": "ijkain",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "LGS",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ijkain/2/lgs/",
            "world_readable": true,
            "date_modified": "2019-06-25T17:11:34.275Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ijkain/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "2b7f3e11-abf4-408c-a29a-b3b662321d3e",
                        "name": "LGS",
                        "type": "bar",
                        "xsrc": "ijkain:3:92b943",
                        "ysrc": "ijkain:3:0f0277",
                        "marker": {
                            "colorsrc": "ijkain:3:ca8d8c"
                        },
                        "textsrc": "ijkain:3:c96cb6",
                        "textfont": {
                            "sizesrc": "ijkain:3:801593"
                        },
                        "textposition": "inside"
                    }
                ],
                "layout": {
                    "width": 750,
                    "xaxis": {
                        "tickfont": {
                            "size": 24
                        }
                    },
                    "yaxis": {
                        "tickfont": {
                            "size": 24
                        }
                    },
                    "height": 250,
                    "barmode": "group"
                }
            },
            "height": 250,
            "width": 750,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ijkain",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 03:50:39",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ijkain",
                "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-17T12:55:59.348036Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~T2woseven/4.embed",
            "fid": "T2woseven:4",
            "filename": "jupyter-basic_bar",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/T2woseven/4/9_D00EJVTQL3M36BJ6ELZHNYJWJU2FR5.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/T2woseven:4/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/T2woseven/4/8_O1BK03G5SLMR27GTUGTZ4ZF8KWM7QI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/T2woseven/4/9_D00EJVTQL3M36BJ6ELZHNYJWJU2FR5.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/T2woseven:4",
                "plots": "https://api.plotly.com/v2/plots/T2woseven:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=T2woseven"
            },
            "owner": "T2woseven",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~T2woseven/4/",
            "world_readable": true,
            "date_modified": "2019-06-22T04:45:13.360Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~T2woseven/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a1f42472-a912-4af8-960d-a4a8013dc4de",
                        "type": "bar",
                        "xsrc": "T2woseven:5:3cad32",
                        "ysrc": "T2woseven:5:e76eaa"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~T2woseven",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/27.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:17:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "T2woseven",
                "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-17T12:55:35.269179Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~thomaslv02/48.embed",
            "fid": "thomaslv02:48",
            "filename": "templumfmaxfreqfilterobs",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/thomaslv02/48/9_JTVX8KN63M8FUCPE7CZRJYVVSH2E0H.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/thomaslv02:48/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/thomaslv02:48/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/thomaslv02/48/9_JTVX8KN63M8FUCPE7CZRJYVVSH2E0H.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/thomaslv02:48",
                "plots": "https://api.plotly.com/v2/plots/thomaslv02:48",
                "parent": "https://api.plotly.com/v2/folders/home?user=thomaslv02"
            },
            "owner": "thomaslv02",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Données observationnelles avec fréquence filtrée (temp, lum, fmax)",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~thomaslv02/48/donnees-observationnelles-avec-frequence-filtree-temp-lum-fmax/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:09:34.245Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~thomaslv02/48/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "2e4752ff-a053-4152-9930-054a093b6df1",
                        "line": {
                            "color": "black",
                            "width": 0.5
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "thomaslv02:49:a2086f",
                        "ysrc": "thomaslv02:49:043921",
                        "zsrc": "thomaslv02:49:ef35a1",
                        "marker": {
                            "size": 2,
                            "color": "black"
                        },
                        "error_x": {
                            "type": "data",
                            "color": "black",
                            "width": 3,
                            "arraysrc": "thomaslv02:49:545d98",
                            "symmetric": false,
                            "thickness": 0.5,
                            "arrayminussrc": "thomaslv02:49:f1215f"
                        },
                        "error_y": {
                            "type": "data",
                            "color": "black",
                            "width": 3,
                            "arraysrc": "thomaslv02:49:1c1321",
                            "symmetric": false,
                            "thickness": 0.5,
                            "arrayminussrc": "thomaslv02:49:b6aa53"
                        },
                        "opacity": 0.8
                    },
                    {
                        "uid": "383ca58a-046b-4d4f-bcc8-fe227547a04d",
                        "type": "surface",
                        "xsrc": "thomaslv02:49:4d9adb,9fd3a5,33b492,5d7092,c48b43,b01789,58cbda,67ebaa,b2c1bf,ef92f1,fae553,340640,10ae57,c49291,ae30df,022ed2,07f3c4,d3bd55,78b780,957bee",
                        "ysrc": "thomaslv02:49:d08d1f,157061,2e4d50,da83e9,6c8f74,b17125,182f49,ef96df,f2ebf1,6ef387,747f41,11bdec,83c5a4,7129eb,80c407,7f17a6,dd662a,011fe5,945f84,a4aaa4",
                        "zsrc": "thomaslv02:49:82e73b,899e2b,399c38,8dd9e2,94614a,97891c,0dfbdb,b5724a,d70c7f,85a180,34977e,5768e2,bebb2d,f32f89,13420a,952f72,3693ee,8a99dd,ec48c9,8a3530",
                        "opacity": 0.7,
                        "colorbar": {
                            "x": 1,
                            "y": 0.5,
                            "title": {
                                "text": "fmax (uHz)"
                            }
                        },
                        "colorscale": "RdBu"
                    },
                    {
                        "uid": "c66db619-c99f-4e11-8ab1-65023ed9a98e",
                        "line": {
                            "color": "black",
                            "width": 0.5
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "thomaslv02:49:62cdd7",
                        "ysrc": "thomaslv02:49:414f40",
                        "zsrc": "thomaslv02:49:e27dc8",
                        "marker": {
                            "size": 2,
                            "color": "red"
                        },
                        "error_x": {
                            "type": "data",
                            "color": "black",
                            "width": 3,
                            "arraysrc": "thomaslv02:49:2b9229",
                            "symmetric": false,
                            "thickness": 0.5,
                            "arrayminussrc": "thomaslv02:49:b54c06"
                        },
                        "error_y": {
                            "type": "data",
                            "color": "black",
                            "width": 3,
                            "arraysrc": "thomaslv02:49:1920c9",
                            "symmetric": false,
                            "thickness": 0.5,
                            "arrayminussrc": "thomaslv02:49:afc6de"
                        },
                        "opacity": 0.8
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": {
                                "text": "Température (K)"
                            },
                            "autorange": "reversed",
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204, 204)"
                        },
                        "yaxis": {
                            "range": [
                                -0.1817741063860445,
                                1.0896225515843405
                            ],
                            "title": {
                                "text": "Luminosité (loglsl)"
                            },
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204,204)"
                        },
                        "zaxis": {
                            "range": [
                                401.49177,
                                842.31932
                            ],
                            "title": {
                                "text": "fmax (uHz)"
                            },
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204,204)"
                        }
                    },
                    "title": {
                        "text": "Données observationnelles avec fréquence filtrée (temp, lum, fmax)"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~thomaslv02",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.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-07 15:25:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "thomaslv02",
                "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-17T12:53:10.518261Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~RRRRRRR/0.embed",
            "fid": "RRRRRRR:0",
            "filename": "choropleth_california_and_surr_states_outlines",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/RRRRRRR/0/9_IY7X3105OUTU1K8VZO711MQVD7KJE7.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/RRRRRRR/0/2_SO02PYIHY4JFTW1XFPLNH97WX488X3.png",
                "block-thumb": "https://api.plotly.com/v2/files/RRRRRRR:0/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RRRRRRR/0/9_IY7X3105OUTU1K8VZO711MQVD7KJE7.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/RRRRRRR:0",
                "plots": "https://api.plotly.com/v2/plots/RRRRRRR:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=RRRRRRR"
            },
            "owner": "RRRRRRR",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "California and Nearby States",
            "views": 13,
            "web_url": "https://chart-studio.plotly.com/~RRRRRRR/0/california-and-nearby-states/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:53:10.921Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~RRRRRRR/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "26ea7a56-1a10-411b-9bc5-5a8fad482a4f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "< 14,348",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:1:ecbcfb",
                        "ysrc": "RRRRRRR:1:0a7803",
                        "fillcolor": "rgb(193, 193, 193)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "093807c6-d33d-48f0-8428-9bad773f13f6",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "14,348 - 63,983",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:1:794dcf",
                        "ysrc": "RRRRRRR:1:27e06c",
                        "fillcolor": "rgb(239,239,239)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "61ace802-feff-45f6-b258-434e38f34798",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "63,983 - 134,827",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:1:b1c4aa",
                        "ysrc": "RRRRRRR:1:0765d0",
                        "fillcolor": "rgb(195, 196, 222)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6e273eec-6a1c-4ab2-84c9-1dfc47c2b2c5",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "134,827 - 426,762",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:1:d56378",
                        "ysrc": "RRRRRRR:1:94dff5",
                        "fillcolor": "rgb(144,148,194)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "e2d886ae-025b-4eb4-bf28-313446878d04",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "426,762 - 2,081,313",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:1:09f274",
                        "ysrc": "RRRRRRR:1:5dedd0",
                        "fillcolor": "rgb(101,104,168)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "668a3700-a646-4c58-9b00-21056dc6fed1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "> 2,081,313",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:1:c8d258",
                        "ysrc": "RRRRRRR:1:827e84",
                        "fillcolor": "rgb(65, 53, 132)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a6dc3ec3-6926-4063-abc4-bd2c1cc89a72",
                        "mode": "markers",
                        "name": "US Counties",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:1:806155",
                        "ysrc": "RRRRRRR:1:a4e574",
                        "marker": {
                            "color": "white",
                            "opacity": 0
                        },
                        "textsrc": "RRRRRRR:1:f7a5b4",
                        "selected": {
                            "marker": {
                                "size": 3,
                                "color": "white",
                                "opacity": 1
                            }
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "unselected": {
                            "marker": {
                                "opacity": 0
                            }
                        },
                        "legendgroup": "centroids"
                    },
                    {
                        "uid": "79b70415-0b21-403b-a6aa-5be8271c4bfa",
                        "line": {
                            "color": "rgb(240, 240, 240)",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:1:84c754",
                        "ysrc": "RRRRRRR:1:eef04a",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "States"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "California and Nearby States"
                    },
                    "width": 900,
                    "xaxis": {
                        "range": [
                            -135.504654,
                            -98.105164
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "range": [
                            31.332238999999998,
                            46.292035
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "height": 450,
                    "legend": {
                        "x": 1,
                        "y": 1,
                        "xanchor": "right",
                        "yanchor": "top",
                        "traceorder": "reversed"
                    },
                    "margin": {
                        "b": 20,
                        "l": 20,
                        "r": 20,
                        "t": 40
                    },
                    "dragmode": "select",
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": 1,
                            "y": 1.05,
                            "text": "<b>Population by County</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "right",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 450,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~RRRRRRR",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:47:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "RRRRRRR",
                "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-17T12:52:21.994673Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~eonr/0.embed",
            "fid": "eonr:0",
            "filename": "simple-3d-scatter",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/eonr/0/9_IXER73BGV8DH3Y581TXI8E6D4ETE71.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/eonr/0/2_T6Q58CIU64VSOCK43WIZOC5GGL53Y6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/eonr/0/8_TAC5FYEL4YZ7RVOQA4ALD0895W10GR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/eonr/0/9_IXER73BGV8DH3Y581TXI8E6D4ETE71.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/eonr:0",
                "plots": "https://api.plotly.com/v2/plots/eonr:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=eonr"
            },
            "owner": "eonr",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~eonr/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:16:42.838Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~eonr/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b148416e-cb0b-453e-a1d4-708c3f5fafad",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:1:2e4adb",
                        "ysrc": "eonr:1:234897",
                        "zsrc": "eonr:1:327b15",
                        "marker": {
                            "size": 12,
                            "opacity": 0.8,
                            "colorsrc": "eonr:1:e2b20b",
                            "colorscale": "Viridis"
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": {
                                "text": "feature-1"
                            }
                        },
                        "yaxis": {
                            "title": {
                                "text": "feature-2"
                            }
                        },
                        "zaxis": {
                            "title": {
                                "text": "Time"
                            }
                        }
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~eonr",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.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-17 12:45:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "eonr",
                "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-17T12:50:45.313903Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amitnene/39.embed",
            "fid": "amitnene:39",
            "filename": "Plot 39",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/amitnene/39/9_CL2KTEJDNB17PAJ35WXMCVAZ2MV3X6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/amitnene/39/2_IQXZ0R2E7RR6MGO1BE09KXPAGCY46Y.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amitnene/39/8_7RX2U4O3NS4HD7M1MB0TH2GFT6AZIR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/amitnene/39/9_CL2KTEJDNB17PAJ35WXMCVAZ2MV3X6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amitnene:39",
                "plots": "https://api.plotly.com/v2/plots/amitnene:39",
                "parent": "https://api.plotly.com/v2/folders/home?user=amitnene"
            },
            "owner": "amitnene",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~amitnene/39/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:12:04.682Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amitnene/39/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "amitnene:38:ed4a88",
                        "ysrc": "amitnene:38:f2de01"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "GWO Scheduler Throughput"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            915
                        ],
                        "title": {
                            "text": "Time span (in seconds)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            8.247222222222222,
                            17.102777777777778
                        ],
                        "title": {
                            "text": "Throughput (in requests/sec)"
                        },
                        "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/~amitnene",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-07 18:24:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amitnene",
                "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-17T12:49:44.022461Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AlexWHaven/6.embed",
            "fid": "AlexWHaven:6",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/AlexWHaven:6/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AlexWHaven/6/2_Y0HZRCFFAGONHXZFTPQUSPDTPDTETZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AlexWHaven/6/8_HXE1D7HCWZT25TDGRP7821O9TGVY29.png",
                "list-thumb": "https://api.plotly.com/v2/files/AlexWHaven:6/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AlexWHaven:6",
                "plots": "https://api.plotly.com/v2/plots/AlexWHaven:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=AlexWHaven"
            },
            "owner": "AlexWHaven",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Observed vs FC_Day",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AlexWHaven/6/observed-vs-fc-day/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:49:44.459Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AlexWHaven/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "e5c95f1e-6c3d-42ee-aa09-18a9815fbfbe",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:7:30dec4",
                        "ysrc": "AlexWHaven:7:c69cba",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "06f9ede9-8b39-4fb6-9710-93c952877b19",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:7:30dec4",
                        "ysrc": "AlexWHaven:7:8469be",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "56aa3318-5bdd-441c-b070-5fc96ff2df61",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:7:30dec4",
                        "ysrc": "AlexWHaven:7:fb9f7d",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "4e45809c-389e-4d21-8e5e-e260ba751979",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:7:30dec4",
                        "ysrc": "AlexWHaven:7:6cdc78",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    }
                ],
                "layout": {
                    "width": 432,
                    "xaxis": {
                        "side": "top",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            1428881.8800000001,
                            3039341.72
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Observed"
                        },
                        "anchor": "x",
                        "domain": [
                            0.8077937714765009,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "height": 288,
                    "margin": {
                        "b": 42,
                        "l": 75,
                        "r": 14,
                        "t": 14,
                        "pad": 0
                    },
                    "xaxis2": {
                        "side": "top",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "xaxis3": {
                        "side": "top",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "xaxis4": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y4",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis2": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            1623624.2064285716,
                            2762897.2078571427
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Trend"
                        },
                        "anchor": "x2",
                        "domain": [
                            0.538529180984334,
                            0.730735409507833
                        ],
                        "mirror": "ticks",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis3": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.8653281153849631,
                            1.086144635015186
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Seasonal"
                        },
                        "anchor": "x3",
                        "domain": [
                            0.269264590492167,
                            0.4614708190156661
                        ],
                        "mirror": "ticks",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis4": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.711676771344745,
                            1.279038786593649
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Residual"
                        },
                        "anchor": "x4",
                        "domain": [
                            0.0,
                            0.19220622852349906
                        ],
                        "mirror": "ticks",
                        "nticks": 5,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 288,
            "width": 432,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AlexWHaven",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-21 13:19:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AlexWHaven",
                "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-17T12:48:15.240997Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AlexWHaven/4.embed",
            "fid": "AlexWHaven:4",
            "filename": "plot from API (2)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/AlexWHaven:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AlexWHaven/4/2_MXWVRJ3NZLX47RUR5AJ0SPR7NAX6X0.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AlexWHaven/4/8_1M2KKM5U5EGZC95U0Z351MIGNJCCQ3.png",
                "list-thumb": "https://api.plotly.com/v2/files/AlexWHaven:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AlexWHaven:4",
                "plots": "https://api.plotly.com/v2/plots/AlexWHaven:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=AlexWHaven"
            },
            "owner": "AlexWHaven",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Observed vs FC_Day",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AlexWHaven/4/observed-vs-fc-day/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:48:15.716Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AlexWHaven/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b98cc955-eda7-463d-9a4a-f2bd05903048",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:5:838a45",
                        "ysrc": "AlexWHaven:5:0ddbdb",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "97073da8-1334-43bc-aca8-9c4250f10e0a",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:5:838a45",
                        "ysrc": "AlexWHaven:5:e7d6cf",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "481e3b04-6361-43e7-8532-f1a23093039d",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:5:838a45",
                        "ysrc": "AlexWHaven:5:bc927f",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "ef0032ec-1e1c-487d-aab4-b71c5e85a0b3",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:5:838a45",
                        "ysrc": "AlexWHaven:5:2d6ad0",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    }
                ],
                "layout": {
                    "width": 432,
                    "xaxis": {
                        "side": "top",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            1428881.8800000001,
                            3039341.72
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Observed"
                        },
                        "anchor": "x",
                        "domain": [
                            0.8077937714765009,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "height": 288,
                    "margin": {
                        "b": 42,
                        "l": 75,
                        "r": 14,
                        "t": 14,
                        "pad": 0
                    },
                    "xaxis2": {
                        "side": "top",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "xaxis3": {
                        "side": "top",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "xaxis4": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y4",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis2": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            1623624.2064285716,
                            2762897.2078571427
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Trend"
                        },
                        "anchor": "x2",
                        "domain": [
                            0.538529180984334,
                            0.730735409507833
                        ],
                        "mirror": "ticks",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis3": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.8653281153849631,
                            1.086144635015186
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Seasonal"
                        },
                        "anchor": "x3",
                        "domain": [
                            0.269264590492167,
                            0.4614708190156661
                        ],
                        "mirror": "ticks",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis4": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.711676771344745,
                            1.279038786593649
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Residual"
                        },
                        "anchor": "x4",
                        "domain": [
                            0.0,
                            0.19220622852349906
                        ],
                        "mirror": "ticks",
                        "nticks": 5,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 288,
            "width": 432,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AlexWHaven",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-21 13:19:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AlexWHaven",
                "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-17T12:47:40.792095Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AlexWHaven/2.embed",
            "fid": "AlexWHaven:2",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/AlexWHaven:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AlexWHaven/2/2_AH7CWGNA1JJ4XUOTLQ957B6KOP012X.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AlexWHaven/2/8_ZDBNM1PSCUGV1WRWAICPJDVWTTQVWB.png",
                "list-thumb": "https://api.plotly.com/v2/files/AlexWHaven:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AlexWHaven:2",
                "plots": "https://api.plotly.com/v2/plots/AlexWHaven:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=AlexWHaven"
            },
            "owner": "AlexWHaven",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Observed vs FC_Day",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~AlexWHaven/2/observed-vs-fc-day/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:47:41.256Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AlexWHaven/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7ed5fe84-0b60-4816-8e4a-a4ad18e13a47",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:3:2f3434",
                        "ysrc": "AlexWHaven:3:e3cb11",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "e279a2f8-25c8-4d6e-b297-801eb71f7ce6",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:3:2f3434",
                        "ysrc": "AlexWHaven:3:e3cb11",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "473dedc1-f098-4073-bddb-16be9f72bcf3",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:3:2f3434",
                        "ysrc": "AlexWHaven:3:961142",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "e5a18559-933e-4f6d-b7eb-bb57b6807d85",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:3:2f3434",
                        "ysrc": "AlexWHaven:3:961142",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    }
                ],
                "layout": {
                    "width": 432,
                    "xaxis": {
                        "side": "top",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            1428881.8800000001,
                            3039341.72
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Observed"
                        },
                        "anchor": "x",
                        "domain": [
                            0.8089346575368689,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "height": 288,
                    "margin": {
                        "b": 42,
                        "l": 75,
                        "r": 14,
                        "t": 14,
                        "pad": 0
                    },
                    "xaxis2": {
                        "side": "top",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "xaxis3": {
                        "side": "top",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "xaxis4": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y4",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis2": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            1428881.8800000001,
                            3039341.72
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Trend"
                        },
                        "anchor": "x2",
                        "domain": [
                            0.5392897716912458,
                            0.730355114154377
                        ],
                        "mirror": "ticks",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis3": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.945,
                            1.0550000000000002
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Seasonal"
                        },
                        "anchor": "x3",
                        "domain": [
                            0.2696448858456229,
                            0.460710228308754
                        ],
                        "mirror": "ticks",
                        "nticks": 5,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis4": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.945,
                            1.0550000000000002
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Residual"
                        },
                        "anchor": "x4",
                        "domain": [
                            0.0,
                            0.19106534246313106
                        ],
                        "mirror": "ticks",
                        "nticks": 5,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 288,
            "width": 432,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AlexWHaven",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-21 13:19:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AlexWHaven",
                "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-17T12:47:25.459224Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~yiwilliamzhang/40.embed",
            "fid": "yiwilliamzhang:40",
            "filename": "plot from API (20)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/yiwilliamzhang:40/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/yiwilliamzhang:40/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/yiwilliamzhang/40/8_K4PYQ2MSKSQ1EKYXDYQK82ODYVHCG3.png",
                "list-thumb": "https://api.plotly.com/v2/files/yiwilliamzhang:40/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/yiwilliamzhang:40",
                "plots": "https://api.plotly.com/v2/plots/yiwilliamzhang:40",
                "parent": "https://api.plotly.com/v2/folders/home?user=yiwilliamzhang"
            },
            "owner": "yiwilliamzhang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "IWC, TCC, SSAC, RBAC, TCA, GFK, JDA, CORAL, JGSA, JTM, MEDA",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~yiwilliamzhang/40/iwc-tcc-ssac-rbac-tca-gfk-jda-coral-jgsa-jtm-meda/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:47:25.880Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~yiwilliamzhang/40/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "06e0ca08-3a02-4d8f-a838-435cb7b39d48",
                        "name": "IWC",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:41:316450",
                        "marker": {
                            "color": "hsl(0.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "93d0e3a7-1fc2-4d16-96b8-7c43efe23ecc",
                        "name": "TCC",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:41:1618c4",
                        "marker": {
                            "color": "hsl(36.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "77a32e17-4693-44d2-b039-b7a6a6491f31",
                        "name": "SSAC",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:41:3ac78b",
                        "marker": {
                            "color": "hsl(72.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "c1dcba5d-df0c-40eb-9c93-1e4b4065f310",
                        "name": "RBAC",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:41:421e42",
                        "marker": {
                            "color": "hsl(108.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "856bd116-55b2-44f1-bf8a-3ca5f91ab3ba",
                        "name": "TCA",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:41:40c175",
                        "marker": {
                            "color": "hsl(144.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "28443d62-e564-44ca-979b-69d61009e76d",
                        "name": "GFK",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:41:5a86a0",
                        "marker": {
                            "color": "hsl(180.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "7fa9c3f0-7f42-4d94-aa13-dedd2267a2c5",
                        "name": "JDA",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:41:a2586d",
                        "marker": {
                            "color": "hsl(216.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "7c3712db-8115-4563-8e9c-59be01520f98",
                        "name": "CORAL",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:41:3b9cf3",
                        "marker": {
                            "color": "hsl(252.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "27c3aa09-8be6-4193-94ec-7dd66450b8c2",
                        "name": "JGSA",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:41:e933e5",
                        "marker": {
                            "color": "hsl(288.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "092dea9b-de05-4f52-a61f-07eda435e987",
                        "name": "JTM",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:41:11aecb",
                        "marker": {
                            "color": "hsl(324.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "b90bb271-9905-48dd-8004-4f82913d6137",
                        "name": "MEDA",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:41:56fa51",
                        "marker": {
                            "color": "hsl(360.0,50%,50%)"
                        },
                        "orientation": "h"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~yiwilliamzhang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-04-27 12:36:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "yiwilliamzhang",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}