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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE4KzAzJTNBMzIlM0E0My43OTk2ODMlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswMyUzQTUyJTNBMTMuNTU5OTUzJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-18T03:52:13.559953Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~manikkalra/34.embed",
            "fid": "manikkalra:34",
            "filename": "chart.html",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/manikkalra:34/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/manikkalra:34/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/manikkalra:34/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/manikkalra:34/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/manikkalra:34",
                "plots": "https://api.plotly.com/v2/plots/manikkalra:34",
                "parent": "https://api.plotly.com/v2/folders/home?user=manikkalra"
            },
            "owner": "manikkalra",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "ENPH",
            "views": 1,
            "web_url": "https://plotly.com/~manikkalra/34/enph/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:27:55.619Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~manikkalra/34/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "14c7258b-15a2-4473-aab1-c2fbac5fa1c1",
                        "line": {
                            "color": "#3D9970"
                        },
                        "name": "Increasing",
                        "type": "box",
                        "xsrc": "manikkalra:35:84b740",
                        "ysrc": "manikkalra:35:f42af3",
                        "boxpoints": false,
                        "fillcolor": "#3D9970",
                        "showlegend": false,
                        "whiskerwidth": 0
                    },
                    {
                        "uid": "9feb5c6f-7df1-4d88-b459-3df2da7f9519",
                        "line": {
                            "color": "#FF4136"
                        },
                        "name": "Decreasing",
                        "type": "box",
                        "xsrc": "manikkalra:35:634a3c",
                        "ysrc": "manikkalra:35:85eb61",
                        "boxpoints": false,
                        "fillcolor": "#FF4136",
                        "showlegend": false,
                        "whiskerwidth": 0
                    },
                    {
                        "uid": "aaa16703-4bcd-4758-b7e2-bb132eeb65eb",
                        "name": "Volume",
                        "type": "bar",
                        "xsrc": "manikkalra:35:6726e3",
                        "ysrc": "manikkalra:35:b75f9e",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "colorsrc": "manikkalra:35:81512c"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "ENPH"
                    },
                    "xaxis": {
                        "anchor": "y"
                    },
                    "yaxis": {
                        "domain": [
                            0.3,
                            1.0
                        ]
                    },
                    "yaxis2": {
                        "domain": [
                            0,
                            0.3
                        ]
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~manikkalra",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.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-06-14 21:53:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "manikkalra",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:49:25.906691Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~caijun/4.embed",
            "fid": "caijun:4",
            "filename": "Plot 4",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/caijun:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/caijun/4/2_4CP2VXN7F4AEYJKXI52XYKZQ4WENGG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/caijun/4/8_IQNYA83D1D3QTN1HOBXJ7SUOOX180W.png",
                "list-thumb": "https://api.plotly.com/v2/files/caijun:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/caijun:4",
                "plots": "https://api.plotly.com/v2/plots/caijun:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=caijun"
            },
            "owner": "caijun",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 4,
            "web_url": "https://plotly.com/~caijun/4/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:49:25.919Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~caijun/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "name": "50B traffic in window",
                        "type": "bar",
                        "xsrc": "caijun:2:685c37",
                        "ysrc": "caijun:2:4601ae",
                        "visible": true,
                        "orientation": "v"
                    },
                    {
                        "name": "50B traffic all succeed",
                        "type": "bar",
                        "xsrc": "caijun:2:685c37",
                        "ysrc": "caijun:2:2092a2",
                        "visible": true,
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "mode": "lines",
                        "name": "request succeed",
                        "type": "bar",
                        "xsrc": "caijun:2:685c37",
                        "ysrc": "caijun:2:8e0516",
                        "visible": true,
                        "boxpoints": false,
                        "stackgroup": 1,
                        "orientation": "v",
                        "autocolorscale": true
                    },
                    {
                        "mode": "markers",
                        "name": "50B-130S",
                        "type": "scatter",
                        "xsrc": "caijun:3:a92192",
                        "ysrc": "caijun:3:e45c5d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "stackgroup": null,
                        "selectedpoints": []
                    },
                    {
                        "mode": "markers",
                        "name": "50B-120S",
                        "type": "scatter",
                        "xsrc": "caijun:3:9d2b40",
                        "ysrc": "caijun:3:f86a58",
                        "selectedpoints": []
                    },
                    {
                        "mode": "markers",
                        "name": "50B-110S",
                        "type": "scatter",
                        "xsrc": "caijun:3:7e7ecf",
                        "ysrc": "caijun:3:77be5d",
                        "stackgroup": null,
                        "selectedpoints": []
                    },
                    {
                        "mode": "markers",
                        "name": "50B-100s",
                        "type": "scatter",
                        "xsrc": "caijun:3:002dfd",
                        "ysrc": "caijun:3:c5c853",
                        "stackgroup": null,
                        "selectedpoints": []
                    },
                    {
                        "mode": "markers",
                        "name": "50B-90S",
                        "type": "scatter",
                        "xsrc": "caijun:3:004963",
                        "ysrc": "caijun:3:381464",
                        "stackgroup": null,
                        "selectedpoints": []
                    },
                    {
                        "mode": "markers",
                        "name": "50B-80S",
                        "type": "scatter",
                        "xsrc": "caijun:3:7f184a",
                        "ysrc": "caijun:3:bde078",
                        "stackgroup": null,
                        "selectedpoints": []
                    },
                    {
                        "mode": "markers",
                        "name": "50B-70S",
                        "type": "scatter",
                        "xsrc": "caijun:3:bedaa1",
                        "ysrc": "caijun:3:198f2f",
                        "stackgroup": null,
                        "selectedpoints": []
                    },
                    {
                        "mode": "markers",
                        "name": "50B-60S",
                        "type": "scatter",
                        "xsrc": "caijun:3:3a6f85",
                        "ysrc": "caijun:3:8703b2",
                        "stackgroup": null,
                        "selectedpoints": []
                    },
                    {
                        "mode": "markers",
                        "name": "50B-50S",
                        "type": "scatter",
                        "xsrc": "caijun:3:06df97",
                        "ysrc": "caijun:3:daf116",
                        "stackgroup": null,
                        "selectedpoints": []
                    },
                    {
                        "mode": "markers",
                        "name": "50B-40S",
                        "type": "scatter",
                        "xsrc": "caijun:3:7d8efa",
                        "ysrc": "caijun:3:b1f338",
                        "stackgroup": null,
                        "selectedpoints": []
                    },
                    {
                        "mode": "markers",
                        "name": "50B-30S",
                        "type": "scatter",
                        "xsrc": "caijun:3:03502d",
                        "ysrc": "caijun:3:2cc812",
                        "stackgroup": null,
                        "selectedpoints": []
                    },
                    {
                        "mode": "markers",
                        "name": "50B-20S",
                        "type": "scatter",
                        "xsrc": "caijun:3:3f16f2",
                        "ysrc": "caijun:3:b4dd0d",
                        "stackgroup": null,
                        "selectedpoints": []
                    },
                    {
                        "mode": "markers",
                        "name": "50B-10S",
                        "type": "scatter",
                        "xsrc": "caijun:3:aae9a0",
                        "ysrc": "caijun:3:58b8d6",
                        "stackgroup": null,
                        "selectedpoints": []
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -7.797173850984869,
                            138.79717385098488
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -67.47667171972377,
                            1050.919824827354
                        ],
                        "autorange": true
                    },
                    "legend": {
                        "x": 1.02,
                        "y": 1.0389221556886228
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "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/~caijun",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.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-06-05 03:40:04",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "caijun",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:39:09.021128Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~ValerieWanQi/30.embed",
            "fid": "ValerieWanQi:30",
            "filename": "scatter-plot-with-colorscale",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/30/9_XW10IOONHFO7XL9M4Q9BS6E2W9KVS2.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/30/2_U4MNOH6QPZZ31J2JLD780L36C40ED4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/30/8_SYF8IY7QJJYOQELSPYK1UBG4D65DWT.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/30/9_XW10IOONHFO7XL9M4Q9BS6E2W9KVS2.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ValerieWanQi:30",
                "plots": "https://api.plotly.com/v2/plots/ValerieWanQi:30",
                "parent": "https://api.plotly.com/v2/folders/home?user=ValerieWanQi"
            },
            "owner": "ValerieWanQi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 4,
            "web_url": "https://plotly.com/~ValerieWanQi/30/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:39:09.515Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~ValerieWanQi/30/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "3672c6c0-0d2c-4f0d-850d-0d80c003bc12",
                        "mode": "markers",
                        "type": "scatter",
                        "ysrc": "ValerieWanQi:31:2cc87c",
                        "marker": {
                            "size": 16,
                            "colorsrc": "ValerieWanQi:31:978edf",
                            "showscale": true,
                            "colorscale": "Viridis"
                        }
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~ValerieWanQi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 01:34:58",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ValerieWanQi",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:38:47.196346Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~manikkalra/32.embed",
            "fid": "manikkalra:32",
            "filename": "plot from API (14)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/manikkalra/32/9_YON18GLLTL4396YO41VESK5GVN24KW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/manikkalra/32/2_KKR25GZD4Y0A3F89ETWODIRYQS8SZ8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/32/8_38LNPAQLFLXPW11KNYQ62Z9RCELQ9U.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/32/9_YON18GLLTL4396YO41VESK5GVN24KW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/manikkalra:32",
                "plots": "https://api.plotly.com/v2/plots/manikkalra:32",
                "parent": "https://api.plotly.com/v2/folders/home?user=manikkalra"
            },
            "owner": "manikkalra",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://plotly.com/~manikkalra/32/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:38:47.648Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~manikkalra/32/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "bad0b0db-16ad-49eb-86dc-2cc28d7e17cf",
                        "type": "candlestick",
                        "xsrc": "manikkalra:33:b4a029",
                        "lowsrc": "manikkalra:33:51a6cf",
                        "highsrc": "manikkalra:33:b599ed",
                        "opensrc": "manikkalra:33:e2de26",
                        "closesrc": "manikkalra:33:73cf50"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "rangeslider": {
                            "visible": false
                        }
                    },
                    "plot_bgcolor": "rgb(0,0,0)",
                    "paper_bgcolor": "rgb(0,0,0)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~manikkalra",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.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-06-14 21:53:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "manikkalra",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:37:54.157426Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~ValerieWanQi/28.embed",
            "fid": "ValerieWanQi:28",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/28/9_TSRGBRG72B0ZJ3MG9OHC91W6TQYJXA.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/28/2_W1QESLPSP1PMCHC8P9IN5MPOAU80GR.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/28/8_JNI9ZOQFESKRM4A5NIZ61FETL0PQG8.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/28/9_TSRGBRG72B0ZJ3MG9OHC91W6TQYJXA.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ValerieWanQi:28",
                "plots": "https://api.plotly.com/v2/plots/ValerieWanQi:28",
                "parent": "https://api.plotly.com/v2/folders/home?user=ValerieWanQi"
            },
            "owner": "ValerieWanQi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Stats of USA States",
            "views": 3,
            "web_url": "https://plotly.com/~ValerieWanQi/28/stats-of-usa-states/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:37:54.704Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~ValerieWanQi/28/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "92ee0dfb-adbb-4091-87e0-8c4876c7f6c3",
                        "mode": "markers",
                        "name": "2000",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:698fbf",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(0.0,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "47d5121b-7900-47fb-a546-1c32e259b4bc",
                        "mode": "markers",
                        "name": "2001",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:43c239",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(6.923076923076923,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "cf1c55d0-a5d3-46e6-9bee-bd24d6e527ad",
                        "mode": "markers",
                        "name": "2002",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:04e76a",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(13.846153846153847,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "01af1018-2448-46c7-9bfa-5d614344014f",
                        "mode": "markers",
                        "name": "2003",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:0dab3d",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(20.76923076923077,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "e7631d39-e3ba-4902-83f9-ba1c083b1284",
                        "mode": "markers",
                        "name": "2004",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:4341da",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(27.692307692307693,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "092200ec-24c0-40c8-b2cd-996357593a07",
                        "mode": "markers",
                        "name": "2005",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:de0cc0",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(34.61538461538461,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "2372c4c0-e6bb-4f0d-b5ee-1111a0eac99f",
                        "mode": "markers",
                        "name": "2006",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:b216ac",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(41.53846153846154,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "d4d260bb-ccda-4fbd-aa61-3f7832839585",
                        "mode": "markers",
                        "name": "2007",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:cbe243",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(48.46153846153847,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "cfaaaba5-a26c-4352-bbfb-aefde1e2a05f",
                        "mode": "markers",
                        "name": "2008",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:88a8fe",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(55.38461538461539,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "c9bd35bc-a2f2-45e1-a24e-7982323dd06f",
                        "mode": "markers",
                        "name": "2009",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:1c8942",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(62.30769230769231,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "c7fd0566-5d9a-4e33-a3b8-1584c959864d",
                        "mode": "markers",
                        "name": "2010",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:858f94",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(69.23076923076923,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "08fab10d-1ea9-48a6-b145-2b6037736a62",
                        "mode": "markers",
                        "name": "2011",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:c4d0b7",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(76.15384615384616,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "4af11766-4966-4591-8637-dfba24cba1da",
                        "mode": "markers",
                        "name": "2012",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:4dcde6",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(83.07692307692308,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "caf48463-c9a3-4df5-bb83-6f0adfdd6b6c",
                        "mode": "markers",
                        "name": "2013",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:a6cc8a",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(90.0,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "1a7119b3-ca24-4b2e-9426-68f6301fbc43",
                        "mode": "markers",
                        "name": "2014",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:779364",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(96.92307692307693,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "ac990075-be7f-4282-ad50-a22474a82569",
                        "mode": "markers",
                        "name": "2015",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:2ad219",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(103.84615384615385,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "f393488f-2c2b-4b8c-aef3-7badf565303e",
                        "mode": "markers",
                        "name": "2016",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:b54608",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(110.76923076923077,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "1b3e00ae-f0e3-45ed-a8fe-eec5ece8771d",
                        "mode": "markers",
                        "name": "2017",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:8b96a8",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(117.6923076923077,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "6d9608b9-d080-4b81-9cd8-6b38ba5928a3",
                        "mode": "markers",
                        "name": "2018",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:1082d1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(124.61538461538461,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "9d9291d1-5dbf-4591-bb11-7948f6f54c10",
                        "mode": "markers",
                        "name": "2019",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:755667",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(131.53846153846155,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "57a9bc7e-8ab8-4359-9ee8-b1d4ff12aa5e",
                        "mode": "markers",
                        "name": "2020",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:39ae0a",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(138.46153846153845,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "9358052f-8b60-46b1-853d-2bfd3e150a3e",
                        "mode": "markers",
                        "name": "2021",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:b4e959",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(145.3846153846154,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "a1a76ec3-c9a2-41d9-bdc9-9ff960c869fc",
                        "mode": "markers",
                        "name": "2022",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:90dfe3",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(152.30769230769232,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "3a69c41d-ea4a-4e6b-ac21-cbc02b33978d",
                        "mode": "markers",
                        "name": "2023",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:ef3833",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(159.23076923076923,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "5de49044-4335-410f-a3df-d15fbd786276",
                        "mode": "markers",
                        "name": "2024",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:521d14",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(166.15384615384616,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "fe77489b-f9cf-4695-afc0-7b29708b7c08",
                        "mode": "markers",
                        "name": "2025",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:e97453",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(173.0769230769231,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "f9ff7295-7c3e-42a1-8c91-0534ed17f473",
                        "mode": "markers",
                        "name": "2026",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:a229d6",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(180.0,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "5ed81ea5-ba47-45e7-8844-e0216f6827e4",
                        "mode": "markers",
                        "name": "2027",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:244164",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(186.92307692307693,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "75fef54c-1492-460c-83c7-64f93fd65465",
                        "mode": "markers",
                        "name": "2028",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:9c3685",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(193.84615384615387,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "f1f58824-46ce-443c-b50a-396d6e88032b",
                        "mode": "markers",
                        "name": "2029",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:86df06",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(200.76923076923077,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "299bcf91-678a-43db-924a-ed23fee30b3b",
                        "mode": "markers",
                        "name": "2030",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:058e50",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(207.6923076923077,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "b900f744-d237-4da8-ae96-4281e283712a",
                        "mode": "markers",
                        "name": "2031",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:63db10",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(214.6153846153846,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "b40cf095-dec7-478b-804c-8ad6f3ddd0ea",
                        "mode": "markers",
                        "name": "2032",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:5e03e1",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(221.53846153846155,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "430b0dfa-c2d5-4e1b-9997-fc8cb88586dc",
                        "mode": "markers",
                        "name": "2033",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:505807",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(228.46153846153848,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "e76946ee-fbb5-4cc6-9b5b-dd43f2315423",
                        "mode": "markers",
                        "name": "2034",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:e97026",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(235.3846153846154,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "4152a494-2156-4cfb-8926-e4e7cbe0000f",
                        "mode": "markers",
                        "name": "2035",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:584fbd",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(242.30769230769232,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "c032b6b9-1b48-4a7e-ab84-2790dde57c23",
                        "mode": "markers",
                        "name": "2036",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:9daaa0",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(249.23076923076923,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "a8f1302d-faf2-40c1-a83d-277d1879533e",
                        "mode": "markers",
                        "name": "2037",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:a679fd",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(256.1538461538462,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "24e0d416-a1da-4bd4-adb3-cb19eb499b24",
                        "mode": "markers",
                        "name": "2038",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:449313",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(263.0769230769231,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "189ba1e3-f9e5-4e0c-9fe8-abbd33116741",
                        "mode": "markers",
                        "name": "2039",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:502faf",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(270.0,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "b1f4e33e-700a-4c5f-9a4f-035a5ea42ba4",
                        "mode": "markers",
                        "name": "2040",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:cb4055",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(276.9230769230769,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "5ef730ae-9c59-41d1-8e21-91dc73379d34",
                        "mode": "markers",
                        "name": "2041",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:35fe2b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(283.84615384615387,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "51ee36ad-4093-4ca3-a363-fbd5c57a1ac5",
                        "mode": "markers",
                        "name": "2042",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:234976",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(290.7692307692308,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "47355ede-00d2-4a18-92d6-6b8dc03b0c6f",
                        "mode": "markers",
                        "name": "2043",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:e3f183",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(297.6923076923077,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "bb498821-c0b3-48a7-971b-c5b4d547e73b",
                        "mode": "markers",
                        "name": "2044",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:758ae0",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(304.61538461538464,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "0ecd8270-7dd1-4e70-9ca8-3e12236acaf9",
                        "mode": "markers",
                        "name": "2045",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:25f507",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(311.53846153846155,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "bc1a1acc-8a94-4804-ad04-62c1df50f926",
                        "mode": "markers",
                        "name": "2046",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:c0faa0",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(318.46153846153845,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "64476a63-84a5-4c85-ba54-48b36dcef73b",
                        "mode": "markers",
                        "name": "2047",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:2f469a",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(325.3846153846154,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "18d5c243-7c1e-4ef2-82e5-3426843f782b",
                        "mode": "markers",
                        "name": "2048",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:c599a9",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(332.3076923076923,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "4c40b5e9-9875-4dc1-a8a9-622f2e6b051a",
                        "mode": "markers",
                        "name": "2049",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:d1c6d9",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(339.2307692307692,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "5d422e44-f82c-4d0e-8468-1a554ee4b433",
                        "mode": "markers",
                        "name": "2050",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:da3b1a",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(346.1538461538462,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "e97c608a-3785-41f1-b00e-a15e1237d1de",
                        "mode": "markers",
                        "name": "2051",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:411d6e",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(353.0769230769231,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    },
                    {
                        "uid": "02702b04-4b0c-498e-b430-bf59fa6f821f",
                        "mode": "markers",
                        "name": "2052",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:29:7690e8",
                        "ysrc": "ValerieWanQi:29:e09ede",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "hsl(360.0,50%,50%)",
                            "opacity": 0.3
                        },
                        "textsrc": "ValerieWanQi:29:0dae98"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Stats of USA States"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Population"
                        },
                        "ticklen": 5,
                        "zeroline": false,
                        "gridwidth": 2
                    },
                    "yaxis": {
                        "title": {
                            "text": "Rank"
                        },
                        "ticklen": 5,
                        "gridwidth": 2
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~ValerieWanQi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 01:34:58",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ValerieWanQi",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:37:24.580099Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~ValerieWanQi/26.embed",
            "fid": "ValerieWanQi:26",
            "filename": "styled-scatter",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/26/9_G0TADYNT9VDYITV2FR5S95CIAKE0W1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/26/2_MYD5A1UZZ8THNP249405P84UTMSLM2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/26/8_2HAFDNKLSUEVCZ1EOFWX6I95ONUCKA.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/26/9_G0TADYNT9VDYITV2FR5S95CIAKE0W1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ValerieWanQi:26",
                "plots": "https://api.plotly.com/v2/plots/ValerieWanQi:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=ValerieWanQi"
            },
            "owner": "ValerieWanQi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Styled Scatter",
            "views": 3,
            "web_url": "https://plotly.com/~ValerieWanQi/26/styled-scatter/",
            "world_readable": true,
            "date_modified": "2019-06-18T06:22:29.416Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~ValerieWanQi/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "fe2910c3-61c2-4329-9e66-8cb413798e7b",
                        "mode": "markers",
                        "name": "Above",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:27:7b07b1",
                        "ysrc": "ValerieWanQi:27:c667c7",
                        "marker": {
                            "line": {
                                "color": "rgb(100, 0, 0)",
                                "width": 2
                            },
                            "size": 10,
                            "color": "rgba(152, 0, 0, .8)"
                        }
                    },
                    {
                        "uid": "fc1cf80e-3e79-424e-9df8-31716eeee3e7",
                        "mode": "markers",
                        "name": "Below",
                        "type": "scatter",
                        "xsrc": "ValerieWanQi:27:69b43b",
                        "ysrc": "ValerieWanQi:27:ae5243",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "size": 10,
                            "color": "rgba(255, 182, 193, .9)"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Styled Scatter"
                    },
                    "xaxis": {
                        "zeroline": false
                    },
                    "yaxis": {
                        "zeroline": false
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~ValerieWanQi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 01:34:58",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ValerieWanQi",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:36:14.705231Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~zferic85/1315.embed",
            "fid": "zferic85:1315",
            "filename": "labelled-heatmap75228020",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/zferic85/1315/9_X61SCQ1TNU7U8QN081QA9R03BQYIEF.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/zferic85/1315/2_ZA2H48BWPN67QOR9QCS6PNBRJCUW3T.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/zferic85/1315/8_DTBLQ2UHJPB3G4TUI34R7IH7HHIMEK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/zferic85/1315/9_X61SCQ1TNU7U8QN081QA9R03BQYIEF.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/zferic85:1315",
                "plots": "https://api.plotly.com/v2/plots/zferic85:1315",
                "parent": "https://api.plotly.com/v2/folders/home?user=zferic85"
            },
            "owner": "zferic85",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Levofloaxacin outlet ",
            "views": 22,
            "web_url": "https://plotly.com/~zferic85/1315/levofloaxacin-outlet/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:44:12.499Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~zferic85/1315/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b1613149-3f68-4e66-82b1-5300ac8057aa",
                        "type": "heatmap",
                        "xsrc": "zferic85:1316:3f7917",
                        "ysrc": "zferic85:1316:8479f2",
                        "zsrc": "zferic85:1316:-3f7917,8479f2"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Levofloaxacin outlet "
                    },
                    "xaxis": {
                        "ticks": "",
                        "nticks": 114,
                        "tickangle": 90
                    },
                    "yaxis": {
                        "ticks": "",
                        "nticks": 56
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~zferic85",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/78.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": "2018-02-23 20:35:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "zferic85",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:34:52.956456Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~manikkalra/30.embed",
            "fid": "manikkalra:30",
            "filename": "plot from API (13)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/manikkalra/30/9_3FBCXU5P6Y2QHTGOYQJB5ERNYOTZ9T.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/manikkalra/30/2_94L8A7QTMV4A05ZA99VMN00BJFPCJ6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/30/8_F8NIBRP4DWQ0ICR5HYND7IN713C72X.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/30/9_3FBCXU5P6Y2QHTGOYQJB5ERNYOTZ9T.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/manikkalra:30",
                "plots": "https://api.plotly.com/v2/plots/manikkalra:30",
                "parent": "https://api.plotly.com/v2/folders/home?user=manikkalra"
            },
            "owner": "manikkalra",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://plotly.com/~manikkalra/30/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:34:53.433Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~manikkalra/30/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "043a78be-f8fa-48f5-a823-d6bd2a419b1c",
                        "type": "candlestick",
                        "xsrc": "manikkalra:31:bb3836",
                        "lowsrc": "manikkalra:31:a3e8d2",
                        "highsrc": "manikkalra:31:af8ebe",
                        "opensrc": "manikkalra:31:11b891",
                        "closesrc": "manikkalra:31:25e5f1"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "rangeslider": {
                            "visible": false
                        }
                    },
                    "plot_bgcolor": "rgb(0,0,0)",
                    "paper_bgcolor": "rgb(0,0,0)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~manikkalra",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.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-06-14 21:53:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "manikkalra",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:34:43.876234Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~hyunilyoo/93.embed",
            "fid": "hyunilyoo:93",
            "filename": "plot from API (5)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/93/9_G6TNOBPE03PSTXKKD6U0D7JTY3B1P4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/93/2_342F60HDVU8791DQA4IJ8RBGDMJYVH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/93/8_GW45J3OQZD4WMI501DDL3A5J3QIFSS.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/93/9_G6TNOBPE03PSTXKKD6U0D7JTY3B1P4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/hyunilyoo:93",
                "plots": "https://api.plotly.com/v2/plots/hyunilyoo:93",
                "parent": "https://api.plotly.com/v2/folders/home?user=hyunilyoo"
            },
            "owner": "hyunilyoo",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "wifi",
            "views": 1,
            "web_url": "https://plotly.com/~hyunilyoo/93/wifi/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:34:44.659Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~hyunilyoo/93/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "2a62e579-117d-48eb-99a4-a568865573eb",
                        "type": "surface",
                        "zsrc": "hyunilyoo:94:",
                        "contours": {
                            "z": {
                                "show": true,
                                "project": {
                                    "z": true
                                },
                                "usecolormap": true,
                                "highlightcolor": "#42f462"
                            }
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "camera": {
                            "eye": {
                                "x": 1.87,
                                "y": 0.88,
                                "z": -0.64
                            }
                        }
                    },
                    "title": {
                        "text": "wifi"
                    },
                    "width": 500,
                    "height": 500,
                    "margin": {
                        "b": 65,
                        "l": 65,
                        "r": 50,
                        "t": 90
                    },
                    "autosize": false
                }
            },
            "height": 500,
            "width": 500,
            "user": {
                "profile_url": "https://plotly.com/~hyunilyoo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-03-06 23:58:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "hyunilyoo",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T03:32:43.799683Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~manikkalra/28.embed",
            "fid": "manikkalra:28",
            "filename": "plot from API (12)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/manikkalra/28/9_CLKQC4V1K5VSBQH9A92KQGFWAODCMT.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/manikkalra/28/2_JZQ7MPB5JB7NMX4EUCY5DXPO9WKC8F.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/28/8_1PU7L4DB92IK0JZAWUQ8GAVYS4FD3C.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/manikkalra/28/9_CLKQC4V1K5VSBQH9A92KQGFWAODCMT.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/manikkalra:28",
                "plots": "https://api.plotly.com/v2/plots/manikkalra:28",
                "parent": "https://api.plotly.com/v2/folders/home?user=manikkalra"
            },
            "owner": "manikkalra",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://plotly.com/~manikkalra/28/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:32:44.909Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~manikkalra/28/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b8d100b8-60ba-47e7-b08b-34438f56222a",
                        "type": "candlestick",
                        "xsrc": "manikkalra:29:679f87",
                        "lowsrc": "manikkalra:29:e84332",
                        "highsrc": "manikkalra:29:a8791e",
                        "opensrc": "manikkalra:29:0f92f7",
                        "closesrc": "manikkalra:29:d7c7f1"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "rangeslider": {
                            "visible": false
                        }
                    },
                    "plot_bgcolor": "rgb(0,0,0)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~manikkalra",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.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-06-14 21:53:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "manikkalra",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}