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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzEyJTNBNDQlM0ExNy41Njg0MjQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxMiUzQTQ3JTNBMjEuMTEzODI0JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T12:47:21.113824Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ctresc/6.embed",
            "fid": "ctresc:6",
            "filename": "paropt-boxplot2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ctresc/6/9_010L9CCV162XNL9EHJBIIFJTXZTABS.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ctresc/6/2_JHQ4XUFSOPC529O9FKR2JVNNDAT2S8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ctresc/6/8_R5T4FVE68K3V73V6L5KS7XRL9H3937.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ctresc/6/9_010L9CCV162XNL9EHJBIIFJTXZTABS.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ctresc:6",
                "plots": "https://api.plotly.com/v2/plots/ctresc:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=ctresc"
            },
            "owner": "ctresc",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 5,
            "web_url": "https://chart-studio.plotly.com/~ctresc/6/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:47:21.546Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ctresc/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ffdba824-ad6b-4d76-aeab-4f7bfad5f416",
                        "line": {
                            "width": 1.3
                        },
                        "name": "0",
                        "type": "box",
                        "ysrc": "ctresc:7:6f17ee",
                        "marker": {
                            "color": "rgba(255, 153, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "b1f27006-a9e3-4189-8c53-dc4bf31f4566",
                        "line": {
                            "width": 1.3
                        },
                        "name": "1",
                        "type": "box",
                        "ysrc": "ctresc:7:99bd2a",
                        "marker": {
                            "color": "rgba(55, 128, 191, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "72506cc4-849f-4d60-97e8-5b14b6a2622a",
                        "line": {
                            "width": 1.3
                        },
                        "name": "2",
                        "type": "box",
                        "ysrc": "ctresc:7:1edbe8",
                        "marker": {
                            "color": "rgba(50, 171, 96, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "ac172c7e-9acf-4487-b6c2-2604fb93b15e",
                        "line": {
                            "width": 1.3
                        },
                        "name": "3",
                        "type": "box",
                        "ysrc": "ctresc:7:1c1b5a",
                        "marker": {
                            "color": "rgba(128, 0, 128, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "11eb4b64-9e00-44cd-b013-ba3245008b0c",
                        "line": {
                            "width": 1.3
                        },
                        "name": "4",
                        "type": "box",
                        "ysrc": "ctresc:7:44ae87",
                        "marker": {
                            "color": "rgba(219, 64, 82, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "ad671a2d-fdf1-4fc4-ac4d-0b1133739765",
                        "line": {
                            "width": 1.3
                        },
                        "name": "5",
                        "type": "box",
                        "ysrc": "ctresc:7:e50419",
                        "marker": {
                            "color": "rgba(0, 128, 128, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "e3fd6ad0-f1b7-4397-a923-ecd8391600b1",
                        "line": {
                            "width": 1.3
                        },
                        "name": "6",
                        "type": "box",
                        "ysrc": "ctresc:7:f81ff5",
                        "marker": {
                            "color": "rgba(255, 255, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "9fa6941c-cc92-49a0-bab8-fa379ec42e1c",
                        "line": {
                            "width": 1.3
                        },
                        "name": "7",
                        "type": "box",
                        "ysrc": "ctresc:7:f22e6a",
                        "marker": {
                            "color": "rgba(128, 128, 0, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "0d4296a1-570f-48eb-ba0b-0ef3b22846fa",
                        "line": {
                            "width": 1.3
                        },
                        "name": "8",
                        "type": "box",
                        "ysrc": "ctresc:7:28c300",
                        "marker": {
                            "color": "rgba(251, 128, 114, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "3a583c82-3d3d-4d5a-9ca7-ffb121426ce2",
                        "line": {
                            "width": 1.3
                        },
                        "name": "9",
                        "type": "box",
                        "ysrc": "ctresc:7:761122",
                        "marker": {
                            "color": "rgba(128, 177, 211, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "22dd6d9b-af53-46c6-b922-ecdaf899828c",
                        "line": {
                            "width": 1.3
                        },
                        "name": "10",
                        "type": "box",
                        "ysrc": "ctresc:7:2eef8a",
                        "marker": {
                            "color": "rgba(128, 177, 211, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "609d8509-6e7d-43da-9758-8561a30be3fa",
                        "line": {
                            "width": 1.3
                        },
                        "name": "11",
                        "type": "box",
                        "ysrc": "ctresc:7:68a597",
                        "marker": {
                            "color": "rgba(255, 153, 51, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "c1310353-3f29-4128-8836-a562cbc67020",
                        "line": {
                            "width": 1.3
                        },
                        "name": "12",
                        "type": "box",
                        "ysrc": "ctresc:7:1c6d49",
                        "marker": {
                            "color": "rgba(55, 128, 191, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "6899b9c5-45a7-49ab-8e6f-3cbb33090e7a",
                        "line": {
                            "width": 1.3
                        },
                        "name": "13",
                        "type": "box",
                        "ysrc": "ctresc:7:4e4412",
                        "marker": {
                            "color": "rgba(50, 171, 96, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "8a038ca1-6894-4c15-b19c-32e84fcfde1b",
                        "line": {
                            "width": 1.3
                        },
                        "name": "14",
                        "type": "box",
                        "ysrc": "ctresc:7:6c6b3f",
                        "marker": {
                            "color": "rgba(128, 0, 128, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "77b5d109-1141-489f-915c-45a137d307f6",
                        "line": {
                            "width": 1.3
                        },
                        "name": "15",
                        "type": "box",
                        "ysrc": "ctresc:7:29478b",
                        "marker": {
                            "color": "rgba(219, 64, 82, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "59cff2b0-04b6-43a1-b71b-b3a86d25ad66",
                        "line": {
                            "width": 1.3
                        },
                        "name": "16",
                        "type": "box",
                        "ysrc": "ctresc:7:ef9b14",
                        "marker": {
                            "color": "rgba(0, 128, 128, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "fefd90d9-8c17-4b64-b316-234dad5b4191",
                        "line": {
                            "width": 1.3
                        },
                        "name": "17",
                        "type": "box",
                        "ysrc": "ctresc:7:82e8aa",
                        "marker": {
                            "color": "rgba(255, 255, 51, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "89ab7ffd-f04e-4e76-8296-09c45e94b166",
                        "line": {
                            "width": 1.3
                        },
                        "name": "18",
                        "type": "box",
                        "ysrc": "ctresc:7:30ca59",
                        "marker": {
                            "color": "rgba(128, 128, 0, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "436a8cf4-9613-48f0-a80e-63bf3bda5da2",
                        "line": {
                            "width": 1.3
                        },
                        "name": "19",
                        "type": "box",
                        "ysrc": "ctresc:7:77af9d",
                        "marker": {
                            "color": "rgba(251, 128, 114, 0.8999999999999999)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "cf5d041b-8d2f-4fea-9769-c16cbf9a0af5",
                        "line": {
                            "width": 1.3
                        },
                        "name": "20",
                        "type": "box",
                        "ysrc": "ctresc:7:f77ef0",
                        "marker": {
                            "color": "rgba(251, 128, 114, 0.7999999999999998)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ctresc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.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-17 08:46:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ctresc",
                "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-17T12:47:06.808238Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~yiwilliamzhang/38.embed",
            "fid": "yiwilliamzhang:38",
            "filename": "plot from API (19)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/yiwilliamzhang:38/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/yiwilliamzhang:38/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/yiwilliamzhang/38/8_BE2ZI5IMSAY0PG6FDBHT7U3X2ZX5XH.png",
                "list-thumb": "https://api.plotly.com/v2/files/yiwilliamzhang:38/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/yiwilliamzhang:38",
                "plots": "https://api.plotly.com/v2/plots/yiwilliamzhang:38",
                "parent": "https://api.plotly.com/v2/folders/home?user=yiwilliamzhang"
            },
            "owner": "yiwilliamzhang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "IWC, TCC, SSAC, RBAC, TCA, GFK, JDA, CORAL, JGSA, JTM, MEDA",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~yiwilliamzhang/38/iwc-tcc-ssac-rbac-tca-gfk-jda-coral-jgsa-jtm-meda/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:47:07.362Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~yiwilliamzhang/38/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "4ba996fd-cbfe-4d6a-89e9-2bac4f15b160",
                        "name": "IWC",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:39:6d504e",
                        "marker": {
                            "color": "hsl(0.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "5c35b4ba-ff0e-4162-86ea-1e608cbb1d5e",
                        "name": "TCC",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:39:09dfd1",
                        "marker": {
                            "color": "hsl(36.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "b8da54c1-532d-4159-9875-2f94d0bf2c29",
                        "name": "SSAC",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:39:5f957a",
                        "marker": {
                            "color": "hsl(72.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "342f051e-0782-4303-975c-bae36969bd1b",
                        "name": "RBAC",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:39:c89a73",
                        "marker": {
                            "color": "hsl(108.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "74ac0aa4-fec1-43aa-93ac-9dcc65ecd83d",
                        "name": "TCA",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:39:caf65e",
                        "marker": {
                            "color": "hsl(144.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "a9fa5422-4d40-4977-98b2-ea7575157f60",
                        "name": "GFK",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:39:0790f1",
                        "marker": {
                            "color": "hsl(180.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "37a6f167-b2e4-40b0-9b43-3317a78b1f4c",
                        "name": "JDA",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:39:a92a22",
                        "marker": {
                            "color": "hsl(216.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "7052a0e6-d6c4-4a4d-8ae2-db6c81463942",
                        "name": "CORAL",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:39:3a3623",
                        "marker": {
                            "color": "hsl(252.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "c3c5bfbb-6e52-4e8d-b79a-65bfacb4e057",
                        "name": "JGSA",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:39:81e5aa",
                        "marker": {
                            "color": "hsl(288.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "cf993443-6b15-4cce-8bf5-ec4585fe7d7a",
                        "name": "JTM",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:39:9fd1a0",
                        "marker": {
                            "color": "hsl(324.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "a4aaf912-23c8-412e-9438-bc4735a2b4b9",
                        "name": "MEDA",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:39:9254da",
                        "marker": {
                            "color": "hsl(360.0,50%,50%)"
                        },
                        "orientation": "h"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~yiwilliamzhang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-04-27 12:36:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "yiwilliamzhang",
                "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-17T12:46:56.400096Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AlexWHaven/0.embed",
            "fid": "AlexWHaven:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/AlexWHaven:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/AlexWHaven:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AlexWHaven/0/8_JAQZHJ178LDQP1ZBA3U3BCJ1YKWTTC.png",
                "list-thumb": "https://api.plotly.com/v2/files/AlexWHaven:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AlexWHaven:0",
                "plots": "https://api.plotly.com/v2/plots/AlexWHaven:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=AlexWHaven"
            },
            "owner": "AlexWHaven",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Observed vs FC_Day",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AlexWHaven/0/observed-vs-fc-day/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:46:57.125Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AlexWHaven/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "bbb685d5-ec00-4157-8088-abbbfc50b2cc",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:1:b9829e",
                        "ysrc": "AlexWHaven:1:1794ed",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "414df162-bc9b-4778-93e0-eca42c7ca4b1",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:1:b9829e",
                        "ysrc": "AlexWHaven:1:1794ed",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "31630dcc-f59b-4b1d-974d-d448e05bbbc8",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:1:b9829e",
                        "ysrc": "AlexWHaven:1:c0228f",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "1f286732-7eca-418e-8613-98fdb153e029",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (31, 119, 180, 1)",
                            "width": 1.5
                        },
                        "mode": "lines",
                        "name": "Total_Usage",
                        "type": "scatter",
                        "xsrc": "AlexWHaven:1:b9829e",
                        "ysrc": "AlexWHaven:1:c0228f",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    }
                ],
                "layout": {
                    "width": 432,
                    "xaxis": {
                        "side": "top",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            1428881.8800000001,
                            3039341.72
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Observed"
                        },
                        "anchor": "x",
                        "domain": [
                            0.8089346575368689,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "height": 288,
                    "margin": {
                        "b": 42,
                        "l": 75,
                        "r": 14,
                        "t": 14,
                        "pad": 0
                    },
                    "xaxis2": {
                        "side": "top",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "xaxis3": {
                        "side": "top",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false
                    },
                    "xaxis4": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -17.2,
                            383.2
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "FC_Day"
                        },
                        "anchor": "y4",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis2": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            1428881.8800000001,
                            3039341.72
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Trend"
                        },
                        "anchor": "x2",
                        "domain": [
                            0.5392897716912458,
                            0.730355114154377
                        ],
                        "mirror": "ticks",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis3": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.945,
                            1.0550000000000002
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Seasonal"
                        },
                        "anchor": "x3",
                        "domain": [
                            0.2696448858456229,
                            0.460710228308754
                        ],
                        "mirror": "ticks",
                        "nticks": 5,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis4": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.945,
                            1.0550000000000002
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "Residual"
                        },
                        "anchor": "x4",
                        "domain": [
                            0.0,
                            0.19106534246313106
                        ],
                        "mirror": "ticks",
                        "nticks": 5,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 288,
            "width": 432,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AlexWHaven",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.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-05-21 13:19:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AlexWHaven",
                "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-17T12:46:48.701869Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sainitishyarraguntla/14.embed",
            "fid": "sainitishyarraguntla:14",
            "filename": "rolling",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/sainitishyarraguntla/14/9_XQ4XFP4YYE0S6J8HB2B5OHDR4DWJU8.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/sainitishyarraguntla/14/2_BUNMLCKY268BNCOHE1L16DHO5LMN0M.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sainitishyarraguntla/14/8_MLETY543O9OL61JHENRART13ACW3LL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sainitishyarraguntla/14/9_XQ4XFP4YYE0S6J8HB2B5OHDR4DWJU8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sainitishyarraguntla:14",
                "plots": "https://api.plotly.com/v2/plots/sainitishyarraguntla:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=sainitishyarraguntla"
            },
            "owner": "sainitishyarraguntla",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Actual vs rolling_mean",
            "views": 21,
            "web_url": "https://chart-studio.plotly.com/~sainitishyarraguntla/14/actual-vs-rolling-mean/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:24:32.949Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sainitishyarraguntla/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c7c90d97-12ec-439e-ac54-21adb126fdd5",
                        "name": "Actual",
                        "type": "scatter",
                        "xsrc": "sainitishyarraguntla:15:65be37",
                        "ysrc": "sainitishyarraguntla:15:547b70",
                        "connectgaps": true
                    },
                    {
                        "uid": "eb722699-99d8-449e-8db2-77e621ec19ef",
                        "name": "rolling_mean",
                        "type": "scatter",
                        "xsrc": "sainitishyarraguntla:15:65be37",
                        "ysrc": "sainitishyarraguntla:15:fa6305"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sainitishyarraguntla",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-12-30 08:21:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sainitishyarraguntla",
                "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-17T12:46:45.773045Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~yiwilliamzhang/36.embed",
            "fid": "yiwilliamzhang:36",
            "filename": "plot from API (18)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/yiwilliamzhang:36/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/yiwilliamzhang:36/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/yiwilliamzhang/36/8_QN5MJ44KSY6KYOAAS8ZUG6P0TQWQHH.png",
                "list-thumb": "https://api.plotly.com/v2/files/yiwilliamzhang:36/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/yiwilliamzhang:36",
                "plots": "https://api.plotly.com/v2/plots/yiwilliamzhang:36",
                "parent": "https://api.plotly.com/v2/folders/home?user=yiwilliamzhang"
            },
            "owner": "yiwilliamzhang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "IWC, TCC, SSAC, RBAC, TCA, GFK, JDA, CORAL",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~yiwilliamzhang/36/iwc-tcc-ssac-rbac-tca-gfk-jda-coral/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:46:46.166Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~yiwilliamzhang/36/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "34f315e9-6b4b-433a-b776-39060ebbcbf1",
                        "name": "IWC",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:37:fc28f0",
                        "marker": {
                            "color": "hsl(0.0,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "aafc0ec8-c288-4df9-a4dd-4acb51389925",
                        "name": "TCC",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:37:59625b",
                        "marker": {
                            "color": "hsl(51.42857142857143,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "e059ac8c-6a43-4292-a70d-4af21f2410f9",
                        "name": "SSAC",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:37:6f6bfc",
                        "marker": {
                            "color": "hsl(102.85714285714286,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "2ae3dc62-48da-4408-adab-50253aee4a2a",
                        "name": "RBAC",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:37:23ab42",
                        "marker": {
                            "color": "hsl(154.28571428571428,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "2c1b3d86-f2e5-4e86-920f-9d6a06612d1a",
                        "name": "TCA",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:37:108a0e",
                        "marker": {
                            "color": "hsl(205.71428571428572,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "08fbae50-c0e6-4d9d-b67a-58cc345ab875",
                        "name": "GFK",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:37:8ad52c",
                        "marker": {
                            "color": "hsl(257.14285714285717,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "bbe76c8b-4094-4294-9d22-3d29b7a5722a",
                        "name": "JDA",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:37:37a087",
                        "marker": {
                            "color": "hsl(308.57142857142856,50%,50%)"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "a8ba61f9-2c98-4de0-adc0-5bc3df8117ff",
                        "name": "CORAL",
                        "type": "box",
                        "xsrc": "yiwilliamzhang:37:34e351",
                        "marker": {
                            "color": "hsl(360.0,50%,50%)"
                        },
                        "orientation": "h"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~yiwilliamzhang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-04-27 12:36:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "yiwilliamzhang",
                "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-17T12:45:57.676314Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~popsicle/1.embed",
            "fid": "popsicle:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/popsicle/1/9_UV0UXR6XY40A2DQ8XPLV4D2KPZSG5Z.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/popsicle/1/2_HOOR4EEG5H2235GYJAQ5AWWP5N4MGO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/popsicle/1/8_R5APXE5XMK33I5S313O3M1N6J0YAEK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/popsicle/1/9_UV0UXR6XY40A2DQ8XPLV4D2KPZSG5Z.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/popsicle:1",
                "plots": "https://api.plotly.com/v2/plots/popsicle:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=popsicle"
            },
            "owner": "popsicle",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 12,
            "web_url": "https://chart-studio.plotly.com/~popsicle/1/",
            "world_readable": true,
            "date_modified": "2019-06-18T12:00:04.814Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~popsicle/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "popsicle:2:ad56a1",
                        "ysrc": "popsicle:2:01c9d3",
                        "stackgroup": 1,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2000,
                            2017
                        ],
                        "title": {
                            "text": "Year"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            694.1538947368421
                        ],
                        "title": {
                            "text": "Click to enter Y axis title"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~popsicle",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.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 12:21:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "popsicle",
                "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-17T12:45:06.559156Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sainitishyarraguntla/12.embed",
            "fid": "sainitishyarraguntla:12",
            "filename": "ComCast",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/sainitishyarraguntla/12/9_TTY8SDTLDM5I2AC7OC6KZ6WW35ZQEG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/sainitishyarraguntla/12/2_UFEX24V0GH66897AWV7N8VK6XBSOSI.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sainitishyarraguntla/12/8_YKF85DWT9GXFROFX8147NXKK9F83AY.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sainitishyarraguntla/12/9_TTY8SDTLDM5I2AC7OC6KZ6WW35ZQEG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sainitishyarraguntla:12",
                "plots": "https://api.plotly.com/v2/plots/sainitishyarraguntla:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=sainitishyarraguntla"
            },
            "owner": "sainitishyarraguntla",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Actual",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~sainitishyarraguntla/12/actual/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:45:07.166Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sainitishyarraguntla/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8e7ce818-1f31-4f22-b56c-581d3d792cc3",
                        "name": "Actual",
                        "type": "scatter",
                        "xsrc": "sainitishyarraguntla:13:6325eb",
                        "ysrc": "sainitishyarraguntla:13:cc0aea",
                        "connectgaps": true
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Actual"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sainitishyarraguntla",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-12-30 08:21:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sainitishyarraguntla",
                "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-17T12:45:03.939088Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gameinsight/30628.embed",
            "fid": "gameinsight:30628",
            "filename": "quests",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/gameinsight:30628/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/gameinsight:30628/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gameinsight/30628/8_DFWJ2QC6E91RR2YULHIK43U0HSS360.png",
                "list-thumb": "https://api.plotly.com/v2/files/gameinsight:30628/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gameinsight:30628",
                "plots": "https://api.plotly.com/v2/plots/gameinsight:30628",
                "parent": "https://api.plotly.com/v2/folders/gameinsight:30618"
            },
            "owner": "gameinsight",
            "parent": 30618,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Quests funnel",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~gameinsight/30628/quests-funnel/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:59:52.329Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gameinsight/30628/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "33eca361-d1ee-491b-bdbe-3f902c1e09e0",
                        "name": "main_line",
                        "type": "bar",
                        "xsrc": "gameinsight:30629:749394",
                        "ysrc": "gameinsight:30629:c1858b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "textsrc": "gameinsight:30629:2f1740",
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "6563aa3e-e445-4f4d-817c-a6871368f175",
                        "name": "second_line",
                        "type": "bar",
                        "xsrc": "gameinsight:30629:4197b1",
                        "ysrc": "gameinsight:30629:6a6952",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "textsrc": "gameinsight:30629:d480d2",
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Quests funnel"
                    },
                    "xaxis": {
                        "anchor": "y",
                        "domain": [
                            0,
                            0.8
                        ]
                    },
                    "yaxis": {
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "xaxis2": {
                        "anchor": "y2",
                        "domain": [
                            0.9,
                            1
                        ]
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gameinsight",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1442408828.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": "2015-09-16 12:55:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gameinsight",
                "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-17T12:44:50.191688Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~thomaslv02/46.embed",
            "fid": "thomaslv02:46",
            "filename": "fminfmaxlumfreqfilterobs",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/thomaslv02/46/9_MTO1B93C4CDVNBOZDTTCN1VU2LFMSB.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/thomaslv02:46/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/thomaslv02:46/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/thomaslv02/46/9_MTO1B93C4CDVNBOZDTTCN1VU2LFMSB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/thomaslv02:46",
                "plots": "https://api.plotly.com/v2/plots/thomaslv02:46",
                "parent": "https://api.plotly.com/v2/folders/home?user=thomaslv02"
            },
            "owner": "thomaslv02",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Données observationnelles avec fréquence filtrée (fmin, fmax, luminosité)",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~thomaslv02/46/donnees-observationnelles-avec-frequence-filtree-fmin-fmax-luminosite/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:44:50.665Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~thomaslv02/46/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "07f44e8d-613a-4e59-80fd-c67ea7e807fe",
                        "line": {
                            "color": "black",
                            "width": 0.5
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "thomaslv02:47:263a90",
                        "ysrc": "thomaslv02:47:bac18b",
                        "zsrc": "thomaslv02:47:32caba",
                        "marker": {
                            "size": 2,
                            "color": "black"
                        },
                        "error_z": {
                            "type": "data",
                            "color": "black",
                            "width": 3,
                            "arraysrc": "thomaslv02:47:21abff",
                            "symmetric": false,
                            "thickness": 0.5,
                            "arrayminussrc": "thomaslv02:47:0177e1"
                        },
                        "opacity": 0.8
                    },
                    {
                        "uid": "1f4bac52-b850-4baa-9e04-3e3b2aeb67ec",
                        "type": "surface",
                        "xsrc": "thomaslv02:47:f3dedc,3f7a7c,dfd641,a2c19c,e9d592,873d9d,a8e15e,16fb1e,16fb15,ffce40,c09475,af9b69,624da1,05b443,8d8cae,c45fd7,39780b,04bf8f,3d7b37,18a171",
                        "ysrc": "thomaslv02:47:e3b72f,a17a1b,07701a,66f71e,2535b3,ddddc3,307bc6,f4e0e0,10af05,19c9d2,ceee26,5a20ae,9f04ae,f9eaeb,4cb2f7,e7a717,f21c06,f66e6c,096a9c,7c8a8d",
                        "zsrc": "thomaslv02:47:f5289b,fa460d,6e2ea1,83a30a,4f31a3,d799f2,f6ad75,28ddd6,3b9e51,0e1f78,87e146,1e1814,c2cb57,060144,1c23d8,176e13,fc8067,843aba,d96071,ccd1ee",
                        "opacity": 0.7,
                        "colorbar": {
                            "x": 1,
                            "y": 0.5,
                            "title": {
                                "text": "luminosité (loglsl)"
                            }
                        },
                        "colorscale": "RdBu"
                    },
                    {
                        "uid": "3bf48419-0a58-445e-81de-2fc0a0eb643f",
                        "line": {
                            "color": "black",
                            "width": 0.5
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "thomaslv02:47:0bb8c3",
                        "ysrc": "thomaslv02:47:8bf1a4",
                        "zsrc": "thomaslv02:47:f30fb6",
                        "marker": {
                            "size": 2,
                            "color": "red"
                        },
                        "error_z": {
                            "type": "data",
                            "color": "red",
                            "width": 3,
                            "arraysrc": "thomaslv02:47:f39756",
                            "symmetric": false,
                            "thickness": 0.5,
                            "arrayminussrc": "thomaslv02:47:68d941"
                        },
                        "opacity": 0.8
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": {
                                "text": "fmin (microHz)"
                            },
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204, 204)"
                        },
                        "yaxis": {
                            "title": {
                                "text": "fmax (microHz)"
                            },
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204,204)"
                        },
                        "zaxis": {
                            "range": [
                                -0.1817741063860445,
                                2.3
                            ],
                            "title": {
                                "text": "Luminosité (loglsl)"
                            },
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204,204)"
                        }
                    },
                    "title": {
                        "text": "Données observationnelles avec fréquence filtrée (fmin, fmax, luminosité)"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~thomaslv02",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-07 15:25:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "thomaslv02",
                "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-17T12:44:17.568424Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~claudb1510/2.embed",
            "fid": "claudb1510:2",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/claudb1510:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/claudb1510/2/2_LO2WA6NPLSKIHLMR4UHH5P3H3U1ZEZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/claudb1510/2/8_67Q4L6SMLXNH598N8NILOX5HEJ71CN.png",
                "list-thumb": "https://api.plotly.com/v2/files/claudb1510:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/claudb1510:2",
                "plots": "https://api.plotly.com/v2/plots/claudb1510:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=claudb1510"
            },
            "owner": "claudb1510",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~claudb1510/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:44:18.000Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~claudb1510/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "5734cbf2-4353-442a-a0bd-2b07ad21a3b3",
                        "type": "box",
                        "ysrc": "claudb1510:3:9c6996"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~claudb1510",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:41:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "claudb1510",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}