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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzIwJTNBNTclM0EyNS40ODAzNzIlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysyMSUzQTA1JTNBMDkuMzI1MjI3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T21:05:09.325227Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~aplukis/12.embed",
            "fid": "aplukis:12",
            "filename": "Male by Level",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/aplukis:12/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/aplukis:12/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aplukis/12/8_LZTL9WR9UGG0CBN90Q8GNPHIBZFV2K.png",
                "list-thumb": "https://api.plotly.com/v2/files/aplukis:12/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/aplukis:12",
                "plots": "https://api.plotly.com/v2/plots/aplukis:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=aplukis"
            },
            "owner": "aplukis",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Course Evaluations Means by Level: Male",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~aplukis/12/course-evaluations-means-by-level-male/",
            "world_readable": true,
            "date_modified": "2019-06-17T21:05:10.595Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~aplukis/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c534c7e0-127c-4880-a3a2-b12879c7e7d3",
                        "name": "Level 100",
                        "type": "bar",
                        "xsrc": "aplukis:13:828d57",
                        "ysrc": "aplukis:13:f352a3",
                        "marker": {
                            "color": "rgb(233,117,90)"
                        }
                    },
                    {
                        "uid": "7078b747-8f59-4f28-8b77-8deddcfafa0c",
                        "name": "Level 200",
                        "type": "bar",
                        "xsrc": "aplukis:13:828d57",
                        "ysrc": "aplukis:13:d63c07",
                        "marker": {
                            "color": "rgb(72,139,165)"
                        }
                    },
                    {
                        "uid": "3c86ea8d-c72c-4430-9cc8-214e484fee3f",
                        "name": "Level 300",
                        "type": "bar",
                        "xsrc": "aplukis:13:828d57",
                        "ysrc": "aplukis:13:6b39d4",
                        "marker": {
                            "color": "rgb(204,180,0)"
                        }
                    },
                    {
                        "uid": "7d8670e1-5aab-4089-abdc-daea6ea7a08c",
                        "name": "Level 400",
                        "type": "bar",
                        "xsrc": "aplukis:13:828d57",
                        "ysrc": "aplukis:13:9929a7",
                        "marker": {
                            "color": "rgb(143,176,140)"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Course Evaluations Means by Level: Male"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~aplukis",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/58.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 20:30:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "aplukis",
                "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-17T21:03:56.014498Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67152.embed",
            "fid": "amper:67152",
            "filename": "06-15-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67152/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67152/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67152/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67152/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67152",
                "plots": "https://api.plotly.com/v2/plots/amper:67152",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-15-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67152/_06-15-19-ds-1976-alg-5421-param-1407-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T21:03:56.908Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67152/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6a9759eb-7de1-4a6a-b81c-aaf3c642c8cb",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67153:76b3f8",
                        "ysrc": "amper:67153:9f0962",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "06-15-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "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-17T21:03:08.734780Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67150.embed",
            "fid": "amper:67150",
            "filename": "06-14-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67150/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67150/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67150/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67150/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67150",
                "plots": "https://api.plotly.com/v2/plots/amper:67150",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-14-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67150/_06-14-19-ds-1976-alg-5421-param-1407-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T21:03:10.364Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67150/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "cbe0649c-540d-417e-8670-64fb54d7b6f5",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:67151:99c8f8",
                        "ysrc": "amper:67151:86de6f",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    },
                    {
                        "uid": "087bfb0c-f24f-434d-afb6-414d8a42922a",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67151:99c8f8",
                        "ysrc": "amper:67151:77f096",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "a62e06a7-1ab2-4209-93d6-660355cbfa0c",
                        "mode": "lines",
                        "name": "Other",
                        "type": "scattergl",
                        "xsrc": "amper:67151:99c8f8",
                        "ysrc": "amper:67151:0132f2",
                        "marker": {
                            "line": {
                                "color": "rgb(169,169,169)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(169,169,169)"
                        }
                    }
                ],
                "layout": {
                    "title": "06-14-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "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-17T21:01:21.774686Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~asiren/0.embed",
            "fid": "asiren:0",
            "filename": "pyguide_1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/asiren:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/asiren:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/asiren/0/8_H3YU4GYB3FK4M0LII54B8PHZHRHDIO.png",
                "list-thumb": "https://api.plotly.com/v2/files/asiren:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/asiren:0",
                "plots": "https://api.plotly.com/v2/plots/asiren:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=asiren"
            },
            "owner": "asiren",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "feature importance",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~asiren/0/feature-importance/",
            "world_readable": true,
            "date_modified": "2019-06-17T21:01:22.240Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~asiren/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6ef3b3a8-695e-4db1-9049-ec93ecd4d67b",
                        "type": "bar",
                        "xsrc": "asiren:1:71b039",
                        "ysrc": "asiren:1:9dd636",
                        "textsrc": "asiren:1:eadfd0",
                        "textposition": "auto"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "feature importance"
                    },
                    "xaxis": {
                        "automargin": true
                    },
                    "yaxis": {
                        "title": {
                            "text": "importance score"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~asiren",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.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 21:00:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "asiren",
                "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-17T21:00:59.737195Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67148.embed",
            "fid": "amper:67148",
            "filename": "06-12-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67148/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67148/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67148/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67148/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67148",
                "plots": "https://api.plotly.com/v2/plots/amper:67148",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-12-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67148/_06-12-19-ds-1976-alg-5421-param-1407-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T21:01:00.967Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67148/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "5a94067b-46f5-4cfe-babf-0aabb6662350",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:67149:a87365",
                        "ysrc": "amper:67149:029916",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    },
                    {
                        "uid": "66e5677f-cdc5-4c74-b917-a4ad1d1f45e2",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67149:a87365",
                        "ysrc": "amper:67149:11466d",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "06-12-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "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-17T21:00:21.195253Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~aplukis/10.embed",
            "fid": "aplukis:10",
            "filename": "Female by Level",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/aplukis:10/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/aplukis:10/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aplukis/10/8_0WJZPIJE2USUN4IUHJ4ZO0UT02JP9G.png",
                "list-thumb": "https://api.plotly.com/v2/files/aplukis:10/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/aplukis:10",
                "plots": "https://api.plotly.com/v2/plots/aplukis:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=aplukis"
            },
            "owner": "aplukis",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Course Evaluations Means by Level: Female",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~aplukis/10/course-evaluations-means-by-level-female/",
            "world_readable": true,
            "date_modified": "2019-06-17T21:05:01.118Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~aplukis/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "efb16394-ccfc-4bd6-a3c1-ba6a21367916",
                        "name": "Level 100",
                        "type": "bar",
                        "xsrc": "aplukis:11:bcf3d1",
                        "ysrc": "aplukis:11:ab4d7d",
                        "marker": {
                            "color": "rgb(233,117,90)"
                        }
                    },
                    {
                        "uid": "9425e4dc-2db5-49c1-9aea-0680115fec75",
                        "name": "Level 200",
                        "type": "bar",
                        "xsrc": "aplukis:11:bcf3d1",
                        "ysrc": "aplukis:11:879fae",
                        "marker": {
                            "color": "rgb(72,139,165)"
                        }
                    },
                    {
                        "uid": "84183864-7e06-46d9-8c2b-28a2aad2e9e4",
                        "name": "Level 300",
                        "type": "bar",
                        "xsrc": "aplukis:11:bcf3d1",
                        "ysrc": "aplukis:11:e0931e",
                        "marker": {
                            "color": "rgb(204,180,0)"
                        }
                    },
                    {
                        "uid": "35f3ea0e-26df-4340-90c6-e5dd479153c8",
                        "name": "Level 400",
                        "type": "bar",
                        "xsrc": "aplukis:11:bcf3d1",
                        "ysrc": "aplukis:11:9d0007",
                        "marker": {
                            "color": "rgb(143,176,140)"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Course Evaluations Means by Level: Female"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~aplukis",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/58.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 20:30:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "aplukis",
                "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-17T21:00:20.573485Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~reza7516/18.embed",
            "fid": "reza7516:18",
            "filename": "usrers for each day",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/reza7516:18/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/reza7516/18/2_GHG65N6TUWO78AR1XIVOSFIHGPIKSH.png",
                "block-thumb": "https://api.plotly.com/v2/files/reza7516:18/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/reza7516:18/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/reza7516:18",
                "plots": "https://api.plotly.com/v2/plots/reza7516:18",
                "parent": "https://api.plotly.com/v2/folders/home?user=reza7516"
            },
            "owner": "reza7516",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~reza7516/18/",
            "world_readable": true,
            "date_modified": "2019-06-17T21:04:53.856Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~reza7516/18/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "e1497cb5-f67c-4695-b148-c72c0c2ee3e0",
                        "type": "bar",
                        "xsrc": "reza7516:19:f489c8",
                        "ysrc": "reza7516:19:aa4cdd"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~reza7516",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-16 19:01:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "reza7516",
                "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-17T20:58:52.418110Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jingwenc/103.embed",
            "fid": "jingwenc:103",
            "filename": "plot from API (7)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jingwenc:103/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jingwenc:103/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jingwenc:103/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jingwenc:103/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jingwenc:103",
                "plots": "https://api.plotly.com/v2/plots/jingwenc:103",
                "parent": "https://api.plotly.com/v2/folders/home?user=jingwenc"
            },
            "owner": "jingwenc",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Historical Property Cost",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~jingwenc/103/historical-property-cost/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:58:52.906Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jingwenc/103/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "aa3b9467-0036-4eaa-bc87-e2f267af18d6",
                        "name": "10312",
                        "type": "scatter",
                        "xsrc": "jingwenc:104:f49085",
                        "ysrc": "jingwenc:104:40a93e"
                    },
                    {
                        "uid": "0b92fe25-462f-447e-a329-9f6127802044",
                        "name": "10306",
                        "type": "scatter",
                        "xsrc": "jingwenc:104:f49085",
                        "ysrc": "jingwenc:104:7eb6b6"
                    },
                    {
                        "uid": "cc9cd001-c937-4194-a710-9b3eb8abdaf3",
                        "name": "11434",
                        "type": "scatter",
                        "xsrc": "jingwenc:104:f49085",
                        "ysrc": "jingwenc:104:9e319e"
                    },
                    {
                        "uid": "9391b15c-1ded-4597-ae71-3ccf8fa43c2d",
                        "name": "11234",
                        "type": "scatter",
                        "xsrc": "jingwenc:104:f49085",
                        "ysrc": "jingwenc:104:102842"
                    },
                    {
                        "uid": "e2cf4704-3af2-4387-b48f-6c045cc9af52",
                        "name": "10304",
                        "type": "scatter",
                        "xsrc": "jingwenc:104:f49085",
                        "ysrc": "jingwenc:104:b3f3b7"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Historical Property Cost"
                    },
                    "xaxis": {
                        "type": "date",
                        "rangeslider": {
                            "visible": true
                        },
                        "rangeselector": {
                            "buttons": [
                                {
                                    "step": "month",
                                    "count": 1,
                                    "label": "1m",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "month",
                                    "count": 6,
                                    "label": "6m",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "year",
                                    "count": 1,
                                    "label": "YTD",
                                    "stepmode": "todate"
                                },
                                {
                                    "step": "year",
                                    "count": 1,
                                    "label": "1y",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "all"
                                }
                            ]
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jingwenc",
                "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-02-20 18:49:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jingwenc",
                "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-17T20:58:44.967997Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jbaniha/4.embed",
            "fid": "jbaniha:4",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jbaniha:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jbaniha:4/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jbaniha:4/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jbaniha:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jbaniha:4",
                "plots": "https://api.plotly.com/v2/plots/jbaniha:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=jbaniha"
            },
            "owner": "jbaniha",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~jbaniha/4/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:58:45.516Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jbaniha/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b136dad8-9142-11e9-a024-b8ca3ad6c2d9",
                        "type": "box",
                        "ysrc": "jbaniha:5:a08f86",
                        "jitter": 0.3,
                        "pointpos": -1.8,
                        "boxpoints": "all"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jbaniha",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-18 18:40:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jbaniha",
                "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-17T20:57:25.480372Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~annacallahan/63.embed",
            "fid": "annacallahan:63",
            "filename": "Plot 63",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/annacallahan/63/9_BKMCIAYYJM3J3WLVO9317G2TKKVFLO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/annacallahan/63/2_F22M850YFI0BXS0HULDFZ4N5EPI2UL.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/annacallahan/63/8_72HQCXNU58H5AWXMS0WPRB15O3CWVS.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/annacallahan/63/9_BKMCIAYYJM3J3WLVO9317G2TKKVFLO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/annacallahan:63",
                "plots": "https://api.plotly.com/v2/plots/annacallahan:63",
                "parent": "https://api.plotly.com/v2/folders/home?user=annacallahan"
            },
            "owner": "annacallahan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~annacallahan/63/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:58:06.207Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~annacallahan/63/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "all cases",
                        "type": "bar",
                        "xsrc": "annacallahan:56:73a691",
                        "ysrc": "annacallahan:56:e908a8",
                        "marker": {
                            "color": "rgb(169, 172, 255)"
                        },
                        "orientation": "v"
                    },
                    {
                        "name": "street/sidewalk<br>cleaning requests",
                        "type": "bar",
                        "xsrc": "annacallahan:56:73a691",
                        "ysrc": "annacallahan:56:5f2b4f",
                        "marker": {
                            "color": "rgb(74, 204, 198)"
                        },
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "311 Cases within 150 m of the Golden Gate & Jones Pit Stop"
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2008-06-17",
                            "2019-06-15"
                        ],
                        "title": {
                            "text": "time"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.6964368347987043,
                            316.87875983341047
                        ],
                        "title": {
                            "text": "311 cases"
                        },
                        "autorange": true
                    },
                    "bargap": 0.21999999999999997,
                    "shapes": [
                        {
                            "x0": "2014-07-01 18:00",
                            "x1": "2014-07-01 06:00",
                            "y0": 0,
                            "y1": 300,
                            "line": {
                                "dash": "dot",
                                "color": "rgb(255, 33, 33)",
                                "width": 2
                            },
                            "type": "line",
                            "opacity": 1,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "barmode": "overlay",
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "annotations": [
                        {
                            "x": "2014-04-14 17:01:47.7844",
                            "y": 224.5799861175382,
                            "ax": -69,
                            "ay": 0,
                            "text": "pit stop installed"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~annacallahan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-19 14:31:32",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "annacallahan",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}