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=cj0xJnA9MjAxOS0wMy0yMCsyMSUzQTM5JTNBMDIuNTY5NTc5JTJCMDAlM0EwMA%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=cD0yMDE5LTAzLTIwKzIxJTNBMzklM0EwMy42MDE3MjMlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsyMSUzQTQwJTNBNTIuMjIyMDAzJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-20T21:40:52.222003Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~MenggeZhang/16.embed",
            "fid": "MenggeZhang:16",
            "filename": "MolSysBio_Distplot_of_BMI",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/16/9_S9ZB6SLJ5UVOG23WKIXCMALEB43Q5X.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/16/2_CMHBTFGN971OGS51C4T8J1RQD3GHPT.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/16/8_PTKW92ED1LYCOSTLD96L8V2BOVDBI1.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/16/9_S9ZB6SLJ5UVOG23WKIXCMALEB43Q5X.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/MenggeZhang:16",
                "plots": "https://api.plotly.com/v2/plots/MenggeZhang:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=MenggeZhang"
            },
            "owner": "MenggeZhang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "BMI Distribution of MolSysBio Dataset",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~MenggeZhang/16/bmi-distribution-of-molsysbio-dataset/",
            "world_readable": true,
            "date_modified": "2019-05-06T22:52:30.972Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~MenggeZhang/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "70d4c200-3c82-443b-8beb-66b4bbec72b2",
                        "name": "Cancer_MolSysBioData",
                        "type": "histogram",
                        "xsrc": "MenggeZhang:17:cf3e5a",
                        "xaxis": "x",
                        "xbins": {
                            "end": 40.0,
                            "size": 0.7,
                            "start": 15.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255, 102, 0)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "Cancer_MolSysBioData"
                    },
                    {
                        "uid": "9c90443a-36e7-4056-a979-a801d22d030d",
                        "name": "Normal_MolSysBioData",
                        "type": "histogram",
                        "xsrc": "MenggeZhang:17:2c17b3",
                        "xaxis": "x",
                        "xbins": {
                            "end": 40.0,
                            "size": 0.7,
                            "start": 18.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(0, 0, 255)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "Normal_MolSysBioData"
                    },
                    {
                        "uid": "496a9cb7-2328-402a-804a-31853eb5e036",
                        "mode": "lines",
                        "name": "Cancer_MolSysBioData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:17:73ab82",
                        "ysrc": "MenggeZhang:17:4bc4f5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255, 102, 0)"
                        },
                        "showlegend": false,
                        "legendgroup": "Cancer_MolSysBioData"
                    },
                    {
                        "uid": "f8c44f80-dc26-4119-820b-fd3f43bef582",
                        "mode": "lines",
                        "name": "Normal_MolSysBioData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:17:97a3c8",
                        "ysrc": "MenggeZhang:17:dafbab",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(0, 0, 255)"
                        },
                        "showlegend": false,
                        "legendgroup": "Normal_MolSysBioData"
                    },
                    {
                        "uid": "4000fb00-45ba-4e68-8dd8-94d8a0a1baac",
                        "mode": "markers",
                        "name": "Cancer_MolSysBioData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:17:cf3e5a",
                        "ysrc": "MenggeZhang:17:72a682",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(255, 102, 0)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "Cancer_MolSysBioData"
                    },
                    {
                        "uid": "826eb9d6-885c-4431-969f-72a5a1966ada",
                        "mode": "markers",
                        "name": "Normal_MolSysBioData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:17:2c17b3",
                        "ysrc": "MenggeZhang:17:694177",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(0, 0, 255)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "Normal_MolSysBioData"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "BMI Distribution of MolSysBio Dataset"
                    },
                    "xaxis": {
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "zeroline": false
                    },
                    "yaxis": {
                        "anchor": "free",
                        "domain": [
                            0.35,
                            1
                        ],
                        "position": 0.0
                    },
                    "legend": {
                        "traceorder": "reversed"
                    },
                    "yaxis2": {
                        "dtick": 1,
                        "anchor": "x",
                        "domain": [
                            0,
                            0.25
                        ],
                        "showticklabels": false
                    },
                    "barmode": "overlay",
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~MenggeZhang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 21:12:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "MenggeZhang",
                "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-20T21:40:50.621684Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~MenggeZhang/14.embed",
            "fid": "MenggeZhang:14",
            "filename": "PlosOne_Distplot_of_BMI",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/14/9_DBL78HA98GTWJSR6RNOVANMIC5Y1WL.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/14/2_1BUVR7JWCHU5MXYGSCF5WN17Q43ITY.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/14/8_S7LHCTA8Q2G5T21RMO8D7Z37H51FG3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/14/9_DBL78HA98GTWJSR6RNOVANMIC5Y1WL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/MenggeZhang:14",
                "plots": "https://api.plotly.com/v2/plots/MenggeZhang:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=MenggeZhang"
            },
            "owner": "MenggeZhang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "BMI Distribution of PlosOne Dataset",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~MenggeZhang/14/bmi-distribution-of-plosone-dataset/",
            "world_readable": true,
            "date_modified": "2019-05-06T22:52:28.750Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~MenggeZhang/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "74edb2b8-984a-4a1d-9b20-ee523db1b2cf",
                        "name": "Cancer_PlosOneData",
                        "type": "histogram",
                        "xsrc": "MenggeZhang:15:555166",
                        "xaxis": "x",
                        "xbins": {
                            "end": 35.69921875,
                            "size": 0.7,
                            "start": 16.8251821
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255, 102, 0)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "Cancer_PlosOneData"
                    },
                    {
                        "uid": "4e26be16-9c15-4891-82cb-8cee0a892c13",
                        "name": "Normal_PlosOneData",
                        "type": "histogram",
                        "xsrc": "MenggeZhang:15:0952a8",
                        "xaxis": "x",
                        "xbins": {
                            "end": 38.37115771,
                            "size": 0.7,
                            "start": 16.8251821
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(0, 0, 255)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "Normal_PlosOneData"
                    },
                    {
                        "uid": "475a9d59-ec2e-47b1-9b3f-27f473caa773",
                        "mode": "lines",
                        "name": "Cancer_PlosOneData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:15:a87cf8",
                        "ysrc": "MenggeZhang:15:cc13a3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255, 102, 0)"
                        },
                        "showlegend": false,
                        "legendgroup": "Cancer_PlosOneData"
                    },
                    {
                        "uid": "1c2e4aa8-f152-44f9-8464-2506638942de",
                        "mode": "lines",
                        "name": "Normal_PlosOneData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:15:8a3bfb",
                        "ysrc": "MenggeZhang:15:40bfd3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(0, 0, 255)"
                        },
                        "showlegend": false,
                        "legendgroup": "Normal_PlosOneData"
                    },
                    {
                        "uid": "63b17c84-bf08-42ad-b3f7-5192f25ebaf9",
                        "mode": "markers",
                        "name": "Cancer_PlosOneData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:15:555166",
                        "ysrc": "MenggeZhang:15:b768e1",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(255, 102, 0)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "Cancer_PlosOneData"
                    },
                    {
                        "uid": "51ece486-eb09-49a1-94a1-e049a926332f",
                        "mode": "markers",
                        "name": "Normal_PlosOneData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:15:0952a8",
                        "ysrc": "MenggeZhang:15:808cf9",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(0, 0, 255)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "Normal_PlosOneData"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "BMI Distribution of PlosOne Dataset"
                    },
                    "xaxis": {
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "zeroline": false
                    },
                    "yaxis": {
                        "anchor": "free",
                        "domain": [
                            0.35,
                            1
                        ],
                        "position": 0.0
                    },
                    "legend": {
                        "traceorder": "reversed"
                    },
                    "yaxis2": {
                        "dtick": 1,
                        "anchor": "x",
                        "domain": [
                            0,
                            0.25
                        ],
                        "showticklabels": false
                    },
                    "barmode": "overlay",
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~MenggeZhang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 21:12:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "MenggeZhang",
                "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-20T21:40:49.189657Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~MenggeZhang/12.embed",
            "fid": "MenggeZhang:12",
            "filename": "Nature_Distplot_of_BMI",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/12/9_RXMU2YWTRJQPI1Z1G0PECLHG5NSN3N.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/12/2_F2G08VGGFOPAAKQUDJT7AJL374Z3ZW.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/12/8_7P3NN33D8FKWBFRNTGSW8TC053ALM8.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/12/9_RXMU2YWTRJQPI1Z1G0PECLHG5NSN3N.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/MenggeZhang:12",
                "plots": "https://api.plotly.com/v2/plots/MenggeZhang:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=MenggeZhang"
            },
            "owner": "MenggeZhang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "BMI Distribution of NatureCom Dataset",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~MenggeZhang/12/bmi-distribution-of-naturecom-dataset/",
            "world_readable": true,
            "date_modified": "2019-05-06T22:52:26.516Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~MenggeZhang/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6740485b-229a-410e-b05b-deb7d7be1d45",
                        "name": "Cancer_NatureComData",
                        "type": "histogram",
                        "xsrc": "MenggeZhang:13:ccd61d",
                        "xaxis": "x",
                        "xbins": {
                            "end": 33.56,
                            "size": 0.7,
                            "start": 17.99
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255, 102, 0)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "Cancer_NatureComData"
                    },
                    {
                        "uid": "ebddadc7-77e8-481e-bc45-8a15128ff2c0",
                        "name": "Normal_NatureComData",
                        "type": "histogram",
                        "xsrc": "MenggeZhang:13:5e30f2",
                        "xaxis": "x",
                        "xbins": {
                            "end": 43.58,
                            "size": 0.7,
                            "start": 20.52
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(0, 0, 255)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "Normal_NatureComData"
                    },
                    {
                        "uid": "716e11da-629c-47e0-abc1-c32ed31a0382",
                        "mode": "lines",
                        "name": "Cancer_NatureComData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:13:d145c9",
                        "ysrc": "MenggeZhang:13:37eaf8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255, 102, 0)"
                        },
                        "showlegend": false,
                        "legendgroup": "Cancer_NatureComData"
                    },
                    {
                        "uid": "70b6913d-6377-4a5d-b54f-997483b00da5",
                        "mode": "lines",
                        "name": "Normal_NatureComData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:13:cf57a8",
                        "ysrc": "MenggeZhang:13:4c4cf0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(0, 0, 255)"
                        },
                        "showlegend": false,
                        "legendgroup": "Normal_NatureComData"
                    },
                    {
                        "uid": "ea16dd26-fbd6-461b-9aa7-f2c778b414cf",
                        "mode": "markers",
                        "name": "Cancer_NatureComData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:13:ccd61d",
                        "ysrc": "MenggeZhang:13:cc48a2",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(255, 102, 0)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "Cancer_NatureComData"
                    },
                    {
                        "uid": "942fb47f-05bc-4c25-877f-ab14ba9dc797",
                        "mode": "markers",
                        "name": "Normal_NatureComData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:13:5e30f2",
                        "ysrc": "MenggeZhang:13:c7e013",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(0, 0, 255)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "Normal_NatureComData"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "BMI Distribution of NatureCom Dataset"
                    },
                    "xaxis": {
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "zeroline": false
                    },
                    "yaxis": {
                        "anchor": "free",
                        "domain": [
                            0.35,
                            1
                        ],
                        "position": 0.0
                    },
                    "legend": {
                        "traceorder": "reversed"
                    },
                    "yaxis2": {
                        "dtick": 1,
                        "anchor": "x",
                        "domain": [
                            0,
                            0.25
                        ],
                        "showticklabels": false
                    },
                    "barmode": "overlay",
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~MenggeZhang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 21:12:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "MenggeZhang",
                "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-20T21:40:47.691792Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~MenggeZhang/10.embed",
            "fid": "MenggeZhang:10",
            "filename": "Complete_Distplot_of_BMI",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/10/9_V5Y2UPHW7CAJ4J3GJ72AEPWATG7QD9.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/10/2_MBV7OVC4OK284NPI7NWYQNSFHARW6W.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/10/8_002RTDW3V5BMT40HDO624TWF5DZG1L.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MenggeZhang/10/9_V5Y2UPHW7CAJ4J3GJ72AEPWATG7QD9.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/MenggeZhang:10",
                "plots": "https://api.plotly.com/v2/plots/MenggeZhang:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=MenggeZhang"
            },
            "owner": "MenggeZhang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "BMI Distribution of Complete Datasets",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~MenggeZhang/10/bmi-distribution-of-complete-datasets/",
            "world_readable": true,
            "date_modified": "2019-05-06T22:52:24.412Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~MenggeZhang/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "66602244-b56b-41f3-b9fd-009c070e1bf3",
                        "name": "Cancer_CompleteData",
                        "type": "histogram",
                        "xsrc": "MenggeZhang:11:f5ea37",
                        "xaxis": "x",
                        "xbins": {
                            "end": 40.0,
                            "size": 0.7,
                            "start": 15.0
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255, 102, 0)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "Cancer_CompleteData"
                    },
                    {
                        "uid": "cbae345e-762e-4d73-a57f-3ce3cc6e5ec2",
                        "name": "Normal_CompleteData",
                        "type": "histogram",
                        "xsrc": "MenggeZhang:11:71d0b5",
                        "xaxis": "x",
                        "xbins": {
                            "end": 43.58,
                            "size": 0.7,
                            "start": 16.8251821
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(0, 0, 255)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "Normal_CompleteData"
                    },
                    {
                        "uid": "e49124dd-461d-4e48-96d2-0fdeb63f0039",
                        "mode": "lines",
                        "name": "Cancer_CompleteData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:11:55b260",
                        "ysrc": "MenggeZhang:11:00a3b2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255, 102, 0)"
                        },
                        "showlegend": false,
                        "legendgroup": "Cancer_CompleteData"
                    },
                    {
                        "uid": "b60e01aa-8715-4849-9973-fd979a3b0a60",
                        "mode": "lines",
                        "name": "Normal_CompleteData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:11:17fdb1",
                        "ysrc": "MenggeZhang:11:e6d55a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(0, 0, 255)"
                        },
                        "showlegend": false,
                        "legendgroup": "Normal_CompleteData"
                    },
                    {
                        "uid": "fc9bc1b2-f6f2-48bc-9842-eef8814cca59",
                        "mode": "markers",
                        "name": "Cancer_CompleteData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:11:f5ea37",
                        "ysrc": "MenggeZhang:11:83db68",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(255, 102, 0)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "Cancer_CompleteData"
                    },
                    {
                        "uid": "648b0b39-c54d-45f3-8e4d-20a1f1da68ff",
                        "mode": "markers",
                        "name": "Normal_CompleteData",
                        "type": "scatter",
                        "xsrc": "MenggeZhang:11:71d0b5",
                        "ysrc": "MenggeZhang:11:7f3456",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(0, 0, 255)",
                            "symbol": "line-ns-open"
                        },
                        "showlegend": false,
                        "legendgroup": "Normal_CompleteData"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "BMI Distribution of Complete Datasets"
                    },
                    "xaxis": {
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "zeroline": false
                    },
                    "yaxis": {
                        "anchor": "free",
                        "domain": [
                            0.35,
                            1
                        ],
                        "position": 0.0
                    },
                    "legend": {
                        "traceorder": "reversed"
                    },
                    "yaxis2": {
                        "dtick": 1,
                        "anchor": "x",
                        "domain": [
                            0,
                            0.25
                        ],
                        "showticklabels": false
                    },
                    "barmode": "overlay",
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~MenggeZhang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 21:12:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "MenggeZhang",
                "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-20T21:40:31.918664Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ekin.akkol/106.embed",
            "fid": "ekin.akkol:106",
            "filename": "plot from API (10)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ekin.akkol/106/9_BQOOMA3OTDSFU1JK0TSCKY9NOI5UTP.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ekin.akkol/106/2_8DIC0LUI43J2E9UZDAGH8WUUE5JXWQ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ekin.akkol/106/8_R4A4UZG1EGRZRY64X466CNF594CQVS.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ekin.akkol/106/9_BQOOMA3OTDSFU1JK0TSCKY9NOI5UTP.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ekin.akkol:106",
                "plots": "https://api.plotly.com/v2/plots/ekin.akkol:106",
                "parent": "https://api.plotly.com/v2/folders/home?user=ekin.akkol"
            },
            "owner": "ekin.akkol",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Yangin Sayısı",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ekin.akkol/106/yangin-says/",
            "world_readable": true,
            "date_modified": "2019-03-20T21:40:32.594Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ekin.akkol/106/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "11ecb925-6d68-4512-95d2-69974c5fbe91",
                        "line": {
                            "color": "red"
                        },
                        "type": "scatter",
                        "xsrc": "ekin.akkol:107:bb12f9",
                        "ysrc": "ekin.akkol:107:338536"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Yangin Sayısı"
                    },
                    "xaxis": {
                        "type": "date",
                        "rangeslider": {
                            "visible": true
                        },
                        "rangeselector": {
                            "buttons": [
                                {
                                    "step": "all"
                                }
                            ]
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ekin.akkol",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.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-09 15:03:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ekin.akkol",
                "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-20T21:40:20.493540Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~guillermocklein/2.embed",
            "fid": "guillermocklein:2",
            "filename": "Killed & Injured",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/guillermocklein/2/9_TF529S87QHY4NXYIQ67GP7PNTZ0MX7.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/guillermocklein/2/2_2GVR3D0VDAD8EI1UQ7O67PG0HSW0ZK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/guillermocklein/2/8_1UCFD2B4ZE0AY1J22QNMPADSRPV2FL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/guillermocklein/2/9_TF529S87QHY4NXYIQ67GP7PNTZ0MX7.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/guillermocklein:2",
                "plots": "https://api.plotly.com/v2/plots/guillermocklein:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=guillermocklein"
            },
            "owner": "guillermocklein",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Killed & Injured",
            "views": 13,
            "web_url": "https://chart-studio.plotly.com/~guillermocklein/2/killed-injured/",
            "world_readable": true,
            "date_modified": "2019-03-20T21:47:57.793Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~guillermocklein/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6687918f-348d-4d61-88e5-4faf9ef26242",
                        "name": "n_killed",
                        "text": "",
                        "type": "bar",
                        "xsrc": "guillermocklein:3:f92cfa",
                        "ysrc": "guillermocklein:3:74cfdd",
                        "marker": {
                            "line": {
                                "color": "rgba(255, 153, 51, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(255, 153, 51, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "7e575711-812f-47d4-9045-c59759e0781e",
                        "name": "n_injured",
                        "text": "",
                        "type": "bar",
                        "xsrc": "guillermocklein:3:f92cfa",
                        "ysrc": "guillermocklein:3:6b5da9",
                        "marker": {
                            "line": {
                                "color": "rgba(55, 128, 191, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(55, 128, 191, 0.6)"
                        },
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "text": "Killed & Injured"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": "Date"
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": "Number"
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~guillermocklein",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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-19 23:06:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "guillermocklein",
                "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-20T21:40:13.309899Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~apeksha/32.embed",
            "fid": "apeksha:32",
            "filename": "experiment 14 plot",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/apeksha/32/9_AG1A5T57TGGXZW3G2AN5XI1T4ECG3V.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/apeksha/32/2_Y795RGMSNPVC63MJDSUJLVGWZQC2ON.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/apeksha/32/8_FVJT7YJZNCSSL9GK3IWY0YFCH6F50G.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/apeksha/32/9_AG1A5T57TGGXZW3G2AN5XI1T4ECG3V.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/apeksha:32",
                "plots": "https://api.plotly.com/v2/plots/apeksha:32",
                "parent": "https://api.plotly.com/v2/folders/home?user=apeksha"
            },
            "owner": "apeksha",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 16,
            "web_url": "https://chart-studio.plotly.com/~apeksha/32/",
            "world_readable": true,
            "date_modified": "2019-03-20T21:40:13.320Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~apeksha/32/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers+text",
                        "type": "scatter",
                        "xsrc": "apeksha:31:1f3aee",
                        "ysrc": "apeksha:31:6ba581",
                        "textsrc": "apeksha:31:73b127"
                    },
                    {
                        "mode": "markers+lines+text",
                        "type": "scatter",
                        "xsrc": "apeksha:31:365172",
                        "ysrc": "apeksha:31:ffd357",
                        "textsrc": "apeksha:31:6dfa82"
                    },
                    {
                        "mode": "markers+lines+text",
                        "type": "scatter",
                        "xsrc": "apeksha:31:57b4fa",
                        "ysrc": "apeksha:31:068f71",
                        "textsrc": "apeksha:31:311191",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.4004009447331129,
                            1.428399055266887
                        ],
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -3.9173776824034334,
                            -2.1786223175965667
                        ],
                        "autorange": false
                    },
                    "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/~apeksha",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-23 13:47:20",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "apeksha",
                "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-20T21:39:57.465173Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~EdsonAndrade/3.embed",
            "fid": "EdsonAndrade:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/EdsonAndrade/3/9_UPCTNJJK2N4SKP48OJG9PS576J18E3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/EdsonAndrade/3/2_31GL3PG5OVJAOV01WX9B6GDSS59IRL.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/EdsonAndrade/3/8_27O5MSLVXDMUX9AWHFABH1X5KWZTUV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/EdsonAndrade/3/9_UPCTNJJK2N4SKP48OJG9PS576J18E3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/EdsonAndrade:3",
                "plots": "https://api.plotly.com/v2/plots/EdsonAndrade:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=EdsonAndrade"
            },
            "owner": "EdsonAndrade",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~EdsonAndrade/3/",
            "world_readable": true,
            "date_modified": "2019-03-20T21:39:57.515Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~EdsonAndrade/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "EdsonAndrade:2:39e4a9",
                        "ysrc": "EdsonAndrade:2:2d9e1d",
                        "transpose": true,
                        "orientation": "v",
                        "autocolorscale": true
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2.6546433823529414,
                            4.343356617647059
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "category",
                        "range": [
                            -1.3067484662576687,
                            19.30674846625767
                        ],
                        "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/~EdsonAndrade",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-04 18:13:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "EdsonAndrade",
                "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-20T21:39:44.631249Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mtukman/416.embed",
            "fid": "mtukman:416",
            "filename": "Yearly CO2 from Electricity",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/mtukman/416/9_41AE6HZDCOF6U7GVXL3E5GZN248MIY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mtukman/416/2_2QBVJ64VYJF408RL28EE0P4X2A2END.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mtukman/416/8_JIOARD6ZABM26ZWH7NY5D8QU8N3FO3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mtukman/416/9_41AE6HZDCOF6U7GVXL3E5GZN248MIY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mtukman:416",
                "plots": "https://api.plotly.com/v2/plots/mtukman:416",
                "parent": "https://api.plotly.com/v2/folders/mtukman:304"
            },
            "owner": "mtukman",
            "parent": 304,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Annual Carbon Dioxide Emissions from Electricity - Sonoma Academy Schoolwide",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~mtukman/416/annual-carbon-dioxide-emissions-from-electricity-sonoma-academy-schoolwide/",
            "world_readable": true,
            "date_modified": "2019-11-06T16:40:17.725Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mtukman/416/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Natural Gas Costs",
                        "type": "bar",
                        "xsrc": "mtukman:437:504404",
                        "ysrc": "mtukman:437:1ac738",
                        "marker": {
                            "color": "rgba(169, 169, 169, .9)"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Annual Carbon Dioxide Emissions from Electricity - Sonoma Academy Schoolwide"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 22
                            }
                        },
                        "tickfont": {
                            "size": 14
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "2015",
                            "2016",
                            "2017",
                            "2018",
                            "2019<br> Projected",
                            "2020<br> Projected"
                        ],
                        "tickvals": [
                            2015,
                            2016,
                            2017,
                            2018,
                            2019,
                            2020
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "Tons CO<sub>2</sub>"
                        },
                        "tickfont": {
                            "size": 14
                        },
                        "autorange": true
                    },
                    "legend": {
                        "font": {
                            "size": 16
                        }
                    },
                    "barmode": "group",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": "2019",
                            "y": 0,
                            "font": {
                                "size": 16,
                                "color": "black"
                            },
                            "text": "Switch to Evergreen Program",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": true
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mtukman",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-09-26 20:22:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mtukman",
                "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-20T21:39:03.601723Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~misamoura/33.embed",
            "fid": "misamoura:33",
            "filename": "custom-colorscale",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/misamoura/33/9_39RB2BBF4Q0855OQ438OT3RH5FFM0L.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/misamoura/33/2_1QO64P29NK3UZXZW5BNHO5SIB8VHHF.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/misamoura/33/8_T0AL80GNS719FEBTIQ5EUIDNUCVIH9.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/misamoura/33/9_39RB2BBF4Q0855OQ438OT3RH5FFM0L.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/misamoura:33",
                "plots": "https://api.plotly.com/v2/plots/misamoura:33",
                "parent": "https://api.plotly.com/v2/folders/home?user=misamoura"
            },
            "owner": "misamoura",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~misamoura/33/",
            "world_readable": true,
            "date_modified": "2019-03-20T21:55:31.758Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~misamoura/33/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c044a8ff-bc97-4881-89bb-0e53b10ed1f4",
                        "type": "heatmap",
                        "zsrc": "misamoura:34:",
                        "colorscale": [
                            [
                                0.0,
                                "rgb(49,54,149)"
                            ],
                            [
                                0.1111111111111111,
                                "rgb(69,117,180)"
                            ],
                            [
                                0.2222222222222222,
                                "rgb(116,173,209)"
                            ],
                            [
                                0.3333333333333333,
                                "rgb(171,217,233)"
                            ],
                            [
                                0.4444444444444444,
                                "rgb(224,243,248)"
                            ],
                            [
                                0.5555555555555556,
                                "rgb(254,224,144)"
                            ],
                            [
                                0.6666666666666666,
                                "rgb(253,174,97)"
                            ],
                            [
                                0.7777777777777778,
                                "rgb(244,109,67)"
                            ],
                            [
                                0.8888888888888888,
                                "rgb(215,48,39)"
                            ],
                            [
                                1.0,
                                "rgb(165,0,38)"
                            ]
                        ]
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~misamoura",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.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": "2018-01-19 14:11:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "misamoura",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}