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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE4KzAzJTNBMTglM0E1MS4wOTczNDQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswMyUzQTMyJTNBMzUuNTg2ODkzJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-18T03:32:35.586893Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~manikkalra/26.embed",
            "fid": "manikkalra:26",
            "filename": "plot from API (11)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/manikkalra:26/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/manikkalra/26/2_6G66JKYTYEI1AQHJM71E7890TRRJDN.png",
                "block-thumb": "https://api.plotly.com/v2/files/manikkalra:26/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/manikkalra:26/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/manikkalra:26",
                "plots": "https://api.plotly.com/v2/plots/manikkalra:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=manikkalra"
            },
            "owner": "manikkalra",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Volume",
            "views": 1,
            "web_url": "https://plotly.com/~manikkalra/26/volume/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:32:36.075Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~manikkalra/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "04dbc8f7-459e-4d44-a922-2a75472aa73a",
                        "type": "candlestick",
                        "xsrc": "manikkalra:27:dd030e",
                        "lowsrc": "manikkalra:27:501fa9",
                        "highsrc": "manikkalra:27:3e4713",
                        "opensrc": "manikkalra:27:ed8f1f",
                        "closesrc": "manikkalra:27:e1ea5d"
                    },
                    {
                        "uid": "055a1c6f-3bcb-445d-ae56-45afb43c7ac2",
                        "name": "Volume",
                        "type": "bar",
                        "xsrc": "manikkalra:27:dd030e",
                        "ysrc": "manikkalra:27:0be126",
                        "yaxis": "y",
                        "marker": {
                            "colorsrc": "manikkalra:27:8a02af"
                        }
                    }
                ],
                "layout": {
                    "xaxis": {
                        "rangeslider": {
                            "visible": false
                        }
                    },
                    "plot_bgcolor": "rgb(0,0,0)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~manikkalra",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 21:53:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "manikkalra",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:32:27.070163Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jic198/32.embed",
            "fid": "jic198:32",
            "filename": "plot from API (11)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jic198:32/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jic198:32/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jic198:32/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jic198:32/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jic198:32",
                "plots": "https://api.plotly.com/v2/plots/jic198:32",
                "parent": "https://api.plotly.com/v2/folders/home?user=jic198"
            },
            "owner": "jic198",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Estimated number of clusters: 3",
            "views": 2,
            "web_url": "https://plotly.com/~jic198/32/estimated-number-of-clusters-3/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:32:27.563Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jic198/32/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a4a4734b-e01b-43ff-956f-62f74b5987da",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:33:f3956b",
                        "ysrc": "jic198:33:a2d68b",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(158, 1, 66)"
                        }
                    },
                    {
                        "uid": "e9864681-7159-4e0a-941f-80b4d9beefdd",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:33:70e9bb",
                        "ysrc": "jic198:33:c21ade",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 6,
                            "color": "rgb(158, 1, 66)"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Estimated number of clusters: 3"
                    },
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jic198",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-28 20:29:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jic198",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:31:41.527323Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jic198/30.embed",
            "fid": "jic198:30",
            "filename": "plot from API (10)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jic198:30/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jic198/30/2_IC2Y4FB22PCQRA38IO3Z5QGDX5VFFS.png",
                "block-thumb": "https://api.plotly.com/v2/files/jic198:30/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jic198:30/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jic198:30",
                "plots": "https://api.plotly.com/v2/plots/jic198:30",
                "parent": "https://api.plotly.com/v2/folders/home?user=jic198"
            },
            "owner": "jic198",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Estimated number of clusters: 3",
            "views": 7,
            "web_url": "https://plotly.com/~jic198/30/estimated-number-of-clusters-3/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:31:42.027Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jic198/30/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8ad1fa28-a2cb-44f7-84c5-82e8368c60c9",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:31:97aec1",
                        "ysrc": "jic198:31:de66e7",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(158, 1, 66)"
                        }
                    },
                    {
                        "uid": "e4f78b41-575f-4f9c-9ab2-48bd94609394",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:31:0241a5",
                        "ysrc": "jic198:31:6ef704",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 6,
                            "color": "rgb(158, 1, 66)"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Estimated number of clusters: 3"
                    },
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jic198",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-28 20:29:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jic198",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:31:13.097086Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jic198/28.embed",
            "fid": "jic198:28",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jic198:28/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jic198:28/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jic198:28/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jic198:28/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jic198:28",
                "plots": "https://api.plotly.com/v2/plots/jic198:28",
                "parent": "https://api.plotly.com/v2/folders/home?user=jic198"
            },
            "owner": "jic198",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Estimated number of clusters: 3",
            "views": 1,
            "web_url": "https://plotly.com/~jic198/28/estimated-number-of-clusters-3/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:31:13.568Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jic198/28/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "3db97383-b75f-4aa7-a5c9-1210acb44b71",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:29:d625d4",
                        "ysrc": "jic198:29:bf42ba",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(158, 1, 66)"
                        }
                    },
                    {
                        "uid": "96312edd-b17f-4037-a29a-37f536ad4bf3",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:29:74237a",
                        "ysrc": "jic198:29:92ca7c",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 6,
                            "color": "rgb(158, 1, 66)"
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "a837795f-6a87-444e-8609-b8df9e7eb418",
                        "mode": "markers",
                        "type": "scatter",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "black"
                        }
                    },
                    {
                        "uid": "3aa92f9e-2c31-4337-926c-b60775378c4b",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:29:e0ee88",
                        "ysrc": "jic198:29:8490c8",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 6,
                            "color": "black"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Estimated number of clusters: 3"
                    },
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jic198",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-28 20:29:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jic198",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:29:47.583894Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jkulp/10.embed",
            "fid": "jkulp:10",
            "filename": "plot from API (5)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jkulp:10/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jkulp/10/2_JZZEWP2HDVTQISXAYMCN2J0J6P8EUY.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jkulp/10/8_9CUE59LK5XJQWJLTF8267AYZG0O9HS.png",
                "list-thumb": "https://api.plotly.com/v2/files/jkulp:10/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jkulp:10",
                "plots": "https://api.plotly.com/v2/plots/jkulp:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=jkulp"
            },
            "owner": "jkulp",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 5,
            "web_url": "https://plotly.com/~jkulp/10/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:29:48.055Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jkulp/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "0cd9db95-0f81-4113-b780-0abd935dcf73",
                        "type": "pie",
                        "labelssrc": "jkulp:11:ed7b01",
                        "valuessrc": "jkulp:11:f440cd"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jkulp",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 02:48:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jkulp",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:29:30.107671Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jkulp/8.embed",
            "fid": "jkulp:8",
            "filename": "plot from API (4)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jkulp:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jkulp/8/2_QD4TIHDQXJ2SCAGRN9VN7I2URICNJZ.png",
                "block-thumb": "https://api.plotly.com/v2/files/jkulp:8/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jkulp:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jkulp:8",
                "plots": "https://api.plotly.com/v2/plots/jkulp:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=jkulp"
            },
            "owner": "jkulp",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~jkulp/8/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:29:30.686Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jkulp/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6aa5a765-6abf-487a-88bf-0581caa1cc60",
                        "type": "pie",
                        "labelssrc": "jkulp:9:048043",
                        "valuessrc": "jkulp:9:4060a6"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jkulp",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 02:48:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jkulp",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:23:18.437016Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~SubhoShankarBasu/31.embed",
            "fid": "SubhoShankarBasu:31",
            "filename": "UL_DL_latency_redo",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/SubhoShankarBasu:31/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/SubhoShankarBasu/31/2_EAQWBUSNF6HE0HKBN31U4M3L3HGNJ0.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SubhoShankarBasu/31/8_M8TH3Z9LGNFK5W28Q2L5LEZCWY4LUJ.png",
                "list-thumb": "https://api.plotly.com/v2/files/SubhoShankarBasu:31/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SubhoShankarBasu:31",
                "plots": "https://api.plotly.com/v2/plots/SubhoShankarBasu:31",
                "parent": "https://api.plotly.com/v2/folders/home?user=SubhoShankarBasu"
            },
            "owner": "SubhoShankarBasu",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~SubhoShankarBasu/31/",
            "world_readable": true,
            "date_modified": "2019-06-19T08:30:13.779Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~SubhoShankarBasu/31/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "name": "0 dB",
                        "type": "scatter",
                        "xsrc": "SubhoShankarBasu:30:8982a1",
                        "ysrc": "SubhoShankarBasu:30:ab3226"
                    },
                    {
                        "mode": "lines",
                        "name": "30 dB",
                        "type": "scatter",
                        "xsrc": "SubhoShankarBasu:30:8982a1",
                        "ysrc": "SubhoShankarBasu:30:d7be4b",
                        "stackgroup": null
                    },
                    {
                        "mode": "lines",
                        "name": "60 dB",
                        "type": "scatter",
                        "xsrc": "SubhoShankarBasu:30:8982a1",
                        "ysrc": "SubhoShankarBasu:30:89fff6",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            8,
                            512
                        ],
                        "title": {
                            "text": "DL data size (bytes)"
                        },
                        "mirror": "ticks",
                        "nticks": 8,
                        "showgrid": true,
                        "showline": true,
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": true,
                        "linecolor": "rgb(1, 10, 26)",
                        "linewidth": 1,
                        "automargin": true,
                        "showspikes": false,
                        "exponentformat": "SI",
                        "showticklabels": true,
                        "separatethousands": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.1477976533055555,
                            4.0134973308055555
                        ],
                        "title": {
                            "text": "Average latency (seconds)"
                        },
                        "mirror": "ticks",
                        "nticks": 11,
                        "showgrid": true,
                        "showline": true,
                        "zeroline": false,
                        "autorange": true,
                        "linecolor": "rgb(1, 10, 26)",
                        "linewidth": 1,
                        "automargin": true,
                        "exponentformat": "B",
                        "separatethousands": false
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~SubhoShankarBasu",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/92.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2016-11-20 23:17:57",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SubhoShankarBasu",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:21:23.144678Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~elieyachoui/8.embed",
            "fid": "elieyachoui:8",
            "filename": "pandas-bar-chart",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/elieyachoui:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/elieyachoui:8/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/elieyachoui:8/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/elieyachoui:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/elieyachoui:8",
                "plots": "https://api.plotly.com/v2/plots/elieyachoui:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=elieyachoui"
            },
            "owner": "elieyachoui",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~elieyachoui/8/",
            "world_readable": true,
            "date_modified": "2019-06-21T18:55:47.990Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~elieyachoui/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1c5e2cb6-f46a-4803-b847-7518174974c2",
                        "type": "bar",
                        "xsrc": "elieyachoui:9:2bb374",
                        "ysrc": "elieyachoui:9:662c5c"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~elieyachoui",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.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-13 02:32:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "elieyachoui",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:19:09.980804Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~ampersandamper/23.embed",
            "fid": "ampersandamper:23",
            "filename": "Plot 23",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ampersandamper:23/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ampersandamper:23/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ampersandamper/23/8_9SHMDJSDGEVQD6J3NFNDC9ZZ2Y44Z0.png",
                "list-thumb": "https://api.plotly.com/v2/files/ampersandamper:23/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ampersandamper:23",
                "plots": "https://api.plotly.com/v2/plots/ampersandamper:23",
                "parent": "https://api.plotly.com/v2/folders/home?user=ampersandamper"
            },
            "owner": "ampersandamper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~ampersandamper/23/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:19:09.995Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~ampersandamper/23/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "ampersandamper:22:f708c5",
                        "ysrc": "ampersandamper:22:4d2fcc",
                        "marker": {
                            "colorsrc": "ampersandamper:22:4d2fcc",
                            "colorscale": [
                                [
                                    0,
                                    "#0d0887"
                                ],
                                [
                                    0.1111111111111111,
                                    "#46039f"
                                ],
                                [
                                    0.2222222222222222,
                                    "#7201a8"
                                ],
                                [
                                    0.3333333333333333,
                                    "#9c179e"
                                ],
                                [
                                    0.4444444444444444,
                                    "#bd3786"
                                ],
                                [
                                    0.5555555555555556,
                                    "#d8576b"
                                ],
                                [
                                    0.6666666666666666,
                                    "#ed7953"
                                ],
                                [
                                    0.7777777777777778,
                                    "#fb9f3a"
                                ],
                                [
                                    0.8888888888888888,
                                    "#fdca26"
                                ],
                                [
                                    1,
                                    "#f0f921"
                                ]
                            ],
                            "reversescale": true
                        },
                        "orientation": "v",
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": " "
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "1988-06-22 12:00",
                            "1994-06-15 12:00"
                        ],
                        "title": {
                            "text": " "
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            5,
                            15
                        ],
                        "title": {
                            "text": " "
                        },
                        "autorange": false
                    },
                    "margin": {
                        "b": 50,
                        "l": 0,
                        "r": 20,
                        "t": 100
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~ampersandamper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-10-22 13:36:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ampersandamper",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:18:51.097344Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jas_usc/327.embed",
            "fid": "jas_usc:327",
            "filename": "projection-matrix-Affs: OSCILLATORY Trajectory (10x), PC 1-2-3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jas_usc/327/9_NLD68CEU7GKCU4X7US3162A025RYYR.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jas_usc:327/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jas_usc/327/8_AWGMMD9QFL3R1B5SHJWI8M43EJ04AM.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jas_usc/327/9_NLD68CEU7GKCU4X7US3162A025RYYR.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jas_usc:327",
                "plots": "https://api.plotly.com/v2/plots/jas_usc:327",
                "parent": "https://api.plotly.com/v2/folders/jas_usc:235"
            },
            "owner": "jas_usc",
            "parent": 235,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "PC1 vs.PC2: OSCILLATORY Trajectory (10x), PC 1-2-3",
            "views": 0,
            "web_url": "https://plotly.com/~jas_usc/327/pc1-vspc2-oscillatory-trajectory-10x-pc-1-2-3/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:19:01.715Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jas_usc/327/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "04a3feff-2a04-4ec0-8da1-68a5096eaa39",
                        "mode": "markers",
                        "name": "Phase One",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:328:092aa8",
                        "ysrc": "jas_usc:328:6ca45f",
                        "zsrc": "jas_usc:328:c7a559",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "ba18d067-4ef3-41e9-b702-0a7518da5136",
                        "mode": "markers",
                        "name": "Phase Two",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:328:521869",
                        "ysrc": "jas_usc:328:f7af2b",
                        "zsrc": "jas_usc:328:ea1b25",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "86f2fe54-bd2e-4187-b04a-b0f19162c2c2",
                        "mode": "markers",
                        "name": "Phase Three",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:328:d733dd",
                        "ysrc": "jas_usc:328:9e266f",
                        "zsrc": "jas_usc:328:c2a932",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "6299f243-5aed-42da-973d-b344aad77048",
                        "mode": "markers",
                        "name": "Phase Four",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:328:548b28",
                        "ysrc": "jas_usc:328:659f79",
                        "zsrc": "jas_usc:328:c0d196",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "34c41736-f86b-445b-902f-46d66342fbae",
                        "mode": "markers",
                        "name": "Phase Five",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:328:496014",
                        "ysrc": "jas_usc:328:76e150",
                        "zsrc": "jas_usc:328:738e6c",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "48ad0288-442b-49ab-a553-04bb755b8ee0",
                        "mode": "markers",
                        "name": "Phase Six",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:328:202cc8",
                        "ysrc": "jas_usc:328:7159b8",
                        "zsrc": "jas_usc:328:27798a",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "82b021d3-e805-45dd-8bb3-fd67b01824c8",
                        "mode": "markers",
                        "name": "Phase Seven",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:328:89c031",
                        "ysrc": "jas_usc:328:0e7ba9",
                        "zsrc": "jas_usc:328:36a7f8",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "a6e537dc-2d71-4c56-8a35-22cc55a6721d",
                        "mode": "markers",
                        "name": "Phase Eight",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:328:ec0ebf",
                        "ysrc": "jas_usc:328:24d9f7",
                        "zsrc": "jas_usc:328:4467da",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "c3910d13-8409-4e2a-a435-69e013995896",
                        "mode": "markers",
                        "name": "Phase Nine",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:328:b3f47b",
                        "ysrc": "jas_usc:328:06831d",
                        "zsrc": "jas_usc:328:b790cc",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.5
                        }
                    },
                    {
                        "uid": "3db25046-1d64-4af9-8559-8de8cee75c11",
                        "mode": "markers",
                        "name": "Phase Ten",
                        "type": "scatter3d",
                        "xsrc": "jas_usc:328:fd107b",
                        "ysrc": "jas_usc:328:79539f",
                        "zsrc": "jas_usc:328:104ef9",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#A0522D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "fccaf89a-ebea-48ab-8d57-cd7dac60a904",
                        "mode": "markers",
                        "name": "Phase Eleven",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "7d6441e7-3183-47f0-9107-8c41f433e75c",
                        "mode": "markers",
                        "name": "Phase Twelve",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "fd72b150-439b-461d-aff7-56f9a68d77d9",
                        "mode": "markers",
                        "name": "Phase Thirteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "f78536be-1d1e-44d2-a0f8-eb4d68dccb5d",
                        "mode": "markers",
                        "name": "Phase Fourteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "2db40f5a-2d4f-4ca8-ae1b-d61d7e296610",
                        "mode": "markers",
                        "name": "Phase Fifteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "19da8f0d-cc91-4718-ae59-2b79625ce9c9",
                        "mode": "markers",
                        "name": "Phase Sixteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "09eb5651-b2f0-4cbd-ad27-14f68b99d3f4",
                        "mode": "markers",
                        "name": "Phase Seventeen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "f237e0c5-1799-4a1b-bcdf-cdd780332d1d",
                        "mode": "markers",
                        "name": "Phase Eighteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "34c847e6-6361-4a5a-88ff-7fb87fb3e3a1",
                        "mode": "markers",
                        "name": "Phase Nineteen",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.5
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "z": [],
                        "uid": "6d9661b5-df3a-4bf0-b128-afab08d9be43",
                        "mode": "markers",
                        "name": "Phase Twenty",
                        "type": "scatter3d",
                        "marker": {
                            "line": {
                                "width": 0.1
                            },
                            "size": 12,
                            "color": "#A0522D",
                            "opacity": 0.5
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": {
                                "text": "PC1"
                            }
                        },
                        "yaxis": {
                            "title": {
                                "text": "PC2"
                            }
                        },
                        "zaxis": {
                            "title": {
                                "text": "PC3"
                            }
                        }
                    },
                    "title": {
                        "text": "PC1 vs.PC2: OSCILLATORY Trajectory (10x), PC 1-2-3"
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jas_usc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-11-09 00:19:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jas_usc",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}