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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE2JTNBMTYlM0ExMC43NzczMDElMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNiUzQTIwJTNBNDAuMTQxODYxJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T16:20:40.141861Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67084.embed",
            "fid": "amper:67084",
            "filename": "06-16-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67084/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67084/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67084/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67084/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67084",
                "plots": "https://api.plotly.com/v2/plots/amper:67084",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-16-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67084/_06-16-19-ds-1642-alg-5421-param-1250-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:20:41.324Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67084/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f9a35594-c104-47ad-a747-d3731ae5419f",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:67085:b9f91a",
                        "ysrc": "amper:67085:aea9e0",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    }
                ],
                "layout": {
                    "title": "06-16-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "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-17T16:20:25.884538Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~luismigaray/3.embed",
            "fid": "luismigaray:3",
            "filename": "Distribución del sentimiento de los tweets con menor popularidad",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/luismigaray:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/luismigaray/3/2_NX1TI0QFCPXLK4OTF1SBE7EISC8OYH.png",
                "block-thumb": "https://api.plotly.com/v2/files/luismigaray:3/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/luismigaray:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/luismigaray:3",
                "plots": "https://api.plotly.com/v2/plots/luismigaray:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=luismigaray"
            },
            "owner": "luismigaray",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Distribución del sentimiento de los tweets con menor popularidad",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~luismigaray/3/distribucion-del-sentimiento-de-los-tweets-con-menor-popularidad/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:20:26.357Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~luismigaray/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "19857f77-7bde-45c7-bda5-19031d29f3da",
                        "name": "Sentiment",
                        "text": "",
                        "type": "bar",
                        "xsrc": "luismigaray:4:b66ab0",
                        "ysrc": "luismigaray:4:a28f7d",
                        "marker": {
                            "line": {
                                "color": "rgba(226, 74, 51, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(226, 74, 51, 0.6)"
                        },
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#151516"
                        },
                        "text": "Distribución del sentimiento de los tweets con menor popularidad"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#666666"
                            },
                            "text": "Sentimiento"
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#666666"
                        },
                        "gridcolor": "#F6F6F6",
                        "zerolinecolor": "#F6F6F6"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#666666"
                            },
                            "text": "Número "
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#666666"
                        },
                        "gridcolor": "#F6F6F6",
                        "zerolinecolor": "#F6F6F6"
                    },
                    "legend": {
                        "font": {
                            "color": "#666666"
                        },
                        "bgcolor": "#FFFFFF"
                    },
                    "plot_bgcolor": "#E5E5E5",
                    "paper_bgcolor": "#FFFFFF"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~luismigaray",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.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-17 10:11:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "luismigaray",
                "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-17T16:20:14.169180Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67082.embed",
            "fid": "amper:67082",
            "filename": "06-15-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67082/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67082/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67082/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67082/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67082",
                "plots": "https://api.plotly.com/v2/plots/amper:67082",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-15-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67082/_06-15-19-ds-1642-alg-5421-param-1250-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:20:15.423Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67082/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c57e2277-f5ad-4685-928f-fc11719eefde",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:67083:275af7",
                        "ysrc": "amper:67083:777ea5",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    },
                    {
                        "uid": "0c45b7a2-acdf-4ca0-8c3c-006e75eb8225",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67083:275af7",
                        "ysrc": "amper:67083:1335ad",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "a879cbcc-28a0-4058-8d59-b48c2e2bb3b5",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67083:275af7",
                        "ysrc": "amper:67083:45a4c1",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "06-15-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "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-17T16:19:44.763466Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67080.embed",
            "fid": "amper:67080",
            "filename": "06-14-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/amper/67080/9_OYYJF7CVIRCNAEJWLZIWKDJ4OY6EEK.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/amper/67080/2_3Z6YM6AS9CEVTCO6EXUYFEFG2CH425.png",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67080/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/67080/9_OYYJF7CVIRCNAEJWLZIWKDJ4OY6EEK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67080",
                "plots": "https://api.plotly.com/v2/plots/amper:67080",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-14-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67080/_06-14-19-ds-1642-alg-5421-param-1250-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:19:46.841Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67080/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "3fb86db2-fb9b-4f8a-96b3-e13744cbce38",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67081:3baaa2",
                        "ysrc": "amper:67081:878708",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "4bf75abe-326b-455c-bd19-99b6b424fba9",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67081:3baaa2",
                        "ysrc": "amper:67081:91206b",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "d7d5db19-4ba0-47a7-9243-40270ca7bb81",
                        "mode": "lines",
                        "name": "Other",
                        "type": "scattergl",
                        "xsrc": "amper:67081:3baaa2",
                        "ysrc": "amper:67081:379965",
                        "marker": {
                            "line": {
                                "color": "rgb(169,169,169)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(169,169,169)"
                        }
                    }
                ],
                "layout": {
                    "title": "06-14-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "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-17T16:19:37.029399Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~SPAddict25/22.embed",
            "fid": "SPAddict25:22",
            "filename": "cf-simple-line",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/22/9_C4P4HEQ4X6OLAKXP34P6FAH3HDXUBW.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/SPAddict25:22/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/22/8_OJ0KUU8ZH5HHANLDLJP1M3ZLM6OQK5.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/22/9_C4P4HEQ4X6OLAKXP34P6FAH3HDXUBW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SPAddict25:22",
                "plots": "https://api.plotly.com/v2/plots/SPAddict25:22",
                "parent": "https://api.plotly.com/v2/folders/home?user=SPAddict25"
            },
            "owner": "SPAddict25",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Market",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~SPAddict25/22/market/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:22:20.441Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~SPAddict25/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "0a52b46f-eb44-4880-a2e2-914975f763a0",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Gbl Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:23:2cf7d9",
                        "ysrc": "SPAddict25:23:54e57f"
                    },
                    {
                        "uid": "f74b7fcb-d556-4f90-b068-72217266377b",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Asia Mkt",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:23:2cf7d9",
                        "ysrc": "SPAddict25:23:520e03"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "text": "Market"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~SPAddict25",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-13 18:07:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SPAddict25",
                "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-17T16:18:33.184240Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kylejscampbell/2.embed",
            "fid": "kylejscampbell:2",
            "filename": "Point Like",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/kylejscampbell:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kylejscampbell/2/2_3V3RSBOCJ6GUXCGTTXDFHVT6DEC6DX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kylejscampbell/2/8_1TABT9FLSV1NRV5LBYXRNR6UTVX7K3.png",
                "list-thumb": "https://api.plotly.com/v2/files/kylejscampbell:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kylejscampbell:2",
                "plots": "https://api.plotly.com/v2/plots/kylejscampbell:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=kylejscampbell"
            },
            "owner": "kylejscampbell",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~kylejscampbell/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:42:29.483Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kylejscampbell/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "smoothing": 0.9
                        },
                        "mode": "markers",
                        "type": "contour",
                        "xsrc": "kylejscampbell:0:71a90e",
                        "ysrc": "kylejscampbell:0:575def",
                        "zsrc": "kylejscampbell:0:5524d1",
                        "zauto": true,
                        "contours": {
                            "end": 3.2,
                            "size": 0.1,
                            "type": "levels",
                            "start": 0.6000000000000001,
                            "coloring": "heatmap",
                            "showlabels": false
                        },
                        "ncontours": 14,
                        "showscale": true,
                        "colorscale": [
                            [
                                0,
                                "#fff7ec"
                            ],
                            [
                                0.125,
                                "#fee8c8"
                            ],
                            [
                                0.25,
                                "#fdd49e"
                            ],
                            [
                                0.375,
                                "#fdbb84"
                            ],
                            [
                                0.5,
                                "#fc8d59"
                            ],
                            [
                                0.625,
                                "#ef6548"
                            ],
                            [
                                0.75,
                                "#d7301f"
                            ],
                            [
                                0.875,
                                "#b30000"
                            ],
                            [
                                1,
                                "#7f0000"
                            ]
                        ],
                        "autocontour": false,
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Electric Potential for Point Like Terminals"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            2
                        ],
                        "title": {
                            "text": "x Position"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            1,
                            9
                        ],
                        "title": {
                            "text": "y Position"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kylejscampbell",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/36.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 15:53:51",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kylejscampbell",
                "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-17T16:17:51.001037Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jas_usc/287.embed",
            "fid": "jas_usc:287",
            "filename": "projection-matrix-Affs: LINE Trajectory (20x)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jas_usc/287/9_1X4R78LUEZ8EQBHKNGNH6R5W4U287I.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jas_usc:287/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jas_usc/287/8_ZKNYE8WVT2GCK5E91D7GVHL3LGMNC5.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jas_usc/287/9_1X4R78LUEZ8EQBHKNGNH6R5W4U287I.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jas_usc:287",
                "plots": "https://api.plotly.com/v2/plots/jas_usc:287",
                "parent": "https://api.plotly.com/v2/folders/jas_usc:230"
            },
            "owner": "jas_usc",
            "parent": 230,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "PC1 vs.PC2: LINE Trajectory (20x)",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jas_usc/287/pc1-vspc2-line-trajectory-20x/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:18:01.195Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jas_usc/287/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f8dbab4d-af62-45b1-b9c5-d5ba21592269",
                        "mode": "markers",
                        "name": "Phase One",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:f17ae1",
                        "ysrc": "jas_usc:288:c3c708",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "44f62273-f6df-4633-acad-803164e7d093",
                        "mode": "markers",
                        "name": "Phase Two",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:08206f",
                        "ysrc": "jas_usc:288:dad1c7",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "624b3426-ae54-4d31-9383-b76e33ef6bad",
                        "mode": "markers",
                        "name": "Phase Three",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:6a63b8",
                        "ysrc": "jas_usc:288:2c5170",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "69857fcb-5068-4ef6-975d-6728e9a59933",
                        "mode": "markers",
                        "name": "Phase Four",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:352237",
                        "ysrc": "jas_usc:288:c2df31",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "00291c1b-a487-4b90-9cf9-19155ab67aff",
                        "mode": "markers",
                        "name": "Phase Five",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:ac7ab7",
                        "ysrc": "jas_usc:288:27be6b",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "cbce6e80-f308-4864-801e-b1b30e80608e",
                        "mode": "markers",
                        "name": "Phase Six",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:6f8c6a",
                        "ysrc": "jas_usc:288:26440e",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "570b6f64-6edb-4d88-938c-1a01e653401b",
                        "mode": "markers",
                        "name": "Phase Seven",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:833199",
                        "ysrc": "jas_usc:288:41b1d2",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "06da1eb5-8757-4f4b-bbfd-3b9ce803d0e1",
                        "mode": "markers",
                        "name": "Phase Eight",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:c93020",
                        "ysrc": "jas_usc:288:b18eee",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "b32b574f-7acd-4960-958d-7c9321870bd1",
                        "mode": "markers",
                        "name": "Phase Nine",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:9b5c72",
                        "ysrc": "jas_usc:288:f1e1e7",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "1a32e156-2a70-4a0f-8108-923b9b11bbff",
                        "mode": "markers",
                        "name": "Phase Ten",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:f6d1f4",
                        "ysrc": "jas_usc:288:c9aa74",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#A0522D",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "7d194be1-a9a3-4d00-b2e2-dadb256d15d5",
                        "mode": "markers",
                        "name": "Phase Eleven",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:e71d24",
                        "ysrc": "jas_usc:288:10996b",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "ec4bcb31-96bd-43ee-a19e-6dc3369e6273",
                        "mode": "markers",
                        "name": "Phase Twelve",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:963012",
                        "ysrc": "jas_usc:288:c950d1",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "74c1c714-c221-4165-958b-dab1e4752e61",
                        "mode": "markers",
                        "name": "Phase Thirteen",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:75d84d",
                        "ysrc": "jas_usc:288:73b07c",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "3c51e603-4475-4d03-ae8f-d0a2b655b80d",
                        "mode": "markers",
                        "name": "Phase Fourteen",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:b037d1",
                        "ysrc": "jas_usc:288:b3ea2f",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "bbeff12c-a43f-4bd9-9710-5b02ad8f2058",
                        "mode": "markers",
                        "name": "Phase Fifteen",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:236dca",
                        "ysrc": "jas_usc:288:bb9424",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "cbbcdaa0-1124-4b8e-9721-d952071f4fdf",
                        "mode": "markers",
                        "name": "Phase Sixteen",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:ae57c3",
                        "ysrc": "jas_usc:288:610eb2",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "4db529dc-e5b1-4d92-8a1f-5d8d855bbe82",
                        "mode": "markers",
                        "name": "Phase Seventeen",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:ebff80",
                        "ysrc": "jas_usc:288:92507d",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "77532505-30dc-4eae-95ec-71d675e1d5c5",
                        "mode": "markers",
                        "name": "Phase Eighteen",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:5a9e90",
                        "ysrc": "jas_usc:288:c8decc",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "fda7119d-c08b-4287-8440-0f2a85339f51",
                        "mode": "markers",
                        "name": "Phase Nineteen",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:31016c",
                        "ysrc": "jas_usc:288:020c6a",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "4dddafda-4aa3-4525-9898-dccb92c8d6b9",
                        "mode": "markers",
                        "name": "Phase Twenty",
                        "type": "scatter",
                        "xsrc": "jas_usc:288:8fae69",
                        "ysrc": "jas_usc:288:24466c",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#A0522D",
                            "opacity": 0.8
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "PC1 vs.PC2: LINE Trajectory (20x)"
                    },
                    "xaxis": {
                        "title": {
                            "text": "PC1"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "PC2"
                        }
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jas_usc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-11-09 00:19:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jas_usc",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T16:16:57.040501Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67078.embed",
            "fid": "amper:67078",
            "filename": "06-09-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67078/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67078/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/67078/8_UWGICZAPA2V8YFQ67E64RAE0G04LKN.png",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67078/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67078",
                "plots": "https://api.plotly.com/v2/plots/amper:67078",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-09-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67078/_06-09-19-ds-1642-alg-5421-param-1250-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:16:58.002Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67078/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "82df1c5a-fcd2-4b45-9640-cb1a15f1c7d3",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:67079:3946c4",
                        "ysrc": "amper:67079:7b6185",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    }
                ],
                "layout": {
                    "title": "06-09-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "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-17T16:16:38.262262Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67076.embed",
            "fid": "amper:67076",
            "filename": "06-08-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67076/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67076/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67076/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67076/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67076",
                "plots": "https://api.plotly.com/v2/plots/amper:67076",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-08-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67076/_06-08-19-ds-1642-alg-5421-param-1250-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:16:39.791Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67076/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9b15acb3-f2b9-4539-829a-e8fbf944a87a",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:67077:23d0a5",
                        "ysrc": "amper:67077:6a2949",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    },
                    {
                        "uid": "5983f7c0-e46f-4cce-9c35-a7ce34701e20",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67077:23d0a5",
                        "ysrc": "amper:67077:cc21f9",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "4da9b202-01c4-4222-9b5b-e18b2f4ab20a",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67077:23d0a5",
                        "ysrc": "amper:67077:bbf638",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "5f15d0de-5261-4ee8-bc8b-e85228bbe40f",
                        "mode": "lines",
                        "name": "Other",
                        "type": "scattergl",
                        "xsrc": "amper:67077:23d0a5",
                        "ysrc": "amper:67077:84b5af",
                        "marker": {
                            "line": {
                                "color": "rgb(169,169,169)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(169,169,169)"
                        }
                    }
                ],
                "layout": {
                    "title": "06-08-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "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-17T16:16:10.777301Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67074.embed",
            "fid": "amper:67074",
            "filename": "06-07-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67074/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67074/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67074/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67074/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67074",
                "plots": "https://api.plotly.com/v2/plots/amper:67074",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-07-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67074/_06-07-19-ds-1642-alg-5421-param-1250-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:16:12.531Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67074/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "afcfa394-20c2-47a7-8434-0269f33b7014",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67075:f856f9",
                        "ysrc": "amper:67075:ef6d8c",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "528cfc76-e96b-4283-bd3e-495417d19a44",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67075:f856f9",
                        "ysrc": "amper:67075:511f69",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "0db93457-6e16-47c2-bd24-5653b8002e9f",
                        "mode": "lines",
                        "name": "Other",
                        "type": "scattergl",
                        "xsrc": "amper:67075:f856f9",
                        "ysrc": "amper:67075:3744ec",
                        "marker": {
                            "line": {
                                "color": "rgb(169,169,169)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(169,169,169)"
                        }
                    }
                ],
                "layout": {
                    "title": "06-07-19_ds-1642_alg-5421_param-1250_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}