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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE4KzAyJTNBMzYlM0EwMC45MTM1MjElMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswMiUzQTQ4JTNBNTIuOTg3NzI0JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-18T02:48:52.987724Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN/16.embed",
            "fid": "BLINGBLINGBEAN:16",
            "filename": "LFDA_LDA_Cluster412",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/BLINGBLINGBEAN:16/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/BLINGBLINGBEAN:16/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/BLINGBLINGBEAN/16/8_FDQFUY5PT28I15TCPIQAP4O2W6FCXV.png",
                "list-thumb": "https://api.plotly.com/v2/files/BLINGBLINGBEAN:16/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/BLINGBLINGBEAN:16",
                "plots": "https://api.plotly.com/v2/plots/BLINGBLINGBEAN:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=BLINGBLINGBEAN"
            },
            "owner": "BLINGBLINGBEAN",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN/16/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:48:53.573Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6ae3e52f-82c7-4639-8dd4-01ea4f2db28c",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "BLINGBLINGBEAN:17:f1b34d",
                        "ysrc": "BLINGBLINGBEAN:17:03b59d",
                        "zsrc": "BLINGBLINGBEAN:17:e90577",
                        "marker": {
                            "line": {
                                "color": "#6bff6b",
                                "width": 0.5
                            },
                            "size": 3,
                            "color": "#6bff6b",
                            "opacity": 1
                        }
                    },
                    {
                        "uid": "1b1f0249-f8f2-4a5d-9fd3-c76e3fb94272",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "BLINGBLINGBEAN:17:02e814",
                        "ysrc": "BLINGBLINGBEAN:17:576e9d",
                        "zsrc": "BLINGBLINGBEAN:17:265cc1",
                        "marker": {
                            "line": {
                                "color": "#FF6B6B",
                                "width": 0.5
                            },
                            "size": 3,
                            "color": "#FF6B6B",
                            "opacity": 1
                        }
                    },
                    {
                        "uid": "75d99bd9-f3df-4165-a8ae-4d127749d162",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "BLINGBLINGBEAN:17:063ed8",
                        "ysrc": "BLINGBLINGBEAN:17:1859fa",
                        "zsrc": "BLINGBLINGBEAN:17:8bc080",
                        "marker": {
                            "line": {
                                "color": "#4ECDC4",
                                "width": 0.5
                            },
                            "size": 3,
                            "color": "#4ECDC4",
                            "opacity": 1
                        }
                    },
                    {
                        "uid": "64458204-4fc9-4d2e-8edd-44a0e96856c6",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "BLINGBLINGBEAN:17:10d0fe",
                        "ysrc": "BLINGBLINGBEAN:17:cd6767",
                        "zsrc": "BLINGBLINGBEAN:17:632cb7",
                        "marker": {
                            "line": {
                                "color": "#556270",
                                "width": 0.5
                            },
                            "size": 3,
                            "color": "#556270",
                            "opacity": 1
                        }
                    },
                    {
                        "uid": "7c415ce3-8c51-4838-8f11-29f571182ea6",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "BLINGBLINGBEAN:17:31bbc2",
                        "ysrc": "BLINGBLINGBEAN:17:9751ff",
                        "zsrc": "BLINGBLINGBEAN:17:1f0050",
                        "marker": {
                            "line": {
                                "color": "#6bb5ff",
                                "width": 0.5
                            },
                            "size": 3,
                            "color": "#6bb5ff",
                            "opacity": 1
                        }
                    },
                    {
                        "uid": "29480563-3b46-44ae-849c-8535cdc9b5e9",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "BLINGBLINGBEAN:17:a9b93e",
                        "ysrc": "BLINGBLINGBEAN:17:9fa8d0",
                        "zsrc": "BLINGBLINGBEAN:17:c2bae7",
                        "marker": {
                            "line": {
                                "color": "#EB6841",
                                "width": 0.5
                            },
                            "size": 3,
                            "color": "#EB6841",
                            "opacity": 1
                        }
                    },
                    {
                        "uid": "742a2968-18a7-497f-91bb-1dabed3c7a63",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "BLINGBLINGBEAN:17:11ad33",
                        "ysrc": "BLINGBLINGBEAN:17:afd967",
                        "zsrc": "BLINGBLINGBEAN:17:763e26",
                        "marker": {
                            "line": {
                                "color": "#EDC951",
                                "width": 0.5
                            },
                            "size": 3,
                            "color": "#EDC951",
                            "opacity": 1
                        }
                    }
                ],
                "layout": {
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.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-05-15 05:56:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "BLINGBLINGBEAN",
                "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-18T02:47:27.551505Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jas_usc/307.embed",
            "fid": "jas_usc:307",
            "filename": "projection-matrix-Affs: LEMNISCATE Trajectory (20x), PC 1-2-3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jas_usc:307/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jas_usc:307/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jas_usc/307/8_B05HB365HDSZR7NW99RJ2R2A81ZVC2.png",
                "list-thumb": "https://api.plotly.com/v2/files/jas_usc:307/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jas_usc:307",
                "plots": "https://api.plotly.com/v2/plots/jas_usc:307",
                "parent": "https://api.plotly.com/v2/folders/jas_usc:252"
            },
            "owner": "jas_usc",
            "parent": 252,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "PC1 vs.PC2: LEMNISCATE Trajectory (20x), PC 1-2-3",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jas_usc/307/pc1-vspc2-lemniscate-trajectory-20x-pc-1-2-3/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:47:38.774Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jas_usc/307/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8f64459c-3c20-40b7-8747-ce2e87ceb910",
                        "mode": "markers",
                        "name": "Phase One",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:4c93a0",
                        "ysrc": "jas_usc:308:5afc2b",
                        "zsrc": "jas_usc:308:60b544",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "ed4be448-76d4-4dbf-b5b5-d5e5ee03e5a0",
                        "mode": "markers",
                        "name": "Phase Two",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:baa45e",
                        "ysrc": "jas_usc:308:dddc15",
                        "zsrc": "jas_usc:308:4d876b",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "1b8b62bf-1427-467c-beff-0d4f0f0a7d99",
                        "mode": "markers",
                        "name": "Phase Three",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:5e10fa",
                        "ysrc": "jas_usc:308:ffca00",
                        "zsrc": "jas_usc:308:fb8019",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "f932fa46-d84a-400b-983f-e9160370eb36",
                        "mode": "markers",
                        "name": "Phase Four",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:34ed50",
                        "ysrc": "jas_usc:308:e1128e",
                        "zsrc": "jas_usc:308:da9fdf",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "38d20729-6423-444a-b941-67d58c0bbde2",
                        "mode": "markers",
                        "name": "Phase Five",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:6f1fdf",
                        "ysrc": "jas_usc:308:59eb1f",
                        "zsrc": "jas_usc:308:a0663d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "4b5d0f07-accb-4e1c-8a03-7427ba7a6a89",
                        "mode": "markers",
                        "name": "Phase Six",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:890d7a",
                        "ysrc": "jas_usc:308:a00f10",
                        "zsrc": "jas_usc:308:3f0eba",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "54028295-4bed-4e6d-afe8-29e0a856f7a5",
                        "mode": "markers",
                        "name": "Phase Seven",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:1a9e57",
                        "ysrc": "jas_usc:308:603757",
                        "zsrc": "jas_usc:308:fa60cb",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "f139b759-6b68-4557-97ef-a59b7cf1bbaf",
                        "mode": "markers",
                        "name": "Phase Eight",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:52a7bf",
                        "ysrc": "jas_usc:308:f8f12c",
                        "zsrc": "jas_usc:308:a8c0f1",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "a1040a36-6625-43c3-9b18-7575e75ee501",
                        "mode": "markers",
                        "name": "Phase Nine",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:fe564f",
                        "ysrc": "jas_usc:308:c017a6",
                        "zsrc": "jas_usc:308:6d74f7",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "d31169e3-2c33-4c12-aa95-16e26bee3abc",
                        "mode": "markers",
                        "name": "Phase Ten",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:e7e1a5",
                        "ysrc": "jas_usc:308:219d60",
                        "zsrc": "jas_usc:308:255819",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#A0522D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "cbdce160-d0e9-4881-bf8f-0a9e3e5d4244",
                        "mode": "markers",
                        "name": "Phase Eleven",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:15c204",
                        "ysrc": "jas_usc:308:3d777d",
                        "zsrc": "jas_usc:308:79d9a0",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "76b51ab7-a41f-44a6-831f-dfa52d50fed2",
                        "mode": "markers",
                        "name": "Phase Twelve",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:27f973",
                        "ysrc": "jas_usc:308:267df6",
                        "zsrc": "jas_usc:308:1d92f5",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "dd10836b-3157-498d-bcba-85534c66ce0b",
                        "mode": "markers",
                        "name": "Phase Thirteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:5b4ece",
                        "ysrc": "jas_usc:308:e7713a",
                        "zsrc": "jas_usc:308:b842c6",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "165d7887-fc2b-4f9b-b56d-d9d0286549ab",
                        "mode": "markers",
                        "name": "Phase Fourteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:23b485",
                        "ysrc": "jas_usc:308:ddca1f",
                        "zsrc": "jas_usc:308:7a008c",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "61612761-27b9-41ff-8418-c518b1c2a271",
                        "mode": "markers",
                        "name": "Phase Fifteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:c23483",
                        "ysrc": "jas_usc:308:fd3cdb",
                        "zsrc": "jas_usc:308:267ae0",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "67126c44-0faa-465d-a41d-d643383ffa00",
                        "mode": "markers",
                        "name": "Phase Sixteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:bb2356",
                        "ysrc": "jas_usc:308:cb1efd",
                        "zsrc": "jas_usc:308:c56e85",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "6c5df0a8-dccc-4e54-86ad-353b8c190a19",
                        "mode": "markers",
                        "name": "Phase Seventeen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:809773",
                        "ysrc": "jas_usc:308:002cc4",
                        "zsrc": "jas_usc:308:a73230",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "600e8060-136a-4294-8b32-4c5a827f382a",
                        "mode": "markers",
                        "name": "Phase Eighteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:b681f3",
                        "ysrc": "jas_usc:308:95b654",
                        "zsrc": "jas_usc:308:b96490",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "9a97e923-fb85-4726-9d5b-68288ad9bb7b",
                        "mode": "markers",
                        "name": "Phase Nineteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:4a8c80",
                        "ysrc": "jas_usc:308:a8626c",
                        "zsrc": "jas_usc:308:0465b4",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "6f8500f6-190c-4271-8a53-d7399452099c",
                        "mode": "markers",
                        "name": "Phase Twenty",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:308:c18603",
                        "ysrc": "jas_usc:308:de2156",
                        "zsrc": "jas_usc:308:4c7d2b",
                        "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 (20x), PC 1-2-3"
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.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-18T02:46:39.169377Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~fanyi/44.embed",
            "fid": "fanyi:44",
            "filename": "multiple-subplots",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/fanyi:44/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/fanyi:44/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/fanyi:44/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/fanyi:44/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/fanyi:44",
                "plots": "https://api.plotly.com/v2/plots/fanyi:44",
                "parent": "https://api.plotly.com/v2/folders/home?user=fanyi"
            },
            "owner": "fanyi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 42,
            "web_url": "https://chart-studio.plotly.com/~fanyi/44/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:47:33.942Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~fanyi/44/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "463202bb-c92f-4398-9fe1-79ed943328d9",
                        "type": "scatter",
                        "xsrc": "fanyi:45:916c29",
                        "ysrc": "fanyi:45:f8cf5e"
                    },
                    {
                        "uid": "09c98705-de6e-4b79-8f43-764e98257f9d",
                        "type": "scatter",
                        "xsrc": "fanyi:45:d6bb8d",
                        "ysrc": "fanyi:45:f8cf5e",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "01ed664c-d5a2-496a-bb3d-2a8e5b749680",
                        "type": "scatter",
                        "xsrc": "fanyi:45:417809",
                        "ysrc": "fanyi:45:f8cf5e",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "18d98a2a-46d6-4be6-8b89-5529c60cb66c",
                        "type": "scatter",
                        "xsrc": "fanyi:45:a6f2cc",
                        "ysrc": "fanyi:45:f8cf5e",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "type": "log",
                        "domain": [
                            0,
                            0.45
                        ]
                    },
                    "yaxis": {
                        "type": "log",
                        "domain": [
                            0,
                            0.45
                        ]
                    },
                    "xaxis2": {
                        "type": "log",
                        "domain": [
                            0.55,
                            1
                        ]
                    },
                    "xaxis3": {
                        "anchor": "y3",
                        "domain": [
                            0,
                            0.45
                        ]
                    },
                    "xaxis4": {
                        "anchor": "y4",
                        "domain": [
                            0.55,
                            1
                        ]
                    },
                    "yaxis2": {
                        "type": "log",
                        "anchor": "x2",
                        "domain": [
                            0,
                            0.45
                        ]
                    },
                    "yaxis3": {
                        "type": "log",
                        "domain": [
                            0.55,
                            1
                        ]
                    },
                    "yaxis4": {
                        "type": "log",
                        "anchor": "x4",
                        "domain": [
                            0.55,
                            1
                        ]
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~fanyi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-03 22:04:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "fanyi",
                "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-18T02:44:00.305257Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jas_usc/303.embed",
            "fid": "jas_usc:303",
            "filename": "projection-matrix-Affs: OSCILLATORY Trajectory (20x), PC 1-2-3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jas_usc/303/9_RH9253J95X3CCC5VU2YGNM5EE66X5X.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jas_usc:303/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jas_usc/303/8_N8NRIA7RZUYLFFRKYFTCCQ5YPYI8MG.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jas_usc/303/9_RH9253J95X3CCC5VU2YGNM5EE66X5X.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jas_usc:303",
                "plots": "https://api.plotly.com/v2/plots/jas_usc:303",
                "parent": "https://api.plotly.com/v2/folders/jas_usc:235"
            },
            "owner": "jas_usc",
            "parent": 235,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "PC1 vs.PC2: OSCILLATORY Trajectory (20x), PC 1-2-3",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jas_usc/303/pc1-vspc2-oscillatory-trajectory-20x-pc-1-2-3/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:44:50.206Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jas_usc/303/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1d40efbf-34d9-4e3b-9664-9054233fe653",
                        "mode": "markers",
                        "name": "Phase One",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:f191b9",
                        "ysrc": "jas_usc:304:ced4e8",
                        "zsrc": "jas_usc:304:5b2b3f",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "56224fb3-db45-4234-a3e1-b211c9c47fd2",
                        "mode": "markers",
                        "name": "Phase Two",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:83af64",
                        "ysrc": "jas_usc:304:944e69",
                        "zsrc": "jas_usc:304:b7a5c2",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "563e5d1c-d70e-449c-bbbb-57e38b192576",
                        "mode": "markers",
                        "name": "Phase Three",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:b32cfb",
                        "ysrc": "jas_usc:304:1d5a9a",
                        "zsrc": "jas_usc:304:e0e349",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "28443bb8-e340-4e56-ae4a-8f5d34016e17",
                        "mode": "markers",
                        "name": "Phase Four",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:96aea1",
                        "ysrc": "jas_usc:304:6d78ee",
                        "zsrc": "jas_usc:304:4c9f1e",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "27eab830-6d72-4441-a85c-aa9215d8975a",
                        "mode": "markers",
                        "name": "Phase Five",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:8c32a6",
                        "ysrc": "jas_usc:304:32c67f",
                        "zsrc": "jas_usc:304:8583ca",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "6f65a2b2-9c0a-4d3d-8449-783805d159ac",
                        "mode": "markers",
                        "name": "Phase Six",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:64901e",
                        "ysrc": "jas_usc:304:a5f9e9",
                        "zsrc": "jas_usc:304:7140b1",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "854a223f-6562-4479-845d-b2e53797e29b",
                        "mode": "markers",
                        "name": "Phase Seven",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:340283",
                        "ysrc": "jas_usc:304:6be724",
                        "zsrc": "jas_usc:304:79afa7",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "e7188597-4c95-4973-bdf8-d201cd8e5095",
                        "mode": "markers",
                        "name": "Phase Eight",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:f1032e",
                        "ysrc": "jas_usc:304:a998f1",
                        "zsrc": "jas_usc:304:53bcf6",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "03ba3050-0eb1-442a-9d7a-db3500ff65df",
                        "mode": "markers",
                        "name": "Phase Nine",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:9b27a0",
                        "ysrc": "jas_usc:304:dab2dc",
                        "zsrc": "jas_usc:304:b97b55",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "8b98610a-93a7-4a68-ae49-763e82e3774d",
                        "mode": "markers",
                        "name": "Phase Ten",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:628c66",
                        "ysrc": "jas_usc:304:3e9852",
                        "zsrc": "jas_usc:304:2f00e1",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#A0522D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "560c9204-5558-4fdf-b049-41c1639681af",
                        "mode": "markers",
                        "name": "Phase Eleven",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:d267fa",
                        "ysrc": "jas_usc:304:e6dcca",
                        "zsrc": "jas_usc:304:8a3cfd",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "4c394a45-d368-47f0-af92-e4d3f4e4833d",
                        "mode": "markers",
                        "name": "Phase Twelve",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:05dc91",
                        "ysrc": "jas_usc:304:0dabec",
                        "zsrc": "jas_usc:304:79ced0",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "8a794bed-a99c-49f0-a2ce-4bc2a4b9152a",
                        "mode": "markers",
                        "name": "Phase Thirteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:ee88b2",
                        "ysrc": "jas_usc:304:d5de47",
                        "zsrc": "jas_usc:304:5a80b0",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "c10245e7-7e67-4189-adb0-68e4c58b57d3",
                        "mode": "markers",
                        "name": "Phase Fourteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:82cbd3",
                        "ysrc": "jas_usc:304:ed27a3",
                        "zsrc": "jas_usc:304:85b8d3",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "d779ced7-6d8b-4412-94c2-a09aa331b5f0",
                        "mode": "markers",
                        "name": "Phase Fifteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:c221e5",
                        "ysrc": "jas_usc:304:fef71c",
                        "zsrc": "jas_usc:304:950590",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "c3ba71c5-43d9-4fb2-be28-819ade0b861d",
                        "mode": "markers",
                        "name": "Phase Sixteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:fc178f",
                        "ysrc": "jas_usc:304:1c12ba",
                        "zsrc": "jas_usc:304:068451",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "f30056bb-abf1-477e-8ce0-f7de5d0aa651",
                        "mode": "markers",
                        "name": "Phase Seventeen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:bee406",
                        "ysrc": "jas_usc:304:c63402",
                        "zsrc": "jas_usc:304:f8cb7f",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "2e316ae3-1436-47fa-a351-204dadec4772",
                        "mode": "markers",
                        "name": "Phase Eighteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:05c552",
                        "ysrc": "jas_usc:304:4c0d6a",
                        "zsrc": "jas_usc:304:5df64f",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "4a84e2a5-c37f-42af-80cc-9464ffe480e7",
                        "mode": "markers",
                        "name": "Phase Nineteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:6e6f57",
                        "ysrc": "jas_usc:304:f02876",
                        "zsrc": "jas_usc:304:30c3ad",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "edc46f4e-fe0e-449f-989e-f05ab0b5feaf",
                        "mode": "markers",
                        "name": "Phase Twenty",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:304:025150",
                        "ysrc": "jas_usc:304:70b0cb",
                        "zsrc": "jas_usc:304:29f861",
                        "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: OSCILLATORY Trajectory (20x), PC 1-2-3"
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.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-18T02:42:52.590075Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rapid.dev.solutions/35.embed",
            "fid": "rapid.dev.solutions:35",
            "filename": "housing-data-waterfront",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/rapid.dev.solutions:35/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/rapid.dev.solutions:35/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/rapid.dev.solutions:35/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/rapid.dev.solutions:35/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rapid.dev.solutions:35",
                "plots": "https://api.plotly.com/v2/plots/rapid.dev.solutions:35",
                "parent": "https://api.plotly.com/v2/folders/home?user=rapid.dev.solutions"
            },
            "owner": "rapid.dev.solutions",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~rapid.dev.solutions/35/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:43:14.714Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rapid.dev.solutions/35/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)",
                            "width": 55
                        },
                        "mode": "scattermapbox",
                        "type": "scattermapbox",
                        "frame": null,
                        "latsrc": "rapid.dev.solutions:34:790ebd",
                        "lonsrc": "rapid.dev.solutions:34:520ffa",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)",
                            "sizesrc": "rapid.dev.solutions:34:b66995",
                            "sizemode": "area"
                        },
                        "subplot": "mapbox",
                        "textfont": {
                            "size": 55
                        }
                    }
                ],
                "layout": {
                    "font": {
                        "color": "black"
                    },
                    "title": "Highest Valued Outlier Properties (Waterfront)",
                    "legend": {
                        "font": {
                            "size": 8
                        }
                    },
                    "mapbox": {
                        "zoom": 11,
                        "style": "light",
                        "center": {
                            "lat": 35.25,
                            "lon": -80.1
                        },
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        }
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "mapType": "mapbox",
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rapid.dev.solutions",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.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": "2018-12-03 00:16:42",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rapid.dev.solutions",
                "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-18T02:41:27.337144Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jas_usc/299.embed",
            "fid": "jas_usc:299",
            "filename": "projection-matrix-Affs: CIRCLE Trajectory (20x), PC 1-2-3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jas_usc:299/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jas_usc:299/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jas_usc/299/8_YES15036M6U8YXP3P2CSH2JT3DO2YJ.png",
                "list-thumb": "https://api.plotly.com/v2/files/jas_usc:299/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jas_usc:299",
                "plots": "https://api.plotly.com/v2/plots/jas_usc:299",
                "parent": "https://api.plotly.com/v2/folders/jas_usc:223"
            },
            "owner": "jas_usc",
            "parent": 223,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "PC1 vs.PC2: CIRCLE Trajectory (20x), PC 1-2-3",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jas_usc/299/pc1-vspc2-circle-trajectory-20x-pc-1-2-3/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:41:52.173Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jas_usc/299/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9e37d3c2-d3be-41bf-9666-4104eed63c78",
                        "mode": "markers",
                        "name": "Phase One",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:07a6c5",
                        "ysrc": "jas_usc:300:5708b9",
                        "zsrc": "jas_usc:300:fd52b1",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "e8274015-9df2-4a41-b4c1-877c38d89d93",
                        "mode": "markers",
                        "name": "Phase Two",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:b4f552",
                        "ysrc": "jas_usc:300:43f2c9",
                        "zsrc": "jas_usc:300:2260a0",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "a6fbc705-b967-47cc-89b8-1c2e08e84a6a",
                        "mode": "markers",
                        "name": "Phase Three",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:b9604a",
                        "ysrc": "jas_usc:300:ce3b20",
                        "zsrc": "jas_usc:300:d73358",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "27ba0c0c-c178-4ee8-919c-737037e074dc",
                        "mode": "markers",
                        "name": "Phase Four",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:09bc7f",
                        "ysrc": "jas_usc:300:ab7b3b",
                        "zsrc": "jas_usc:300:83990f",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "6b945631-8cab-4ffd-bb05-3187b5809d57",
                        "mode": "markers",
                        "name": "Phase Five",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:7e312e",
                        "ysrc": "jas_usc:300:565a74",
                        "zsrc": "jas_usc:300:e4a5e6",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "a39a399c-3a66-42e3-be5e-8b7ffef11b65",
                        "mode": "markers",
                        "name": "Phase Six",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:32d68a",
                        "ysrc": "jas_usc:300:3b8291",
                        "zsrc": "jas_usc:300:e23a8c",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "cf5baa97-082d-4f74-a3ef-f1788c32ac93",
                        "mode": "markers",
                        "name": "Phase Seven",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:a8297e",
                        "ysrc": "jas_usc:300:8ad38c",
                        "zsrc": "jas_usc:300:126db0",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "8d808795-3abf-44e3-aeda-e8e4196142a6",
                        "mode": "markers",
                        "name": "Phase Eight",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:d7f825",
                        "ysrc": "jas_usc:300:28b5da",
                        "zsrc": "jas_usc:300:2a0d29",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "43d8ab4a-134b-4498-9224-72aaf652a7cd",
                        "mode": "markers",
                        "name": "Phase Nine",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:e94573",
                        "ysrc": "jas_usc:300:60ba1f",
                        "zsrc": "jas_usc:300:40b6bc",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "d36dcccb-a963-495e-a514-cfbe0638ccce",
                        "mode": "markers",
                        "name": "Phase Ten",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:dfa524",
                        "ysrc": "jas_usc:300:93a95b",
                        "zsrc": "jas_usc:300:6d8593",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#A0522D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "b1e88ed8-83bc-4cd1-adc0-0a706564cf42",
                        "mode": "markers",
                        "name": "Phase Eleven",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:63990d",
                        "ysrc": "jas_usc:300:0bb547",
                        "zsrc": "jas_usc:300:dcbafe",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "43076618-e5ce-4417-be2e-b03b4485c98c",
                        "mode": "markers",
                        "name": "Phase Twelve",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:fc0385",
                        "ysrc": "jas_usc:300:13bf5d",
                        "zsrc": "jas_usc:300:0f1e37",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "aa125e47-97dc-4b28-a680-8795e613b125",
                        "mode": "markers",
                        "name": "Phase Thirteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:9aba1f",
                        "ysrc": "jas_usc:300:af1f4a",
                        "zsrc": "jas_usc:300:3c3a3c",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "c1285141-0b1d-49d9-9adc-0c481faa0dd8",
                        "mode": "markers",
                        "name": "Phase Fourteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:5a5a3e",
                        "ysrc": "jas_usc:300:74e040",
                        "zsrc": "jas_usc:300:80a9d2",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "81b98518-c2b5-4f9a-932f-b3bf9f7891cd",
                        "mode": "markers",
                        "name": "Phase Fifteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:734a40",
                        "ysrc": "jas_usc:300:3c3092",
                        "zsrc": "jas_usc:300:642a93",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "c0ed67a5-01cb-4611-9b76-9adf2f09d8d3",
                        "mode": "markers",
                        "name": "Phase Sixteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:a1eb20",
                        "ysrc": "jas_usc:300:b260f5",
                        "zsrc": "jas_usc:300:44254b",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "9fa5d4e9-0d96-48cc-b5fb-a014ff07b7df",
                        "mode": "markers",
                        "name": "Phase Seventeen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:6b52cc",
                        "ysrc": "jas_usc:300:2c3d5c",
                        "zsrc": "jas_usc:300:0909de",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "f223840b-855b-40f2-8fa4-30029805a27e",
                        "mode": "markers",
                        "name": "Phase Eighteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:c4782e",
                        "ysrc": "jas_usc:300:0f6948",
                        "zsrc": "jas_usc:300:589a52",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "a86997d8-edee-4b78-ad59-8b05f704e0bb",
                        "mode": "markers",
                        "name": "Phase Nineteen",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:d992f5",
                        "ysrc": "jas_usc:300:73fd0a",
                        "zsrc": "jas_usc:300:b1918a",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "bba1f75e-5b73-43a6-8cc1-04474b87906e",
                        "mode": "markers",
                        "name": "Phase Twenty",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:300:bc64ee",
                        "ysrc": "jas_usc:300:3406a2",
                        "zsrc": "jas_usc:300:6d85d3",
                        "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 (20x), PC 1-2-3"
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.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-18T02:40:29.175212Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rapid.dev.solutions/33.embed",
            "fid": "rapid.dev.solutions:33",
            "filename": "mapbox-basic",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/rapid.dev.solutions:33/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/rapid.dev.solutions:33/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/rapid.dev.solutions:33/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/rapid.dev.solutions:33/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rapid.dev.solutions:33",
                "plots": "https://api.plotly.com/v2/plots/rapid.dev.solutions:33",
                "parent": "https://api.plotly.com/v2/folders/home?user=rapid.dev.solutions"
            },
            "owner": "rapid.dev.solutions",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~rapid.dev.solutions/33/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:40:29.186Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rapid.dev.solutions/33/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)",
                            "width": 2
                        },
                        "mode": "lines",
                        "type": "scattermapbox",
                        "frame": null,
                        "latsrc": "rapid.dev.solutions:32:1e2405",
                        "lonsrc": "rapid.dev.solutions:32:c10f64",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)",
                            "sizesrc": "rapid.dev.solutions:32:8731f3",
                            "sizemode": "area"
                        },
                        "subplot": "mapbox",
                        "textfont": {
                            "size": 2
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "lines",
                        "type": "scattermapbox",
                        "frame": null,
                        "latsrc": "rapid.dev.solutions:32:52454d",
                        "lonsrc": "rapid.dev.solutions:32:8efee0",
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "color": "rgba(255,127,14,1)"
                        },
                        "subplot": "mapbox"
                    }
                ],
                "layout": {
                    "mapbox": {
                        "zoom": 0,
                        "center": {
                            "lat": 68.3055191040039,
                            "lon": -87.0182113647461
                        },
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        }
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "mapType": "mapbox",
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rapid.dev.solutions",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.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": "2018-12-03 00:16:42",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rapid.dev.solutions",
                "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-18T02:39:16.855435Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Pawan_Dragneel/0.embed",
            "fid": "Pawan_Dragneel:0",
            "filename": "basic histogram",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Pawan_Dragneel:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Pawan_Dragneel/0/2_FF6B525LTELITLPP4C8PYGJIKJJE7C.png",
                "block-thumb": "https://api.plotly.com/v2/files/Pawan_Dragneel:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Pawan_Dragneel:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Pawan_Dragneel:0",
                "plots": "https://api.plotly.com/v2/plots/Pawan_Dragneel:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=Pawan_Dragneel"
            },
            "owner": "Pawan_Dragneel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Pawan_Dragneel/0/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:41:30.146Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Pawan_Dragneel/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "24c76e54-1116-4e6d-a798-810c75ff755e",
                        "type": "histogram",
                        "xsrc": "Pawan_Dragneel:1:e043d8"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Pawan_Dragneel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/77.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 02:31:00",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Pawan_Dragneel",
                "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-18T02:38:41.463482Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~fanyi/42.embed",
            "fid": "fanyi:42",
            "filename": "basic-scatter",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/fanyi:42/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/fanyi:42/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/fanyi:42/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/fanyi:42/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/fanyi:42",
                "plots": "https://api.plotly.com/v2/plots/fanyi:42",
                "parent": "https://api.plotly.com/v2/folders/home?user=fanyi"
            },
            "owner": "fanyi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~fanyi/42/",
            "world_readable": true,
            "date_modified": "2019-06-25T19:17:09.772Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~fanyi/42/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "93bdc186-c5be-415a-bd4e-f2157e337212",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "fanyi:43:bb4a5f",
                        "ysrc": "fanyi:43:250bbc"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~fanyi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-03 22:04:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "fanyi",
                "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-18T02:36:00.913521Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN/14.embed",
            "fid": "BLINGBLINGBEAN:14",
            "filename": "LFDA_LDA_Cluster12",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/BLINGBLINGBEAN:14/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/BLINGBLINGBEAN:14/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/BLINGBLINGBEAN/14/8_3HU8D3XP1LGYJCFP197HTDPEAIS38U.png",
                "list-thumb": "https://api.plotly.com/v2/files/BLINGBLINGBEAN:14/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/BLINGBLINGBEAN:14",
                "plots": "https://api.plotly.com/v2/plots/BLINGBLINGBEAN:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=BLINGBLINGBEAN"
            },
            "owner": "BLINGBLINGBEAN",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN/14/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:48:13.566Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "99bd17ce-0242-4048-99bf-53b6247ac243",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "BLINGBLINGBEAN:15:9242c9",
                        "ysrc": "BLINGBLINGBEAN:15:c1b1c4",
                        "zsrc": "BLINGBLINGBEAN:15:7916a2",
                        "marker": {
                            "line": {
                                "color": "#6bff6b",
                                "width": 0.5
                            },
                            "size": 3,
                            "color": "#6bff6b",
                            "opacity": 1
                        }
                    },
                    {
                        "uid": "124ef1f8-a8fc-468b-8bcb-25f66768196b",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "BLINGBLINGBEAN:15:72bf1a",
                        "ysrc": "BLINGBLINGBEAN:15:76ddad",
                        "zsrc": "BLINGBLINGBEAN:15:5b557b",
                        "marker": {
                            "line": {
                                "color": "#FF6B6B",
                                "width": 0.5
                            },
                            "size": 3,
                            "color": "#FF6B6B",
                            "opacity": 1
                        }
                    },
                    {
                        "uid": "4bfbdcbf-6f8c-4dc8-af39-984967059d2f",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "BLINGBLINGBEAN:15:ff9474",
                        "ysrc": "BLINGBLINGBEAN:15:362ea7",
                        "zsrc": "BLINGBLINGBEAN:15:d13d0c",
                        "marker": {
                            "line": {
                                "color": "#4ECDC4",
                                "width": 0.5
                            },
                            "size": 3,
                            "color": "#4ECDC4",
                            "opacity": 1
                        }
                    },
                    {
                        "uid": "e15b568a-7f07-4090-a6b8-2268e4905b7f",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "BLINGBLINGBEAN:15:2e31b9",
                        "ysrc": "BLINGBLINGBEAN:15:ff0253",
                        "zsrc": "BLINGBLINGBEAN:15:11693d",
                        "marker": {
                            "line": {
                                "color": "#556270",
                                "width": 0.5
                            },
                            "size": 3,
                            "color": "#556270",
                            "opacity": 1
                        }
                    },
                    {
                        "uid": "48899c34-e081-4de2-88a9-28ab8a5422cf",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "BLINGBLINGBEAN:15:2a7dc1",
                        "ysrc": "BLINGBLINGBEAN:15:294acd",
                        "zsrc": "BLINGBLINGBEAN:15:5284eb",
                        "marker": {
                            "line": {
                                "color": "#6bb5ff",
                                "width": 0.5
                            },
                            "size": 3,
                            "color": "#6bb5ff",
                            "opacity": 1
                        }
                    },
                    {
                        "uid": "5252ee18-16b3-457b-8033-b07b921a5038",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "BLINGBLINGBEAN:15:84d13a",
                        "ysrc": "BLINGBLINGBEAN:15:d26b59",
                        "zsrc": "BLINGBLINGBEAN:15:c17980",
                        "marker": {
                            "line": {
                                "color": "#EB6841",
                                "width": 0.5
                            },
                            "size": 3,
                            "color": "#EB6841",
                            "opacity": 1
                        }
                    },
                    {
                        "uid": "ce9ddf79-c658-4796-8019-8f2564ce3dd7",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "BLINGBLINGBEAN:15:8a8498",
                        "ysrc": "BLINGBLINGBEAN:15:6e4083",
                        "zsrc": "BLINGBLINGBEAN:15:f50f53",
                        "marker": {
                            "line": {
                                "color": "#EDC951",
                                "width": 0.5
                            },
                            "size": 3,
                            "color": "#EDC951",
                            "opacity": 1
                        }
                    }
                ],
                "layout": {
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.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-05-15 05:56:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "BLINGBLINGBEAN",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}