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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIxKzAwJTNBMjIlM0ExNC45OTc0OTMlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMSswMCUzQTI0JTNBMDUuMjQwNjMwJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-21T00:24:05.240630Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk/75.embed",
            "fid": "PiotrBenedysiuk:75",
            "filename": "plot from API (7)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/75/9_AHY8WTTLIVO6SAL51T7ONVIB9MFJJ5.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/75/2_4UF937ZB1C8VSR4M1MOVGWET9E7E0B.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/75/8_0ZG5HX7CO98GK0GPJHA7E7R8ECGQHV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/75/9_AHY8WTTLIVO6SAL51T7ONVIB9MFJJ5.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/PiotrBenedysiuk:75",
                "plots": "https://api.plotly.com/v2/plots/PiotrBenedysiuk:75",
                "parent": "https://api.plotly.com/v2/folders/home?user=PiotrBenedysiuk"
            },
            "owner": "PiotrBenedysiuk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk/75/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:24:05.717Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk/75/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "326d8fe6-2f18-4c65-b960-a3fb381e812e",
                        "type": "heatmap",
                        "xsrc": "PiotrBenedysiuk:76:5cc52f",
                        "ysrc": "PiotrBenedysiuk:76:62ff2a",
                        "zsrc": "PiotrBenedysiuk:76:026b80,a8602d,83a455,b651c4,d9c66d,1fd231,49e147,ceb816,228137,1f5112,e59791,87d1eb,509c6e,dc77d9,111bf9",
                        "colorscale": "Reds"
                    },
                    {
                        "uid": "eb8286b8-f060-43c3-b20d-b1d6e8b7b9c4",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:76:3b64d2",
                        "ysrc": "PiotrBenedysiuk:76:c6acc1",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "cae2d723-112c-4e4c-98e8-52c120580db9",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:76:4b38d5",
                        "ysrc": "PiotrBenedysiuk:76:e98e78",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "be44ab22-aee8-4553-85a1-e310bf9787e5",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:76:39f1a5",
                        "ysrc": "PiotrBenedysiuk:76:e98e78",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "d52c30f5-03cf-408b-adff-7830f7f02066",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:76:39f1a5",
                        "ysrc": "PiotrBenedysiuk:76:ab9fe6",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "1618b8ed-2f7b-4427-a2b2-7f4fa2192fdf",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:76:4b38d5",
                        "ysrc": "PiotrBenedysiuk:76:ab9fe6",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "1b2c84e1-7a27-4d88-84d2-94640ee5f45a",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:76:3b64d2",
                        "ysrc": "PiotrBenedysiuk:76:76ef76",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-31 12:12:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "PiotrBenedysiuk",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:24:01.003468Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~martijnvanvlie/38.embed",
            "fid": "martijnvanvlie:38",
            "filename": "plot from API (4)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/martijnvanvlie/38/9_U6V5OWYJNK1Q5O3QABEPDHXN82SLKG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/martijnvanvlie/38/2_ZO4IWDLWSEJHXK0X4CUT1BDD04EVSH.png",
                "block-thumb": "https://api.plotly.com/v2/files/martijnvanvlie:38/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/martijnvanvlie/38/9_U6V5OWYJNK1Q5O3QABEPDHXN82SLKG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/martijnvanvlie:38",
                "plots": "https://api.plotly.com/v2/plots/martijnvanvlie:38",
                "parent": "https://api.plotly.com/v2/folders/home?user=martijnvanvlie"
            },
            "owner": "martijnvanvlie",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Criticality vs. vulnerability for all road segments per mode of transport",
            "views": 9,
            "web_url": "https://chart-studio.plotly.com/~martijnvanvlie/38/criticality-vs-vulnerability-for-all-road-segments-per-mode-of-transport/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:24:02.299Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~martijnvanvlie/38/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "2884ee0e-a66b-4ef2-9c0d-77ead6a59e00",
                        "mode": "markers",
                        "name": "Heavy Truck",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 0.07205231037489102,
                            "sizesrc": "martijnvanvlie:39:30ca20",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    },
                    {
                        "uid": "57c2c005-8c83-4849-ba62-9048cee6a6fa",
                        "mode": "markers",
                        "name": "Medium Truck",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 29.877900000069626,
                            "sizesrc": "martijnvanvlie:39:e2af96",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    },
                    {
                        "uid": "98091405-10c9-45d6-bded-35a26ba4b81c",
                        "mode": "markers",
                        "name": "Small Truck",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 33.692100000078526,
                            "sizesrc": "martijnvanvlie:39:486542",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    },
                    {
                        "uid": "3d5afd78-0094-4a9f-8ade-20f42069aef5",
                        "mode": "markers",
                        "name": "Large Bus",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 0.7549158864159633,
                            "sizesrc": "martijnvanvlie:39:dbb9da",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    },
                    {
                        "uid": "a124083f-41c2-4bc2-8c63-a96f1c8fe63b",
                        "mode": "markers",
                        "name": "Medium Bus",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 0.25632099496594585,
                            "sizesrc": "martijnvanvlie:39:40c64b",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    },
                    {
                        "uid": "0f3611e2-bc37-4e2d-b622-304c35730bfb",
                        "mode": "markers",
                        "name": "Micro Bus",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 29.242200000068156,
                            "sizesrc": "martijnvanvlie:39:9da9c1",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    },
                    {
                        "uid": "ae0206d9-c39b-463c-bb6e-3dc1b0e08743",
                        "mode": "markers",
                        "name": "Utility",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 12.07830000002815,
                            "sizesrc": "martijnvanvlie:39:8f1b16",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    },
                    {
                        "uid": "15d28888-b64a-41ee-b018-d09381867e4d",
                        "mode": "markers",
                        "name": "Car",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 26.063700000060745,
                            "sizesrc": "martijnvanvlie:39:ab721b",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    },
                    {
                        "uid": "d04b7d23-f714-402e-86f0-2ff41fbafce8",
                        "mode": "markers",
                        "name": "Auto Rickshaw",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 617.2647000014387,
                            "sizesrc": "martijnvanvlie:39:890bc4",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    },
                    {
                        "uid": "0f306529-5c5f-43fa-a5b9-db709e2bc4fb",
                        "mode": "markers",
                        "name": "Motor Cycle",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 482.49630000112467,
                            "sizesrc": "martijnvanvlie:39:2c0ab5",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    },
                    {
                        "uid": "a2e780aa-98a0-4164-80af-5c9bc5e36aba",
                        "mode": "markers",
                        "name": "Bi-Cycle",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 364.89180000085037,
                            "sizesrc": "martijnvanvlie:39:d69a8d",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    },
                    {
                        "uid": "581da782-76c3-429f-9ad2-8c5ee9e7c3b3",
                        "mode": "markers",
                        "name": "Cycle Rickshaw",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 480.5892000011201,
                            "sizesrc": "martijnvanvlie:39:6f10af",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    },
                    {
                        "uid": "7bf6c02a-a4b4-43fd-aa84-4794b09e15a5",
                        "mode": "markers",
                        "name": "Cart",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 3.1785000000074084,
                            "sizesrc": "martijnvanvlie:39:175208",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    },
                    {
                        "uid": "45578045-e222-4ad4-bef9-9f9411c4aa2f",
                        "mode": "markers",
                        "name": "Motorized Total",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 1230.7152000028682,
                            "sizesrc": "martijnvanvlie:39:559406",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    },
                    {
                        "uid": "dbfba05c-19d7-4558-a6b7-2e5aff2b0898",
                        "mode": "markers",
                        "name": "Non Motorized Total",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 848.6595000019779,
                            "sizesrc": "martijnvanvlie:39:bfa865",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    },
                    {
                        "uid": "0103cdb2-1692-4bef-9313-0c3b811e1459",
                        "mode": "markers",
                        "name": "Total_Traffic",
                        "type": "scatter",
                        "xsrc": "martijnvanvlie:39:078324",
                        "ysrc": "martijnvanvlie:39:dfb81e",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "symbol": "circle",
                            "sizeref": 2079.3747000048465,
                            "sizesrc": "martijnvanvlie:39:4bb7bb",
                            "sizemode": "area"
                        },
                        "textsrc": "martijnvanvlie:39:9ba24d"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Criticality vs. vulnerability for all road segments per mode of transport"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            1
                        ],
                        "title": {
                            "text": "Criticality"
                        },
                        "ticklen": 5,
                        "gridcolor": "rgb(255, 255, 255)",
                        "gridwidth": 2,
                        "zerolinewidth": 1
                    },
                    "yaxis": {
                        "range": [
                            0,
                            1
                        ],
                        "title": {
                            "text": "Vulnerability"
                        },
                        "ticklen": 5,
                        "gridcolor": "rgb(255, 255, 255)",
                        "gridwidth": 2,
                        "zerolinewidth": 1
                    },
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": 1.12,
                            "y": 1.05,
                            "text": "Modes of transport",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "right",
                            "valign": "top",
                            "xanchor": "center",
                            "yanchor": "top",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgb(243, 243, 243)",
                    "paper_bgcolor": "rgb(243, 243, 243)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~martijnvanvlie",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/50.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": "2018-10-23 11:49:05",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "martijnvanvlie",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:24:00.317185Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sps92/28.embed",
            "fid": "sps92:28",
            "filename": "Plot 28",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/sps92/28/9_QELUPYA4GUMYT3LH7OYFWNH7JMQYJQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/sps92/28/2_Y4FX3XXUL34QTR28EDITTU8FR43DSC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sps92/28/8_MTH5XOFUMNUBALLIGVFIRJMDWAS2ER.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sps92/28/9_QELUPYA4GUMYT3LH7OYFWNH7JMQYJQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sps92:28",
                "plots": "https://api.plotly.com/v2/plots/sps92:28",
                "parent": "https://api.plotly.com/v2/folders/home?user=sps92"
            },
            "owner": "sps92",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~sps92/28/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:24:00.331Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sps92/28/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "mode": "markers",
                        "type": "box",
                        "xsrc": "sps92:27:017184",
                        "ysrc": "sps92:27:c09f07",
                        "boxpoints": false,
                        "fillcolor": "rgba(255, 255, 255, 0.5)"
                    }
                ],
                "frames": [],
                "layout": {
                    "geo": {},
                    "font": {
                        "size": 25
                    },
                    "scene": {
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            2.5
                        ],
                        "title": {
                            "text": "rs11248864"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            29.444444444444443,
                            80.55555555555556
                        ],
                        "title": {
                            "text": "MEQ total"
                        },
                        "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/~sps92",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/52.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-08-30 01:02:20",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sps92",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:23:20.902744Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~klslack/5.embed",
            "fid": "klslack:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/klslack/5/9_8S4YD8VHLD0Q0LB3PFZWMI11BZJF0R.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/klslack/5/2_QTHLKZ11LLRNHBWNA7OX7XFO8Y24QA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/klslack/5/8_Y0660720JEYX0YYYJ8PA41Z3S1PHD2.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/klslack/5/9_8S4YD8VHLD0Q0LB3PFZWMI11BZJF0R.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/klslack:5",
                "plots": "https://api.plotly.com/v2/plots/klslack:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=klslack"
            },
            "owner": "klslack",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~klslack/5/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:42:52.470Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~klslack/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "23f9dc",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "klslack:4:6c2ef5",
                        "ysrc": "klslack:4:349631"
                    },
                    {
                        "uid": "1e0cd7",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "23f9dc",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.00010475679072038253,
                                        "value": 0.0018010715791074055
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.0005906829103670842,
                                        "value": 0.0010831557737162848
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "The Relationship between Angular Acceleration and Torque of a Suspended Wheel"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.4699437592501231,
                            8.906056240749878
                        ],
                        "title": {
                            "text": "Angular Acceleration (rad/s^2)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.0018137254901960784,
                            0.018186274509803924
                        ],
                        "title": {
                            "text": "Torque (Nm)"
                        },
                        "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/~klslack",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-09 01:26:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "klslack",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:23:18.466720Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk/73.embed",
            "fid": "PiotrBenedysiuk:73",
            "filename": "plot from API (6)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/73/9_WNP3KYM87W7RJX5L0PS7J7WVRMK9XL.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/73/2_4H1815WW689GEXIBRMWY2X1286KZA9.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/73/8_W45VWVOMJTNB9OMB60H4IPQXFAU9JR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/73/9_WNP3KYM87W7RJX5L0PS7J7WVRMK9XL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/PiotrBenedysiuk:73",
                "plots": "https://api.plotly.com/v2/plots/PiotrBenedysiuk:73",
                "parent": "https://api.plotly.com/v2/folders/home?user=PiotrBenedysiuk"
            },
            "owner": "PiotrBenedysiuk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk/73/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:23:19.124Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk/73/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6cbbc661-2684-499a-83ad-0a55f3c72f3d",
                        "type": "heatmap",
                        "xsrc": "PiotrBenedysiuk:74:59a1f9",
                        "ysrc": "PiotrBenedysiuk:74:04fdb4",
                        "zsrc": "PiotrBenedysiuk:74:-59a1f9,04fdb4,b398d3,3bb8ae,dee8e1,1513b3,58d1ef,6b7a37,85182f",
                        "colorscale": "Reds"
                    },
                    {
                        "uid": "877fa2cb-7c3d-48b7-9fef-7a32a6541fab",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:74:b398d3",
                        "ysrc": "PiotrBenedysiuk:74:3bb8ae",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "36fb444d-fef4-4d20-887f-57f66da29155",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:74:dee8e1",
                        "ysrc": "PiotrBenedysiuk:74:1513b3",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "2aa56e64-a215-41d1-9833-27be6f8799af",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:74:58d1ef",
                        "ysrc": "PiotrBenedysiuk:74:1513b3",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "15279661-3255-482d-8f6a-4ea692c581e9",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:74:58d1ef",
                        "ysrc": "PiotrBenedysiuk:74:6b7a37",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "86f22d8f-4bba-4ab2-ada8-0efe6603c633",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:74:dee8e1",
                        "ysrc": "PiotrBenedysiuk:74:6b7a37",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "092babea-8dcd-4ceb-9794-e7518f72f980",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:74:b398d3",
                        "ysrc": "PiotrBenedysiuk:74:85182f",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-31 12:12:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "PiotrBenedysiuk",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:22:58.455919Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kaylinward16/3.embed",
            "fid": "kaylinward16:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kaylinward16/3/9_732VFAXVSM2A9ERB1EQEDCJ05H3CGQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kaylinward16/3/2_GZO8SCDN08K46EF22IF681U1RRUQYR.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kaylinward16/3/8_EWJSLKPDACAWKX15U1L087BYRA7RFX.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kaylinward16/3/9_732VFAXVSM2A9ERB1EQEDCJ05H3CGQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kaylinward16:3",
                "plots": "https://api.plotly.com/v2/plots/kaylinward16:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=kaylinward16"
            },
            "owner": "kaylinward16",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~kaylinward16/3/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:23:46.947Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kaylinward16/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8980c8",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "kaylinward16:2:061d7b",
                        "ysrc": "kaylinward16:2:8ad72e"
                    },
                    {
                        "uid": "2be543",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "8980c8",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.0006232083649222506,
                                        "value": 0.017724588121064647
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.0024082563764999715,
                                        "value": 0.025608904584690576
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "The Effect of Angular Acceleration on Torque of a Suspended Wheel"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.667,
                            6.67
                        ],
                        "title": {
                            "text": "Angular Acceleration  (rad/s^2)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.025787116258211576,
                            0.15004479109398006
                        ],
                        "title": {
                            "text": "Torque (Nm)"
                        },
                        "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/~kaylinward16",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-19 22:49:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kaylinward16",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:22:49.127632Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk/71.embed",
            "fid": "PiotrBenedysiuk:71",
            "filename": "plot from API (5)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/71/9_5VFEQACHVQY0S3CX12KNAW6UTA4Z5O.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/71/2_AXJQYTQASICD3YLWPE3HVFUW0OQ7F4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/71/8_KKF7HHAZEKVGGQSUFKVT2OUJR9WDRH.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/71/9_5VFEQACHVQY0S3CX12KNAW6UTA4Z5O.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/PiotrBenedysiuk:71",
                "plots": "https://api.plotly.com/v2/plots/PiotrBenedysiuk:71",
                "parent": "https://api.plotly.com/v2/folders/home?user=PiotrBenedysiuk"
            },
            "owner": "PiotrBenedysiuk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk/71/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:22:49.818Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk/71/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1d39bc61-8e79-4cb4-8d42-9a713f9e5cee",
                        "type": "heatmap",
                        "xsrc": "PiotrBenedysiuk:72:4be52c",
                        "ysrc": "PiotrBenedysiuk:72:f87a55",
                        "zsrc": "PiotrBenedysiuk:72:-4be52c,f87a55,c69cc9,315ce8,7fabfe,4cf8ad,aed1b9,253a81,7fc30e",
                        "colorscale": "RdBu"
                    },
                    {
                        "uid": "dba098b7-46fe-4458-8438-6cd52d545b33",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:72:c69cc9",
                        "ysrc": "PiotrBenedysiuk:72:315ce8",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "a7d953b5-802d-4029-a9e1-e689adf5ffad",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:72:7fabfe",
                        "ysrc": "PiotrBenedysiuk:72:4cf8ad",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "7fef872a-bca9-4d1c-b406-3d6dde71f71f",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:72:aed1b9",
                        "ysrc": "PiotrBenedysiuk:72:4cf8ad",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "549efec1-94fe-472b-b02f-bf3c11e4a250",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:72:aed1b9",
                        "ysrc": "PiotrBenedysiuk:72:253a81",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "8cc1518c-cd97-43f0-9cfb-eff7c241d833",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:72:7fabfe",
                        "ysrc": "PiotrBenedysiuk:72:253a81",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "7e868df9-098c-4ecf-933f-5702e6425c7c",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:72:c69cc9",
                        "ysrc": "PiotrBenedysiuk:72:7fc30e",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-31 12:12:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "PiotrBenedysiuk",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:22:45.317834Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~obindu03/15.embed",
            "fid": "obindu03:15",
            "filename": "3D Chart",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/obindu03/15/9_1TNNSXGSP4LM0ENICUFZKDBU6UIUZP.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/obindu03/15/2_BTZKFUBIHB33BHZ15HAI175JB3YPRL.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/obindu03/15/8_JN6KFYYBE8EPC7JV9FV2VN4OSEHV2G.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/obindu03/15/9_1TNNSXGSP4LM0ENICUFZKDBU6UIUZP.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/obindu03:15",
                "plots": "https://api.plotly.com/v2/plots/obindu03:15",
                "parent": "https://api.plotly.com/v2/folders/home?user=obindu03"
            },
            "owner": "obindu03",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~obindu03/15/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:23:12.262Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~obindu03/15/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "obindu03:14:abba6c",
                        "ysrc": "obindu03:14:e34772",
                        "zsrc": "obindu03:14:6ee2cc"
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                100
                            ],
                            "title": {
                                "text": "Introvert/Extrovert"
                            },
                            "autorange": false
                        },
                        "yaxis": {
                            "range": [
                                1,
                                100
                            ],
                            "title": {
                                "text": "Sensing/Intuition"
                            },
                            "autorange": false
                        },
                        "zaxis": {
                            "type": "linear",
                            "range": [
                                1,
                                7
                            ],
                            "title": {
                                "text": "Guns"
                            },
                            "autorange": false
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 2.016529507003306,
                                "y": 0.10095828554260348,
                                "z": 0.32270051109631026
                            },
                            "center": {
                                "x": 0.062390897984928695,
                                "y": 0.1121311879818534,
                                "z": -0.17452208596678212
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "dragmode": "turntable",
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "barmode": "group",
                    "autosize": true,
                    "dragmode": "zoom",
                    "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/~obindu03",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/36.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-02 19:49:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "obindu03",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:22:42.865732Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk/69.embed",
            "fid": "PiotrBenedysiuk:69",
            "filename": "plot from API (11)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/69/9_21CMSSJ60FDAUNJUDXGJE814D0FAW5.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/69/2_6VB8QDA1GVJ2VK4V7VI0R92IRT2XCC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/69/8_7WYAQAR7EJDSUO8GV0HTQSW7892K06.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/69/9_21CMSSJ60FDAUNJUDXGJE814D0FAW5.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/PiotrBenedysiuk:69",
                "plots": "https://api.plotly.com/v2/plots/PiotrBenedysiuk:69",
                "parent": "https://api.plotly.com/v2/folders/home?user=PiotrBenedysiuk"
            },
            "owner": "PiotrBenedysiuk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk/69/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:22:43.582Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk/69/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "fa60b470-8a47-4fb4-9bb3-81b66f3c64ab",
                        "type": "heatmap",
                        "xsrc": "PiotrBenedysiuk:70:66060e",
                        "ysrc": "PiotrBenedysiuk:70:2a48a0",
                        "zsrc": "PiotrBenedysiuk:70:-66060e,2a48a0,932090,a9648b,7732aa,5a37b2,22e24a,26fd89,076274",
                        "colorscale": "Reds"
                    },
                    {
                        "uid": "7444cf36-baac-4a6f-a66e-2a9ea8942ae0",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:70:932090",
                        "ysrc": "PiotrBenedysiuk:70:a9648b",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "37de7b88-af67-4dd6-91cb-25d8f2720d1e",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:70:7732aa",
                        "ysrc": "PiotrBenedysiuk:70:5a37b2",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "a1880191-c03b-4e8e-af30-f77eff3b2179",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:70:22e24a",
                        "ysrc": "PiotrBenedysiuk:70:5a37b2",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "d72b4f67-4871-457c-a612-b6f14cd315aa",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:70:22e24a",
                        "ysrc": "PiotrBenedysiuk:70:26fd89",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "31de1379-20fe-45a7-9329-bec40d7e7bd3",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:70:7732aa",
                        "ysrc": "PiotrBenedysiuk:70:26fd89",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "947a38bc-1d39-4ebc-9937-87c6d147091d",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:70:932090",
                        "ysrc": "PiotrBenedysiuk:70:076274",
                        "marker": {
                            "color": "red"
                        },
                        "showlegend": false
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-31 12:12:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "PiotrBenedysiuk",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:22:14.997493Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~madixon/41.embed",
            "fid": "madixon:41",
            "filename": "Plot 41",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/madixon/41/9_YBY7W14LGO64BTS3OXHWJCAYCHZ8PC.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/madixon/41/2_M213X61G0FADPWJ50J5DGNNUKR9ML0.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/madixon/41/8_ALY0W2G36TH8ZPPXMIBTA1QJGCZV80.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/madixon/41/9_YBY7W14LGO64BTS3OXHWJCAYCHZ8PC.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/madixon:41",
                "plots": "https://api.plotly.com/v2/plots/madixon:41",
                "parent": "https://api.plotly.com/v2/folders/home?user=madixon"
            },
            "owner": "madixon",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~madixon/41/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:00:51.293Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~madixon/41/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "2d67e2",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "madixon:40:4b555d",
                        "ysrc": "madixon:40:de4739"
                    },
                    {
                        "uid": "bcf5d5",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "2d67e2",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.00015133795774145508,
                                        "value": 0.0018349400076064185
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.0015569721613279686,
                                        "value": 0.006768095310226314
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "The effect of angular acceleration (rad/s2) on the torque (Nm)"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2.63,
                            17.26000000000001
                        ],
                        "title": {
                            "text": "Angular Acceleration rad/s2"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.008420046675471495,
                            0.04001911316604161
                        ],
                        "title": {
                            "text": "Torque (Nm)"
                        },
                        "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"
                    },
                    "annotations": [
                        {
                            "text": "rad/s<sup>2</sup>"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~madixon",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-19 02:28:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "madixon",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}