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=cj0xJnA9MjAxOS0wMy0yMSswMyUzQTU0JTNBNTkuNjM4NjUzJTJCMDAlM0EwMA%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=cD0yMDE5LTAzLTIxKzAzJTNBNTUlM0EzMi45OTQ3MDclMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMSswNCUzQTA5JTNBMDcuOTEzODA1JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-21T04:09:07.913805Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sirisadashiva/20.embed",
            "fid": "sirisadashiva:20",
            "filename": "plot from API (4)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/sirisadashiva/20/9_XNZGGWQIA826PUNP8KHU5PZQIQVDZ2.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/sirisadashiva/20/2_TAN5QINH0G2TTN0V4EEXXV5YWR32P1.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sirisadashiva/20/8_B253FO7EPPQXKYNF09VCCWV4KV69U8.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sirisadashiva/20/9_XNZGGWQIA826PUNP8KHU5PZQIQVDZ2.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sirisadashiva:20",
                "plots": "https://api.plotly.com/v2/plots/sirisadashiva:20",
                "parent": "https://api.plotly.com/v2/folders/home?user=sirisadashiva"
            },
            "owner": "sirisadashiva",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Heatmap of Top Ten Genes Identified By Random Forest Classification",
            "views": 5,
            "web_url": "https://chart-studio.plotly.com/~sirisadashiva/20/heatmap-of-top-ten-genes-identified-by-random-forest-classification/",
            "world_readable": true,
            "date_modified": "2019-03-21T04:09:08.448Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sirisadashiva/20/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "heatmap",
                        "xsrc": "sirisadashiva:21:184b78",
                        "ysrc": "sirisadashiva:21:2a5f15",
                        "zsrc": "sirisadashiva:21:-184b78,2a5f15",
                        "colorscale": "YIGnBu"
                    }
                ],
                "layout": {
                    "title": "Heatmap of Top Ten Genes Identified By Random Forest Classification",
                    "xaxis": {
                        "dtick": 1,
                        "autotick": false,
                        "showgrid": false
                    },
                    "yaxis": {
                        "dtick": 1,
                        "autotick": false,
                        "showgrid": false
                    },
                    "margin": {
                        "b": 200,
                        "l": 200,
                        "pad": 4
                    },
                    "autosize": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sirisadashiva",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-05-12 05:06:04",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sirisadashiva",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T04:07:32.366218Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~xuzhaoqing/18.embed",
            "fid": "xuzhaoqing:18",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/18/9_OR7RKGMWZS0SF1CO5UKGY97KG1MXTB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/18/2_0XJHGL4MKZQRLHXQUS6IIB9H9UADFH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/18/8_IWG0384KXDE4VVXSG4VLZRK1P04C6U.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/18/9_OR7RKGMWZS0SF1CO5UKGY97KG1MXTB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/xuzhaoqing:18",
                "plots": "https://api.plotly.com/v2/plots/xuzhaoqing:18",
                "parent": "https://api.plotly.com/v2/folders/home?user=xuzhaoqing"
            },
            "owner": "xuzhaoqing",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "A.M. and P.M. Fatal Collisions by Age",
            "views": 8,
            "web_url": "https://chart-studio.plotly.com/~xuzhaoqing/18/am-and-pm-fatal-collisions-by-age/",
            "world_readable": true,
            "date_modified": "2019-03-21T04:07:32.816Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~xuzhaoqing/18/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b4d66f23-cfa6-4cf9-8f01-7b446b1ab6c0",
                        "name": "A.M.",
                        "type": "box",
                        "ysrc": "xuzhaoqing:19:16c40b"
                    },
                    {
                        "uid": "e4c65a9b-5a7a-4178-96e9-99734f163510",
                        "name": "P.M.",
                        "type": "box",
                        "ysrc": "xuzhaoqing:19:37c39b"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "A.M. and P.M. Fatal Collisions by Age"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~xuzhaoqing",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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-03-21 02:28:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "xuzhaoqing",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T04:04:01.365670Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~xuzhaoqing/16.embed",
            "fid": "xuzhaoqing:16",
            "filename": "plot from API (7)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/16/9_B91G52HDVYDEK5P3PELI41QPRFI135.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/16/2_CIVL6317UIFDU7CPM4PQF8REJHS6NW.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/16/8_JUUZPOWJ018RVUV70XX0ISU9IC4RYY.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/16/9_B91G52HDVYDEK5P3PELI41QPRFI135.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/xuzhaoqing:16",
                "plots": "https://api.plotly.com/v2/plots/xuzhaoqing:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=xuzhaoqing"
            },
            "owner": "xuzhaoqing",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "A.M. and P.M. Fatal Collisions by Age",
            "views": 13,
            "web_url": "https://chart-studio.plotly.com/~xuzhaoqing/16/am-and-pm-fatal-collisions-by-age/",
            "world_readable": true,
            "date_modified": "2019-03-21T04:04:01.827Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~xuzhaoqing/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "afc068a2-a614-4b2d-b0e6-8c8f1e1a1705",
                        "name": "A.M.",
                        "type": "box",
                        "ysrc": "xuzhaoqing:17:5105c0"
                    },
                    {
                        "uid": "58f98a05-ba24-4fdf-9ffd-79f6e6ae6d3d",
                        "name": "P.M.",
                        "type": "box",
                        "ysrc": "xuzhaoqing:17:9127fb"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "A.M. and P.M. Fatal Collisions by Age"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~xuzhaoqing",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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-03-21 02:28:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "xuzhaoqing",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T04:03:26.369907Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~aaron0521/2.embed",
            "fid": "aaron0521:2",
            "filename": "choropleth_california_and_surr_states_outlines",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/aaron0521/2/9_7XXPDKMJ7ZED1KK6HBVKAP3SV1WL4Y.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/aaron0521/2/2_PM08ZOQF6ZW80JLS2CB64BCVI1MZ3B.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aaron0521/2/8_0ORB8JSCLSN3XKCNK0TA27XG7EHELB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/aaron0521/2/9_7XXPDKMJ7ZED1KK6HBVKAP3SV1WL4Y.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/aaron0521:2",
                "plots": "https://api.plotly.com/v2/plots/aaron0521:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=aaron0521"
            },
            "owner": "aaron0521",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "California Number of Collision Death People by County (Per 100,000)",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~aaron0521/2/california-number-of-collision-death-people-by-county-per-100000/",
            "world_readable": true,
            "date_modified": "2019-03-21T06:18:32.889Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~aaron0521/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c2a49c37-3641-4be7-a794-88676e139984",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "< 5",
                        "type": "scatter",
                        "xsrc": "aaron0521:3:71d4f1",
                        "ysrc": "aaron0521:3:fcf4d4",
                        "fillcolor": "rgb(193, 193, 193)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "70ab06db-cd99-42c3-9b4e-7880dcbd9471",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "5 - 10",
                        "type": "scatter",
                        "xsrc": "aaron0521:3:c7c247",
                        "ysrc": "aaron0521:3:c3bd8f",
                        "fillcolor": "rgb(239,239,239)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2f569252-b433-448c-82c2-7015d08f3f70",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "10 - 50",
                        "type": "scatter",
                        "xsrc": "aaron0521:3:48ce88",
                        "ysrc": "aaron0521:3:8469a1",
                        "fillcolor": "rgb(195, 196, 222)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1a614355-8803-431b-9f70-3976d37dcb2b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "50 - 100",
                        "type": "scatter",
                        "xsrc": "aaron0521:3:11e701",
                        "ysrc": "aaron0521:3:594552",
                        "fillcolor": "rgb(144,148,194)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "925d6a98-bba8-4e2f-b707-0041f039e8e7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "> 100",
                        "type": "scatter",
                        "xsrc": "aaron0521:3:75a2be",
                        "ysrc": "aaron0521:3:c78eb0",
                        "fillcolor": "rgb(101,104,168)",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2e2e080e-42f8-430b-bb8e-75abc5f121ae",
                        "mode": "markers",
                        "name": "US Counties",
                        "type": "scatter",
                        "xsrc": "aaron0521:3:0296dc",
                        "ysrc": "aaron0521:3:e5c8c4",
                        "marker": {
                            "color": "white",
                            "opacity": 0
                        },
                        "textsrc": "aaron0521:3:b7babd",
                        "selected": {
                            "marker": {
                                "size": 3,
                                "color": "white",
                                "opacity": 1
                            }
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "unselected": {
                            "marker": {
                                "opacity": 0
                            }
                        },
                        "legendgroup": "centroids"
                    },
                    {
                        "uid": "088dfb7a-56ae-4e63-9d7c-7f95ae78a948",
                        "line": {
                            "color": "rgb(240, 240, 240)",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "aaron0521:3:8d5c0f",
                        "ysrc": "aaron0521:3:a25e1f",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "States"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "California Number of Collision Death People by County (Per 100,000)"
                    },
                    "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/~aaron0521",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/19.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 03:59:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "aaron0521",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T04:03:11.636484Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~aaron0521/0.embed",
            "fid": "aaron0521:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/aaron0521/0/9_OHF6ZLC4D124SOKFA9EDDH2DJSH09M.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/aaron0521/0/2_IFYWQYYS2FNU1BMHDS08RRDJ1D2JZ2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aaron0521/0/8_6TYBQ0C8BS4U1PWXP4E8FLDOBVRMCB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/aaron0521/0/9_OHF6ZLC4D124SOKFA9EDDH2DJSH09M.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/aaron0521:0",
                "plots": "https://api.plotly.com/v2/plots/aaron0521:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=aaron0521"
            },
            "owner": "aaron0521",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "A.M. and P.M. Fatal Collisions by Age",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~aaron0521/0/am-and-pm-fatal-collisions-by-age/",
            "world_readable": true,
            "date_modified": "2019-03-21T04:03:12.096Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~aaron0521/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1f79d010-fee5-452e-b667-e5645e07eb1b",
                        "name": "A.M.",
                        "type": "box",
                        "ysrc": "aaron0521:1:f40333"
                    },
                    {
                        "uid": "145b6618-c4fe-4091-9274-ec4d7ee21b0e",
                        "name": "P.M.",
                        "type": "box",
                        "ysrc": "aaron0521:1:42d542"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "A.M. and P.M. Fatal Collisions by Age"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~aaron0521",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/19.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 03:59:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "aaron0521",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:58:52.547198Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~fibi/17.embed",
            "fid": "fibi:17",
            "filename": "interest_seg_rcb",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/fibi/17/9_M45I5S9BZEP7L1VJ0U3XGGMV184EU9.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/fibi/17/2_Y66W6UVCMYPLG2I4ODLL1R2K570J1O.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/fibi/17/8_FPH085RBSIVHOXA128AK6ULLLKGL2A.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/fibi/17/9_M45I5S9BZEP7L1VJ0U3XGGMV184EU9.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/fibi:17",
                "plots": "https://api.plotly.com/v2/plots/fibi:17",
                "parent": "https://api.plotly.com/v2/folders/home?user=fibi"
            },
            "owner": "fibi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 7,
            "web_url": "https://chart-studio.plotly.com/~fibi/17/",
            "world_readable": true,
            "date_modified": "2019-03-26T05:26:12.087Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~fibi/17/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "fibi:16:597412",
                        "ysrc": "fibi:16:4d97b5",
                        "zsrc": "fibi:16:7b0311",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "transparent"
                            },
                            "symbol": "circle",
                            "sizesrc": "fibi:16:70b080",
                            "colorsrc": "fibi:16:91efdb",
                            "sizemode": "diameter",
                            "fillcolor": "rgba(31,119,180,1)",
                            "showscale": true,
                            "colorscale": [
                                "#FFE1A1",
                                "#683531"
                            ]
                        },
                        "textsrc": "fibi:16:f2c86a"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": "Recency_Bucket"
                        },
                        "yaxis": {
                            "title": "Frequency_Bucket"
                        },
                        "zaxis": {
                            "title": "Depth_Bucket"
                        },
                        "plot_bgcolor": "rgb(243, 243, 243)",
                        "paper_bgcolor": "rgb(243, 243, 243)"
                    },
                    "xaxis": {
                        "domain": [
                            0,
                            1
                        ]
                    },
                    "yaxis": {
                        "domain": [
                            0,
                            1
                        ]
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~fibi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.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-03-19 20:55:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "fibi",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:57:35.405964Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mesheets/4.embed",
            "fid": "mesheets:4",
            "filename": "choropleth_new_england",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/mesheets/4/9_IBJ1NKYOTX30PY0E5APKGY0FRUH4YE.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mesheets/4/2_SXKU1TEQZ8DG6HS6929O1NYIDFK9XB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mesheets/4/8_F9BNWAZHQXSTB1KQEILXHDGQLV3EUD.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mesheets/4/9_IBJ1NKYOTX30PY0E5APKGY0FRUH4YE.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mesheets:4",
                "plots": "https://api.plotly.com/v2/plots/mesheets:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=mesheets"
            },
            "owner": "mesheets",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "North East",
            "views": 7,
            "web_url": "https://chart-studio.plotly.com/~mesheets/4/north-east/",
            "world_readable": true,
            "date_modified": "2020-08-26T19:33:46.256Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mesheets/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "x": [],
                        "y": [],
                        "uid": "ff194291-7e54-42df-a53e-b6fe9923c957",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "< 1.0",
                        "type": "scatter",
                        "fillcolor": "#f7fbff",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "69996703-964c-4fa7-a92e-c80ff1e2b0d2",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "1.0 - 1.73",
                        "type": "scatter",
                        "fillcolor": "#ebf3fb",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "f83c6905-8da0-4095-bdbd-22ef1de52f60",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "1.73 - 2.47",
                        "type": "scatter",
                        "fillcolor": "#deebf7",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "b1740d79-8640-41a7-9c80-3b2e1eb03bd7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "2.47 - 3.2",
                        "type": "scatter",
                        "xsrc": "mesheets:5:7d3f46",
                        "ysrc": "mesheets:5:38602c",
                        "fillcolor": "#d2e3f3",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "634f8233-ccb2-4c8c-a5aa-ac4e04e32e63",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "3.2 - 3.93",
                        "type": "scatter",
                        "xsrc": "mesheets:5:c36bd3",
                        "ysrc": "mesheets:5:01ef2c",
                        "fillcolor": "#c6dbef",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "479674b1-c358-44e5-b2ae-86808e079d04",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "3.93 - 4.67",
                        "type": "scatter",
                        "xsrc": "mesheets:5:80ee60",
                        "ysrc": "mesheets:5:5f27c4",
                        "fillcolor": "#b3d2e9",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "964b4ced-a6f3-4632-9406-9ede4309a77b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "4.67 - 5.4",
                        "type": "scatter",
                        "xsrc": "mesheets:5:e5b355",
                        "ysrc": "mesheets:5:3c3728",
                        "fillcolor": "#9ecae1",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "cea44049-e3ff-4278-9d74-a9a52bf16c5c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "5.4 - 6.13",
                        "type": "scatter",
                        "xsrc": "mesheets:5:172c41",
                        "ysrc": "mesheets:5:06d46c",
                        "fillcolor": "#85bcdb",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "2765ffaa-6209-4236-93f6-562d7d30972a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "6.13 - 6.87",
                        "type": "scatter",
                        "xsrc": "mesheets:5:5edddb",
                        "ysrc": "mesheets:5:4f18f7",
                        "fillcolor": "#6baed6",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "16dbab1a-f9e1-47ac-8c30-feb41933bb0b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "6.87 - 7.6",
                        "type": "scatter",
                        "xsrc": "mesheets:5:ec5d69",
                        "ysrc": "mesheets:5:939077",
                        "fillcolor": "#57a0ce",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "6f78c3a7-bd10-4775-8a27-790b6ef45f41",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "7.6 - 8.33",
                        "type": "scatter",
                        "fillcolor": "#4292c6",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "4c433170-3fd3-4fe4-bc22-16bdc3b4f55c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "8.33 - 9.07",
                        "type": "scatter",
                        "fillcolor": "#3082be",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "5af7cda9-e3f4-4036-ae76-fc3bf832eb75",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "9.07 - 9.8",
                        "type": "scatter",
                        "fillcolor": "#2171b5",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "0e58c17b-3e4f-4781-8d21-785438c4561b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "9.8 - 10.53",
                        "type": "scatter",
                        "fillcolor": "#1361a9",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "a10d2a01-5069-40d0-b5db-ebee87acc42e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "10.53 - 11.27",
                        "type": "scatter",
                        "fillcolor": "#08519c",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "b9446f0e-9216-48c6-ac20-eafc8eb62d0a",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "11.27 - 12.0",
                        "type": "scatter",
                        "fillcolor": "#0b4083",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "ac7a8ea7-7271-4795-8c9d-454cd6363415",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "> 12.0",
                        "type": "scatter",
                        "fillcolor": "#08306b",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "05716afc-5d8c-404e-bcd8-90d20de65668",
                        "mode": "markers",
                        "name": "US Counties",
                        "type": "scatter",
                        "xsrc": "mesheets:5:8eaba1",
                        "ysrc": "mesheets:5:01f458",
                        "marker": {
                            "color": "white",
                            "opacity": 0
                        },
                        "textsrc": "mesheets:5:6f3a6e",
                        "selected": {
                            "marker": {
                                "size": 3,
                                "color": "white",
                                "opacity": 1
                            }
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "unselected": {
                            "marker": {
                                "opacity": 0
                            }
                        },
                        "legendgroup": "centroids"
                    },
                    {
                        "uid": "2114ea85-ca54-4d7a-9bfc-54c34178a135",
                        "line": {
                            "color": "rgb(240, 240, 240)",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "mesheets:5:b754a6",
                        "ysrc": "mesheets:5:3002a6",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "States"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "North East"
                    },
                    "width": 900,
                    "xaxis": {
                        "range": [
                            -78.4382625,
                            -62.239407499999984
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "range": [
                            40.980143999999996,
                            47.459686
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "height": 450,
                    "legend": {
                        "x": 0,
                        "y": 1,
                        "xanchor": "right",
                        "yanchor": "top",
                        "traceorder": "reversed"
                    },
                    "margin": {
                        "b": 20,
                        "l": 20,
                        "r": 20,
                        "t": 40
                    },
                    "dragmode": "select",
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": -0.12,
                            "y": 1.05,
                            "text": "<b>Infant mortality rate per county</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "left",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 450,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mesheets",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 03:21:04",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mesheets",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:56:58.413183Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~emoreno/5.embed",
            "fid": "emoreno:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/emoreno/5/9_VFHFZOBQ08207RXQ9N0N9EWH0HSGJI.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/emoreno/5/2_HNY5IIK5Z5LJT93CD7TUEK6YPZH8CC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/emoreno/5/8_CJW7LQQ9MCFOPU90LIQWNRI8BZEV75.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/emoreno/5/9_VFHFZOBQ08207RXQ9N0N9EWH0HSGJI.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/emoreno:5",
                "plots": "https://api.plotly.com/v2/plots/emoreno:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=emoreno"
            },
            "owner": "emoreno",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~emoreno/5/",
            "world_readable": true,
            "date_modified": "2019-03-21T14:56:50.864Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~emoreno/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "475f18",
                        "mode": "markers",
                        "type": "scatter"
                    },
                    {
                        "uid": "b5a603",
                        "mode": "markers",
                        "name": "Bag A",
                        "type": "scatter",
                        "xsrc": "emoreno:4:32537c",
                        "ysrc": "emoreno:4:23ae8d",
                        "stackgroup": null
                    },
                    {
                        "uid": "1e3963",
                        "mode": "markers",
                        "name": "Bag B",
                        "type": "scatter",
                        "xsrc": "emoreno:4:32537c",
                        "ysrc": "emoreno:4:6ba4ad",
                        "stackgroup": null
                    },
                    {
                        "uid": "6e01e2",
                        "mode": "markers",
                        "name": "Bag C",
                        "type": "scatter",
                        "xsrc": "emoreno:4:32537c",
                        "ysrc": "emoreno:4:2046c8",
                        "stackgroup": null
                    },
                    {
                        "uid": "055965",
                        "mode": "markers",
                        "name": "Bag D",
                        "type": "scatter",
                        "xsrc": "emoreno:4:32537c",
                        "ysrc": "emoreno:4:7b432f",
                        "showlegend": true,
                        "stackgroup": null
                    },
                    {
                        "uid": "f4202b",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "b5a603",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": true,
                                        "name": "m",
                                        "error": 0.004000000000009302,
                                        "value": -0.09000000000000782
                                    },
                                    {
                                        "hold": true,
                                        "name": "b",
                                        "error": 0.09797958971139659,
                                        "value": 0.0800000000002284
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "bc3440",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "1e3963",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": true,
                                        "name": "m",
                                        "error": 0,
                                        "value": 0
                                    },
                                    {
                                        "hold": true,
                                        "name": "b",
                                        "error": 0,
                                        "value": 0
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "76bc20",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "6e01e2",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": true,
                                        "name": "m",
                                        "error": 0.004123105625618441,
                                        "value": 0.053
                                    },
                                    {
                                        "hold": true,
                                        "name": "b",
                                        "error": 0.10099504938361176,
                                        "value": 0.1399999999999999
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "dc86d0",
                        "transforms": [
                            {
                                "rms": 2.191346617949794,
                                "type": "fit",
                                "xmid": 20.000000000000007,
                                "ymid": 0,
                                "inputUid": "055965",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": true,
                                        "name": "m",
                                        "error": 0.004163331998930778,
                                        "value": 0.08600000000000428
                                    },
                                    {
                                        "hold": true,
                                        "name": "b",
                                        "error": 0.10198039027183656,
                                        "value": 0.09999999999987197
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Net Wight Change of Dialysis Bags"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -2.467934542237948,
                            42.46793454223795
                        ],
                        "title": {
                            "text": "Time (minutes)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -4.101630434782609,
                            4.001630434782609
                        ],
                        "title": {
                            "text": "Weight (grams)"
                        },
                        "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"
                    },
                    "annotations": [
                        {
                            "text": "new text"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~emoreno",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.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-02-21 16:55:17",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "emoreno",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:56:09.087319Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~trtets/7.embed",
            "fid": "trtets:7",
            "filename": "Loss",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/trtets/7/9_8NWOZ9XUZDN93JRRUH9KQ9Q0X80QL8.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/trtets/7/2_Z9VF99I5EWXESIKQE9FJ5BFMELV0EQ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/trtets/7/8_TDFR5GM006FC17TG0L88D7SZE8VMKY.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/trtets/7/9_8NWOZ9XUZDN93JRRUH9KQ9Q0X80QL8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/trtets:7",
                "plots": "https://api.plotly.com/v2/plots/trtets:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=trtets"
            },
            "owner": "trtets",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 12,
            "web_url": "https://chart-studio.plotly.com/~trtets/7/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:56:09.097Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~trtets/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "trtets:6:1eaace",
                        "ysrc": "trtets:6:453683"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Loss"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            167,
                            854539
                        ],
                        "title": {
                            "text": "Step"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.0957054934567875,
                            2.7400774964027934
                        ],
                        "title": {
                            "text": "Loss"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~trtets",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/57.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 03:36:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "trtets",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:55:32.994707Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~545223/25.embed",
            "fid": "545223:25",
            "filename": "Plot 25",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/545223/25/9_EI8YMFDXIF664IIBTYV8R3IJR6J3OY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/545223/25/2_ZWC5DSSG63GPO4ZZ37OZ7V609TETO4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/545223/25/8_JH8AFAY3DAM8BGKW8XFTF81IMAVS8C.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/545223/25/9_EI8YMFDXIF664IIBTYV8R3IJR6J3OY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/545223:25",
                "plots": "https://api.plotly.com/v2/plots/545223:25",
                "parent": "https://api.plotly.com/v2/folders/home?user=545223"
            },
            "owner": "545223",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 7,
            "web_url": "https://chart-studio.plotly.com/~545223/25/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:55:33.013Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~545223/25/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "545223:24:f8205a",
                        "ysrc": "545223:24:9ac6b7",
                        "error_x": {
                            "type": "constant",
                            "color": "#636efa",
                            "value": 0.2,
                            "width": 4,
                            "visible": true,
                            "symmetric": true,
                            "thickness": 2,
                            "valueminus": 10
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 0.2,
                            "visible": true,
                            "symmetric": true
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Effect of frequency on wavelength"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.6666666666666667,
                            3.3333333333333335
                        ],
                        "title": {
                            "text": "Wavelength (cm)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.8333333333333333,
                            4.166666666666667
                        ],
                        "title": {
                            "text": "Frequency (Hz)"
                        },
                        "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/~545223",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.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": "2018-09-17 18:44:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "545223",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}