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=cj0xJnA9MjAxOS0wNi0xOCswNCUzQTQwJTNBMDAuMjM1MjQzJTJCMDAlM0EwMA%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=cD0yMDE5LTA2LTE4KzA0JTNBNDAlM0E1Ny4zNjM1OTclMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswNCUzQTQ5JTNBMzUuNTc0ODU2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-18T04:49:35.574856Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~eduard.c./1.embed",
            "fid": "eduard.c.:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/eduard.c.:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/eduard.c./1/2_J28ALIH0X42TOZ9G932FXO5NM7NJV7.png",
                "block-thumb": "https://api.plotly.com/v2/files/eduard.c.:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/eduard.c.:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/eduard.c.:1",
                "plots": "https://api.plotly.com/v2/plots/eduard.c.:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=eduard.c."
            },
            "owner": "eduard.c.",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~eduard.c./1/",
            "world_readable": true,
            "date_modified": "2019-06-18T05:07:17.582Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~eduard.c./1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(234, 132, 124)"
                        },
                        "mode": "markers+lines",
                        "name": "% of third parties who punish",
                        "type": "scatter",
                        "xsrc": "eduard.c.:0:546dc8",
                        "ysrc": "eduard.c.:0:bec435",
                        "marker": {
                            "size": 12,
                            "symbol": "diamond"
                        },
                        "showlegend": true
                    },
                    {
                        "mode": "markers+lines",
                        "name": "% of receivers who believe that third parties punish",
                        "type": "scatter",
                        "xsrc": "eduard.c.:0:546dc8",
                        "ysrc": "eduard.c.:0:29a606",
                        "marker": {
                            "size": 12,
                            "color": "rgb(40, 165, 199)",
                            "symbol": "square"
                        },
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Figure 1: Percentage of third parties who punish in the dictator game"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -2.256916178547364,
                            51.09670115660268
                        ],
                        "title": {
                            "text": "Dictator's transfer to recipient"
                        },
                        "autorange": false,
                        "showspikes": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.03369734764395815,
                            1.022319840555355
                        ],
                        "title": {
                            "text": "Percentage of punishers"
                        },
                        "autorange": false,
                        "showspikes": true
                    },
                    "legend": {
                        "x": 0,
                        "y": -1.734723475976807e-17,
                        "font": {
                            "family": "Balto"
                        },
                        "valign": "top",
                        "xanchor": "left",
                        "yanchor": "bottom",
                        "itemsizing": "trace",
                        "traceorder": "reversed",
                        "orientation": "h"
                    },
                    "modebar": {
                        "bgcolor": "rgba(255, 255, 255, 0.5)"
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "rgb(237,237,237)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "rgb(217,217,217)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(51,51,51)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(51,51,51)"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(51,51,51)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(51,51,51)"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "rgb(237,237,237)",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "rgb(51,51,51)"
                            },
                            "polar": {
                                "bgcolor": "rgb(237,237,237)",
                                "radialaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "angularaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(237,237,237)"
                                },
                                "yaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(237,237,237)"
                                },
                                "zaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(237,237,237)"
                                }
                            },
                            "xaxis": {
                                "ticks": "outside",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "tickcolor": "rgb(51,51,51)",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "yaxis": {
                                "ticks": "outside",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "tickcolor": "rgb(51,51,51)",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "baxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "caxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "bgcolor": "rgb(237,237,237)"
                            },
                            "colorway": [
                                "#F8766D",
                                "#A3A500",
                                "#00BF7D",
                                "#00B0F6",
                                "#E76BF3"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#40004b"
                                    ],
                                    [
                                        0.1,
                                        "#762a83"
                                    ],
                                    [
                                        0.2,
                                        "#9970ab"
                                    ],
                                    [
                                        0.3,
                                        "#c2a5cf"
                                    ],
                                    [
                                        0.4,
                                        "#e7d4e8"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#d9f0d3"
                                    ],
                                    [
                                        0.7,
                                        "#a6dba0"
                                    ],
                                    [
                                        0.8,
                                        "#5aae61"
                                    ],
                                    [
                                        0.9,
                                        "#1b7837"
                                    ],
                                    [
                                        1,
                                        "#00441b"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "rgb(20,44,66)"
                                    ],
                                    [
                                        1,
                                        "rgb(90,179,244)"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "rgb(20,44,66)"
                                    ],
                                    [
                                        1,
                                        "rgb(90,179,244)"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "rgb(237,237,237)",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.3,
                                "fillcolor": "black"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "GGPLOT2"
                    },
                    "showlegend": true,
                    "plot_bgcolor": "rgb(237, 237, 237)",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~eduard.c.",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.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-06-18 04:49:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "eduard.c.",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:45:19.747597Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~untitled/2.embed",
            "fid": "untitled:2",
            "filename": "normality-QQ",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/untitled:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/untitled:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/untitled:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/untitled:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/untitled:2",
                "plots": "https://api.plotly.com/v2/plots/untitled:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=untitled"
            },
            "owner": "untitled",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Quantile-Quantile Plot",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~untitled/2/quantile-quantile-plot/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:45:20.298Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~untitled/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "99ebc9fe-5717-43e2-ab03-5b085e415ebf",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "untitled:3:2c5f68",
                        "ysrc": "untitled:3:0d7b3d",
                        "marker": {
                            "color": "#19d3f3"
                        }
                    },
                    {
                        "uid": "bc809d59-0114-4dea-8f60-45d43a55f67d",
                        "line": {
                            "color": "#636efa"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "untitled:3:2c5f68",
                        "ysrc": "untitled:3:095535"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Quantile-Quantile Plot"
                    },
                    "width": 800,
                    "xaxis": {
                        "title": {
                            "text": "Theoritical Quantities"
                        },
                        "zeroline": false
                    },
                    "yaxis": {
                        "title": {
                            "text": "Sample Quantities"
                        }
                    },
                    "height": 700,
                    "showlegend": false
                }
            },
            "height": 700,
            "width": 800,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~untitled",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.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": "2019-06-18 04:42:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "untitled",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:44:31.556655Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~maoyujun/4.embed",
            "fid": "maoyujun:4",
            "filename": "line-mode",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/maoyujun:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/maoyujun:4/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/maoyujun:4/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/maoyujun:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/maoyujun:4",
                "plots": "https://api.plotly.com/v2/plots/maoyujun:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=maoyujun"
            },
            "owner": "maoyujun",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Beijing, Shanghai, Guangzhou, Shenyang, Chengdu",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~maoyujun/4/beijing-shanghai-guangzhou-shenyang-chengdu/",
            "world_readable": true,
            "date_modified": "2019-06-26T06:38:03.919Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~maoyujun/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "32df6db0-de8d-46e5-9761-3c78517e4fb2",
                        "mode": "lines",
                        "name": "Beijing",
                        "type": "scatter",
                        "xsrc": "maoyujun:5:c0a751",
                        "ysrc": "maoyujun:5:a62d08"
                    },
                    {
                        "uid": "8e70c171-6322-4325-acf2-56c1c1e44db7",
                        "mode": "lines",
                        "name": "Shanghai",
                        "type": "scatter",
                        "xsrc": "maoyujun:5:c0a751",
                        "ysrc": "maoyujun:5:e67f00"
                    },
                    {
                        "uid": "d67f62bb-0b44-465f-8d36-8b63fd31fbe6",
                        "mode": "lines",
                        "name": "Guangzhou",
                        "type": "scatter",
                        "xsrc": "maoyujun:5:c0a751",
                        "ysrc": "maoyujun:5:df031a"
                    },
                    {
                        "uid": "f5bb8f78-54da-4625-9855-8add44c36fd9",
                        "mode": "lines",
                        "name": "Shenyang",
                        "type": "scatter",
                        "xsrc": "maoyujun:5:c0a751",
                        "ysrc": "maoyujun:5:a567ee"
                    },
                    {
                        "uid": "9a8f0fa4-b723-415e-9ea5-329b61073054",
                        "mode": "lines",
                        "name": "Chengdu",
                        "type": "scatter",
                        "xsrc": "maoyujun:5:c0a751",
                        "ysrc": "maoyujun:5:4238fe"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~maoyujun",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/19.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-06-18 04:12:13",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "maoyujun",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:43:55.874405Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dangnguyen/109.embed",
            "fid": "dangnguyen:109",
            "filename": "Plotly Playground 2019-06-18 04:43:54",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/dangnguyen:109/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/dangnguyen/109/2_GOWARQ0WXKZLWJTGC7EOVCWWPDKKFS.png",
                "block-thumb": "https://api.plotly.com/v2/files/dangnguyen:109/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/dangnguyen:109/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dangnguyen:109",
                "plots": "https://api.plotly.com/v2/plots/dangnguyen:109",
                "parent": "https://api.plotly.com/v2/folders/home?user=dangnguyen"
            },
            "owner": "dangnguyen",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~dangnguyen/109/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:43:56.502Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dangnguyen/109/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "e30688d8-7b9e-48fd-b42b-0a4e9d25023c",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "2",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "dangnguyen:110:5e9346",
                        "ysrc": "dangnguyen:110:2378e3"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~dangnguyen",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-28 20:14:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dangnguyen",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:43:44.537559Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dangnguyen/107.embed",
            "fid": "dangnguyen:107",
            "filename": "Plotly Playground 2019-06-18 04:43:42",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/dangnguyen:107/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/dangnguyen/107/2_BW545B1BPVG1EUDAYG9FMVXB0T3P1N.png",
                "block-thumb": "https://api.plotly.com/v2/files/dangnguyen:107/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/dangnguyen:107/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dangnguyen:107",
                "plots": "https://api.plotly.com/v2/plots/dangnguyen:107",
                "parent": "https://api.plotly.com/v2/folders/home?user=dangnguyen"
            },
            "owner": "dangnguyen",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~dangnguyen/107/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:43:45.172Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dangnguyen/107/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f4fd82ea-fbe2-4854-bd6f-2012a877d377",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "0",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "dangnguyen:108:ea5b05",
                        "ysrc": "dangnguyen:108:9a4204"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~dangnguyen",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-28 20:14:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dangnguyen",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:43:26.749265Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~untitled/0.embed",
            "fid": "untitled:0",
            "filename": "normality-histogram",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/untitled:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/untitled:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/untitled:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/untitled:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/untitled:0",
                "plots": "https://api.plotly.com/v2/plots/untitled:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=untitled"
            },
            "owner": "untitled",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~untitled/0/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:43:27.224Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~untitled/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b961f896-dd6a-447c-ab51-e0adc86867c0",
                        "type": "histogram",
                        "xsrc": "untitled:1:e8088e"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~untitled",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.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": "2019-06-18 04:42:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "untitled",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:42:44.663605Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dangnguyen/103.embed",
            "fid": "dangnguyen:103",
            "filename": "Plotly Playground 2019-06-18 04:42:42",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/dangnguyen:103/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/dangnguyen:103/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/dangnguyen:103/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/dangnguyen:103/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dangnguyen:103",
                "plots": "https://api.plotly.com/v2/plots/dangnguyen:103",
                "parent": "https://api.plotly.com/v2/folders/home?user=dangnguyen"
            },
            "owner": "dangnguyen",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~dangnguyen/103/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:42:45.346Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dangnguyen/103/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9c7ce140-c239-4bf3-8a77-f47da119ff2a",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "0",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "dangnguyen:104:6938dd",
                        "ysrc": "dangnguyen:104:ce0f2f"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~dangnguyen",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-28 20:14:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dangnguyen",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:42:33.692477Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dvahmedt/18.embed",
            "fid": "dvahmedt:18",
            "filename": "P3a_Asz",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/dvahmedt:18/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/dvahmedt:18/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dvahmedt/18/8_782772NB5MBR38YXZJMTLNA032BN2P.png",
                "list-thumb": "https://api.plotly.com/v2/files/dvahmedt:18/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dvahmedt:18",
                "plots": "https://api.plotly.com/v2/plots/dvahmedt:18",
                "parent": "https://api.plotly.com/v2/folders/home?user=dvahmedt"
            },
            "owner": "dvahmedt",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Journeys (Analysis per 0.2 seconds)",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~dvahmedt/18/journeys-analysis-per-02-seconds/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:44:34.949Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dvahmedt/18/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "55075562-7093-48b3-a90b-d18356b58cbd",
                        "line": {
                            "width": 0
                        },
                        "mode": "lines+markers",
                        "name": "Lower Bound",
                        "type": "scatter",
                        "xsrc": "dvahmedt:19:c59312",
                        "ysrc": "dvahmedt:19:3fdd14",
                        "marker": {
                            "color": "#444"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "4990f8d5-d168-4727-a6d3-ddd5a0f323b4",
                        "fill": "tonexty",
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "mode": "lines+markers",
                        "name": "Mean MMN Peak Amplitude (ASz)",
                        "type": "scatter",
                        "xsrc": "dvahmedt:19:c59312",
                        "ysrc": "dvahmedt:19:371bbc",
                        "fillcolor": "rgba(146, 214, 139, 0.3)",
                        "showlegend": true
                    },
                    {
                        "uid": "5f29552d-0c45-4de6-8c3b-cc96c02a56b9",
                        "fill": "tonexty",
                        "line": {
                            "width": 0
                        },
                        "mode": "lines+markers",
                        "name": "Upper Bound",
                        "type": "scatter",
                        "xsrc": "dvahmedt:19:c59312",
                        "ysrc": "dvahmedt:19:80ef7b",
                        "marker": {
                            "color": "#444"
                        },
                        "fillcolor": "rgba(146, 214, 139, 0.3)",
                        "showlegend": false
                    },
                    {
                        "uid": "d84c852c-f0cb-4beb-b0d6-0e81815350bc",
                        "line": {
                            "width": 0
                        },
                        "mode": "lines+markers",
                        "name": "Lower Bound2",
                        "type": "scatter",
                        "xsrc": "dvahmedt:19:aa59e4",
                        "ysrc": "dvahmedt:19:7708d9",
                        "marker": {
                            "color": "#444"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "3314ec60-54b1-4450-8c25-12f624c12872",
                        "fill": "tonexty",
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "mode": "lines+markers",
                        "name": "Mean MMN Peak Amplitude (TD)",
                        "type": "scatter",
                        "xsrc": "dvahmedt:19:aa59e4",
                        "ysrc": "dvahmedt:19:622d8c",
                        "fillcolor": "rgba(0,176,246,0.2)"
                    },
                    {
                        "uid": "89854f36-b01b-4d10-9725-f06e5ce02230",
                        "fill": "tonexty",
                        "line": {
                            "width": 0
                        },
                        "mode": "lines+markers",
                        "name": "Upper Bound2",
                        "type": "scatter",
                        "xsrc": "dvahmedt:19:aa59e4",
                        "ysrc": "dvahmedt:19:b74374",
                        "marker": {
                            "color": "#444"
                        },
                        "fillcolor": "rgba(0,176,246,0.2)",
                        "showlegend": false
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Journeys (Analysis per 0.2 seconds)"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5505868069607447,
                            9.550586806960744
                        ],
                        "tickfont": {
                            "size": 17,
                            "family": "Times New Roman"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -2.6265605483020575,
                            7.023127667747154
                        ],
                        "title": {
                            "text": "Mean MMN Peak Amplitude$\\mu V$V"
                        },
                        "autorange": true
                    },
                    "legend": {
                        "orientation": "h"
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~dvahmedt",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-21 01:17:20",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dvahmedt",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:42:01.593463Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Houdaifa99/4.embed",
            "fid": "Houdaifa99:4",
            "filename": "df-external-source-table",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Houdaifa99:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Houdaifa99:4/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/Houdaifa99:4/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Houdaifa99:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Houdaifa99:4",
                "plots": "https://api.plotly.com/v2/plots/Houdaifa99:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=Houdaifa99"
            },
            "owner": "Houdaifa99",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Houdaifa99/4/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:44:42.947Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Houdaifa99/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "fceafc15-a638-43ef-b0a5-21fde6a6821b",
                        "type": "heatmap",
                        "zsrc": "Houdaifa99:5:",
                        "opacity": 0.75,
                        "hoverinfo": "none",
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "#00083e"
                            ],
                            [
                                0.5,
                                "#ededee"
                            ],
                            [
                                1,
                                "#ffffff"
                            ]
                        ]
                    }
                ],
                "layout": {
                    "xaxis": {
                        "dtick": 1,
                        "tick0": -0.5,
                        "ticks": "",
                        "zeroline": false,
                        "gridwidth": 2,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "dtick": 1,
                        "tick0": 0.5,
                        "ticks": "",
                        "zeroline": false,
                        "autorange": "reversed",
                        "gridwidth": 2,
                        "showticklabels": false
                    },
                    "height": 230,
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "annotations": [
                        {
                            "x": -0.45,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>xltime</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>spread</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>traded_value</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>volatility</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>book_size</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2015-01-02 01:10:00+01:00",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.1800000000000015",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "10.21",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2015-01-02 01:15:00+01:00",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1.3612222222222228",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "3678205.470000002",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "6.589660846814251e-05",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1.3655000000000004",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2015-01-02 01:20:00+01:00",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.018300222937707392",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "4174258.985000005",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.00016257828340560243",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "10.15156712905607",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2015-01-02 01:25:00+01:00",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.012823974971205132",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "3100136.6",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2.2907689133831518e-05",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "10.150755804380164",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "2015-01-02 01:30:00+01:00",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 0.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "0.012599366359147268",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1004186.1000000004",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 2.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1.075456252945106e-05",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": 3.55,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "10.163744959677505",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 230,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Houdaifa99",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.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-06-18 04:35:03",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Houdaifa99",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-18T04:40:57.363597Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~baranidharan/32.embed",
            "fid": "baranidharan:32",
            "filename": "Plot 32",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/baranidharan:32/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/baranidharan/32/2_IUE6N4J966O1D0BMS4MVBIDCWVV9M3.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/baranidharan/32/8_HYDCOH350UVNYBQL52R1FX2MLPLPWF.png",
                "list-thumb": "https://api.plotly.com/v2/files/baranidharan:32/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/baranidharan:32",
                "plots": "https://api.plotly.com/v2/plots/baranidharan:32",
                "parent": "https://api.plotly.com/v2/folders/home?user=baranidharan"
            },
            "owner": "baranidharan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~baranidharan/32/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:40:57.389Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~baranidharan/32/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7ea39f58-4a08-49b8-9b14-c57ad543e27a",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "q1",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:31:69dd0e",
                        "ysrc": "baranidharan:31:e9f133"
                    },
                    {
                        "uid": "625e8b0f-0dbe-4b53-9356-d93c29f907d3",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "q2",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:31:69dd0e",
                        "ysrc": "baranidharan:31:9c9d15"
                    },
                    {
                        "uid": "bed59486-f177-4521-82ea-6375e30fcf68",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "q3",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:31:69dd0e",
                        "ysrc": "baranidharan:31:2d7271"
                    },
                    {
                        "uid": "fdd7c84b-93b9-4112-8a81-bfcf1b95d80c",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(128, 0, 128, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "q4",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "baranidharan:31:69dd0e",
                        "ysrc": "baranidharan:31:0379a8"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "text": "energy production quarterly wise"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1939,
                            2018
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -2.699953703703704,
                            119.84378703703705
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "autosize": true,
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~baranidharan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-23 15:04:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "baranidharan",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}