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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE4KzAzJTNBMDclM0E1OC4wOTcwNDMlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswMyUzQTE2JTNBMzkuMjc3Nzk2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-18T03:16:39.277796Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jas_usc/323.embed",
            "fid": "jas_usc:323",
            "filename": "projection-matrix-Affs: CIRCLE Trajectory (10x), PC 1-2-3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jas_usc:323/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jas_usc:323/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jas_usc/323/8_747HKFU8QQY3LT5FCKIDL1UZRFR9RF.png",
                "list-thumb": "https://api.plotly.com/v2/files/jas_usc:323/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jas_usc:323",
                "plots": "https://api.plotly.com/v2/plots/jas_usc:323",
                "parent": "https://api.plotly.com/v2/folders/jas_usc:223"
            },
            "owner": "jas_usc",
            "parent": 223,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "PC1 vs.PC2: CIRCLE Trajectory (10x), PC 1-2-3",
            "views": 0,
            "web_url": "https://plotly.com/~jas_usc/323/pc1-vspc2-circle-trajectory-10x-pc-1-2-3/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:16:50.420Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jas_usc/323/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c149c715-5226-45f6-9100-cc3cb8643164",
                        "mode": "markers",
                        "name": "Phase One",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:324:bb2002",
                        "ysrc": "jas_usc:324:89f1c4",
                        "zsrc": "jas_usc:324:4666d0",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "947cd4d5-76d7-467a-85e7-7884862e182b",
                        "mode": "markers",
                        "name": "Phase Two",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:324:232233",
                        "ysrc": "jas_usc:324:e056fb",
                        "zsrc": "jas_usc:324:5e6e73",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "c3480f83-4709-487e-b26d-b89b2298c919",
                        "mode": "markers",
                        "name": "Phase Three",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:324:d589ab",
                        "ysrc": "jas_usc:324:172075",
                        "zsrc": "jas_usc:324:94bcaf",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "e185b760-5fa3-40a4-bb69-89a8452cb446",
                        "mode": "markers",
                        "name": "Phase Four",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:324:095647",
                        "ysrc": "jas_usc:324:22c788",
                        "zsrc": "jas_usc:324:f2c9e5",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "da8724f6-6385-470e-9046-1fc3b14875a9",
                        "mode": "markers",
                        "name": "Phase Five",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:324:786608",
                        "ysrc": "jas_usc:324:19f9d8",
                        "zsrc": "jas_usc:324:a5e0fe",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "6e778a9f-8eb9-4702-be99-77dddf5ad564",
                        "mode": "markers",
                        "name": "Phase Six",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:324:cae2fa",
                        "ysrc": "jas_usc:324:f4f430",
                        "zsrc": "jas_usc:324:ad5cfd",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "7c341ee2-7ae7-4f91-9b6b-ab3a477665bf",
                        "mode": "markers",
                        "name": "Phase Seven",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:324:093730",
                        "ysrc": "jas_usc:324:87e574",
                        "zsrc": "jas_usc:324:eb12b6",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "72eee26c-5317-4356-ae29-286dc2fdbd06",
                        "mode": "markers",
                        "name": "Phase Eight",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:324:f80138",
                        "ysrc": "jas_usc:324:ba1b85",
                        "zsrc": "jas_usc:324:1ceacb",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "9787639f-5f7c-4b75-841d-abaaa20fdbff",
                        "mode": "markers",
                        "name": "Phase Nine",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:324:18c362",
                        "ysrc": "jas_usc:324:eb0081",
                        "zsrc": "jas_usc:324:d07de0",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "796f61fe-949a-45bb-9072-7526bb15fb80",
                        "mode": "markers",
                        "name": "Phase Ten",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:324:bca07d",
                        "ysrc": "jas_usc:324:0dc082",
                        "zsrc": "jas_usc:324:d80f11",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#A0522D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "1f569fb6-1109-4f80-943a-35ef946d827f",
                        "mode": "markers",
                        "name": "Phase Eleven",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "68490a06-bac0-448b-b1c2-3d042143f901",
                        "mode": "markers",
                        "name": "Phase Twelve",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "fc570fb3-1d60-44f6-98c0-6bda3b7e1ff7",
                        "mode": "markers",
                        "name": "Phase Thirteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "57d8613f-2f06-4bbe-9327-7b297d963843",
                        "mode": "markers",
                        "name": "Phase Fourteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "760f94b9-27f3-48c3-9df8-679f51b69189",
                        "mode": "markers",
                        "name": "Phase Fifteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "05a8a402-1f10-4fb5-8e48-40f8deb8de22",
                        "mode": "markers",
                        "name": "Phase Sixteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "c4027268-200a-47c6-bda1-81da175c5256",
                        "mode": "markers",
                        "name": "Phase Seventeen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "38ee0ad5-2412-41b0-8442-7fefd24b86de",
                        "mode": "markers",
                        "name": "Phase Eighteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "0d5afc2e-7b91-4904-a361-416122906fb1",
                        "mode": "markers",
                        "name": "Phase Nineteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "81542edf-8903-47f1-b60b-34e1ac965ea5",
                        "mode": "markers",
                        "name": "Phase Twenty",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#A0522D",
                            "opacity": 0.5
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": {
                                "text": "PC1"
                            }
                        },
                        "yaxis": {
                            "title": {
                                "text": "PC2"
                            }
                        },
                        "zaxis": {
                            "title": {
                                "text": "PC3"
                            }
                        }
                    },
                    "title": {
                        "text": "PC1 vs.PC2: CIRCLE Trajectory (10x), PC 1-2-3"
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jas_usc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-11-09 00:19:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jas_usc",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:16:09.671823Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jkulp/6.embed",
            "fid": "jkulp:6",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jkulp:6/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jkulp/6/2_SY311045R763JZNYCCRIXW7JXWQDM6.png",
                "block-thumb": "https://api.plotly.com/v2/files/jkulp:6/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jkulp:6/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jkulp:6",
                "plots": "https://api.plotly.com/v2/plots/jkulp:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=jkulp"
            },
            "owner": "jkulp",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~jkulp/6/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:16:10.213Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jkulp/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "0eb86abe-1299-4e12-977d-0a5579d8fc57",
                        "type": "pie",
                        "labelssrc": "jkulp:7:e77991",
                        "valuessrc": "jkulp:7:af99a1"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jkulp",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 02:48:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jkulp",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:15:16.877138Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jic198/26.embed",
            "fid": "jic198:26",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jic198:26/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jic198/26/2_BAR6T7SJP6CNAMMTEBR84BNMCN9OYV.png",
                "block-thumb": "https://api.plotly.com/v2/files/jic198:26/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jic198:26/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jic198:26",
                "plots": "https://api.plotly.com/v2/plots/jic198:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=jic198"
            },
            "owner": "jic198",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Estimated number of clusters: 3",
            "views": 3,
            "web_url": "https://plotly.com/~jic198/26/estimated-number-of-clusters-3/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:15:17.317Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jic198/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c5696d64-6baf-4f62-80e0-c9e34d1db609",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:27:015ae8",
                        "ysrc": "jic198:27:e255a6",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(158, 1, 66)"
                        }
                    },
                    {
                        "uid": "c143911d-970a-45fc-a2fa-f9d142231460",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:27:8a7c5b",
                        "ysrc": "jic198:27:ebe50a",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 6,
                            "color": "rgb(158, 1, 66)"
                        }
                    },
                    {
                        "uid": "76217ba6-68dd-477f-beb6-5cdca4f2ab4f",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:27:f31cc5",
                        "ysrc": "jic198:27:140145",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(253, 190, 110)"
                        }
                    },
                    {
                        "uid": "b75e1372-b213-4bed-b996-08ee16cf5264",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:27:8e6f7c",
                        "ysrc": "jic198:27:b06273",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 6,
                            "color": "rgb(253, 190, 110)"
                        }
                    },
                    {
                        "uid": "0a82ccb5-a934-4088-bf1f-5fcd210d88cf",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:27:5b799f",
                        "ysrc": "jic198:27:daa488",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(190, 229, 160)"
                        }
                    },
                    {
                        "uid": "694ffc13-9ebd-480e-8377-f645a558ca19",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:27:2e918b",
                        "ysrc": "jic198:27:60fae6",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 6,
                            "color": "rgb(190, 229, 160)"
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "f3367803-abf7-427d-9716-4aa182f2416d",
                        "mode": "markers",
                        "type": "scatter",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "black"
                        }
                    },
                    {
                        "uid": "24c4f11e-285d-4da3-ba8f-95faedc9cee0",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:27:d155e9",
                        "ysrc": "jic198:27:c9d8fb",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 6,
                            "color": "black"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Estimated number of clusters: 3"
                    },
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jic198",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.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": "2019-03-28 20:29:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jic198",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:14:17.597688Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jas_usc/315.embed",
            "fid": "jas_usc:315",
            "filename": "projection-matrix-Affs: LINE Trajectory (10x), PC 1-2-3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jas_usc:315/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jas_usc:315/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jas_usc/315/8_CDTCIMV55VD4VZB6B9NPK5E80T8LZW.png",
                "list-thumb": "https://api.plotly.com/v2/files/jas_usc:315/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jas_usc:315",
                "plots": "https://api.plotly.com/v2/plots/jas_usc:315",
                "parent": "https://api.plotly.com/v2/folders/jas_usc:230"
            },
            "owner": "jas_usc",
            "parent": 230,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "PC1 vs.PC2: LINE Trajectory (10x), PC 1-2-3",
            "views": 0,
            "web_url": "https://plotly.com/~jas_usc/315/pc1-vspc2-line-trajectory-10x-pc-1-2-3/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:14:36.513Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jas_usc/315/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "4a8f9101-30fa-4638-9f10-085ef3a0cc01",
                        "mode": "markers",
                        "name": "Phase One",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:316:8cd7ec",
                        "ysrc": "jas_usc:316:233fa9",
                        "zsrc": "jas_usc:316:c8c521",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "f535f8b5-2993-4dc6-9af1-b4be26780390",
                        "mode": "markers",
                        "name": "Phase Two",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:316:fb0d04",
                        "ysrc": "jas_usc:316:150592",
                        "zsrc": "jas_usc:316:bcee4b",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "4ad9bf18-53a1-4c5e-a39f-b1cfc2bc0bc8",
                        "mode": "markers",
                        "name": "Phase Three",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:316:105f7b",
                        "ysrc": "jas_usc:316:0a1959",
                        "zsrc": "jas_usc:316:32de56",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "fca77f32-4f93-4413-b401-fe1cefd6e0c3",
                        "mode": "markers",
                        "name": "Phase Four",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:316:de012d",
                        "ysrc": "jas_usc:316:e7f01d",
                        "zsrc": "jas_usc:316:0cf051",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "1da90608-d6da-468e-a7c0-d924f4619068",
                        "mode": "markers",
                        "name": "Phase Five",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:316:962889",
                        "ysrc": "jas_usc:316:5d097b",
                        "zsrc": "jas_usc:316:f29df4",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "da70248d-b506-4967-9dd9-47b0fdd41711",
                        "mode": "markers",
                        "name": "Phase Six",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:316:986aa0",
                        "ysrc": "jas_usc:316:5f36ba",
                        "zsrc": "jas_usc:316:b678ba",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "e4cee8b4-a806-4165-b42a-afcfa2a64774",
                        "mode": "markers",
                        "name": "Phase Seven",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:316:a28923",
                        "ysrc": "jas_usc:316:f4af39",
                        "zsrc": "jas_usc:316:b997ac",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "7f6464b0-d4f3-4115-be04-2113520a3fe9",
                        "mode": "markers",
                        "name": "Phase Eight",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:316:c08fbd",
                        "ysrc": "jas_usc:316:3c0ef8",
                        "zsrc": "jas_usc:316:9a1693",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "8dff6fda-f99b-42cb-94fd-cb76207df51b",
                        "mode": "markers",
                        "name": "Phase Nine",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:316:16135d",
                        "ysrc": "jas_usc:316:11286c",
                        "zsrc": "jas_usc:316:7f529a",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "4412b317-7b5c-4d86-890b-da4a4642a52a",
                        "mode": "markers",
                        "name": "Phase Ten",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:316:2e259e",
                        "ysrc": "jas_usc:316:8a5836",
                        "zsrc": "jas_usc:316:09a12f",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#A0522D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "e37dd02d-16e9-47b4-bee3-b756a267575d",
                        "mode": "markers",
                        "name": "Phase Eleven",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "90efa359-4f4f-4fae-b0a7-0acdc76955fc",
                        "mode": "markers",
                        "name": "Phase Twelve",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "77c97415-9403-4b66-9f50-1eadf3fba104",
                        "mode": "markers",
                        "name": "Phase Thirteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "56fb6ca0-22d0-4c3f-8aa5-f7cbed178742",
                        "mode": "markers",
                        "name": "Phase Fourteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "e18be7ed-2a02-46ab-bad5-c1ee414053fe",
                        "mode": "markers",
                        "name": "Phase Fifteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "bb200b5b-6f20-4b29-921e-aca549f203d1",
                        "mode": "markers",
                        "name": "Phase Sixteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "57c59745-0a54-4583-b309-96a6a831efe1",
                        "mode": "markers",
                        "name": "Phase Seventeen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "79c2f601-9fcf-478b-adb9-bd07c32285a2",
                        "mode": "markers",
                        "name": "Phase Eighteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "82d535f7-3a14-4a5d-919a-5c2d2d8aee94",
                        "mode": "markers",
                        "name": "Phase Nineteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "da6ebb23-e82d-443f-a3fb-92b7f33cfdbb",
                        "mode": "markers",
                        "name": "Phase Twenty",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#A0522D",
                            "opacity": 0.5
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": {
                                "text": "PC1"
                            }
                        },
                        "yaxis": {
                            "title": {
                                "text": "PC2"
                            }
                        },
                        "zaxis": {
                            "title": {
                                "text": "PC3"
                            }
                        }
                    },
                    "title": {
                        "text": "PC1 vs.PC2: LINE Trajectory (10x), PC 1-2-3"
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jas_usc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-11-09 00:19:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jas_usc",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:12:56.611345Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jas_usc/311.embed",
            "fid": "jas_usc:311",
            "filename": "projection-matrix-Affs: LEMNISCATE Trajectory (10x), PC 1-2-3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jas_usc:311/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jas_usc:311/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jas_usc/311/8_HGYVZR4MODZTXZHGU1X37Y0VEKWD8I.png",
                "list-thumb": "https://api.plotly.com/v2/files/jas_usc:311/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jas_usc:311",
                "plots": "https://api.plotly.com/v2/plots/jas_usc:311",
                "parent": "https://api.plotly.com/v2/folders/jas_usc:252"
            },
            "owner": "jas_usc",
            "parent": 252,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "PC1 vs.PC2: LEMNISCATE Trajectory (10x), PC 1-2-3",
            "views": 0,
            "web_url": "https://plotly.com/~jas_usc/311/pc1-vspc2-lemniscate-trajectory-10x-pc-1-2-3/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:13:13.702Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jas_usc/311/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "e65b4d81-f80f-4c9d-a1e6-5b0c266162fc",
                        "mode": "markers",
                        "name": "Phase One",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:312:ef7ede",
                        "ysrc": "jas_usc:312:b51a6d",
                        "zsrc": "jas_usc:312:9dd158",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "54183138-2dcf-4843-8ff2-9f4b21ac32d3",
                        "mode": "markers",
                        "name": "Phase Two",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:312:7bcaf6",
                        "ysrc": "jas_usc:312:7794e3",
                        "zsrc": "jas_usc:312:d9198b",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "acb5c8cd-da8e-4829-b477-a2664deddad2",
                        "mode": "markers",
                        "name": "Phase Three",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:312:541baf",
                        "ysrc": "jas_usc:312:bdddf4",
                        "zsrc": "jas_usc:312:02f086",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "cf7826ef-c839-4ef0-99a3-a6eba9d1e661",
                        "mode": "markers",
                        "name": "Phase Four",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:312:f7f9fc",
                        "ysrc": "jas_usc:312:bcbc54",
                        "zsrc": "jas_usc:312:60bd6c",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "1e39d7fb-a349-4f50-a1f9-aa8646b6f099",
                        "mode": "markers",
                        "name": "Phase Five",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:312:1f6585",
                        "ysrc": "jas_usc:312:8d1802",
                        "zsrc": "jas_usc:312:225436",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "b349ae24-2cb6-406c-9be5-558e88e8c430",
                        "mode": "markers",
                        "name": "Phase Six",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:312:021d9b",
                        "ysrc": "jas_usc:312:2738a0",
                        "zsrc": "jas_usc:312:317c64",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "362fd5dc-72b1-484d-94f8-a5e3cadf3160",
                        "mode": "markers",
                        "name": "Phase Seven",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:312:38d844",
                        "ysrc": "jas_usc:312:2db566",
                        "zsrc": "jas_usc:312:1821c5",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "725dd185-1159-43a5-b90e-519a9c4dbbbf",
                        "mode": "markers",
                        "name": "Phase Eight",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:312:e46576",
                        "ysrc": "jas_usc:312:2c742a",
                        "zsrc": "jas_usc:312:f60c9e",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "8a8c3419-4cf8-4c05-b0f5-ecd20c70425e",
                        "mode": "markers",
                        "name": "Phase Nine",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:312:738f41",
                        "ysrc": "jas_usc:312:249a09",
                        "zsrc": "jas_usc:312:bc0269",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "b8593bcd-245a-4d9e-91d9-b3bb0c89001f",
                        "mode": "markers",
                        "name": "Phase Ten",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:312:960b53",
                        "ysrc": "jas_usc:312:25037d",
                        "zsrc": "jas_usc:312:bae10c",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#A0522D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "c222442b-e8dc-45e9-9355-11a378589669",
                        "mode": "markers",
                        "name": "Phase Eleven",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "565e785a-bb9b-4d94-9a6c-4a692d9192a2",
                        "mode": "markers",
                        "name": "Phase Twelve",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "ce145ab0-9524-497a-88e3-61c157e34819",
                        "mode": "markers",
                        "name": "Phase Thirteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "c6f12617-2b23-474e-8b2a-8ac9fc32faca",
                        "mode": "markers",
                        "name": "Phase Fourteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "e0fff140-3051-4b59-a359-b15f3f244ad4",
                        "mode": "markers",
                        "name": "Phase Fifteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "8ebb9f96-ea09-4d5c-8e53-356f2554aa74",
                        "mode": "markers",
                        "name": "Phase Sixteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "9ae47e63-230a-489b-93f4-09fb486a5c87",
                        "mode": "markers",
                        "name": "Phase Seventeen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "b6916a65-e27a-41fc-9848-44d6897427c4",
                        "mode": "markers",
                        "name": "Phase Eighteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "7123398d-ec8e-492d-8ba6-a27d64670e59",
                        "mode": "markers",
                        "name": "Phase Nineteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "4233cd05-6367-4072-9dbb-549099998d3b",
                        "mode": "markers",
                        "name": "Phase Twenty",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#A0522D",
                            "opacity": 0.5
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": {
                                "text": "PC1"
                            }
                        },
                        "yaxis": {
                            "title": {
                                "text": "PC2"
                            }
                        },
                        "zaxis": {
                            "title": {
                                "text": "PC3"
                            }
                        }
                    },
                    "title": {
                        "text": "PC1 vs.PC2: LEMNISCATE Trajectory (10x), PC 1-2-3"
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jas_usc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-11-09 00:19:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jas_usc",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:12:00.017503Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~ValerieWanQi/24.embed",
            "fid": "ValerieWanQi:24",
            "filename": "scatter-mode",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/24/9_BWY76XJSS4ALAIBZ5PIMMKUS9WKNW1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/24/2_I10DNJPD6O75XZHDKWA9HH6R25WKXN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/24/8_PVGPFEM5IBMDSP2DJY3T97C6ES1Q8E.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/24/9_BWY76XJSS4ALAIBZ5PIMMKUS9WKNW1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ValerieWanQi:24",
                "plots": "https://api.plotly.com/v2/plots/ValerieWanQi:24",
                "parent": "https://api.plotly.com/v2/folders/home?user=ValerieWanQi"
            },
            "owner": "ValerieWanQi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "markers, lines+markers, lines",
            "views": 1,
            "web_url": "https://plotly.com/~ValerieWanQi/24/markers-linesmarkers-lines/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:12:00.541Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~ValerieWanQi/24/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f7f5e97b-8331-4c8d-8187-b9e4d082caae",
                        "mode": "markers",
                        "name": "markers",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:25:944f51",
                        "ysrc": "ValerieWanQi:25:a01e1b"
                    },
                    {
                        "uid": "e6163a39-de0c-406b-b6bb-68dd7228ae83",
                        "mode": "lines+markers",
                        "name": "lines+markers",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:25:944f51",
                        "ysrc": "ValerieWanQi:25:872219"
                    },
                    {
                        "uid": "cad77820-be32-4880-8d28-361fd1b8d949",
                        "mode": "lines",
                        "name": "lines",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:25:944f51",
                        "ysrc": "ValerieWanQi:25:486758"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~ValerieWanQi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 01:34:58",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ValerieWanQi",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:11:54.777589Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~annie.chai/1.embed",
            "fid": "annie.chai:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/annie.chai:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/annie.chai:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/annie.chai:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/annie.chai:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/annie.chai:1",
                "plots": "https://api.plotly.com/v2/plots/annie.chai:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=annie.chai"
            },
            "owner": "annie.chai",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~annie.chai/1/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:11:54.880Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~annie.chai/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "bbc782",
                        "mode": "markers",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "annie.chai:0:56ea48",
                        "ysrc": "annie.chai:0:fc6892",
                        "marker": {
                            "line": {
                                "color": "#444",
                                "widthsrc": "annie.chai:0:4e2af0"
                            },
                            "size": 7,
                            "color": "#AAAAAA",
                            "symbolsrc": "annie.chai:0:865027",
                            "opacitysrc": "annie.chai:0:d0b209"
                        },
                        "textsrc": "annie.chai:0:5f4de2",
                        "bandwidth": 0,
                        "boxpoints": false,
                        "hoverinfo": "text+name+x+y",
                        "decreasing": {
                            "line": {
                                "color": "#7f7f7f"
                            },
                            "fillcolor": "rgba(127, 127, 127, 0.5)"
                        },
                        "increasing": {
                            "line": {
                                "color": "#17becf"
                            },
                            "fillcolor": "rgba(23, 190, 207, 0.5)"
                        },
                        "orientation": "v",
                        "customdatasrc": "annie.chai:0:e1b613",
                        "autocolorscale": true
                    }
                ],
                "frames": [],
                "layout": {
                    "geo": {},
                    "width": 1134.4444580078125,
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.06082876823778273,
                            1.0608287682377828
                        ],
                        "title": {
                            "text": "PIK3CA Mutation (one hot encoding)"
                        },
                        "autorange": true,
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -1.9289281377764607,
                            0.6177973065428272
                        ],
                        "title": {
                            "text": "WWTR1 Dependency Score (CERES)"
                        },
                        "autorange": true,
                        "showspikes": false
                    },
                    "height": 350.22222900390625,
                    "legend": {
                        "traceorder": "reversed"
                    },
                    "margin": {
                        "b": 50,
                        "l": 50,
                        "r": 50,
                        "t": 10
                    },
                    "hovermode": "closest"
                }
            },
            "height": 350,
            "width": 1134,
            "user": {
                "profile_url": "https://plotly.com/~annie.chai",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/52.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 03:11:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "annie.chai",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:10:15.567076Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~mmyskiw0109/2.embed",
            "fid": "mmyskiw0109:2",
            "filename": "Plotly Playground 2019-06-18 03:10:13",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/mmyskiw0109:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/mmyskiw0109:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/mmyskiw0109:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/mmyskiw0109:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mmyskiw0109:2",
                "plots": "https://api.plotly.com/v2/plots/mmyskiw0109:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=mmyskiw0109"
            },
            "owner": "mmyskiw0109",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 1,
            "web_url": "https://plotly.com/~mmyskiw0109/2/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:10:16.035Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~mmyskiw0109/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ce71d999-36ee-4407-bf48-cd2d7774b293",
                        "name": "Count",
                        "text": "",
                        "type": "bar",
                        "xsrc": "mmyskiw0109:3:e1c17d",
                        "ysrc": "mmyskiw0109:3:d68ab0",
                        "marker": {
                            "line": {
                                "color": "rgba(255, 153, 51, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(255, 153, 51, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "a8da09dc-7774-4ea7-9ae7-b75f097a487b",
                        "name": "Hair Color",
                        "text": "",
                        "type": "bar",
                        "xsrc": "mmyskiw0109:3:e1c17d",
                        "ysrc": "mmyskiw0109:3:1d25b4",
                        "marker": {
                            "line": {
                                "color": "rgba(55, 128, 191, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(55, 128, 191, 0.6)"
                        },
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~mmyskiw0109",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 02:49:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mmyskiw0109",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:09:02.829636Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~davidpierrea/5.embed",
            "fid": "davidpierrea:5",
            "filename": "Comparação Dois Modelos",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/davidpierrea:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/davidpierrea:5/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/davidpierrea/5/8_C93YWD5LKQR5V8XW2EPMZM3B4NIWK5.png",
                "list-thumb": "https://api.plotly.com/v2/files/davidpierrea:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/davidpierrea:5",
                "plots": "https://api.plotly.com/v2/plots/davidpierrea:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=davidpierrea"
            },
            "owner": "davidpierrea",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 12,
            "web_url": "https://plotly.com/~davidpierrea/5/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:09:02.849Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~davidpierrea/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "name": "Imagem Completa",
                        "type": "scatter",
                        "ysrc": "davidpierrea:4:6ac8cb"
                    },
                    {
                        "mode": "lines",
                        "name": "Imagem Segmentada",
                        "type": "scatter",
                        "ysrc": "davidpierrea:4:346cb9",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Single Character Accuracy"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            49
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            65.82944444444445,
                            98.24055555555556
                        ],
                        "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"
                    },
                    "hovermode": "x"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~davidpierrea",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 01:08:32",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "davidpierrea",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:07:58.097043Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~honlihonli/8.embed",
            "fid": "honlihonli:8",
            "filename": "shaded_lines",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/honlihonli:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/honlihonli:8/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/honlihonli/8/8_4O9Z1YQ0W4Y06VFI744FCS8E9BAN3Q.png",
                "list-thumb": "https://api.plotly.com/v2/files/honlihonli:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/honlihonli:8",
                "plots": "https://api.plotly.com/v2/plots/honlihonli:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=honlihonli"
            },
            "owner": "honlihonli",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "<b>SARIMA Tree TMS_P2_39 Long Term Tilt Forecasting (p,d,q,P,D,Q = 011101)</b>",
            "views": 0,
            "web_url": "https://plotly.com/~honlihonli/8/sarima-tree-tms-p2-39-long-term-tilt-forecasting-pdqpdq-011101/",
            "world_readable": true,
            "date_modified": "2019-06-23T02:43:42.248Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~honlihonli/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "de2d735a-3943-40d5-8735-a40b3f9846f2",
                        "fill": "tozerox",
                        "line": {
                            "color": "rgba(255,255,255,0)"
                        },
                        "name": "95% Confidence Interval",
                        "type": "scatter",
                        "xsrc": "honlihonli:9:950ba6",
                        "ysrc": "honlihonli:9:b14bce",
                        "fillcolor": "rgba(150,70,80,0.2)"
                    },
                    {
                        "uid": "b0f4f8f7-aa42-4b44-b79e-6e03f2e3650a",
                        "line": {
                            "color": "rgb(0,128,80)"
                        },
                        "mode": "lines+markers",
                        "name": "Observed Tilt",
                        "type": "scatter",
                        "xsrc": "honlihonli:9:006680",
                        "ysrc": "honlihonli:9:befd13"
                    },
                    {
                        "uid": "2ccd968a-19ff-4799-8971-fd1dbb638a38",
                        "line": {
                            "color": "rgb(0,64,255)"
                        },
                        "mode": "lines",
                        "name": "Predicted Tilt",
                        "type": "scatter",
                        "xsrc": "honlihonli:9:006680",
                        "ysrc": "honlihonli:9:22daf2"
                    }
                ],
                "layout": {
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 30
                        },
                        "text": "<b>SARIMA Tree TMS_P2_39 Long Term Tilt Forecasting (p,d,q,P,D,Q = 011101)</b>",
                        "xref": "paper"
                    },
                    "width": 1920,
                    "xaxis": {
                        "range": [
                            1,
                            160
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 22,
                                "color": "#7f7f7f",
                                "family": "Arial"
                            },
                            "text": "<b>Date dd/mm/yyyy h:mm</b>"
                        },
                        "showgrid": true,
                        "showline": false,
                        "zeroline": false,
                        "gridcolor": "rgb(255,255,255)",
                        "tickcolor": "rgb(127,127,127)",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "range": [
                            -0.2,
                            3
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 22,
                                "color": "#7f7f7f",
                                "family": "Arial"
                            },
                            "text": "<b>Tilt Angle (degree)</b>"
                        },
                        "showgrid": true,
                        "showline": false,
                        "zeroline": false,
                        "gridcolor": "rgb(255,255,255)",
                        "tickcolor": "rgb(127,127,127)",
                        "showticklabels": true
                    },
                    "height": 1080,
                    "legend": {
                        "x": 0.8,
                        "y": 0.9,
                        "font": {
                            "size": 20,
                            "color": "#000",
                            "family": "sans-serif"
                        },
                        "bgcolor": "rgba(128,128,128,0)"
                    },
                    "margin": {
                        "b": 150,
                        "l": 60,
                        "r": 30,
                        "t": 80,
                        "pad": 4
                    },
                    "autosize": false,
                    "plot_bgcolor": "rgb(229,229,229)",
                    "paper_bgcolor": "rgb(255,255,255)"
                }
            },
            "height": 1080,
            "width": 1920,
            "user": {
                "profile_url": "https://plotly.com/~honlihonli",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-04 04:59:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "honlihonli",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}