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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzIyJTNBMzQlM0ExMi4xNzE1MzElMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsyMiUzQTM5JTNBMTMuODAzODE1JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-20T22:39:13.803815Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mchenbombora/1843.embed",
            "fid": "mchenbombora:1843",
            "filename": "Distribution: conf_percentile__std",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/mchenbombora:1843/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/mchenbombora:1843/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mchenbombora/1843/8_D8PVLKG1ZDGSQ1I4HCLK0Y3B1F6Q5O.png",
                "list-thumb": "https://api.plotly.com/v2/files/mchenbombora:1843/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mchenbombora:1843",
                "plots": "https://api.plotly.com/v2/plots/mchenbombora:1843",
                "parent": "https://api.plotly.com/v2/folders/home?user=mchenbombora"
            },
            "owner": "mchenbombora",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Distribution: conf_percentile__std",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~mchenbombora/1843/distribution-conf-percentile-std/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:39:14.266Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mchenbombora/1843/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "fc083e94-4b60-11e9-8d95-8a0060b14201",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Control",
                        "type": "box",
                        "ysrc": "mchenbombora:1844:573154",
                        "marker": {
                            "color": "rgba(255, 153, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "fc083fe8-4b60-11e9-b61b-8a0060b14201",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Target",
                        "type": "box",
                        "ysrc": "mchenbombora:1844:ffa4a4",
                        "marker": {
                            "color": "rgba(55, 128, 191, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": "Distribution: conf_percentile__std",
                    "xaxis": {
                        "title": "domain state",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "titlefont": {
                            "color": "#4D5663"
                        },
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": "",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "titlefont": {
                            "color": "#4D5663"
                        },
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "titlefont": {
                        "color": "#4D5663"
                    },
                    "showlegend": false,
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mchenbombora",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-10-13 19:54:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mchenbombora",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:39:12.164706Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mchenbombora/1841.embed",
            "fid": "mchenbombora:1841",
            "filename": "Distribution: conf_percentile__mean",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/mchenbombora:1841/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/mchenbombora:1841/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mchenbombora/1841/8_EQAP65I6LG1I75QQ6OF341OHDZAKGM.png",
                "list-thumb": "https://api.plotly.com/v2/files/mchenbombora:1841/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mchenbombora:1841",
                "plots": "https://api.plotly.com/v2/plots/mchenbombora:1841",
                "parent": "https://api.plotly.com/v2/folders/home?user=mchenbombora"
            },
            "owner": "mchenbombora",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Distribution: conf_percentile__mean",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~mchenbombora/1841/distribution-conf-percentile-mean/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:39:12.693Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mchenbombora/1841/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "fb0bd230-4b60-11e9-b787-8a0060b14201",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Control",
                        "type": "box",
                        "ysrc": "mchenbombora:1842:68698a",
                        "marker": {
                            "color": "rgba(255, 153, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "fb0bd3a2-4b60-11e9-975c-8a0060b14201",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Target",
                        "type": "box",
                        "ysrc": "mchenbombora:1842:456796",
                        "marker": {
                            "color": "rgba(55, 128, 191, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": "Distribution: conf_percentile__mean",
                    "xaxis": {
                        "title": "domain state",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "titlefont": {
                            "color": "#4D5663"
                        },
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": "",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "titlefont": {
                            "color": "#4D5663"
                        },
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "titlefont": {
                        "color": "#4D5663"
                    },
                    "showlegend": false,
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mchenbombora",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-10-13 19:54:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mchenbombora",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:39:10.583087Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mchenbombora/1839.embed",
            "fid": "mchenbombora:1839",
            "filename": "Distribution: ti_score__std",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/mchenbombora:1839/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/mchenbombora:1839/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mchenbombora/1839/8_LYIZUQNFLIVNB4II23F4D4M2UOND4W.png",
                "list-thumb": "https://api.plotly.com/v2/files/mchenbombora:1839/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mchenbombora:1839",
                "plots": "https://api.plotly.com/v2/plots/mchenbombora:1839",
                "parent": "https://api.plotly.com/v2/folders/home?user=mchenbombora"
            },
            "owner": "mchenbombora",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Distribution: ti_score__std",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~mchenbombora/1839/distribution-ti-score-std/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:39:11.079Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mchenbombora/1839/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "fa1aa414-4b60-11e9-9a89-8a0060b14201",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Control",
                        "type": "box",
                        "ysrc": "mchenbombora:1840:11299e",
                        "marker": {
                            "color": "rgba(255, 153, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "fa1aa574-4b60-11e9-9757-8a0060b14201",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Target",
                        "type": "box",
                        "ysrc": "mchenbombora:1840:3a06fa",
                        "marker": {
                            "color": "rgba(55, 128, 191, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": "Distribution: ti_score__std",
                    "xaxis": {
                        "title": "domain state",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "titlefont": {
                            "color": "#4D5663"
                        },
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": "",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "titlefont": {
                            "color": "#4D5663"
                        },
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "titlefont": {
                        "color": "#4D5663"
                    },
                    "showlegend": false,
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mchenbombora",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-10-13 19:54:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mchenbombora",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:39:08.977649Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mchenbombora/1837.embed",
            "fid": "mchenbombora:1837",
            "filename": "Distribution: ti_score__mean",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/mchenbombora:1837/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/mchenbombora:1837/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mchenbombora/1837/8_SLCG0NJF9X3IUEZD19QCE572AB65QB.png",
                "list-thumb": "https://api.plotly.com/v2/files/mchenbombora:1837/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mchenbombora:1837",
                "plots": "https://api.plotly.com/v2/plots/mchenbombora:1837",
                "parent": "https://api.plotly.com/v2/folders/home?user=mchenbombora"
            },
            "owner": "mchenbombora",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Distribution: ti_score__mean",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~mchenbombora/1837/distribution-ti-score-mean/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:39:09.436Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mchenbombora/1837/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f91b5b62-4b60-11e9-938a-8a0060b14201",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Control",
                        "type": "box",
                        "ysrc": "mchenbombora:1838:cf1966",
                        "marker": {
                            "color": "rgba(255, 153, 51, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "uid": "f91b5cca-4b60-11e9-bea5-8a0060b14201",
                        "line": {
                            "width": 1.3
                        },
                        "name": "Target",
                        "type": "box",
                        "ysrc": "mchenbombora:1838:1db6de",
                        "marker": {
                            "color": "rgba(55, 128, 191, 1.0)"
                        },
                        "boxpoints": false,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": "Distribution: ti_score__mean",
                    "xaxis": {
                        "title": "domain state",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "titlefont": {
                            "color": "#4D5663"
                        },
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": "",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "titlefont": {
                            "color": "#4D5663"
                        },
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "titlefont": {
                        "color": "#4D5663"
                    },
                    "showlegend": false,
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mchenbombora",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-10-13 19:54:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mchenbombora",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:38:58.947276Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/61555.embed",
            "fid": "amper:61555",
            "filename": "03-20-19_ds-1625_alg-5421_param-1205_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:61555/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:61555/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:61555/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:61555/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:61555",
                "plots": "https://api.plotly.com/v2/plots/amper:61555",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "03-20-19_ds-1625_alg-5421_param-1205_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/61555/_03-20-19-ds-1625-alg-5421-param-1205-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:39:00.577Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/61555/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d2719ae5-d43e-40a6-869e-83bf05537394",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:61556:f4279e",
                        "ysrc": "amper:61556:f5181d",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    },
                    {
                        "uid": "b2d4715f-e24a-40ae-87c1-edcb50d36e50",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:61556:f4279e",
                        "ysrc": "amper:61556:c32515",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "2e3eef4e-d2ed-41b8-aaf8-8be00fc29385",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:61556:f4279e",
                        "ysrc": "amper:61556:f68fcd",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "e36877ac-279e-4590-ba90-df8e3ec7942d",
                        "mode": "lines",
                        "name": "Other",
                        "type": "scattergl",
                        "xsrc": "amper:61556:f4279e",
                        "ysrc": "amper:61556:b4cdc9",
                        "marker": {
                            "line": {
                                "color": "rgb(169,169,169)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(169,169,169)"
                        }
                    }
                ],
                "layout": {
                    "title": "03-20-19_ds-1625_alg-5421_param-1205_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-03-20T22:38:09.324540Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/61553.embed",
            "fid": "amper:61553",
            "filename": "03-20-19_ds-1620_alg-5421_param-1203_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:61553/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:61553/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:61553/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:61553/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:61553",
                "plots": "https://api.plotly.com/v2/plots/amper:61553",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "03-20-19_ds-1620_alg-5421_param-1203_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/61553/_03-20-19-ds-1620-alg-5421-param-1203-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:38:10.429Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/61553/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "37be1ff6-e3dc-4de8-8a68-01f8e1a6fd46",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:61554:09614c",
                        "ysrc": "amper:61554:afed30",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    },
                    {
                        "uid": "3d3b5bb9-2c9b-40a5-87a4-450e386000fc",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:61554:09614c",
                        "ysrc": "amper:61554:e4a05d",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "41d19336-db6b-48d4-9851-a4588fe4763c",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:61554:09614c",
                        "ysrc": "amper:61554:1eea9d",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "03-20-19_ds-1620_alg-5421_param-1203_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-03-20T22:37:49.752769Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~smileandsaydl/351.embed",
            "fid": "smileandsaydl:351",
            "filename": "plot from API (16)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/smileandsaydl:351/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/smileandsaydl:351/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/smileandsaydl/351/8_084ZCWC9BK9LUDZ36X3THL0U097JW1.png",
                "list-thumb": "https://api.plotly.com/v2/files/smileandsaydl:351/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/smileandsaydl:351",
                "plots": "https://api.plotly.com/v2/plots/smileandsaydl:351",
                "parent": "https://api.plotly.com/v2/folders/home?user=smileandsaydl"
            },
            "owner": "smileandsaydl",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Log-marginal-likelihood",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~smileandsaydl/351/log-marginal-likelihood/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:37:50.267Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~smileandsaydl/351/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "bdc34f1e-4b60-11e9-a3ef-408d5c757ebb",
                        "type": "contour",
                        "xsrc": "smileandsaydl:352:7d6091",
                        "ysrc": "smileandsaydl:352:933d2e",
                        "zsrc": "smileandsaydl:352:-7d6091,933d2e",
                        "contours": {
                            "coloring": "lines"
                        },
                        "ncontours": 21
                    }
                ],
                "layout": {
                    "title": "Log-marginal-likelihood",
                    "xaxis": {
                        "type": "log",
                        "title": "Length-scale",
                        "showgrid": false
                    },
                    "yaxis": {
                        "type": "log",
                        "title": "Noise-level",
                        "showgrid": false
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~smileandsaydl",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-24 14:45:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "smileandsaydl",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:37:26.468081Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~smileandsaydl/349.embed",
            "fid": "smileandsaydl:349",
            "filename": "plot from API (15)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/smileandsaydl:349/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/smileandsaydl:349/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/smileandsaydl/349/8_QI3CTILH1Q320XOWJ6NCMG44CV373O.png",
                "list-thumb": "https://api.plotly.com/v2/files/smileandsaydl:349/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/smileandsaydl:349",
                "plots": "https://api.plotly.com/v2/plots/smileandsaydl:349",
                "parent": "https://api.plotly.com/v2/folders/home?user=smileandsaydl"
            },
            "owner": "smileandsaydl",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Log-marginal-likelihood",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~smileandsaydl/349/log-marginal-likelihood/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:37:26.936Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~smileandsaydl/349/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "af434db0-4b60-11e9-8250-408d5c757ebb",
                        "type": "contour",
                        "xsrc": "smileandsaydl:350:f7dcde",
                        "ysrc": "smileandsaydl:350:b6e6e7",
                        "zsrc": "smileandsaydl:350:-f7dcde,b6e6e7",
                        "contours": {
                            "coloring": "lines"
                        },
                        "ncontours": 1
                    }
                ],
                "layout": {
                    "title": "Log-marginal-likelihood",
                    "xaxis": {
                        "type": "log",
                        "title": "Length-scale",
                        "showgrid": false
                    },
                    "yaxis": {
                        "type": "log",
                        "title": "Noise-level",
                        "showgrid": false
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~smileandsaydl",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-24 14:45:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "smileandsaydl",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:35:16.779232Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sereno/2.embed",
            "fid": "sereno:2",
            "filename": "UMAP_plotly_test.html",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/sereno:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/sereno:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sereno/2/8_10RB9F0V4NUBTW6O71I8UC4U2Y5HA7.png",
                "list-thumb": "https://api.plotly.com/v2/files/sereno:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sereno:2",
                "plots": "https://api.plotly.com/v2/plots/sereno:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=sereno"
            },
            "owner": "sereno",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~sereno/2/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:37:38.565Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sereno/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "e43a1d01-ad53-4f51-8f19-7df8543e50a8",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "sereno:3:3c0864",
                        "ysrc": "sereno:3:521cf2",
                        "zsrc": "sereno:3:2502b1",
                        "marker": {
                            "size": 2,
                            "opacity": 0.8,
                            "colorsrc": "sereno:3:82c74c",
                            "colorscale": "Viridis"
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "range": [
                                0,
                                2
                            ]
                        },
                        "yaxis": {
                            "range": [
                                0,
                                2
                            ]
                        },
                        "zaxis": {
                            "range": [
                                0,
                                2
                            ]
                        }
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sereno",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 22:23:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sereno",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T22:34:12.171531Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~oadesanya/0.embed",
            "fid": "oadesanya:0",
            "filename": "line-mode",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/oadesanya:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/oadesanya:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/oadesanya:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/oadesanya:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/oadesanya:0",
                "plots": "https://api.plotly.com/v2/plots/oadesanya:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=oadesanya"
            },
            "owner": "oadesanya",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "lines",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~oadesanya/0/lines/",
            "world_readable": true,
            "date_modified": "2019-03-20T22:48:31.910Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~oadesanya/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ff1e15a3-600b-434a-9255-d4f78c72a3ab",
                        "mode": "lines",
                        "name": "lines",
                        "type": "scatter",
                        "xsrc": "oadesanya:1:f4db1c",
                        "ysrc": "oadesanya:1:98b66c"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~oadesanya",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 22:02:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "oadesanya",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}