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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzIwJTNBMTElM0EyOC4yNzE0MzQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsyMCUzQTIwJTNBMTIuMDEyMzQ3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-20T20:20:12.012347Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~parka/12.embed",
            "fid": "parka:12",
            "filename": "plot from API (5)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/parka:12/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/parka:12/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/parka:12/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/parka:12/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/parka:12",
                "plots": "https://api.plotly.com/v2/plots/parka:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=parka"
            },
            "owner": "parka",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "EMOB Client Product Flow",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~parka/12/emob-client-product-flow/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:20:12.477Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~parka/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "parka:13:7f8ce9",
                            "sourcesrc": "parka:13:6e4fbc",
                            "targetsrc": "parka:13:42241f"
                        },
                        "node": {
                            "pad": 15,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "parka:13:5d269e",
                            "labelsrc": "parka:13:fb4c5a",
                            "thickness": 20
                        },
                        "type": "sankey",
                        "orientation": "h",
                        "valueformat": "%,03%ds"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "EMOB Client Product Flow"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~parka",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.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": "2018-07-13 15:10:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "parka",
                "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-20T20:18:14.078761Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~parka/10.embed",
            "fid": "parka:10",
            "filename": "plot from API (4)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/parka:10/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/parka:10/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/parka:10/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/parka:10/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/parka:10",
                "plots": "https://api.plotly.com/v2/plots/parka:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=parka"
            },
            "owner": "parka",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "EMOB Client Product Flow",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~parka/10/emob-client-product-flow/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:18:14.834Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~parka/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "parka:11:43c945",
                            "sourcesrc": "parka:11:23444f",
                            "targetsrc": "parka:11:7d5b7b"
                        },
                        "node": {
                            "pad": 15,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "parka:11:ddfb28",
                            "labelsrc": "parka:11:66c68c",
                            "thickness": 20
                        },
                        "type": "sankey",
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "EMOB Client Product Flow"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~parka",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.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": "2018-07-13 15:10:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "parka",
                "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-20T20:17:45.960454Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~parka/8.embed",
            "fid": "parka:8",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/parka:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/parka:8/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/parka:8/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/parka:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/parka:8",
                "plots": "https://api.plotly.com/v2/plots/parka:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=parka"
            },
            "owner": "parka",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "EMOB Client Product Flow",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~parka/8/emob-client-product-flow/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:17:46.407Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~parka/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "parka:9:85bae7",
                            "sourcesrc": "parka:9:ceedb4",
                            "targetsrc": "parka:9:3888c9"
                        },
                        "node": {
                            "pad": 15,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "parka:9:7f635e",
                            "labelsrc": "parka:9:e75d17",
                            "thickness": 20
                        },
                        "type": "sankey",
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "EMOB Client Product Flow"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~parka",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.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": "2018-07-13 15:10:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "parka",
                "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-20T20:16:58.577493Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~maxvanschendel/0.embed",
            "fid": "maxvanschendel:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/maxvanschendel:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/maxvanschendel:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/maxvanschendel/0/8_ZYZOPADNBPIS9L3FUGTYPGVNR0E954.png",
                "list-thumb": "https://api.plotly.com/v2/files/maxvanschendel:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/maxvanschendel:0",
                "plots": "https://api.plotly.com/v2/plots/maxvanschendel:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=maxvanschendel"
            },
            "owner": "maxvanschendel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Energy Plot",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~maxvanschendel/0/energy-plot/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:17:04.850Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~maxvanschendel/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "3cfa03e6-1ef2-4014-90ec-6a0331a7eda5",
                        "type": "scattergl",
                        "xsrc": "maxvanschendel:1:df5a11",
                        "ysrc": "maxvanschendel:1:ed6f43"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Energy Plot"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Date"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "(kWh)"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~maxvanschendel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.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-20 20:11:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "maxvanschendel",
                "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-20T20:16:47.060246Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~i.f.student/26.embed",
            "fid": "i.f.student:26",
            "filename": "plot from API (12)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/i.f.student:26/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/i.f.student:26/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/i.f.student:26/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/i.f.student:26/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/i.f.student:26",
                "plots": "https://api.plotly.com/v2/plots/i.f.student:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=i.f.student"
            },
            "owner": "i.f.student",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Top 10 road segments based on Criticalility and Vulnerability",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~i.f.student/26/top-10-road-segments-based-on-criticalility-and-vulnerability/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:16:47.939Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~i.f.student/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6c30e71a-9299-40cb-a3a2-07004f96780b",
                        "mode": "markers",
                        "name": "R roads",
                        "type": "scatter",
                        "xsrc": "i.f.student:27:10c05b",
                        "ysrc": "i.f.student:27:b12430",
                        "marker": {
                            "size": 12,
                            "color": "orange"
                        },
                        "textsrc": "i.f.student:27:41da86"
                    },
                    {
                        "uid": "6e86a39b-9d82-43b5-8fc3-d56a3c66f9d9",
                        "mode": "markers",
                        "name": "N roads",
                        "type": "scatter",
                        "xsrc": "i.f.student:27:22a611",
                        "ysrc": "i.f.student:27:9b8f87",
                        "marker": {
                            "size": 12,
                            "color": "blue"
                        },
                        "textsrc": "i.f.student:27:ca3d1c"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Top 10 road segments based on Criticalility and Vulnerability"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Vulnerability (normalised)"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Criticality (normalised)"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~i.f.student",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.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 16:46:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "i.f.student",
                "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-20T20:16:14.745863Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~calatooij/1.embed",
            "fid": "calatooij:1",
            "filename": "hr_payroll",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/calatooij:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/calatooij:1/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/calatooij/1/8_4OV735GJWR5IX4ZCK6X7NRT2BKXBYZ.png",
                "list-thumb": "https://api.plotly.com/v2/files/calatooij:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/calatooij:1",
                "plots": "https://api.plotly.com/v2/plots/calatooij:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=calatooij"
            },
            "owner": "calatooij",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 73,
            "web_url": "https://chart-studio.plotly.com/~calatooij/1/",
            "world_readable": true,
            "date_modified": "2019-03-21T08:56:37.062Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~calatooij/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(0, 0, 0, 1)",
                            "fillcolor": "rgba(0, 0, 0, 1)"
                        },
                        "mode": "lines",
                        "name": "observed",
                        "type": "scatter",
                        "xsrc": "calatooij:3:cdb895",
                        "ysrc": "calatooij:3:0ede56",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "fill": "toself",
                        "line": {
                            "color": "rgba(242,242,242,1)",
                            "fillcolor": "rgba(242,242,242,1)"
                        },
                        "mode": "lines",
                        "name": "95% confidence",
                        "type": "scatter",
                        "xsrc": "calatooij:3:863f86",
                        "ysrc": "calatooij:3:074560",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points"
                    },
                    {
                        "fill": "toself",
                        "line": {
                            "color": "rgba(204,204,204,1)",
                            "fillcolor": "rgba(204,204,204,1)"
                        },
                        "mode": "lines",
                        "name": "80% confidence",
                        "type": "scatter",
                        "xsrc": "calatooij:3:863f86",
                        "ysrc": "calatooij:3:b3085f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points"
                    },
                    {
                        "line": {
                            "color": "rgba(0,0,255,1)",
                            "fillcolor": "rgba(0,0,255,1)"
                        },
                        "mode": "lines",
                        "name": "prediction",
                        "type": "scatter",
                        "xsrc": "calatooij:3:70b293",
                        "ysrc": "calatooij:3:cc9388",
                        "xaxis": "x",
                        "yaxis": "y"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Payroll forecast"
                    },
                    "xaxis": {
                        "type": "category",
                        "dtick": 1,
                        "range": [
                            0,
                            95
                        ],
                        "tick0": 0,
                        "title": {
                            "font": {
                                "size": 12
                            },
                            "text": "Year"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": 12,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "tickmode": "auto",
                        "autorange": false,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                0,
                                95
                            ],
                            "yaxis": {
                                "rangemode": "match"
                            },
                            "visible": true,
                            "autorange": true
                        },
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            459843.4811277777,
                            10060240.592572222
                        ],
                        "title": {
                            "font": {
                                "size": 12
                            },
                            "text": "Total Employee Salary"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true,
                        "tickformat": ""
                    },
                    "legend": {
                        "x": 1.02,
                        "y": 1,
                        "font": {
                            "size": 9
                        },
                        "valign": "middle",
                        "yanchor": "auto",
                        "traceorder": "normal"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": true,
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~calatooij",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/52.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-03-20 19:51:05",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "calatooij",
                "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-20T20:16:06.758251Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mccountystat/24.embed",
            "fid": "mccountystat:24",
            "filename": "Satisfaction with Taxes Paid",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/mccountystat:24/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mccountystat/24/2_XNWW8S8TCEQ46F9DQP1TPVJMFUEI82.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mccountystat/24/8_1E3Y0LVRIVNSQCA4GTDMBW0AQKOKRA.png",
                "list-thumb": "https://api.plotly.com/v2/files/mccountystat:24/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mccountystat:24",
                "plots": "https://api.plotly.com/v2/plots/mccountystat:24",
                "parent": "https://api.plotly.com/v2/folders/mccountystat:7"
            },
            "owner": "mccountystat",
            "parent": 7,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 816,
            "web_url": "https://chart-studio.plotly.com/~mccountystat/24/",
            "world_readable": true,
            "date_modified": "2019-08-06T14:12:42.286Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mccountystat/24/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "width": 3
                        },
                        "mode": "markers+lines",
                        "name": "% Responding \"Good\" or \"Excellent\"",
                        "type": "scatter",
                        "xsrc": "mccountystat:18:282005",
                        "ysrc": "mccountystat:18:624b49",
                        "marker": {
                            "size": 7
                        },
                        "visible": true,
                        "transforms": [
                            {
                                "type": "filter",
                                "value": "Resident satisfaction with value of services for the taxes paid  - rated \"Good\" or \"Excellent\"",
                                "targetsrc": "mccountystat:18:5109c4"
                            },
                            {
                                "type": "filter",
                                "value": [
                                    "2007",
                                    "2017"
                                ],
                                "operation": "[]",
                                "targetsrc": "mccountystat:18:282005"
                            }
                        ],
                        "connectgaps": true
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 15,
                        "color": "rgb(0, 0, 0)",
                        "family": "Overpass"
                    },
                    "scene": {
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 14
                        },
                        "text": "<br>"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2006.4025509544533,
                            2017.5974490455467
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "family": "Roboto"
                            },
                            "text": "<b>Year</b>"
                        },
                        "nticks": 7,
                        "ticklen": -1,
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 17,
                            "color": "rgb(92, 94, 105)",
                            "family": "Roboto"
                        },
                        "zeroline": false,
                        "autorange": true,
                        "tickwidth": -1,
                        "tickformat": "",
                        "showexponent": "none",
                        "separatethousands": false
                    },
                    "yaxis": {
                        "range": [
                            0,
                            100
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "family": "Roboto"
                            },
                            "text": "<b>% of Respondents</b>"
                        },
                        "nticks": -1,
                        "ticklen": -1,
                        "tickfont": {
                            "size": 17,
                            "color": "rgb(66, 68, 71)",
                            "family": "Roboto"
                        },
                        "autorange": false,
                        "tickwidth": -1,
                        "fixedrange": true,
                        "ticksuffix": "%"
                    },
                    "legend": {
                        "x": 0.7774664193912234,
                        "y": 0.2728852907911185,
                        "font": {
                            "size": 17,
                            "family": "Roboto"
                        },
                        "xanchor": "auto",
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 20,
                        "t": 20
                    },
                    "autosize": true,
                    "colorway": [
                        "#3366cc",
                        "#dc3912",
                        "#ff9900",
                        "#109618",
                        "#990099",
                        "#0099c6",
                        "#dd4477",
                        "#66aa00",
                        "#b82e2e",
                        "#316395"
                    ],
                    "dragmode": "orbit",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "clickmode": "event+select",
                    "colorscale": {
                        "sequentialminus": [
                            [
                                0,
                                "#0508b8"
                            ],
                            [
                                0.08333333333333333,
                                "#1910d8"
                            ],
                            [
                                0.16666666666666666,
                                "#3c19f0"
                            ],
                            [
                                0.25,
                                "#6b1cfb"
                            ],
                            [
                                0.3333333333333333,
                                "#981cfd"
                            ],
                            [
                                0.4166666666666667,
                                "#bf1cfd"
                            ],
                            [
                                0.5,
                                "#dd2bfd"
                            ],
                            [
                                0.5833333333333334,
                                "#f246fe"
                            ],
                            [
                                0.6666666666666666,
                                "#fc67fd"
                            ],
                            [
                                0.75,
                                "#fe88fc"
                            ],
                            [
                                0.8333333333333334,
                                "#fea5fd"
                            ],
                            [
                                0.9166666666666666,
                                "#febefe"
                            ],
                            [
                                1,
                                "#fec3fe"
                            ]
                        ]
                    },
                    "hoverlabel": {
                        "font": {
                            "size": 11,
                            "color": "#000",
                            "family": "Roboto"
                        },
                        "bgcolor": "#FFF"
                    },
                    "showlegend": true,
                    "plot_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mccountystat",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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": "2018-06-15 16:16:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mccountystat",
                "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-20T20:15:36.426920Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ivobrett/17.embed",
            "fid": "ivobrett:17",
            "filename": "basic-scatter",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ivobrett:17/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ivobrett:17/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/ivobrett:17/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/ivobrett:17/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ivobrett:17",
                "plots": "https://api.plotly.com/v2/plots/ivobrett:17",
                "parent": "https://api.plotly.com/v2/folders/home?user=ivobrett"
            },
            "owner": "ivobrett",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ivobrett/17/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:15:36.980Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ivobrett/17/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ivobrett:18:f42e68",
                        "ysrc": "ivobrett:18:955431"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ivobrett",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-02-26 07:56:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ivobrett",
                "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-20T20:14:00.100706Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~awais12345/1.embed",
            "fid": "awais12345:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/awais12345/1/9_PQXZWC6UHYLW38HEJKRYNU2KYJG5I7.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/awais12345/1/2_MH71ROBKSONL4H8QOSD4F4MI2Q3PVA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/awais12345/1/8_M3QL9GBQW5TCXIKGMTHSE8CJILEWVR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/awais12345/1/9_PQXZWC6UHYLW38HEJKRYNU2KYJG5I7.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/awais12345:1",
                "plots": "https://api.plotly.com/v2/plots/awais12345:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=awais12345"
            },
            "owner": "awais12345",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~awais12345/1/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:18:29.056Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~awais12345/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "rsrc": "awais12345:0:59c620",
                        "type": "scatterpolar",
                        "xsrc": "awais12345:0:59c620",
                        "ysrc": "awais12345:0:0d9163",
                        "thetasrc": "awais12345:0:0d9163"
                    }
                ],
                "frames": [],
                "layout": {
                    "polar": {
                        "radialaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                103.95617183461285
                            ],
                            "autorange": true
                        },
                        "angularaxis": {
                            "type": "linear"
                        }
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            20.910830436289608,
                            103.95617183461285
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -19.70731371921948,
                            379.6725415094164
                        ],
                        "autorange": true
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~awais12345",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.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-03-20 20:11:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "awais12345",
                "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-20T20:11:28.271434Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~hpm7/22.embed",
            "fid": "hpm7:22",
            "filename": "r-y_obs",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/hpm7/22/9_YQJLPEYI1ZAP5XYOT0MVGRCLJFRDYN.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/hpm7:22/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hpm7/22/8_6HSLZ0H3D55GR4AALTLIQ9S5CXCNS8.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hpm7/22/9_YQJLPEYI1ZAP5XYOT0MVGRCLJFRDYN.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/hpm7:22",
                "plots": "https://api.plotly.com/v2/plots/hpm7:22",
                "parent": "https://api.plotly.com/v2/folders/home?user=hpm7"
            },
            "owner": "hpm7",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~hpm7/22/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:19:28.875Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~hpm7/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "hpm7:21:0a95e3",
                        "ysrc": "hpm7:21:f9e9e6",
                        "zsrc": "hpm7:21:c81a2d",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "transparent"
                            },
                            "color": "rgba(31,119,180,1)",
                            "fillcolor": "rgba(31,119,180,1)"
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": "Gestational Age"
                        },
                        "yaxis": {
                            "title": "Birth Weight"
                        },
                        "zaxis": {
                            "title": "y_obs"
                        }
                    },
                    "xaxis": {
                        "type": "category",
                        "domain": [
                            0,
                            1
                        ],
                        "categoryorder": "array",
                        "categoryarraysrc": "hpm7:21:2d90fc"
                    },
                    "yaxis": {
                        "type": "category",
                        "domain": [
                            0,
                            1
                        ],
                        "categoryorder": "array",
                        "categoryarraysrc": "hpm7:21:f8930d"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~hpm7",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/50.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-05 07:41:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "hpm7",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}