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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA0LTIyKzAyJTNBMTQlM0ExMi4wNTM1ODAlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNC0yMiswMiUzQTMwJTNBMjUuNzMwNzIxJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-04-22T02:30:25.730721Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~bdorsey2/12.embed",
            "fid": "bdorsey2:12",
            "filename": "histogram_pyramid",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/bdorsey2:12/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/bdorsey2:12/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/bdorsey2:12/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/bdorsey2:12/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/bdorsey2:12",
                "plots": "https://api.plotly.com/v2/plots/bdorsey2:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=bdorsey2"
            },
            "owner": "bdorsey2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Age vs Population (in thousands)",
            "views": 0,
            "web_url": "https://plotly.com/~bdorsey2/12/age-vs-population-in-thousands/",
            "world_readable": true,
            "date_modified": "2019-04-22T04:14:41.150Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~bdorsey2/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "cfc91715-5569-4fcd-86a2-55763ad0e254",
                        "name": "Men 2016",
                        "type": "bar",
                        "xsrc": "bdorsey2:13:163a91",
                        "ysrc": "bdorsey2:13:731ff3",
                        "orientation": "h"
                    },
                    {
                        "uid": "ffc23199-ee2d-45f8-bc7b-001e0b6f1350",
                        "name": "Women 2016",
                        "type": "bar",
                        "xsrc": "bdorsey2:13:a0dbb2",
                        "ysrc": "bdorsey2:13:731ff3",
                        "orientation": "h"
                    },
                    {
                        "uid": "0aaab35c-2fe9-4dec-9b1f-39f9f636792a",
                        "name": "Men 2010",
                        "type": "bar",
                        "xsrc": "bdorsey2:13:bd76ae",
                        "ysrc": "bdorsey2:13:731ff3",
                        "orientation": "h"
                    },
                    {
                        "uid": "ea2c1a51-13a1-44e4-9ba0-ed21d43feb6b",
                        "name": "Women 2010",
                        "type": "bar",
                        "xsrc": "bdorsey2:13:870b1b",
                        "ysrc": "bdorsey2:13:731ff3",
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "width": 1000,
                    "xaxis": {
                        "title": {
                            "text": "Population (in thousands)"
                        },
                        "ticktext": [
                            2500,
                            2250,
                            2000,
                            1750,
                            1500,
                            1250,
                            1000,
                            750,
                            500,
                            250,
                            0,
                            250,
                            500,
                            750,
                            1000,
                            1250,
                            1500,
                            1750,
                            2000,
                            2250
                        ],
                        "tickvals": [
                            -2500,
                            -2250,
                            -2000,
                            -1750,
                            -1500,
                            -1250,
                            -1000,
                            -750,
                            -500,
                            -250,
                            0,
                            250,
                            500,
                            750,
                            1000,
                            1250,
                            1500,
                            1750,
                            2000,
                            2250
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            100
                        ],
                        "title": {
                            "text": "Age"
                        }
                    },
                    "height": 1000,
                    "barmode": "overlay"
                }
            },
            "height": 1000,
            "width": 1000,
            "user": {
                "profile_url": "https://plotly.com/~bdorsey2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/74.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-26 03:30:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "bdorsey2",
                "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-04-22T02:30:01.843476Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~SeaSpree/19.embed",
            "fid": "SeaSpree:19",
            "filename": "I lose my position often while reading bar graph",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/SeaSpree:19/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/SeaSpree/19/2_BIRM7GTL39XKFLOEXWI19P5EU474I5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SeaSpree/19/8_A6DR8S9ZEGL6WHU025CQ81FZMVTU9D.png",
                "list-thumb": "https://api.plotly.com/v2/files/SeaSpree:19/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SeaSpree:19",
                "plots": "https://api.plotly.com/v2/plots/SeaSpree:19",
                "parent": "https://api.plotly.com/v2/folders/home?user=SeaSpree"
            },
            "owner": "SeaSpree",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://plotly.com/~SeaSpree/19/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:30:01.857Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~SeaSpree/19/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Version A",
                        "type": "bar",
                        "xsrc": "SeaSpree:18:b77b9c",
                        "ysrc": "SeaSpree:18:03fbda",
                        "marker": {
                            "color": "rgb(166, 235, 252)"
                        },
                        "orientation": "v"
                    },
                    {
                        "name": "Version B",
                        "type": "bar",
                        "xsrc": "SeaSpree:18:b77b9c",
                        "ysrc": "SeaSpree:18:81422d",
                        "marker": {
                            "color": "rgb(206, 203, 200)"
                        },
                        "orientation": "v"
                    },
                    {
                        "name": "Version C",
                        "type": "bar",
                        "xsrc": "SeaSpree:18:b77b9c",
                        "ysrc": "SeaSpree:18:b99d01",
                        "marker": {
                            "color": "rgb(15, 32, 67)"
                        },
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 14,
                        "family": "Raleway"
                    },
                    "title": {
                        "text": "I lost my position often while reading."
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "title": {
                            "font": {
                                "size": 15
                            },
                            "text": "Answer"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            21.05263157894737
                        ],
                        "title": {
                            "font": {
                                "size": 15
                            },
                            "text": "Responses"
                        },
                        "autorange": true
                    },
                    "legend": {
                        "font": {
                            "size": 14,
                            "family": "Raleway"
                        },
                        "orientation": "v"
                    },
                    "autosize": true,
                    "colorway": [
                        "#8dd3c7",
                        "#ffffb3",
                        "#bebada",
                        "#fb8072",
                        "#80b1d3",
                        "#fdb462",
                        "#b3de69",
                        "#fccde5",
                        "#d9d9d9",
                        "#bc80bd",
                        "#ccebc5",
                        "#ffed6f"
                    ],
                    "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"
                    },
                    "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,
                                "#ffffcc"
                            ],
                            [
                                0.125,
                                "#ffeda0"
                            ],
                            [
                                0.25,
                                "#fed976"
                            ],
                            [
                                0.375,
                                "#feb24c"
                            ],
                            [
                                0.5,
                                "#fd8d3c"
                            ],
                            [
                                0.625,
                                "#fc4e2a"
                            ],
                            [
                                0.75,
                                "#e31a1c"
                            ],
                            [
                                0.875,
                                "#bd0026"
                            ],
                            [
                                1,
                                "#800026"
                            ]
                        ],
                        "sequentialminus": [
                            [
                                0,
                                "#fff7fb"
                            ],
                            [
                                0.125,
                                "#ece2f0"
                            ],
                            [
                                0.25,
                                "#d0d1e6"
                            ],
                            [
                                0.375,
                                "#a6bddb"
                            ],
                            [
                                0.5,
                                "#67a9cf"
                            ],
                            [
                                0.625,
                                "#3690c0"
                            ],
                            [
                                0.75,
                                "#02818a"
                            ],
                            [
                                0.875,
                                "#016c59"
                            ],
                            [
                                1,
                                "#014636"
                            ]
                        ]
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~SeaSpree",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.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": "2017-11-26 21:01:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SeaSpree",
                "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-04-22T02:29:23.941183Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~SeiyaKawano2/57.embed",
            "fid": "SeiyaKawano2:57",
            "filename": "word-scatter",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/SeiyaKawano2/57/9_WLVXUUOK6WMRR2LPIT03A7CWD6D89T.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/SeiyaKawano2/57/2_HSBK83QUUW6YYVRBP3CU4KVDV3OTW6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SeiyaKawano2/57/8_WJYNHNH0HY277R43A6HMRFQV7I468H.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SeiyaKawano2/57/9_WLVXUUOK6WMRR2LPIT03A7CWD6D89T.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SeiyaKawano2:57",
                "plots": "https://api.plotly.com/v2/plots/SeiyaKawano2:57",
                "parent": "https://api.plotly.com/v2/folders/home?user=SeiyaKawano2"
            },
            "owner": "SeiyaKawano2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~SeiyaKawano2/57/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:29:24.938Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~SeiyaKawano2/57/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b83dae98-f3ac-49e6-991c-649308799133",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "SeiyaKawano2:58:fed0db",
                        "ysrc": "SeiyaKawano2:58:7b3052",
                        "marker": {
                            "size": 1.0
                        },
                        "textsrc": "SeiyaKawano2:58:28dd4b"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~SeiyaKawano2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/76.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-10-22 18:10:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SeiyaKawano2",
                "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-04-22T02:28:52.702347Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~mubarakmohammeddin/2.embed",
            "fid": "mubarakmohammeddin:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/mubarakmohammeddin:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/mubarakmohammeddin:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/mubarakmohammeddin:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/mubarakmohammeddin:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mubarakmohammeddin:2",
                "plots": "https://api.plotly.com/v2/plots/mubarakmohammeddin:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=mubarakmohammeddin"
            },
            "owner": "mubarakmohammeddin",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~mubarakmohammeddin/2/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:28:52.716Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~mubarakmohammeddin/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "mubarakmohammeddin:1:7b713b",
                        "ysrc": "mubarakmohammeddin:1:6665d2",
                        "orientation": "v"
                    },
                    {
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "mubarakmohammeddin:1:c52f11",
                        "ysrc": "mubarakmohammeddin:1:7b713b",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "mubarakmohammeddin:1:c52f11",
                        "ysrc": "mubarakmohammeddin:1:6665d2"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.5,
                            99.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -945.3888888888889,
                            19262.38888888889
                        ],
                        "autorange": true
                    },
                    "xaxis2": {
                        "side": "top",
                        "type": "category",
                        "range": [
                            0,
                            4
                        ],
                        "autorange": true,
                        "overlaying": "x"
                    },
                    "yaxis2": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            -5.5,
                            104.5
                        ],
                        "autorange": true,
                        "overlaying": "y"
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~mubarakmohammeddin",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.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-04-22 02:28:17",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mubarakmohammeddin",
                "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-04-22T02:27:39.451100Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~sonal987/7.embed",
            "fid": "sonal987:7",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/sonal987:7/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/sonal987:7/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/sonal987:7/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/sonal987:7/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sonal987:7",
                "plots": "https://api.plotly.com/v2/plots/sonal987:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=sonal987"
            },
            "owner": "sonal987",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Sales Over Time",
            "views": 0,
            "web_url": "https://plotly.com/~sonal987/7/sales-over-time/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:27:40.710Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~sonal987/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "2014",
                        "type": "scatter",
                        "xsrc": "sonal987:8:e27641",
                        "ysrc": "sonal987:8:e56f2f",
                        "opacity": 0.8
                    }
                ],
                "layout": {
                    "title": "Sales Over Time",
                    "xaxis": {
                        "title": "Date"
                    },
                    "yaxis": {
                        "title": "Sales"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~sonal987",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.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": "2018-06-18 03:35:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sonal987",
                "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-04-22T02:26:57.845285Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~ShaggySanchez/2.embed",
            "fid": "ShaggySanchez:2",
            "filename": "Average Person-Zone Distance",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ShaggySanchez:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ShaggySanchez/2/2_YS38OU2UDXBNRV5DOYLVYKBIVCBPR6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ShaggySanchez/2/8_Z9R685UL8T0BYERE2T8UW7YGALIB7D.png",
                "list-thumb": "https://api.plotly.com/v2/files/ShaggySanchez:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ShaggySanchez:2",
                "plots": "https://api.plotly.com/v2/plots/ShaggySanchez:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=ShaggySanchez"
            },
            "owner": "ShaggySanchez",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Average Person-Zone Distance",
            "views": 0,
            "web_url": "https://plotly.com/~ShaggySanchez/2/average-person-zone-distance/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:04:10.878Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~ShaggySanchez/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Person Count",
                        "type": "scatter",
                        "xsrc": "ShaggySanchez:3:97df24",
                        "ysrc": "ShaggySanchez:3:e4f2b9"
                    },
                    {
                        "name": "Average Distance inside Zone",
                        "type": "scatter",
                        "xsrc": "ShaggySanchez:3:97df24",
                        "ysrc": "ShaggySanchez:3:5b4760"
                    }
                ],
                "layout": {
                    "title": "Average Person-Zone Distance",
                    "xaxis": {
                        "title": "Time to nearest 0.5 second"
                    },
                    "yaxis": {
                        "type": "log",
                        "title": "Value (Log)"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~ShaggySanchez",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.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-04-22 02:08:35",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ShaggySanchez",
                "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-04-22T02:23:29.235569Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~februarysea/0.embed",
            "fid": "februarysea:0",
            "filename": "simple_dendrogram",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/februarysea:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/februarysea/0/2_P8YO4Q8535AWQ1S9JRV3TPM96WWIIP.png",
                "block-thumb": "https://api.plotly.com/v2/files/februarysea:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/februarysea:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/februarysea:0",
                "plots": "https://api.plotly.com/v2/plots/februarysea:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=februarysea"
            },
            "owner": "februarysea",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~februarysea/0/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:33:15.526Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~februarysea/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6fe8c891-332a-403e-a362-4d141105c4f8",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "februarysea:1:2c3b40",
                        "ysrc": "februarysea:1:2ff880",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(61,153,112)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9430df47-68b7-447d-9fe7-4c8dfdb1bdea",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "februarysea:1:735d45",
                        "ysrc": "februarysea:1:226073",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1f3638ca-058e-4fe3-abf5-63808698ad9d",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "februarysea:1:538db6",
                        "ysrc": "februarysea:1:7cb83f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,65,54)"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ca7c42cd-70ec-4b19-baa5-5bf1f5d954d5",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "februarysea:1:5c70f8",
                        "ysrc": "februarysea:1:3ab3b6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(0,116,217)"
                        },
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "width": 800,
                    "xaxis": {
                        "type": "linear",
                        "ticks": "outside",
                        "mirror": "allticks",
                        "showgrid": false,
                        "showline": true,
                        "tickmode": "array",
                        "ticktext": [
                            "3",
                            "4",
                            "2",
                            "0",
                            "1"
                        ],
                        "tickvals": [
                            5.0,
                            15.0,
                            25.0,
                            35.0,
                            45.0
                        ],
                        "zeroline": false,
                        "rangemode": "tozero",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "ticks": "outside",
                        "mirror": "allticks",
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "rangemode": "tozero",
                        "showticklabels": true
                    },
                    "height": 500,
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 500,
            "width": 800,
            "user": {
                "profile_url": "https://plotly.com/~februarysea",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.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-04-22 02:17:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "februarysea",
                "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-04-22T02:22:16.415705Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~xiam/5.embed",
            "fid": "xiam:5",
            "filename": "bar-line",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/xiam:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/xiam:5/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/xiam:5/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/xiam:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/xiam:5",
                "plots": "https://api.plotly.com/v2/plots/xiam:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=xiam"
            },
            "owner": "xiam",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://plotly.com/~xiam/5/",
            "world_readable": true,
            "date_modified": "2019-04-22T22:00:02.195Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~xiam/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "415239c4-d800-4d0a-bff2-dd9792d922f2",
                        "type": "scatter",
                        "xsrc": "xiam:6:02aedf",
                        "ysrc": "xiam:6:068e7d"
                    },
                    {
                        "uid": "b2eb6d83-ec12-4a6e-8b61-3f7157e9aec4",
                        "type": "scatter",
                        "xsrc": "xiam:6:02aedf",
                        "ysrc": "xiam:6:cb682d"
                    },
                    {
                        "uid": "1ca8a5e6-03ac-45bb-9478-4f68b945d39f",
                        "type": "bar",
                        "xsrc": "xiam:6:02aedf",
                        "ysrc": "xiam:6:728f69"
                    },
                    {
                        "uid": "243d83e7-a730-4c42-b4e0-87989ca00842",
                        "type": "bar",
                        "xsrc": "xiam:6:02aedf",
                        "ysrc": "xiam:6:39c83a"
                    },
                    {
                        "uid": "ef5375d4-efde-4945-90ee-7ff6ed6a894c",
                        "type": "bar",
                        "xsrc": "xiam:6:02aedf",
                        "ysrc": "xiam:6:e35aa2"
                    },
                    {
                        "uid": "2753a3ca-117a-4452-bd78-8ced8712db77",
                        "type": "bar",
                        "xsrc": "xiam:6:02aedf",
                        "ysrc": "xiam:6:6b58f3"
                    },
                    {
                        "uid": "9b328afd-3876-4a2e-ae74-a9ea991ed1df",
                        "type": "bar",
                        "xsrc": "xiam:6:02aedf",
                        "ysrc": "xiam:6:a6a10d"
                    },
                    {
                        "uid": "d5380732-f789-45fa-9a9c-dc2634cab8a4",
                        "type": "bar",
                        "xsrc": "xiam:6:02aedf",
                        "ysrc": "xiam:6:b920d6"
                    },
                    {
                        "uid": "c8151cc3-1628-45c1-8bf5-148308479566",
                        "type": "bar",
                        "xsrc": "xiam:6:02aedf",
                        "ysrc": "xiam:6:2440e5"
                    },
                    {
                        "uid": "13acd186-89e9-421e-bc20-6e691d97c922",
                        "type": "bar",
                        "xsrc": "xiam:6:02aedf",
                        "ysrc": "xiam:6:cc04ff"
                    },
                    {
                        "uid": "af60d386-aed7-48ca-a7b2-314ad6f39709",
                        "type": "bar",
                        "xsrc": "xiam:6:02aedf",
                        "ysrc": "xiam:6:f933a7"
                    },
                    {
                        "uid": "aa5dd0c0-b834-48f9-b712-4fc7faaafb7d",
                        "type": "bar",
                        "xsrc": "xiam:6:02aedf",
                        "ysrc": "xiam:6:71784b"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~xiam",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/89.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-15 18:43:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "xiam",
                "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-04-22T02:16:07.989465Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~ShaggySanchez/0.embed",
            "fid": "ShaggySanchez:0",
            "filename": "basic-line",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ShaggySanchez:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ShaggySanchez:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ShaggySanchez/0/8_VBK8M10VZCIMDAI288245UR6TKLRH5.png",
                "list-thumb": "https://api.plotly.com/v2/files/ShaggySanchez:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ShaggySanchez:0",
                "plots": "https://api.plotly.com/v2/plots/ShaggySanchez:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=ShaggySanchez"
            },
            "owner": "ShaggySanchez",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Person Count vs Average Distance inside Zone",
            "views": 0,
            "web_url": "https://plotly.com/~ShaggySanchez/0/person-count-vs-average-distance-inside-zone/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:25:25.976Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~ShaggySanchez/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Person Count",
                        "type": "scatter",
                        "xsrc": "ShaggySanchez:1:ee3a56",
                        "ysrc": "ShaggySanchez:1:270a8c"
                    },
                    {
                        "name": "Average Distance inside Zone",
                        "type": "scatter",
                        "xsrc": "ShaggySanchez:1:ee3a56",
                        "ysrc": "ShaggySanchez:1:99b60a"
                    }
                ],
                "layout": {
                    "yaxis": {
                        "type": "log"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~ShaggySanchez",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.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-04-22 02:08:35",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ShaggySanchez",
                "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-04-22T02:14:12.053580Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~sonal987/5.embed",
            "fid": "sonal987:5",
            "filename": "plot from API (2)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/sonal987:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/sonal987:5/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/sonal987:5/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/sonal987:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sonal987:5",
                "plots": "https://api.plotly.com/v2/plots/sonal987:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=sonal987"
            },
            "owner": "sonal987",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Sales Over Time",
            "views": 0,
            "web_url": "https://plotly.com/~sonal987/5/sales-over-time/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:14:12.451Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~sonal987/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "2013",
                        "type": "scatter",
                        "xsrc": "sonal987:6:b69174",
                        "ysrc": "sonal987:6:27be87",
                        "opacity": 0.8
                    }
                ],
                "layout": {
                    "title": "Sales Over Time",
                    "xaxis": {
                        "title": "Date"
                    },
                    "yaxis": {
                        "title": "Sales"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~sonal987",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.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": "2018-06-18 03:35:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sonal987",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}