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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzIzJTNBMjMlM0EwOS4yOTU1NDglMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysyMyUzQTM3JTNBNDcuODI0NDkzJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T23:37:47.824493Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~estraz/2.embed",
            "fid": "estraz:2",
            "filename": "simple_candlestick_without_range_slider",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/estraz:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/estraz:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/estraz/2/8_2FR18B36J46U5VWEGTYW3QICLKUGOT.png",
                "list-thumb": "https://api.plotly.com/v2/files/estraz:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/estraz:2",
                "plots": "https://api.plotly.com/v2/plots/estraz:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=estraz"
            },
            "owner": "estraz",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "LTCUSDT  over time",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~estraz/2/ltcusdt-over-time/",
            "world_readable": true,
            "date_modified": "2019-06-17T23:37:48.612Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~estraz/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "79f38137-cdc0-4645-8115-a2f511815a4d",
                        "type": "candlestick",
                        "xsrc": "estraz:3:121f9f",
                        "lowsrc": "estraz:3:005bfa",
                        "highsrc": "estraz:3:5ce7c1",
                        "opensrc": "estraz:3:54b81f",
                        "closesrc": "estraz:3:c7ec8e"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "LTCUSDT  over time"
                    },
                    "yaxis": {
                        "title": {
                            "text": "LTCUSDT"
                        }
                    },
                    "shapes": [
                        {
                            "x0": "2016-12-09",
                            "x1": "2016-12-09",
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": "rgb(30,30,30)",
                                "width": 1
                            },
                            "xref": "x",
                            "yref": "paper"
                        }
                    ],
                    "annotations": [
                        {
                            "x": "2016-12-09",
                            "y": 0.05,
                            "text": "Increase Period Begins",
                            "xref": "x",
                            "yref": "paper",
                            "xanchor": "left",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~estraz",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 23:13:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "estraz",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T23:37:40.288166Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rsm5909/239.embed",
            "fid": "rsm5909:239",
            "filename": "AOV by Aff",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rsm5909/239/9_3IINMBAE8TCE0422LOPKPPGY7XPSEQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/rsm5909/239/2_KV2ZOBG9KVXOYN8RR7E64O9JD90C6R.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rsm5909/239/8_ZGWI1C5PCM6RV5T49WX9Z67JTX7COV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rsm5909/239/9_3IINMBAE8TCE0422LOPKPPGY7XPSEQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rsm5909:239",
                "plots": "https://api.plotly.com/v2/plots/rsm5909:239",
                "parent": "https://api.plotly.com/v2/folders/home?user=rsm5909"
            },
            "owner": "rsm5909",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Limelight Affiliate AOV (Excludes Upsells)",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~rsm5909/239/limelight-affiliate-aov-excludes-upsells/",
            "world_readable": true,
            "date_modified": "2019-07-08T11:49:18.065Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rsm5909/239/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "939a8f9e-df08-4132-b302-968c18525de1",
                        "type": "bar",
                        "xsrc": "rsm5909:240:ceb52f",
                        "ysrc": "rsm5909:240:e930b5"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 13,
                        "color": "rgb(0,0,0)",
                        "family": "Roboto"
                    },
                    "title": {
                        "text": "Limelight Affiliate AOV (Excludes Upsells)"
                    },
                    "yaxis": {
                        "domain": [
                            0.2,
                            1.0
                        ],
                        "tickprefix": "$"
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rsm5909",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-10-30 21:15:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rsm5909",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T23:37:38.399201Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rsm5909/237.embed",
            "fid": "rsm5909:237",
            "filename": "sum by Aff",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rsm5909/237/9_AAIAMWV0F9PL0O30OVGQFSHY08QDOO.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/rsm5909:237/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rsm5909/237/8_0NL7CD1FBUFGG3TK5ZPBE4HRMAUDLB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rsm5909/237/9_AAIAMWV0F9PL0O30OVGQFSHY08QDOO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rsm5909:237",
                "plots": "https://api.plotly.com/v2/plots/rsm5909:237",
                "parent": "https://api.plotly.com/v2/folders/home?user=rsm5909"
            },
            "owner": "rsm5909",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Limelight Affiliate Order Totals",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~rsm5909/237/limelight-affiliate-order-totals/",
            "world_readable": true,
            "date_modified": "2019-07-08T11:49:16.365Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rsm5909/237/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9b46a733-bf9c-4e35-8c5d-8081e873c6a0",
                        "type": "bar",
                        "xsrc": "rsm5909:238:188224",
                        "ysrc": "rsm5909:238:dcb8bf"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 13,
                        "color": "rgb(0,0,0)",
                        "family": "Roboto"
                    },
                    "title": {
                        "text": "Limelight Affiliate Order Totals"
                    },
                    "yaxis": {
                        "type": "log",
                        "domain": [
                            0.2,
                            1.0
                        ],
                        "tickprefix": "$"
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rsm5909",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-10-30 21:15:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rsm5909",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T23:35:43.672592Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rsm5909/235.embed",
            "fid": "rsm5909:235",
            "filename": "churn by Aff",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rsm5909/235/9_3L9090I86WWKCMAMGLZVQOPA682MOD.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/rsm5909:235/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rsm5909/235/8_OKDKPR7KB8RCSR1XZOCRGMMFGQ9BFM.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rsm5909/235/9_3L9090I86WWKCMAMGLZVQOPA682MOD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rsm5909:235",
                "plots": "https://api.plotly.com/v2/plots/rsm5909:235",
                "parent": "https://api.plotly.com/v2/folders/home?user=rsm5909"
            },
            "owner": "rsm5909",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Limelight Affiliate Churn (Avg. Billing Cycle #)",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~rsm5909/235/limelight-affiliate-churn-avg-billing-cycle/",
            "world_readable": true,
            "date_modified": "2019-07-08T11:49:19.996Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rsm5909/235/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "db060f58-b422-4be1-a92a-5fdd34feb945",
                        "type": "bar",
                        "xsrc": "rsm5909:236:10af01",
                        "ysrc": "rsm5909:236:385fd0"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 13,
                        "color": "rgb(0,0,0)",
                        "family": "Roboto"
                    },
                    "title": {
                        "text": "Limelight Affiliate Churn (Avg. Billing Cycle #)"
                    },
                    "yaxis": {
                        "domain": [
                            0.2,
                            1.0
                        ]
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rsm5909",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-10-30 21:15:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rsm5909",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T23:35:38.024101Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~igarousi/4.embed",
            "fid": "igarousi:4",
            "filename": "line-mode",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/igarousi:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/igarousi:4/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/igarousi/4/8_JCDKMI4QVXEYIVRHJ2G4F04WK8UPW7.png",
                "list-thumb": "https://api.plotly.com/v2/files/igarousi:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/igarousi:4",
                "plots": "https://api.plotly.com/v2/plots/igarousi:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=igarousi"
            },
            "owner": "igarousi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~igarousi/4/",
            "world_readable": true,
            "date_modified": "2019-06-17T23:35:38.495Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~igarousi/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "24740fd0-bd86-4756-95cb-0710aa9dd012",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "igarousi:5:9a6671",
                        "ysrc": "igarousi:5:0c0794"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~igarousi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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-04-02 16:45:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "igarousi",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T23:30:52.978520Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~igarousi/2.embed",
            "fid": "igarousi:2",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/igarousi:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/igarousi:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/igarousi/2/8_2TZCON3S3FTFE4NKJ4U0QLSFRFECMM.png",
                "list-thumb": "https://api.plotly.com/v2/files/igarousi:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/igarousi:2",
                "plots": "https://api.plotly.com/v2/plots/igarousi:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=igarousi"
            },
            "owner": "igarousi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~igarousi/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T23:30:53.475Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~igarousi/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "29eb0025-8f67-4051-9d07-3fbf0dcd2611",
                        "type": "bar",
                        "xsrc": "igarousi:3:6bac88"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~igarousi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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-04-02 16:45:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "igarousi",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T23:30:20.886720Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ahmad.sweed92/37.embed",
            "fid": "ahmad.sweed92:37",
            "filename": "wind-turbine-territory-dropdown",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ahmad.sweed92:37/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ahmad.sweed92:37/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/ahmad.sweed92:37/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/ahmad.sweed92:37/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ahmad.sweed92:37",
                "plots": "https://api.plotly.com/v2/plots/ahmad.sweed92:37",
                "parent": "https://api.plotly.com/v2/folders/home?user=ahmad.sweed92"
            },
            "owner": "ahmad.sweed92",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "GE, Vestas, Siemens, Mitsubishi, Gamesa, Kenetech, Suzlon, Acciona, Clipper, REpower, Bonus, Zond, NEG Micon, Nordex, Enron, Enron, Goldwind, DeWind, Nordtank, Danwin, Howden, China Creative Wind, Enertech, Alstrom, Sany, BHD, W.E.G., Guodain United Power, Fuhrlander, Windmatic, Northern Power Systems, Samsung, Vensys, Westinghouse, Flowind, Entegrity, Hyundai Heavy Industries, Polenko, Windmaster, Sinovel, HZ Windpower, Turbowind, PowerWind, Emergya Wind Technologies, Kenersys, Nordic, Unison, Aeronautica, AAER, Silver Eagle, Tacke, EWT, AWE, ECO, Leitwind, Elecon, Harbec, Atlantic Orient, Wind World, UMPI, Seaforth Energy, Windspire Energy, Bora, Wind Energy Solutions, Siva, Endurance, Skystream, Bergey Energy, Evance, Xzeres",
            "views": 19,
            "web_url": "https://chart-studio.plotly.com/~ahmad.sweed92/37/ge-vestas-siemens-mitsubishi-gamesa-kenetech-suzlon-acciona-clipper-repower-bonu/",
            "world_readable": true,
            "date_modified": "2019-06-17T23:56:20.428Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ahmad.sweed92/37/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "GE",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:dfe333",
                        "lonsrc": "ahmad.sweed92:38:33ff0b",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Vestas",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:b7065d",
                        "lonsrc": "ahmad.sweed92:38:45cc9d",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Siemens",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:667396",
                        "lonsrc": "ahmad.sweed92:38:64a703",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Mitsubishi",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:27aa61",
                        "lonsrc": "ahmad.sweed92:38:de729f",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Gamesa",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:2aaca5",
                        "lonsrc": "ahmad.sweed92:38:ed3ba1",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Kenetech",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:201a6c",
                        "lonsrc": "ahmad.sweed92:38:6de1df",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Suzlon",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:953740",
                        "lonsrc": "ahmad.sweed92:38:55513d",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Acciona",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:a31fb5",
                        "lonsrc": "ahmad.sweed92:38:4ac006",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Clipper",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:46db9f",
                        "lonsrc": "ahmad.sweed92:38:c5ee05",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "REpower",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:d2c730",
                        "lonsrc": "ahmad.sweed92:38:137efc",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Bonus",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:cfc8b8",
                        "lonsrc": "ahmad.sweed92:38:94636d",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Zond",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:f63145",
                        "lonsrc": "ahmad.sweed92:38:9a80e7",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "NEG Micon",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:b97932",
                        "lonsrc": "ahmad.sweed92:38:7cf92d",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Nordex",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:a12653",
                        "lonsrc": "ahmad.sweed92:38:ce5869",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Enron",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:7622b3",
                        "lonsrc": "ahmad.sweed92:38:2eab66",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Enron",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:7622b3",
                        "lonsrc": "ahmad.sweed92:38:2eab66",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Goldwind",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:dc7ab3",
                        "lonsrc": "ahmad.sweed92:38:e07077",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "DeWind",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:d62209",
                        "lonsrc": "ahmad.sweed92:38:e56e5f",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Nordtank",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:267ea6",
                        "lonsrc": "ahmad.sweed92:38:e02628",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Danwin",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:297228",
                        "lonsrc": "ahmad.sweed92:38:1f0c06",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Howden",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:8d2927",
                        "lonsrc": "ahmad.sweed92:38:0bed20",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "China Creative Wind",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:f3606e",
                        "lonsrc": "ahmad.sweed92:38:e2fcf5",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Enertech",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:b09442",
                        "lonsrc": "ahmad.sweed92:38:aacab2",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Alstrom",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:0008ba",
                        "lonsrc": "ahmad.sweed92:38:212190",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Sany",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:85e274",
                        "lonsrc": "ahmad.sweed92:38:169674",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "BHD",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:ea617b",
                        "lonsrc": "ahmad.sweed92:38:36f84e",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "W.E.G.",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:a3f0ee",
                        "lonsrc": "ahmad.sweed92:38:0d5e65",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Guodain United Power",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:4a366f",
                        "lonsrc": "ahmad.sweed92:38:646b45",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Fuhrlander",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:ae19df",
                        "lonsrc": "ahmad.sweed92:38:6aa325",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Windmatic",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:42cce5",
                        "lonsrc": "ahmad.sweed92:38:67a3ea",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Northern Power Systems",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:b7b53c",
                        "lonsrc": "ahmad.sweed92:38:347405",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Samsung",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:495f6b",
                        "lonsrc": "ahmad.sweed92:38:307cdd",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Vensys",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:1819c9",
                        "lonsrc": "ahmad.sweed92:38:3afe5b",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Westinghouse",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:3b066e",
                        "lonsrc": "ahmad.sweed92:38:04d10f",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Flowind",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:37a67e",
                        "lonsrc": "ahmad.sweed92:38:8325b8",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Entegrity",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:e36869",
                        "lonsrc": "ahmad.sweed92:38:9b711c",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Hyundai Heavy Industries",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:11fae4",
                        "lonsrc": "ahmad.sweed92:38:a6cd6a",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Polenko",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:63bbf5",
                        "lonsrc": "ahmad.sweed92:38:02bf60",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Windmaster",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:384877",
                        "lonsrc": "ahmad.sweed92:38:a6adb7",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Sinovel",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:a98c3d",
                        "lonsrc": "ahmad.sweed92:38:94bcf1",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "HZ Windpower",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:105bad",
                        "lonsrc": "ahmad.sweed92:38:b83f3f",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Turbowind",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:8beb14",
                        "lonsrc": "ahmad.sweed92:38:586621",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "PowerWind",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:2b0cf4",
                        "lonsrc": "ahmad.sweed92:38:54495f",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Emergya Wind Technologies",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:0dfdea",
                        "lonsrc": "ahmad.sweed92:38:f2393c",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Kenersys",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:06c8a2",
                        "lonsrc": "ahmad.sweed92:38:d5b27b",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Nordic",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:4ce481",
                        "lonsrc": "ahmad.sweed92:38:f4d4bb",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Unison",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:58aa92",
                        "lonsrc": "ahmad.sweed92:38:03eb3b",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Aeronautica",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:385746",
                        "lonsrc": "ahmad.sweed92:38:3b9ffa",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "AAER",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:a1a731",
                        "lonsrc": "ahmad.sweed92:38:182482",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Silver Eagle",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:c731c7",
                        "lonsrc": "ahmad.sweed92:38:4c1ced",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Tacke",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:b1f7d8",
                        "lonsrc": "ahmad.sweed92:38:97b7ef",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "EWT",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:4fe02f",
                        "lonsrc": "ahmad.sweed92:38:8e6786",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "AWE",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:d5aafa",
                        "lonsrc": "ahmad.sweed92:38:eba70e",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "ECO",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:7350af",
                        "lonsrc": "ahmad.sweed92:38:87a476",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Leitwind",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:5c1671",
                        "lonsrc": "ahmad.sweed92:38:c22b29",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Elecon",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:ecffb6",
                        "lonsrc": "ahmad.sweed92:38:451952",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Harbec",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:8f6c4b",
                        "lonsrc": "ahmad.sweed92:38:2e8f1f",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Atlantic Orient",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:32dcea",
                        "lonsrc": "ahmad.sweed92:38:d5a799",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Wind World",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:d25785",
                        "lonsrc": "ahmad.sweed92:38:f816c2",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "UMPI",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:ecb76a",
                        "lonsrc": "ahmad.sweed92:38:f119de",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Seaforth Energy",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:e60782",
                        "lonsrc": "ahmad.sweed92:38:7f6aff",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Windspire Energy",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:86990a",
                        "lonsrc": "ahmad.sweed92:38:5f2330",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Bora",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:d48f69",
                        "lonsrc": "ahmad.sweed92:38:fd64dd",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Wind Energy Solutions",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:53f8b1",
                        "lonsrc": "ahmad.sweed92:38:8c4c5b",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Siva",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:690193",
                        "lonsrc": "ahmad.sweed92:38:f7d7b3",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Endurance",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:28fc3a",
                        "lonsrc": "ahmad.sweed92:38:f10271",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Skystream",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:8c0640",
                        "lonsrc": "ahmad.sweed92:38:346089",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Bergey Energy",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:48c2fe",
                        "lonsrc": "ahmad.sweed92:38:45f4c7",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Evance",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:eb3650",
                        "lonsrc": "ahmad.sweed92:38:b07216",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "name": "Xzeres",
                        "type": "scattermapbox",
                        "latsrc": "ahmad.sweed92:38:0c0228",
                        "lonsrc": "ahmad.sweed92:38:4719b5",
                        "marker": {
                            "size": 4
                        }
                    }
                ],
                "layout": {
                    "font": {
                        "size": 11,
                        "color": "#FFFFFF"
                    },
                    "height": 800,
                    "mapbox": {
                        "zoom": 3,
                        "pitch": 0,
                        "style": "dark",
                        "center": {
                            "lat": 38,
                            "lon": -94
                        },
                        "bearing": 0,
                        "accesstoken": "insert mapbox token here"
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "annotations": [
                        {
                            "x": 0.05,
                            "y": 0.05,
                            "font": {
                                "size": 14,
                                "color": "magenta"
                            },
                            "text": "All US wind turbines (scroll to zoom)",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "left",
                            "bgcolor": "black",
                            "borderpad": 10,
                            "showarrow": false
                        },
                        {
                            "x": 0.01,
                            "y": 0.99,
                            "font": {
                                "size": 14
                            },
                            "text": "Wind<br>Farms",
                            "yref": "paper",
                            "align": "left",
                            "showarrow": false
                        }
                    ],
                    "updatemenus": [
                        {
                            "x": 0.1,
                            "y": 1.0,
                            "pad": {
                                "r": 0,
                                "t": 10
                            },
                            "font": {
                                "size": 11,
                                "color": "#000000"
                            },
                            "active": 99,
                            "bgcolor": "#AAAAAA",
                            "buttons": [
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 3,
                                            "mapbox.center.lat": 38,
                                            "mapbox.center.lon": -94,
                                            "annotations[0].text": "All US wind turbines (scroll to zoom)"
                                        }
                                    ],
                                    "label": "USA",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 35.016,
                                            "mapbox.center.lon": -118.316,
                                            "annotations[0].text": "Alta Wind Energy Center<br>Capacity MW: 1548<br>State: California<br>Developer: Terra-Gen Power<br>Owner: Terra-Gen Power<br>First Operational: 2011"
                                        }
                                    ],
                                    "label": "Alta Wind",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 26.366,
                                            "mapbox.center.lon": -97.65,
                                            "annotations[0].text": "Los Vientos Wind Farm<br>Capacity MW: 900<br>State: Texas<br>Developer: Duke Energy Renewables<br>Owner: Duke Energy Renewables<br>First Operational: 2012"
                                        }
                                    ],
                                    "label": "Los Vientos",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 45.7,
                                            "mapbox.center.lon": -120.066,
                                            "annotations[0].text": "Shepherds Flat Wind Farm<br>Capacity MW: 845<br>State: Oregon<br>Developer: Caithness Energy<br>Owner: Caithness Energy<br>First Operational: 2012"
                                        }
                                    ],
                                    "label": "Shepherds Flat",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 32.266,
                                            "mapbox.center.lon": -100.35,
                                            "annotations[0].text": "Roscoe Wind Project<br>Capacity MW: 781<br>State: Texas<br>Developer: E.ON Climate & Renewables<br>Owner: E.ON Climate & Renewables<br>First Operational: 2009"
                                        }
                                    ],
                                    "label": "Roscoe Wind",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 32.183,
                                            "mapbox.center.lon": -100.033,
                                            "annotations[0].text": "Horse Hollow Wind Energy Center<br>Capacity MW: 736<br>State: Texas<br>Developer: Blattner Energy<br>Owner: InvestEnergyGroup<br>First Operational: 2005"
                                        }
                                    ],
                                    "label": "Horse Hollow",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 35.1,
                                            "mapbox.center.lon": -118.283,
                                            "annotations[0].text": "Tehachapi Pass Wind Farm<br>Capacity MW: 690<br>State: California<br>Developer: Zond Corporation"
                                        }
                                    ],
                                    "label": "Tehachapi Pass",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 31.9,
                                            "mapbox.center.lon": -100.9,
                                            "annotations[0].text": "Capricorn Ridge Wind Farm<br>Capacity MW: 662<br>State: Texas<br>Developer: NextEra Energy Resources<br>Owner: NextEra Energy Resources<br>First Operational: 2007"
                                        }
                                    ],
                                    "label": "Capricorn Ridge",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 33.916,
                                            "mapbox.center.lon": -116.583,
                                            "annotations[0].text": "San Gorgonio Pass Wind Farm<br>Capacity MW: 619<br>State: California"
                                        }
                                    ],
                                    "label": "San Gorgonio",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 40.6,
                                            "mapbox.center.lon": -87.316,
                                            "annotations[0].text": "Fowler Ridge Wind Farm<br>Capacity MW: 600<br>State: Indiana<br>Developer: BP Alternative Energy / Dominion Resources<br>Owner: BP Alternative Energy / Dominion Resources<br>First Operational: 2010"
                                        }
                                    ],
                                    "label": "Fowler Ridge",
                                    "method": "relayout"
                                }
                            ],
                            "xanchor": "left",
                            "yanchor": "top",
                            "bordercolor": "#FFFFFF"
                        },
                        {
                            "x": 0.75,
                            "y": 0.05,
                            "font": {
                                "size": 11
                            },
                            "bgcolor": "#000000",
                            "buttons": [
                                {
                                    "args": [
                                        "mapbox.style",
                                        "dark"
                                    ],
                                    "label": "Dark",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        "mapbox.style",
                                        "light"
                                    ],
                                    "label": "Light",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        "mapbox.style",
                                        "satellite"
                                    ],
                                    "label": "Satellite",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        "mapbox.style",
                                        "satellite-streets"
                                    ],
                                    "label": "Satellite with Streets",
                                    "method": "relayout"
                                }
                            ],
                            "xanchor": "left",
                            "yanchor": "bottom",
                            "direction": "up",
                            "bordercolor": "#FFFFFF"
                        }
                    ],
                    "paper_bgcolor": "#000000"
                }
            },
            "height": 800,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ahmad.sweed92",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.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": "2017-05-23 21:07:36",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ahmad.sweed92",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T23:28:41.798063Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~igarousi/0.embed",
            "fid": "igarousi:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/igarousi:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/igarousi:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/igarousi/0/8_T6RN69O5M49KC387QF6W2NKEDNN5BN.png",
                "list-thumb": "https://api.plotly.com/v2/files/igarousi:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/igarousi:0",
                "plots": "https://api.plotly.com/v2/plots/igarousi:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=igarousi"
            },
            "owner": "igarousi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~igarousi/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T23:28:42.272Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~igarousi/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "5e53eb62-e1e9-4a87-9a86-a3913ee2fdc3",
                        "type": "bar",
                        "xsrc": "igarousi:1:8e3a5d"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~igarousi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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-04-02 16:45:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "igarousi",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T23:25:40.675585Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~uczm/0.embed",
            "fid": "uczm:0",
            "filename": "pandas-box-plot",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/uczm:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/uczm:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/uczm:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/uczm:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/uczm:0",
                "plots": "https://api.plotly.com/v2/plots/uczm:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=uczm"
            },
            "owner": "uczm",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, mean",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~uczm/0/a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z-mean/",
            "world_readable": true,
            "date_modified": "2019-06-18T00:00:21.855Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~uczm/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7ccf9756-33b1-407f-ae26-2234f3d3eead",
                        "name": "A",
                        "type": "box",
                        "ysrc": "uczm:1:69e30f",
                        "showlegend": false
                    },
                    {
                        "uid": "ae3d22a0-f379-4026-8093-c095546b658e",
                        "name": "B",
                        "type": "box",
                        "ysrc": "uczm:1:2addf7",
                        "showlegend": false
                    },
                    {
                        "uid": "85b72e8e-da81-474a-b55d-d8a61ce911f1",
                        "name": "C",
                        "type": "box",
                        "ysrc": "uczm:1:bec1ec",
                        "showlegend": false
                    },
                    {
                        "uid": "dd3afa70-48bf-481a-a83c-1990929f69aa",
                        "name": "D",
                        "type": "box",
                        "ysrc": "uczm:1:14560c",
                        "showlegend": false
                    },
                    {
                        "uid": "89fe2c02-8e6c-4bc6-8ac9-fb3f65b53196",
                        "name": "E",
                        "type": "box",
                        "ysrc": "uczm:1:e0bf7d",
                        "showlegend": false
                    },
                    {
                        "uid": "e82ad708-eab4-4c9a-a292-12e56952420d",
                        "name": "F",
                        "type": "box",
                        "ysrc": "uczm:1:bebf64",
                        "showlegend": false
                    },
                    {
                        "uid": "274327d7-fc6e-4303-a3ac-519d642eca99",
                        "name": "G",
                        "type": "box",
                        "ysrc": "uczm:1:e0b44b",
                        "showlegend": false
                    },
                    {
                        "uid": "c07fc94d-6980-4d53-9f21-8ad0a320bc67",
                        "name": "H",
                        "type": "box",
                        "ysrc": "uczm:1:3e0fc9",
                        "showlegend": false
                    },
                    {
                        "uid": "3883c197-20df-41ba-86c7-cca784dfa83a",
                        "name": "I",
                        "type": "box",
                        "ysrc": "uczm:1:3d4e50",
                        "showlegend": false
                    },
                    {
                        "uid": "65cd9cd4-3f4d-4ca2-abeb-328793c9ba0f",
                        "name": "J",
                        "type": "box",
                        "ysrc": "uczm:1:b3c42e",
                        "showlegend": false
                    },
                    {
                        "uid": "3bc39d1b-9138-4b20-990b-85ddeec7bc1e",
                        "name": "K",
                        "type": "box",
                        "ysrc": "uczm:1:6c3a49",
                        "showlegend": false
                    },
                    {
                        "uid": "a697fe19-b5e8-4bca-b3a9-d388add161f7",
                        "name": "L",
                        "type": "box",
                        "ysrc": "uczm:1:aecdc1",
                        "showlegend": false
                    },
                    {
                        "uid": "da61713a-e653-4c9a-9071-44ea2f2fc80c",
                        "name": "M",
                        "type": "box",
                        "ysrc": "uczm:1:c53b9f",
                        "showlegend": false
                    },
                    {
                        "uid": "22a78a77-bd1c-4967-8a19-eb6198a27f72",
                        "name": "N",
                        "type": "box",
                        "ysrc": "uczm:1:b3bd6e",
                        "showlegend": false
                    },
                    {
                        "uid": "50350374-0c31-422a-b6f9-453396a428b1",
                        "name": "O",
                        "type": "box",
                        "ysrc": "uczm:1:8b0304",
                        "showlegend": false
                    },
                    {
                        "uid": "307422e9-1c55-42de-b95d-72aa6d41525b",
                        "name": "P",
                        "type": "box",
                        "ysrc": "uczm:1:24f093",
                        "showlegend": false
                    },
                    {
                        "uid": "37c8e72f-8bee-4a71-a666-b7f6b8d6157c",
                        "name": "Q",
                        "type": "box",
                        "ysrc": "uczm:1:0e2b5e",
                        "showlegend": false
                    },
                    {
                        "uid": "e49c27f3-1b21-401b-8536-a426731ce058",
                        "name": "R",
                        "type": "box",
                        "ysrc": "uczm:1:a82544",
                        "showlegend": false
                    },
                    {
                        "uid": "9fdf11a0-1e2a-4b23-820d-cd69dc2955b1",
                        "name": "S",
                        "type": "box",
                        "ysrc": "uczm:1:c83e63",
                        "showlegend": false
                    },
                    {
                        "uid": "220fddd8-b624-40b6-af13-c329caea189b",
                        "name": "T",
                        "type": "box",
                        "ysrc": "uczm:1:580ba2",
                        "showlegend": false
                    },
                    {
                        "uid": "017f2761-8b77-4c92-a07d-2cd4a6bec82c",
                        "name": "U",
                        "type": "box",
                        "ysrc": "uczm:1:8c33ff",
                        "showlegend": false
                    },
                    {
                        "uid": "0a86a1d8-29ca-48e8-b1ae-05ad521ec372",
                        "name": "V",
                        "type": "box",
                        "ysrc": "uczm:1:82537e",
                        "showlegend": false
                    },
                    {
                        "uid": "56172cae-763f-4112-93ec-4b1fd33b97b3",
                        "name": "W",
                        "type": "box",
                        "ysrc": "uczm:1:24694d",
                        "showlegend": false
                    },
                    {
                        "uid": "fbd0c756-e1b9-498a-87fc-ece5ae93134f",
                        "name": "X",
                        "type": "box",
                        "ysrc": "uczm:1:b09b61",
                        "showlegend": false
                    },
                    {
                        "uid": "b50bf2f0-3f9a-45b0-9586-356235f92838",
                        "name": "Y",
                        "type": "box",
                        "ysrc": "uczm:1:2f7040",
                        "showlegend": false
                    },
                    {
                        "uid": "846915fc-b1f6-4db9-8f88-6b21fb5dd664",
                        "name": "Z",
                        "type": "box",
                        "ysrc": "uczm:1:398e95",
                        "showlegend": false
                    },
                    {
                        "uid": "79d2ee29-e7b6-493f-ab23-9c8e8ebfe9e9",
                        "mode": "lines",
                        "name": "mean",
                        "type": "scatter",
                        "xsrc": "uczm:1:56fc50",
                        "ysrc": "uczm:1:af7569"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~uczm",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/45.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 23:20:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "uczm",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T23:23:09.295548Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~annastamen/2.embed",
            "fid": "annastamen:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/annastamen/2/9_OEXI43F0MFG3SCP3CW0IFYMJR4P5Y2.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/annastamen/2/2_TBT9M19B5XP1VMILFNHXFXGKDWWNMB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/annastamen/2/8_IOGU6UPQJAYC2TKOQMUKH3SB6N01XU.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/annastamen/2/9_OEXI43F0MFG3SCP3CW0IFYMJR4P5Y2.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/annastamen:2",
                "plots": "https://api.plotly.com/v2/plots/annastamen:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=annastamen"
            },
            "owner": "annastamen",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~annastamen/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T23:23:09.313Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~annastamen/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "name": "all cases",
                        "type": "scatter",
                        "xsrc": "annastamen:0:e91499",
                        "ysrc": "annastamen:0:2d1526"
                    },
                    {
                        "mode": "lines",
                        "name": "street/sidewalk<br>cleaning requests",
                        "type": "scatter",
                        "xsrc": "annastamen:1:94e522",
                        "ysrc": "annastamen:1:52021c",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Golden Gate and Jones Street - % Growth"
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2008-07-01",
                            "2019-06-01"
                        ],
                        "title": {
                            "text": "time"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.957656486896253,
                            1.1584362139917697
                        ],
                        "title": {
                            "text": "% growth "
                        },
                        "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/~annastamen",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 23:19:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "annastamen",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}