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=cj0xJnA9MjAxOS0wMy0yMSswMyUzQTExJTNBMjMuMDAwMjIzJTJCMDAlM0EwMA%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=cD0yMDE5LTAzLTIxKzAzJTNBMTIlM0E0MC40NjMyMTklMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMSswMyUzQTI1JTNBMzguNDc2ODgwJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-21T03:25:38.476880Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~sirisadashiva/12.embed",
            "fid": "sirisadashiva:12",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/sirisadashiva/12/9_LC7W4CBW524XDWCWV4EGW7SMA8I3KO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/sirisadashiva/12/2_1CS7IOUTK82MR97MSZGLQC44KEW9A3.png",
                "block-thumb": "https://api.plotly.com/v2/files/sirisadashiva:12/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sirisadashiva/12/9_LC7W4CBW524XDWCWV4EGW7SMA8I3KO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sirisadashiva:12",
                "plots": "https://api.plotly.com/v2/plots/sirisadashiva:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=sirisadashiva"
            },
            "owner": "sirisadashiva",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Transcription profiling of human brain samples",
            "views": 4,
            "web_url": "https://plotly.com/~sirisadashiva/12/transcription-profiling-of-human-brain-samples/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:25:39.030Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~sirisadashiva/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "heatmap",
                        "xsrc": "sirisadashiva:13:b19475",
                        "ysrc": "sirisadashiva:13:e00d14",
                        "zsrc": "sirisadashiva:13:0fc7d3,cd07e0,5563b6",
                        "colorscale": "YIGnBu"
                    }
                ],
                "layout": {
                    "title": "Transcription profiling of human brain samples",
                    "xaxis": {
                        "dtick": 1,
                        "autotick": false,
                        "showgrid": false
                    },
                    "yaxis": {
                        "dtick": 1,
                        "autotick": false,
                        "showgrid": false
                    },
                    "margin": {
                        "b": 200,
                        "l": 200,
                        "pad": 4
                    },
                    "autosize": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~sirisadashiva",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.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-05-12 05:06:04",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sirisadashiva",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:23:03.516181Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~scalis/63.embed",
            "fid": "scalis:63",
            "filename": "bar-line",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/scalis/63/9_PHDKUAM7FDDPS9DE2ENN2O4ICDQKWB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/scalis/63/2_IWR2KC75ZP7LBZKLRZ67FEKEVKQK1H.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/scalis/63/8_176P56V5IM286UFOG3F608L1O8R1GJ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/scalis/63/9_PHDKUAM7FDDPS9DE2ENN2O4ICDQKWB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/scalis:63",
                "plots": "https://api.plotly.com/v2/plots/scalis:63",
                "parent": "https://api.plotly.com/v2/folders/home?user=scalis"
            },
            "owner": "scalis",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 4,
            "web_url": "https://plotly.com/~scalis/63/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:26:39.315Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~scalis/63/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c8fefbaa-f2b2-4672-b538-763e1ce76be4",
                        "type": "scatter",
                        "xsrc": "scalis:64:312d9b",
                        "ysrc": "scalis:64:c78b49"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~scalis",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-20 10:10:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "scalis",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:20:56.056697Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~AlOh/1.embed",
            "fid": "AlOh:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/AlOh:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AlOh/1/2_L4IMTOIYUWEV232B7PUP94IFOG2HG0.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AlOh/1/8_YBWE27EXCJLLJOA91SEG08P6X9VYS4.png",
                "list-thumb": "https://api.plotly.com/v2/files/AlOh:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AlOh:1",
                "plots": "https://api.plotly.com/v2/plots/AlOh:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=AlOh"
            },
            "owner": "AlOh",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://plotly.com/~AlOh/1/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:20:56.076Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~AlOh/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "AlOh:0:432ccb",
                        "ysrc": "AlOh:0:49f4d6"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Period (s) vs. Angle of Release (Degrees)"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.2154524976730472,
                            25.884159123716994
                        ],
                        "title": {
                            "text": "Angle of Release (Degrees)"
                        },
                        "autorange": false,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                -0.2154524976730472,
                                26.18285123966942
                            ],
                            "yaxis": {
                                "rangemode": "match"
                            },
                            "visible": true,
                            "autorange": true
                        }
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            1.5,
                            1.65
                        ],
                        "title": {
                            "text": "Period (Seconds)"
                        },
                        "autorange": false,
                        "showspikes": false
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "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/~AlOh",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.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-03-21 03:20:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AlOh",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:20:55.930140Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~scalis/61.embed",
            "fid": "scalis:61",
            "filename": "styled-line",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/scalis/61/9_YBRZO1VP93ZDD9NDXWO9CKLWBY0MB9.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/scalis/61/2_K9OOSEKLWKBKRNE813O5A9FWTD6BO3.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/scalis/61/8_R9VNWTVJWIYAU76QJH69PK622GYLEH.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/scalis/61/9_YBRZO1VP93ZDD9NDXWO9CKLWBY0MB9.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/scalis:61",
                "plots": "https://api.plotly.com/v2/plots/scalis:61",
                "parent": "https://api.plotly.com/v2/folders/home?user=scalis"
            },
            "owner": "scalis",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Average High and Low Temperatures in New York",
            "views": 3,
            "web_url": "https://plotly.com/~scalis/61/average-high-and-low-temperatures-in-new-york/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:20:56.375Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~scalis/61/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c7ea59f9-c4b5-44d6-86d6-afd9d750d2ad",
                        "line": {
                            "color": "rgb(205, 12, 24)",
                            "width": 4
                        },
                        "name": "High 2014",
                        "type": "scatter",
                        "xsrc": "scalis:62:e893cf",
                        "ysrc": "scalis:62:5ea5ce"
                    },
                    {
                        "uid": "75c08488-9be8-46f7-b5a1-8eedd7a05711",
                        "line": {
                            "color": "rgb(22, 96, 167)",
                            "width": 4
                        },
                        "name": "Low 2014",
                        "type": "scatter",
                        "xsrc": "scalis:62:e893cf",
                        "ysrc": "scalis:62:bce5b9"
                    },
                    {
                        "uid": "7cd23953-e9c5-4df7-93eb-68834dbeb7c1",
                        "line": {
                            "dash": "dash",
                            "color": "rgb(205, 12, 24)",
                            "width": 4
                        },
                        "name": "High 2007",
                        "type": "scatter",
                        "xsrc": "scalis:62:e893cf",
                        "ysrc": "scalis:62:ff7abf"
                    },
                    {
                        "uid": "b508ee0a-ae1a-4b7a-9d57-e53dbac05415",
                        "line": {
                            "dash": "dash",
                            "color": "rgb(22, 96, 167)",
                            "width": 4
                        },
                        "name": "Low 2007",
                        "type": "scatter",
                        "xsrc": "scalis:62:e893cf",
                        "ysrc": "scalis:62:e245a1"
                    },
                    {
                        "uid": "2de4a714-3f57-4879-8bd5-5326fe9acfda",
                        "line": {
                            "dash": "dot",
                            "color": "rgb(205, 12, 24)",
                            "width": 4
                        },
                        "name": "High 2000",
                        "type": "scatter",
                        "xsrc": "scalis:62:e893cf",
                        "ysrc": "scalis:62:3934a4"
                    },
                    {
                        "uid": "d8b71da5-657b-43eb-bafa-02e44dcd453d",
                        "line": {
                            "dash": "dot",
                            "color": "rgb(22, 96, 167)",
                            "width": 4
                        },
                        "name": "Low 2000",
                        "type": "scatter",
                        "xsrc": "scalis:62:e893cf",
                        "ysrc": "scalis:62:80b22d"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Average High and Low Temperatures in New York"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Month"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Temperature (degrees F)"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~scalis",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-20 10:10:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "scalis",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:17:26.585418Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~andrew.j.stephens/4.embed",
            "fid": "andrew.j.stephens:4",
            "filename": "Plot 4",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/andrew.j.stephens/4/9_8VKZMK28DFF0RFA1ARBQ1ZVF3ETMHA.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/andrew.j.stephens/4/2_S8ZUZZNFVP8WEHM3A6QJI6ZOQKC1ST.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/andrew.j.stephens/4/8_V5WA2S0PGV51TULOM7WVLAF4WBIDMN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/andrew.j.stephens/4/9_8VKZMK28DFF0RFA1ARBQ1ZVF3ETMHA.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/andrew.j.stephens:4",
                "plots": "https://api.plotly.com/v2/plots/andrew.j.stephens:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=andrew.j.stephens"
            },
            "owner": "andrew.j.stephens",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 47,
            "web_url": "https://plotly.com/~andrew.j.stephens/4/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:17:26.604Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~andrew.j.stephens/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "andrew.j.stephens:3:69f3c9",
                        "ysrc": "andrew.j.stephens:3:a0d68e"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Bar Voltage vs Distance"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.05,
                            0.23
                        ],
                        "title": {
                            "text": "Distance (M)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.26861111111111113,
                            5.3563888888888895
                        ],
                        "title": {
                            "text": "Voltage (V)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~andrew.j.stephens",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 18:49:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "andrew.j.stephens",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:15:23.895824Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~xuzhaoqing/14.embed",
            "fid": "xuzhaoqing:14",
            "filename": "plot from API (6)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/14/9_PQK3EKYXTM3UPQ4Z4ZGHRD3X9UH3AG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/14/2_6FRUOBL2CC02POSFUOP4R5JG1MV588.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/14/8_VJFQAXQ2Q5JCUI684QE4OEMGBVKNAQ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/14/9_PQK3EKYXTM3UPQ4Z4ZGHRD3X9UH3AG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/xuzhaoqing:14",
                "plots": "https://api.plotly.com/v2/plots/xuzhaoqing:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=xuzhaoqing"
            },
            "owner": "xuzhaoqing",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "A.M. and P.M. Fatal Collisions by Age",
            "views": 48,
            "web_url": "https://plotly.com/~xuzhaoqing/14/am-and-pm-fatal-collisions-by-age/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:15:24.382Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~xuzhaoqing/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f8546162-9688-486f-a84b-ea46e2d25a3a",
                        "name": "A.M.",
                        "type": "box",
                        "ysrc": "xuzhaoqing:15:291c41"
                    },
                    {
                        "uid": "37fb9adc-83d1-4728-be53-de63f02abdb7",
                        "name": "P.M.",
                        "type": "box",
                        "ysrc": "xuzhaoqing:15:379547"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "A.M. and P.M. Fatal Collisions by Age"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~xuzhaoqing",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 02:28:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "xuzhaoqing",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:14:16.383068Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~fibi/13.embed",
            "fid": "fibi:13",
            "filename": "interest_seg_click",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/fibi/13/9_0WK806I8E41O3AH66KR6SG555EBV7R.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/fibi/13/2_U4T6B0SOK658RZ7244PH2S50G3U4FH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/fibi/13/8_41KZUQE589PIO30CRLACE8HRYGTWHT.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/fibi/13/9_0WK806I8E41O3AH66KR6SG555EBV7R.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/fibi:13",
                "plots": "https://api.plotly.com/v2/plots/fibi:13",
                "parent": "https://api.plotly.com/v2/folders/home?user=fibi"
            },
            "owner": "fibi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 48,
            "web_url": "https://plotly.com/~fibi/13/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:15:34.868Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~fibi/13/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "fibi:12:8dd293",
                        "ysrc": "fibi:12:75296e",
                        "zsrc": "fibi:12:275b82",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "transparent"
                            },
                            "symbol": "circle",
                            "sizesrc": "fibi:12:570e82",
                            "colorsrc": "fibi:12:fd6927",
                            "sizemode": "diameter",
                            "fillcolor": "rgba(31,119,180,1)",
                            "showscale": true,
                            "colorscale": [
                                "#FFE1A1",
                                "#683531"
                            ]
                        },
                        "textsrc": "fibi:12:0a766f"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": "Recency"
                        },
                        "yaxis": {
                            "title": "Frequency"
                        },
                        "zaxis": {
                            "title": "Depth"
                        },
                        "plot_bgcolor": "rgb(243, 243, 243)",
                        "paper_bgcolor": "rgb(243, 243, 243)"
                    },
                    "xaxis": {
                        "domain": [
                            0,
                            1
                        ]
                    },
                    "yaxis": {
                        "domain": [
                            0,
                            1
                        ]
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~fibi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-19 20:55:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "fibi",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:13:50.213901Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~Trahaearn/0.embed",
            "fid": "Trahaearn:0",
            "filename": "Japan Hostel Mapbox",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Trahaearn/0/9_NSYI6TEJCRTRFNZAP7GVB5ZGM89E72.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Trahaearn/0/2_Z8CWXJEXOP50G9UZ1RR4TL70CW5OUP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Trahaearn/0/8_OYB6L5HMJXPXLY9P11LEO31Y3ULW3O.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Trahaearn/0/9_NSYI6TEJCRTRFNZAP7GVB5ZGM89E72.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Trahaearn:0",
                "plots": "https://api.plotly.com/v2/plots/Trahaearn:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=Trahaearn"
            },
            "owner": "Trahaearn",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Hostels in Japan",
            "views": 27,
            "web_url": "https://plotly.com/~Trahaearn/0/hostels-in-japan/",
            "world_readable": true,
            "date_modified": "2019-05-12T03:55:32.599Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~Trahaearn/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6abeaac7-5a0c-417a-b9d4-fa41f1ac1ada",
                        "mode": "markers",
                        "type": "scattermapbox",
                        "latsrc": "Trahaearn:1:cda6c5",
                        "lonsrc": "Trahaearn:1:151a86",
                        "marker": {
                            "sizesrc": "Trahaearn:1:bb7c8d"
                        },
                        "textsrc": "Trahaearn:1:825ef2"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Hostels in Japan"
                    },
                    "mapbox": {
                        "zoom": 5,
                        "pitch": 0,
                        "center": {
                            "lat": 35,
                            "lon": 139
                        },
                        "bearing": 0,
                        "accesstoken": "pk.eyJ1IjoidHJhaGFlYXJuIiwiYSI6ImNqdGkxM2E5cDBtb2szeXFzb3k1Z3llMHgifQ.kx3H-uzlQdYlQ2T89_2lnA"
                    },
                    "autosize": true,
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~Trahaearn",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/36.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 03:03:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Trahaearn",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:13:07.744572Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~xuzhaoqing/12.embed",
            "fid": "xuzhaoqing:12",
            "filename": "plot from API (5)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/12/9_HMKZUSPO11NUBQWPP2SES11BR0XEB4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/12/2_NAV9W4CKE4FJAJYN0D5G9K7RDQ5HEH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/12/8_WYOK8OHL3C9AQFPDYMT3YP59JG4KZ9.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/12/9_HMKZUSPO11NUBQWPP2SES11BR0XEB4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/xuzhaoqing:12",
                "plots": "https://api.plotly.com/v2/plots/xuzhaoqing:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=xuzhaoqing"
            },
            "owner": "xuzhaoqing",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "A.M. and P.M. Fatal Collisions by Age",
            "views": 47,
            "web_url": "https://plotly.com/~xuzhaoqing/12/am-and-pm-fatal-collisions-by-age/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:13:08.207Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~xuzhaoqing/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "579ca2d8-0cc1-414e-8d2b-64bf3749cde8",
                        "type": "box",
                        "ysrc": "xuzhaoqing:13:944002"
                    },
                    {
                        "uid": "5fe45f59-e273-4c79-b43d-ccb0e36a635f",
                        "type": "box",
                        "ysrc": "xuzhaoqing:13:7a043b"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "A.M. and P.M. Fatal Collisions by Age"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~xuzhaoqing",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 02:28:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "xuzhaoqing",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T03:12:40.463219Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~xuzhaoqing/10.embed",
            "fid": "xuzhaoqing:10",
            "filename": "plot from API (4)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/10/9_X07DCCXAY9QR6CVD9B8TUV22JRR0ZO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/10/2_6SO1GJRMCIWPDFVNFCTWI5H3VR1A1O.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/10/8_QRIK53W5MV5PN4CY6EGAIMXLJP6GSP.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/xuzhaoqing/10/9_X07DCCXAY9QR6CVD9B8TUV22JRR0ZO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/xuzhaoqing:10",
                "plots": "https://api.plotly.com/v2/plots/xuzhaoqing:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=xuzhaoqing"
            },
            "owner": "xuzhaoqing",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 49,
            "web_url": "https://plotly.com/~xuzhaoqing/10/",
            "world_readable": true,
            "date_modified": "2019-03-21T03:12:41.034Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~xuzhaoqing/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "73d6019a-458a-46fb-8af8-5315a6b7325a",
                        "type": "box",
                        "ysrc": "xuzhaoqing:11:11a8fc"
                    },
                    {
                        "uid": "b5b09d57-e018-4152-8550-c893411b2c55",
                        "type": "box",
                        "ysrc": "xuzhaoqing:11:415c13"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~xuzhaoqing",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 02:28:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "xuzhaoqing",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}