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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE3JTNBMzclM0E0Ni40NDMwMzMlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNyUzQTQxJTNBNDYuNTg4ODA1JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T17:41:46.588805Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sandeshbhatjr/0.embed",
            "fid": "sandeshbhatjr:0",
            "filename": "sample_data_table",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/sandeshbhatjr:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/sandeshbhatjr:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/sandeshbhatjr:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/sandeshbhatjr:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sandeshbhatjr:0",
                "plots": "https://api.plotly.com/v2/plots/sandeshbhatjr:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=sandeshbhatjr"
            },
            "owner": "sandeshbhatjr",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~sandeshbhatjr/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:41:47.094Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sandeshbhatjr/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "04e54883-2131-4637-9af9-c5ebb2e4ee6e",
                        "type": "heatmap",
                        "zsrc": "sandeshbhatjr:1:",
                        "opacity": 0.75,
                        "hoverinfo": "none",
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "#00083e"
                            ],
                            [
                                0.5,
                                "#ededee"
                            ],
                            [
                                1,
                                "#ffffff"
                            ]
                        ]
                    }
                ],
                "layout": {
                    "xaxis": {
                        "dtick": 1,
                        "tick0": -0.5,
                        "ticks": "",
                        "zeroline": false,
                        "gridwidth": 2,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "dtick": 1,
                        "tick0": 0.5,
                        "ticks": "",
                        "zeroline": false,
                        "autorange": "reversed",
                        "gridwidth": 2,
                        "showticklabels": false
                    },
                    "height": 230,
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "annotations": [
                        {
                            "x": -0.45,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>id</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>molecule_name</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>atom_index_0</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>atom_index_1</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>type</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 4.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>scalar_coupling_constant</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "dsgdb9nsd_000001",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1JHC",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 4.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "84.8076",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "dsgdb9nsd_000001",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2JHH",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 4.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "-11.257",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "dsgdb9nsd_000001",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "3",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2JHH",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 4.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "-11.2548",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "3",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "dsgdb9nsd_000001",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "4",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2JHH",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 4.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "-11.2543",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "4",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "dsgdb9nsd_000001",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1JHC",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 4.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "84.8074",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 230,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sandeshbhatjr",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.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-06-17 17:39:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sandeshbhatjr",
                "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-17T17:41:18.668484Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~bounteous-ds-sm/56.embed",
            "fid": "bounteous-ds-sm:56",
            "filename": "plot from API (23)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/bounteous-ds-sm:56/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/bounteous-ds-sm/56/2_GCTY40E6NSOCMGCW97AGVODWR6FHUN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bounteous-ds-sm/56/8_OKFAWRLTFNFZ9C2VAQXBVRL51Q7HXO.png",
                "list-thumb": "https://api.plotly.com/v2/files/bounteous-ds-sm:56/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/bounteous-ds-sm:56",
                "plots": "https://api.plotly.com/v2/plots/bounteous-ds-sm:56",
                "parent": "https://api.plotly.com/v2/folders/home?user=bounteous-ds-sm"
            },
            "owner": "bounteous-ds-sm",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Returning users who have not already completed SIF, starting home or go, 4-6 steps, 75+ users",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~bounteous-ds-sm/56/returning-users-who-have-not-already-completed-sif-starting-home-or-go-4-6-steps/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:41:19.178Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~bounteous-ds-sm/56/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "bounteous-ds-sm:57:7ce044",
                            "sourcesrc": "bounteous-ds-sm:57:5b7414",
                            "targetsrc": "bounteous-ds-sm:57:3a72c4"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "labelsrc": "bounteous-ds-sm:57:62b2ae",
                            "thickness": 30
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Returning users who have not already completed SIF, starting home or go, 4-6 steps, 75+ users",
                    "width": 950,
                    "height": 772
                }
            },
            "height": 772,
            "width": 950,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~bounteous-ds-sm",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-07 22:33:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "bounteous-ds-sm",
                "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-17T17:41:01.919934Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~clkickEDHEC/8.embed",
            "fid": "clkickEDHEC:8",
            "filename": "plot from API (4)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/clkickEDHEC:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/clkickEDHEC:8/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/clkickEDHEC/8/8_06EG23C754UXK0CZKD8S7VZDB3VDBW.png",
                "list-thumb": "https://api.plotly.com/v2/files/clkickEDHEC:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/clkickEDHEC:8",
                "plots": "https://api.plotly.com/v2/plots/clkickEDHEC:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=clkickEDHEC"
            },
            "owner": "clkickEDHEC",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Refugee movement through Manus and Nauru, via <a href='http://www.bryanbrussee.com/sankey.html'>Bryan Brussee</a>",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~clkickEDHEC/8/refugee-movement-through-manus-and-nauru-via-bryan-brussee/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:41:02.438Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~clkickEDHEC/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "clkickEDHEC:9:96c8c1",
                            "sourcesrc": "clkickEDHEC:9:9cdbe7",
                            "targetsrc": "clkickEDHEC:9:b066d4"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "clkickEDHEC:9:641edd",
                            "labelsrc": "clkickEDHEC:9:22d7ab",
                            "thickness": 30
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Refugee movement through Manus and Nauru, via <a href='http://www.bryanbrussee.com/sankey.html'>Bryan Brussee</a>",
                    "width": 950,
                    "height": 772
                }
            },
            "height": 772,
            "width": 950,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~clkickEDHEC",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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 16:58:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "clkickEDHEC",
                "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-17T17:39:34.043132Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~tmagelin/146.embed",
            "fid": "tmagelin:146",
            "filename": "plot from API (24)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/tmagelin:146/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/tmagelin/146/2_2G8Q2WEIWKLLXRV8PGI33Z327ZSBA5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/tmagelin/146/8_PXVY394G2GOUNFMIOSHNYT5I0L8XCI.png",
                "list-thumb": "https://api.plotly.com/v2/files/tmagelin:146/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/tmagelin:146",
                "plots": "https://api.plotly.com/v2/plots/tmagelin:146",
                "parent": "https://api.plotly.com/v2/folders/home?user=tmagelin"
            },
            "owner": "tmagelin",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~tmagelin/146/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:39:34.530Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~tmagelin/146/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "tmagelin:147:385aad",
                            "sourcesrc": "tmagelin:147:8e2302",
                            "targetsrc": "tmagelin:147:6965c5"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "labelsrc": "tmagelin:147:694f26",
                            "thickness": 30
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~tmagelin",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-31 15:52:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "tmagelin",
                "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-17T17:39:33.625590Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~clkickEDHEC/6.embed",
            "fid": "clkickEDHEC:6",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/clkickEDHEC:6/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/clkickEDHEC:6/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/clkickEDHEC/6/8_Y6WXOI9CG4VH53U67942MJ5QCH5TIY.png",
                "list-thumb": "https://api.plotly.com/v2/files/clkickEDHEC:6/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/clkickEDHEC:6",
                "plots": "https://api.plotly.com/v2/plots/clkickEDHEC:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=clkickEDHEC"
            },
            "owner": "clkickEDHEC",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Refugee movement through Manus and Nauru, via <a href='http://www.bryanbrussee.com/sankey.html'>Bryan Brussee</a>",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~clkickEDHEC/6/refugee-movement-through-manus-and-nauru-via-bryan-brussee/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:39:34.150Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~clkickEDHEC/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "clkickEDHEC:7:20cd58",
                            "sourcesrc": "clkickEDHEC:7:5ca1c6",
                            "targetsrc": "clkickEDHEC:7:c65bac"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "clkickEDHEC:7:cbb14d",
                            "labelsrc": "clkickEDHEC:7:561a16",
                            "thickness": 30
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Refugee movement through Manus and Nauru, via <a href='http://www.bryanbrussee.com/sankey.html'>Bryan Brussee</a>",
                    "width": 950,
                    "height": 772
                }
            },
            "height": 772,
            "width": 950,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~clkickEDHEC",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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 16:58:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "clkickEDHEC",
                "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-17T17:39:23.495833Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~princ3/0.embed",
            "fid": "princ3:0",
            "filename": "random_stream",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/princ3:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/princ3:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/princ3:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/princ3:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/princ3:0",
                "plots": "https://api.plotly.com/v2/plots/princ3:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=princ3"
            },
            "owner": "princ3",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Time Series",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~princ3/0/time-series/",
            "world_readable": true,
            "date_modified": "2019-06-18T17:23:40.666Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~princ3/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "x": [],
                        "y": [],
                        "uid": "08e77540-12e3-4a25-999d-6e1780040f52",
                        "mode": "lines+markers",
                        "type": "scatter",
                        "stream": {
                            "fid": 0,
                            "head": 0,
                            "token": "bpltlshvpk",
                            "maxpoints": 80
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Time Series"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~princ3",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 16:09:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "princ3",
                "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-17T17:39:09.235331Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sally97/14.embed",
            "fid": "sally97:14",
            "filename": "histogram-mpl-same0",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/sally97:14/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/sally97:14/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sally97/14/8_5G9BRND0B9Q4LWDJQS87TE39KME0LS.png",
                "list-thumb": "https://api.plotly.com/v2/files/sally97:14/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sally97:14",
                "plots": "https://api.plotly.com/v2/plots/sally97:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=sally97"
            },
            "owner": "sally97",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Histogram with RU_3 and cattle",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~sally97/14/histogram-with-ru-3-and-cattle/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:45:49.781Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sally97/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1b69e109-312d-40b7-a725-c03532346a07",
                        "type": "bar",
                        "xsrc": "sally97:15:c711ad",
                        "ysrc": "sally97:15:def002",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "width": 1.0
                            },
                            "color": "rgba(31, 119, 180, 0.5)"
                        },
                        "opacity": 0.5,
                        "orientation": "v"
                    },
                    {
                        "uid": "c7e00cc3-1e31-4808-ba75-d521932943d4",
                        "type": "bar",
                        "xsrc": "sally97:15:c711ad",
                        "ysrc": "sally97:15:179ab6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "width": 1.0
                            },
                            "color": "rgba(255, 127, 14, 0.5)"
                        },
                        "opacity": 0.5,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "size": 12.0,
                            "color": "#000000"
                        },
                        "text": "Histogram with RU_3 and cattle"
                    },
                    "width": 640,
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -1.1,
                            1.1
                        ],
                        "ticks": "inside",
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 11,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.0,
                            42.0
                        ],
                        "ticks": "inside",
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "bargap": 0.0,
                    "height": 480,
                    "margin": {
                        "b": 52,
                        "l": 80,
                        "r": 63,
                        "t": 57,
                        "pad": 0
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 480,
            "width": 640,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sally97",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.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-06-04 10:19:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sally97",
                "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-17T17:38:15.981013Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~freddyjesus0/0.embed",
            "fid": "freddyjesus0:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/freddyjesus0:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/freddyjesus0:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/freddyjesus0:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/freddyjesus0:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/freddyjesus0:0",
                "plots": "https://api.plotly.com/v2/plots/freddyjesus0:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=freddyjesus0"
            },
            "owner": "freddyjesus0",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~freddyjesus0/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:38:17.601Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~freddyjesus0/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a7bf118e-2f06-478c-88b0-ed379e4126fc",
                        "type": "scatter",
                        "xsrc": "freddyjesus0:1:d36909",
                        "ysrc": "freddyjesus0:1:087212"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~freddyjesus0",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 17:30:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "freddyjesus0",
                "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-17T17:38:13.654520Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~tmagelin/144.embed",
            "fid": "tmagelin:144",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/tmagelin:144/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/tmagelin/144/2_DS8SDDD5MQ7FACE7HPQCQ1ECU2PQUT.png",
                "block-thumb": "https://api.plotly.com/v2/files/tmagelin:144/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/tmagelin:144/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/tmagelin:144",
                "plots": "https://api.plotly.com/v2/plots/tmagelin:144",
                "parent": "https://api.plotly.com/v2/folders/home?user=tmagelin"
            },
            "owner": "tmagelin",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~tmagelin/144/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:38:14.145Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~tmagelin/144/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "tmagelin:145:527533",
                            "sourcesrc": "tmagelin:145:e4947d",
                            "targetsrc": "tmagelin:145:11a0f0"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "labelsrc": "tmagelin:145:0591ed",
                            "thickness": 30
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~tmagelin",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-31 15:52:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "tmagelin",
                "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-17T17:37:46.443033Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~neujeffski/25.embed",
            "fid": "neujeffski:25",
            "filename": "Plotly Playground 2019-06-17 19:37:45",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/neujeffski:25/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/neujeffski/25/2_C9MST2C4PWW70TRYVMOJGQ1UH47KX7.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/neujeffski/25/8_RG2KD4Z23UMWLRHTHV3LX31DO3X3BD.png",
                "list-thumb": "https://api.plotly.com/v2/files/neujeffski:25/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/neujeffski:25",
                "plots": "https://api.plotly.com/v2/plots/neujeffski:25",
                "parent": "https://api.plotly.com/v2/folders/home?user=neujeffski"
            },
            "owner": "neujeffski",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#F4F4F4'}}",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~neujeffski/25/font-color-f4f4f4/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:37:46.898Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~neujeffski/25/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b8d9723e-b5c5-479e-9c2d-91b3b8a853af",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2005",
                        "type": "box",
                        "ysrc": "neujeffski:26:6dd68f",
                        "marker": {
                            "color": "rgba(255, 153, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "3b3d88cb-a8ad-4423-beb9-a7770cfdac41",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2006",
                        "type": "box",
                        "ysrc": "neujeffski:26:ee2747",
                        "marker": {
                            "color": "rgba(55, 128, 191, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "36f9e830-0655-495b-8dd6-4c93cc953582",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2007",
                        "type": "box",
                        "ysrc": "neujeffski:26:9bd555",
                        "marker": {
                            "color": "rgba(50, 171, 96, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "e78f139c-c94f-49b0-99d0-af1c8466e32c",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2008",
                        "type": "box",
                        "ysrc": "neujeffski:26:c24b4c",
                        "marker": {
                            "color": "rgba(128, 0, 128, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "f2221ee7-eaf9-42ee-ba3a-3454e6149b6d",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2009",
                        "type": "box",
                        "ysrc": "neujeffski:26:f289b5",
                        "marker": {
                            "color": "rgba(219, 64, 82, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "b61553f8-4355-4830-9372-98fec96d180a",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2010",
                        "type": "box",
                        "ysrc": "neujeffski:26:d33cbb",
                        "marker": {
                            "color": "rgba(0, 128, 128, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "5a8fe3c5-753f-4b7e-86e5-d45b37927246",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2011",
                        "type": "box",
                        "ysrc": "neujeffski:26:893e7b",
                        "marker": {
                            "color": "rgba(255, 255, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "d97fd93a-ded1-46ad-a06e-8ef15acc63c5",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2012",
                        "type": "box",
                        "ysrc": "neujeffski:26:203bd9",
                        "marker": {
                            "color": "rgba(128, 128, 0, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "00df40a3-8f84-4134-92c9-3d1be0775aac",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2013",
                        "type": "box",
                        "ysrc": "neujeffski:26:ec2ea6",
                        "marker": {
                            "color": "rgba(251, 128, 114, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "ac1e9c20-a8ef-45be-af81-2b9f06f63937",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2014",
                        "type": "box",
                        "ysrc": "neujeffski:26:a0816d",
                        "marker": {
                            "color": "rgba(128, 177, 211, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "66989ad6-b378-448b-847c-23e6de5dc661",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2015",
                        "type": "box",
                        "ysrc": "neujeffski:26:2d608e",
                        "marker": {
                            "color": "rgba(128, 177, 211, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "6d36ea7e-95c1-4ad2-8c32-3bf76e6b3636",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2016",
                        "type": "box",
                        "ysrc": "neujeffski:26:220548",
                        "marker": {
                            "color": "rgba(255, 153, 51, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "05b9e732-bb00-4a8d-be24-6bdb1ad7ffbd",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2017",
                        "type": "box",
                        "ysrc": "neujeffski:26:1ff329",
                        "marker": {
                            "color": "rgba(55, 128, 191, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#F4F4F4"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#A4A4A4"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#A4A4A4"
                        },
                        "gridcolor": "#343434",
                        "zerolinecolor": "#444444"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#A4A4A4"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#A4A4A4"
                        },
                        "gridcolor": "#343434",
                        "zerolinecolor": "#444444"
                    },
                    "legend": {
                        "font": {
                            "color": "#F4F4F4"
                        },
                        "bgcolor": "#242424"
                    },
                    "plot_bgcolor": "#242424",
                    "paper_bgcolor": "#242424"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~neujeffski",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 16:57:42",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "neujeffski",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}