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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzE4JTNBMjclM0E1MC4zOTk2NDUlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsxOCUzQTMxJTNBMjEuMjkxMjk5JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-20T18:31:21.291299Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~tkarch/28.embed",
            "fid": "tkarch:28",
            "filename": "plot from API (14)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/tkarch:28/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/tkarch:28/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/tkarch:28/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/tkarch:28/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/tkarch:28",
                "plots": "https://api.plotly.com/v2/plots/tkarch:28",
                "parent": "https://api.plotly.com/v2/folders/home?user=tkarch"
            },
            "owner": "tkarch",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "total vs proceed",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~tkarch/28/total-vs-proceed/",
            "world_readable": true,
            "date_modified": "2019-03-20T18:31:21.974Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~tkarch/28/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "19355506-9dc5-47e1-aa10-7af3c21e4ecb",
                        "name": "total",
                        "type": "bar",
                        "xsrc": "tkarch:29:689fd9",
                        "ysrc": "tkarch:29:702459"
                    },
                    {
                        "uid": "b5d25aea-2ec5-4ae3-a0a5-79ba719c5ba0",
                        "name": "proceed",
                        "type": "bar",
                        "xsrc": "tkarch:29:689fd9",
                        "ysrc": "tkarch:29:635db8",
                        "opacity": 0.6,
                        "textsrc": "tkarch:29:098a13",
                        "textposition": "auto"
                    }
                ],
                "layout": {
                    "barmode": "stack"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~tkarch",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-03-19 15:32:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "tkarch",
                "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-20T18:30:36.896107Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~tkarch/26.embed",
            "fid": "tkarch:26",
            "filename": "plot from API (13)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/tkarch:26/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/tkarch:26/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/tkarch:26/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/tkarch:26/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/tkarch:26",
                "plots": "https://api.plotly.com/v2/plots/tkarch:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=tkarch"
            },
            "owner": "tkarch",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "total vs proceed",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~tkarch/26/total-vs-proceed/",
            "world_readable": true,
            "date_modified": "2019-03-20T18:30:37.332Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~tkarch/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9a978376-1905-4fee-8c3a-55e26f4484ce",
                        "name": "total",
                        "type": "bar",
                        "xsrc": "tkarch:27:4ee983",
                        "ysrc": "tkarch:27:27bdd2"
                    },
                    {
                        "uid": "2ae1932c-c567-4724-a5ed-cac96d60453c",
                        "name": "proceed",
                        "type": "bar",
                        "xsrc": "tkarch:27:4ee983",
                        "ysrc": "tkarch:27:8e7697",
                        "opacity": 0.6,
                        "textsrc": "tkarch:27:dd2c85",
                        "textposition": "auto"
                    }
                ],
                "layout": {
                    "barmode": "stack"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~tkarch",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-03-19 15:32:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "tkarch",
                "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-20T18:30:25.328424Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ripan263/22.embed",
            "fid": "ripan263:22",
            "filename": "plot from API (11)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ripan263:22/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ripan263:22/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/ripan263:22/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/ripan263:22/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ripan263:22",
                "plots": "https://api.plotly.com/v2/plots/ripan263:22",
                "parent": "https://api.plotly.com/v2/folders/home?user=ripan263"
            },
            "owner": "ripan263",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Emergency vs Non Emergency",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ripan263/22/emergency-vs-non-emergency/",
            "world_readable": true,
            "date_modified": "2019-03-20T18:30:25.836Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ripan263/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "73d0e44b-83b8-4c31-b7e5-c909450d85b0",
                        "name": "Emergency",
                        "type": "bar",
                        "xsrc": "ripan263:23:8b37e9",
                        "ysrc": "ripan263:23:cadb73"
                    },
                    {
                        "uid": "80f6fc40-707e-416e-956c-81e9f642bc58",
                        "name": "Non Emergency",
                        "type": "bar",
                        "xsrc": "ripan263:23:8b37e9",
                        "ysrc": "ripan263:23:87bbf6"
                    }
                ],
                "layout": {
                    "barmode": "group"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ripan263",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-11 09:47:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ripan263",
                "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-20T18:30:15.931753Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~tkarch/24.embed",
            "fid": "tkarch:24",
            "filename": "plot from API (12)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/tkarch:24/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/tkarch:24/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/tkarch:24/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/tkarch:24/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/tkarch:24",
                "plots": "https://api.plotly.com/v2/plots/tkarch:24",
                "parent": "https://api.plotly.com/v2/folders/home?user=tkarch"
            },
            "owner": "tkarch",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "total, proceed, predicted",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~tkarch/24/total-proceed-predicted/",
            "world_readable": true,
            "date_modified": "2019-03-20T18:30:16.713Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~tkarch/24/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6589f877-208a-4a96-8b29-1ccb0903be50",
                        "name": "total",
                        "type": "bar",
                        "xsrc": "tkarch:25:6e41e6",
                        "ysrc": "tkarch:25:2941c6"
                    },
                    {
                        "uid": "e6507095-d656-4ad2-97ae-1dbbc2eafc52",
                        "name": "proceed",
                        "type": "bar",
                        "xsrc": "tkarch:25:6e41e6",
                        "ysrc": "tkarch:25:134577",
                        "opacity": 0.6,
                        "textsrc": "tkarch:25:591e34",
                        "textposition": "auto"
                    },
                    {
                        "uid": "e2d16b4a-d058-4537-a55f-009074fbbeeb",
                        "name": "predicted",
                        "type": "bar",
                        "xsrc": "tkarch:25:6e41e6",
                        "ysrc": "tkarch:25:80ca92"
                    }
                ],
                "layout": {
                    "barmode": "stack"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~tkarch",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-03-19 15:32:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "tkarch",
                "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-20T18:30:02.519150Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dodoman/0.embed",
            "fid": "dodoman:0",
            "filename": "networkx",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/dodoman:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/dodoman:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dodoman/0/8_K5OMUCT1OZD18GOULJ3U5227PFB9H8.png",
                "list-thumb": "https://api.plotly.com/v2/files/dodoman:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dodoman:0",
                "plots": "https://api.plotly.com/v2/plots/dodoman:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=dodoman"
            },
            "owner": "dodoman",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "<br>Network graph made with Python",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~dodoman/0/network-graph-made-with-python/",
            "world_readable": true,
            "date_modified": "2019-03-20T18:30:03.194Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dodoman/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f1a70b7f-436b-41f5-8b08-57892eae4f5a",
                        "line": {
                            "color": "#888",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "dodoman:1:eb005c",
                        "ysrc": "dodoman:1:0acf09",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a47331e3-7354-4da7-8fe8-fafc55d678dc",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "dodoman:1:b78131",
                        "ysrc": "dodoman:1:b82df5",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "size": 10,
                            "colorbar": {
                                "title": {
                                    "side": "right",
                                    "text": "Node Connections"
                                },
                                "xanchor": "left",
                                "thickness": 15
                            },
                            "colorsrc": "dodoman:1:d245f3",
                            "showscale": true,
                            "colorscale": "YlGnBu",
                            "reversescale": true
                        },
                        "textsrc": "dodoman:1:08d34f",
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "size": 16
                        },
                        "text": "<br>Network graph made with Python"
                    },
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "margin": {
                        "b": 20,
                        "l": 5,
                        "r": 5,
                        "t": 40
                    },
                    "hovermode": "closest",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.005,
                            "y": -0.002,
                            "text": "Python code: <a href='https://plot.ly/ipython-notebooks/network-graphs/'> https://plot.ly/ipython-notebooks/network-graphs/</a>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~dodoman",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 18:24:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dodoman",
                "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-20T18:29:09.752969Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ripan263/20.embed",
            "fid": "ripan263:20",
            "filename": "plot from API (10)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ripan263:20/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ripan263:20/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/ripan263:20/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/ripan263:20/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ripan263:20",
                "plots": "https://api.plotly.com/v2/plots/ripan263:20",
                "parent": "https://api.plotly.com/v2/folders/home?user=ripan263"
            },
            "owner": "ripan263",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Emergency vs Non Emergency",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ripan263/20/emergency-vs-non-emergency/",
            "world_readable": true,
            "date_modified": "2019-03-20T18:29:10.177Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ripan263/20/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a1a8abc6-5a5a-4a23-b6da-847f980f9fc4",
                        "name": "Emergency",
                        "type": "bar",
                        "xsrc": "ripan263:21:13a75a",
                        "ysrc": "ripan263:21:bb52ef"
                    },
                    {
                        "uid": "256fe51f-f677-4ae3-b59a-4886597d8605",
                        "name": "Non Emergency",
                        "type": "bar",
                        "xsrc": "ripan263:21:13a75a",
                        "ysrc": "ripan263:21:e788c3"
                    }
                ],
                "layout": {
                    "barmode": "group"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ripan263",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-11 09:47:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ripan263",
                "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-20T18:28:56.293962Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~pierricm/16.embed",
            "fid": "pierricm:16",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/pierricm:16/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/pierricm:16/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/pierricm:16/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/pierricm:16/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/pierricm:16",
                "plots": "https://api.plotly.com/v2/plots/pierricm:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=pierricm"
            },
            "owner": "pierricm",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "PC2 vs PC1",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~pierricm/16/pc2-vs-pc1/",
            "world_readable": true,
            "date_modified": "2019-03-20T18:28:56.743Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~pierricm/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "3268eb72-e504-44bc-a2a2-49889e7596c2",
                        "mode": "markers",
                        "name": "New space",
                        "type": "scatter",
                        "xsrc": "pierricm:17:bb6ffa",
                        "ysrc": "pierricm:17:a288b8",
                        "marker": {
                            "line": {
                                "color": "rgba(100, 0, 150, 0.9)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "rgba(100, 0, 150, 0.9)",
                            "opacity": 0.8
                        }
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": {
                            "text": "PC1"
                        },
                        "showline": false
                    },
                    "yaxis": {
                        "title": {
                            "text": "PC2"
                        },
                        "showline": false
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~pierricm",
                "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-03-10 12:43:05",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "pierricm",
                "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-20T18:28:49.623972Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~tkarch/22.embed",
            "fid": "tkarch:22",
            "filename": "plot from API (11)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/tkarch:22/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/tkarch:22/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/tkarch:22/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/tkarch:22/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/tkarch:22",
                "plots": "https://api.plotly.com/v2/plots/tkarch:22",
                "parent": "https://api.plotly.com/v2/folders/home?user=tkarch"
            },
            "owner": "tkarch",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "total, proceed, predicted",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~tkarch/22/total-proceed-predicted/",
            "world_readable": true,
            "date_modified": "2019-03-20T18:28:50.144Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~tkarch/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c1243836-42da-4e81-9390-964942d4ca1a",
                        "name": "total",
                        "type": "bar",
                        "xsrc": "tkarch:23:a99e27",
                        "ysrc": "tkarch:23:5847ba"
                    },
                    {
                        "uid": "eb0851af-dae4-4bc3-a1a7-a1fabe12245d",
                        "name": "proceed",
                        "type": "bar",
                        "xsrc": "tkarch:23:a99e27",
                        "ysrc": "tkarch:23:091829",
                        "opacity": 0.6,
                        "textsrc": "tkarch:23:8c7100",
                        "textposition": "auto"
                    },
                    {
                        "uid": "fa3bc753-3124-487f-8785-50f6adc81516",
                        "name": "predicted",
                        "type": "bar",
                        "xsrc": "tkarch:23:a99e27",
                        "ysrc": "tkarch:23:2a1d8b"
                    }
                ],
                "layout": {
                    "barmode": "group"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~tkarch",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-03-19 15:32:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "tkarch",
                "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-20T18:28:16.345055Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~tkarch/20.embed",
            "fid": "tkarch:20",
            "filename": "plot from API (10)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/tkarch:20/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/tkarch:20/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/tkarch:20/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/tkarch:20/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/tkarch:20",
                "plots": "https://api.plotly.com/v2/plots/tkarch:20",
                "parent": "https://api.plotly.com/v2/folders/home?user=tkarch"
            },
            "owner": "tkarch",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "total, proceed, predicted",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~tkarch/20/total-proceed-predicted/",
            "world_readable": true,
            "date_modified": "2019-03-20T18:28:16.858Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~tkarch/20/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "93ad89dc-da92-49a1-9fd1-4816c9fb8cfc",
                        "name": "total",
                        "type": "bar",
                        "xsrc": "tkarch:21:482a37",
                        "ysrc": "tkarch:21:7aafe2"
                    },
                    {
                        "uid": "725cde8c-1c48-4c0e-a275-5ed1c653b9ba",
                        "name": "proceed",
                        "type": "bar",
                        "xsrc": "tkarch:21:482a37",
                        "ysrc": "tkarch:21:718455",
                        "textsrc": "tkarch:21:97b33d"
                    },
                    {
                        "uid": "9a1d57d7-3cfc-4423-a853-71e37d7668b1",
                        "name": "predicted",
                        "type": "bar",
                        "xsrc": "tkarch:21:482a37",
                        "ysrc": "tkarch:21:7bc57f"
                    }
                ],
                "layout": {
                    "barmode": "group"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~tkarch",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-03-19 15:32:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "tkarch",
                "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-20T18:27:50.399645Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~valenvb/14.embed",
            "fid": "valenvb:14",
            "filename": "TILE_VALUE_HIGH-TILE_VALUE_VERY_HIGH",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/valenvb/14/9_J3XICZAYKBGBK821RL3M4IEH3M3S6X.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/valenvb/14/2_VN9XDYKFN5LOJRM6UXWP3OMJ4U90R7.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/valenvb/14/8_Q7OOW8KMD85W58BGNJKKLX56HPXP4U.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/valenvb/14/9_J3XICZAYKBGBK821RL3M4IEH3M3S6X.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/valenvb:14",
                "plots": "https://api.plotly.com/v2/plots/valenvb:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=valenvb"
            },
            "owner": "valenvb",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "TILE_VALUE_HIGH vs TILE_VALUE_VERY_HIGH",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~valenvb/14/tile-value-high-vs-tile-value-very-high/",
            "world_readable": true,
            "date_modified": "2019-03-20T18:27:50.871Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~valenvb/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "TILE_VALUE_HIGH",
                        "type": "scatter",
                        "xsrc": "valenvb:15:950c9c",
                        "ysrc": "valenvb:15:135938"
                    },
                    {
                        "name": "TILE_VALUE_VERY_HIGH",
                        "type": "scatter",
                        "xsrc": "valenvb:15:3a0134",
                        "ysrc": "valenvb:15:135938"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~valenvb",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.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-19 16:15:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "valenvb",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}