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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzIwJTNBMjglM0EwOC4wODc5MzYlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysyMCUzQTM1JTNBMzEuMDMwODg1JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T20:35:31.030885Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~siboraseranaj/110.embed",
            "fid": "siboraseranaj:110",
            "filename": "plot from API (18)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/siboraseranaj:110/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/siboraseranaj:110/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/siboraseranaj/110/8_DSEWU7T6YXD678L24WWG4V51V0THN1.png",
                "list-thumb": "https://api.plotly.com/v2/files/siboraseranaj:110/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/siboraseranaj:110",
                "plots": "https://api.plotly.com/v2/plots/siboraseranaj:110",
                "parent": "https://api.plotly.com/v2/folders/home?user=siboraseranaj"
            },
            "owner": "siboraseranaj",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Most frequent Customers (Pre-Tamr and Post-Tamr)",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~siboraseranaj/110/most-frequent-customers-pre-tamr-and-post-tamr/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:35:31.585Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~siboraseranaj/110/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1d536c41-a99d-44ca-b70c-e9c2b2722b25",
                        "name": "Pre-Tamr",
                        "type": "bar",
                        "xsrc": "siboraseranaj:111:aed0b1",
                        "ysrc": "siboraseranaj:111:50d594",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "colorsrc": "siboraseranaj:111:356802"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "c6ddb1b4-f567-475a-b551-eb4c7ab4df4d",
                        "name": "Post-Tamr",
                        "type": "bar",
                        "xsrc": "siboraseranaj:111:1d31d8",
                        "ysrc": "siboraseranaj:111:276884",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "colorsrc": "siboraseranaj:111:45ed5d"
                        },
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Most frequent Customers (Pre-Tamr and Post-Tamr)"
                    },
                    "xaxis": {
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.45
                        ],
                        "showgrid": true,
                        "showline": true,
                        "zeroline": false,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "showgrid": false,
                        "showline": true,
                        "showticklabels": false
                    },
                    "legend": {
                        "x": 0.7,
                        "y": 1.188,
                        "font": {
                            "size": 10
                        }
                    },
                    "margin": {
                        "b": 70,
                        "l": 50,
                        "r": 20,
                        "t": 150
                    },
                    "xaxis2": {
                        "anchor": "y2",
                        "domain": [
                            0.55,
                            1.0
                        ],
                        "showgrid": true,
                        "showline": true,
                        "zeroline": false,
                        "showticklabels": true
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "showgrid": false,
                        "showline": true,
                        "showticklabels": false
                    },
                    "annotations": [
                        {
                            "x": -0.2,
                            "y": -0.109,
                            "xref": "paper",
                            "yref": "paper",
                            "align": "right"
                        }
                    ],
                    "plot_bgcolor": "rgb(248, 248, 255)",
                    "paper_bgcolor": "rgb(248, 248, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~siboraseranaj",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-16 00:20:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "siboraseranaj",
                "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-17T20:35:18.437167Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67140.embed",
            "fid": "amper:67140",
            "filename": "06-10-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67140/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67140/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67140/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67140/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67140",
                "plots": "https://api.plotly.com/v2/plots/amper:67140",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-10-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67140/_06-10-19-ds-1976-alg-5421-param-1407-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:35:19.715Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67140/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "122f063f-7ea3-4a12-9c3b-936e7d1ff84a",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67141:b5e2b5",
                        "ysrc": "amper:67141:e8e638",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "06-10-19_ds-1976_alg-5421_param-1407_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-17T20:34:17.588801Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~suhaib18/0.embed",
            "fid": "suhaib18:0",
            "filename": "basic-scatter",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/suhaib18:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/suhaib18:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/suhaib18:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/suhaib18:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/suhaib18:0",
                "plots": "https://api.plotly.com/v2/plots/suhaib18:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=suhaib18"
            },
            "owner": "suhaib18",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~suhaib18/0/",
            "world_readable": true,
            "date_modified": "2019-07-02T05:55:34.986Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~suhaib18/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b988f580-947c-4210-93b3-b50fc0190122",
                        "type": "bar",
                        "xsrc": "suhaib18:1:6f74ca",
                        "ysrc": "suhaib18:1:4008bc"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~suhaib18",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 20:31:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "suhaib18",
                "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-17T20:32:02.478407Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~siboraseranaj/108.embed",
            "fid": "siboraseranaj:108",
            "filename": "plot from API (17)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/siboraseranaj:108/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/siboraseranaj:108/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/siboraseranaj/108/8_SVD46F9VNB7T6SFA2UZOX6N8EKSBOD.png",
                "list-thumb": "https://api.plotly.com/v2/files/siboraseranaj:108/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/siboraseranaj:108",
                "plots": "https://api.plotly.com/v2/plots/siboraseranaj:108",
                "parent": "https://api.plotly.com/v2/folders/home?user=siboraseranaj"
            },
            "owner": "siboraseranaj",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Most frequent Customers (Pre-Tamr and Post-Tamr)",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~siboraseranaj/108/most-frequent-customers-pre-tamr-and-post-tamr/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:32:03.041Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~siboraseranaj/108/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f63e4fac-e728-47e0-90b6-60d59b434050",
                        "name": "Pre-Tamr",
                        "type": "bar",
                        "xsrc": "siboraseranaj:109:82efc3",
                        "ysrc": "siboraseranaj:109:4777ca",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "colorsrc": "siboraseranaj:109:19e841"
                        },
                        "orientation": "h"
                    },
                    {
                        "uid": "ea93a050-3797-4746-9bd1-f27e3b176e7b",
                        "name": "Post-Tamr",
                        "type": "bar",
                        "xsrc": "siboraseranaj:109:1429fe",
                        "ysrc": "siboraseranaj:109:f3b960",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "colorsrc": "siboraseranaj:109:f47945"
                        },
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Most frequent Customers (Pre-Tamr and Post-Tamr)"
                    },
                    "xaxis": {
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.45
                        ],
                        "showgrid": true,
                        "showline": true,
                        "zeroline": false,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "showgrid": false,
                        "showline": true,
                        "showticklabels": false
                    },
                    "legend": {
                        "x": 0.7,
                        "y": 1.188,
                        "font": {
                            "size": 10
                        }
                    },
                    "margin": {
                        "b": 70,
                        "l": 50,
                        "r": 20,
                        "t": 150
                    },
                    "xaxis2": {
                        "anchor": "y2",
                        "domain": [
                            0.55,
                            1.0
                        ],
                        "showgrid": true,
                        "showline": true,
                        "zeroline": false,
                        "showticklabels": true
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "showgrid": false,
                        "showline": true,
                        "showticklabels": false
                    },
                    "annotations": [
                        {
                            "align": "right"
                        }
                    ],
                    "plot_bgcolor": "rgb(248, 248, 255)",
                    "paper_bgcolor": "rgb(248, 248, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~siboraseranaj",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-16 00:20:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "siboraseranaj",
                "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-17T20:32:01.276748Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~camel_clarkson/670.embed",
            "fid": "camel_clarkson:670",
            "filename": "3ts_ano_gan_scores",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/camel_clarkson:670/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/camel_clarkson/670/2_I259N5NB2CD810PJD9QF14WK1VGGZK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/camel_clarkson/670/8_M3INKANI3N2WT2IG7L1A45U50IADOL.png",
                "list-thumb": "https://api.plotly.com/v2/files/camel_clarkson:670/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/camel_clarkson:670",
                "plots": "https://api.plotly.com/v2/plots/camel_clarkson:670",
                "parent": "https://api.plotly.com/v2/folders/camel_clarkson:667"
            },
            "owner": "camel_clarkson",
            "parent": 667,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "AnoGAN Scores on 3 Time Step Anomaly Detection",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~camel_clarkson/670/anogan-scores-on-3-time-step-anomaly-detection/",
            "world_readable": true,
            "date_modified": "2019-06-18T02:39:35.213Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~camel_clarkson/670/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "46db5378-9172-11e9-b3c6-0242729651f2",
                        "name": "normal",
                        "type": "box",
                        "xsrc": "camel_clarkson:671:3cc5b9",
                        "ysrc": "camel_clarkson:671:4f78a2",
                        "marker": {
                            "color": "#2ecc71"
                        }
                    },
                    {
                        "uid": "46db560c-9172-11e9-b3c6-0242729651f2",
                        "name": "anomalous",
                        "type": "box",
                        "xsrc": "camel_clarkson:671:3cc5b9",
                        "ysrc": "camel_clarkson:671:e91c68",
                        "marker": {
                            "color": "#c0392b"
                        }
                    }
                ],
                "layout": {
                    "title": "AnoGAN Scores on 3 Time Step Anomaly Detection",
                    "yaxis": {
                        "title": "Score"
                    },
                    "boxmode": "group"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~camel_clarkson",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60IF3N1IBLFY7K13IM329ZJ7IU25K4.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": "2017-08-11 04:24:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "camel_clarkson",
                "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-17T20:31:36.375572Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~brmcdonnell/0.embed",
            "fid": "brmcdonnell:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/brmcdonnell:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/brmcdonnell:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/brmcdonnell/0/8_MQ5AX5KUFNVW3F1LI7WL5L4I4L77Z5.png",
                "list-thumb": "https://api.plotly.com/v2/files/brmcdonnell:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/brmcdonnell:0",
                "plots": "https://api.plotly.com/v2/plots/brmcdonnell:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=brmcdonnell"
            },
            "owner": "brmcdonnell",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~brmcdonnell/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:31:36.845Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~brmcdonnell/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "09c74bf0-17e1-46d4-8f08-26791b28c616",
                        "type": "histogram",
                        "xsrc": "brmcdonnell:1:f7818e"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~brmcdonnell",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-10 17:47:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "brmcdonnell",
                "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-17T20:30:03.749017Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jic198/22.embed",
            "fid": "jic198:22",
            "filename": "plot from API (6)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jic198:22/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jic198:22/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jic198:22/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jic198:22/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jic198:22",
                "plots": "https://api.plotly.com/v2/plots/jic198:22",
                "parent": "https://api.plotly.com/v2/folders/home?user=jic198"
            },
            "owner": "jic198",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Estimated number of clusters: 3",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~jic198/22/estimated-number-of-clusters-3/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:30:04.284Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jic198/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "4b923ecb-b4db-49b4-912a-eb7922c9302a",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:23:664153",
                        "ysrc": "jic198:23:9e80ac",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(158, 1, 66)"
                        }
                    },
                    {
                        "uid": "b8af8246-6073-4f3a-ba26-58372d8cfc8f",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:23:89109d",
                        "ysrc": "jic198:23:025f5e",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(158, 1, 66)"
                        }
                    },
                    {
                        "uid": "3cecb5e9-6b1c-433d-89d0-60fa27dac80e",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:23:5cb644",
                        "ysrc": "jic198:23:7faa62",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(253, 190, 110)"
                        }
                    },
                    {
                        "uid": "9523924f-90e5-4578-8793-20fbff3f7b78",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:23:57837c",
                        "ysrc": "jic198:23:816cbd",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(253, 190, 110)"
                        }
                    },
                    {
                        "uid": "d9d7d93e-e046-4da9-808c-c0ec1a0a1215",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:23:f6dc09",
                        "ysrc": "jic198:23:a5b6c2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(190, 229, 160)"
                        }
                    },
                    {
                        "uid": "dd5802b7-88ba-47c4-a483-68bb79e18cee",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:23:b2a3e9",
                        "ysrc": "jic198:23:fc227f",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(190, 229, 160)"
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "3a1c517a-6313-4bec-9052-82dbc6e76fa4",
                        "mode": "markers",
                        "type": "scatter",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "black"
                        }
                    },
                    {
                        "uid": "5fc121d8-76f0-4371-92bf-02870b832e32",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jic198:23:f3956f",
                        "ysrc": "jic198:23:f81cb8",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "black"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Estimated number of clusters: 3"
                    },
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jic198",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-28 20:29:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jic198",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T20:28:56.082883Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~aplukis/8.embed",
            "fid": "aplukis:8",
            "filename": "histogram-freq-female",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/aplukis:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/aplukis/8/2_7J81T1MV5ELYQZF8KW2LFW2VZNH050.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aplukis/8/8_3YM22RF0915NI7DU1EGZ2B1BLPZFFB.png",
                "list-thumb": "https://api.plotly.com/v2/files/aplukis:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/aplukis:8",
                "plots": "https://api.plotly.com/v2/plots/aplukis:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=aplukis"
            },
            "owner": "aplukis",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Frequency of Overall Course Ratings: Female",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~aplukis/8/frequency-of-overall-course-ratings-female/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:28:56.564Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~aplukis/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "3ec2e674-62d2-4f04-a39f-3fd09625668d",
                        "type": "histogram",
                        "xsrc": "aplukis:9:33e44a",
                        "xbins": {
                            "end": 5.0,
                            "size": 0.13530514769659457,
                            "start": 2.68
                        },
                        "marker": {
                            "color": "rgb(143,176,140)"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Frequency of Overall Course Ratings: Female"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~aplukis",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/58.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 20:30:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "aplukis",
                "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-17T20:28:44.399336Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~david.yaffe/0.embed",
            "fid": "david.yaffe:0",
            "filename": "pandas-continuous-error-bars",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/david.yaffe:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/david.yaffe:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/david.yaffe/0/8_38BQOZDI86BZK3NOS47W3INKZI5X63.png",
                "list-thumb": "https://api.plotly.com/v2/files/david.yaffe:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/david.yaffe:0",
                "plots": "https://api.plotly.com/v2/plots/david.yaffe:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=david.yaffe"
            },
            "owner": "david.yaffe",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Boston Housing (Predictions with Random Forest Regressor and 95% Confidence Intervals using Conformal Prediction)",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~david.yaffe/0/boston-housing-predictions-with-random-forest-regressor-and-95-confidence-interv/",
            "world_readable": true,
            "date_modified": "2019-07-25T17:09:58.657Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~david.yaffe/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "e276df30-929c-40ed-9340-7a51c20c1168",
                        "line": {
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "Lower Bound",
                        "type": "scatter",
                        "xsrc": "david.yaffe:1:2419c1",
                        "ysrc": "david.yaffe:1:04d52d",
                        "marker": {
                            "color": "#444"
                        }
                    },
                    {
                        "uid": "8692ea7b-a702-41b2-bd3d-7e7c684afdbf",
                        "fill": "tonexty",
                        "line": {
                            "color": "rgb(31, 119, 180)"
                        },
                        "mode": "lines",
                        "name": "Predicted value of Target",
                        "type": "scatter",
                        "xsrc": "david.yaffe:1:2419c1",
                        "ysrc": "david.yaffe:1:8c19d6",
                        "fillcolor": "rgba(68, 68, 68, 0.3)"
                    },
                    {
                        "uid": "3f347994-5519-4acc-ae3d-762293912497",
                        "fill": "tonexty",
                        "line": {
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "Upper Bound",
                        "type": "scatter",
                        "xsrc": "david.yaffe:1:2419c1",
                        "ysrc": "david.yaffe:1:659e57",
                        "marker": {
                            "color": "#444"
                        },
                        "fillcolor": "rgba(68, 68, 68, 0.3)"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Boston Housing (Predictions with Random Forest Regressor and 95% Confidence Intervals using Conformal Prediction)"
                    },
                    "yaxis": {
                        "title": {
                            "text": "Prediction value of Target"
                        }
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~david.yaffe",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 20:15:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "david.yaffe",
                "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-17T20:28:08.087936Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ghbellesis/0.embed",
            "fid": "ghbellesis:0",
            "filename": "basic-line-chart",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ghbellesis:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ghbellesis:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ghbellesis/0/8_7UEXDPHPD21MHOEJRY7K9LCNT8Q4RG.png",
                "list-thumb": "https://api.plotly.com/v2/files/ghbellesis:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ghbellesis:0",
                "plots": "https://api.plotly.com/v2/plots/ghbellesis:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=ghbellesis"
            },
            "owner": "ghbellesis",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ghbellesis/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:28:08.684Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ghbellesis/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f7338e1a-89a4-4cd0-b319-2cfe2e952e89",
                        "type": "scatter",
                        "xsrc": "ghbellesis:1:5d6d05",
                        "ysrc": "ghbellesis:1:75a2b2"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ghbellesis",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 20:18:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ghbellesis",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}