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=cj0xJnA9MjAxOS0wMy0yMSswMSUzQTA2JTNBMjQuNzkyNjk1JTJCMDAlM0EwMA%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=cD0yMDE5LTAzLTIxKzAxJTNBMDglM0ExNC43MTkzNDElMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMSswMSUzQTI0JTNBMzUuNzQ4MjA2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-21T01:24:35.748206Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jodo1991/7.embed",
            "fid": "jodo1991:7",
            "filename": "No_of_fraud_transaction-map",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jodo1991/7/9_ZEIAWDD82K3RQ5WU9DXERLEC4CUQWG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jodo1991/7/2_TG8PFHE0WDH5W9XO3WGMY720R6GU59.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jodo1991/7/8_J1KWV0S8LB4IOZUHITMETFHSRDHDEG.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jodo1991/7/9_ZEIAWDD82K3RQ5WU9DXERLEC4CUQWG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jodo1991:7",
                "plots": "https://api.plotly.com/v2/plots/jodo1991:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=jodo1991"
            },
            "owner": "jodo1991",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Total Number of fradulant transactions<br>(Hover for breakdown)",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~jodo1991/7/total-number-of-fradulant-transactions-hover-for-breakdown/",
            "world_readable": true,
            "date_modified": "2019-03-21T01:24:36.195Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jodo1991/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "117e3e2e-7b56-47d9-9c4a-e4c137f9d64e",
                        "type": "choropleth",
                        "zsrc": "jodo1991:8:add3f1",
                        "marker": {
                            "line": {
                                "color": "rgb(255,255,255)",
                                "width": 2
                            }
                        },
                        "textsrc": "jodo1991:8:899d1b",
                        "colorbar": {
                            "title": {
                                "text": "No of fraud. Tran."
                            }
                        },
                        "locationmode": "USA-states",
                        "locationssrc": "jodo1991:8:6ea785",
                        "autocolorscale": true
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "lakecolor": "rgb(255, 255, 255)",
                        "showlakes": true,
                        "projection": {
                            "type": "albers usa"
                        }
                    },
                    "title": {
                        "text": "Total Number of fradulant transactions<br>(Hover for breakdown)"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jodo1991",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-20 21:01:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jodo1991",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T01:24:34.273961Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jodo1991/5.embed",
            "fid": "jodo1991:5",
            "filename": "number_of_transaction-map",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jodo1991/5/9_L26MN2JS8F54XC4QLA51XX9HES30B0.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jodo1991/5/2_97Y6AQEF9OSMBQWWE7S6XSGFK153P2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jodo1991/5/8_7OPJ9KZHHWEXS9XPAVYFSD3VZUX880.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jodo1991/5/9_L26MN2JS8F54XC4QLA51XX9HES30B0.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jodo1991:5",
                "plots": "https://api.plotly.com/v2/plots/jodo1991:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=jodo1991"
            },
            "owner": "jodo1991",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Number of transactions<br>(Hover for breakdown)",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~jodo1991/5/number-of-transactions-hover-for-breakdown/",
            "world_readable": true,
            "date_modified": "2019-03-21T01:24:34.718Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jodo1991/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "256aae4f-72d8-4ac2-b6e1-810e8dd29f60",
                        "type": "choropleth",
                        "zsrc": "jodo1991:6:59e19d",
                        "marker": {
                            "line": {
                                "color": "rgb(255,255,255)",
                                "width": 2
                            }
                        },
                        "textsrc": "jodo1991:6:120bb4",
                        "colorbar": {
                            "title": {
                                "text": "No. of transaction"
                            }
                        },
                        "locationmode": "USA-states",
                        "locationssrc": "jodo1991:6:5f28cd",
                        "autocolorscale": true
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "lakecolor": "rgb(255, 255, 255)",
                        "showlakes": true,
                        "projection": {
                            "type": "albers usa"
                        }
                    },
                    "title": {
                        "text": "Number of transactions<br>(Hover for breakdown)"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jodo1991",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-20 21:01:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jodo1991",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T01:24:32.774895Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jodo1991/3.embed",
            "fid": "jodo1991:3",
            "filename": "transaction-map",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jodo1991/3/9_Q4XK9OKWC8RNP3N01VW3K383T43KBW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jodo1991/3/2_A77A5CH1ECFM92EGIW5RS1E1WIJTBB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jodo1991/3/8_1YE3XY8I921WRCUU83QFTSFHN3B06D.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jodo1991/3/9_Q4XK9OKWC8RNP3N01VW3K383T43KBW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jodo1991:3",
                "plots": "https://api.plotly.com/v2/plots/jodo1991:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=jodo1991"
            },
            "owner": "jodo1991",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Total amout of transactions<br>(Hover for breakdown)",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~jodo1991/3/total-amout-of-transactions-hover-for-breakdown/",
            "world_readable": true,
            "date_modified": "2019-03-21T01:24:33.225Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jodo1991/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b8470960-2b5d-4d72-aff9-982265f94295",
                        "type": "choropleth",
                        "zsrc": "jodo1991:4:ccb0c3",
                        "marker": {
                            "line": {
                                "color": "rgb(255,255,255)",
                                "width": 2
                            }
                        },
                        "textsrc": "jodo1991:4:23b5fb",
                        "colorbar": {
                            "title": {
                                "text": "USD"
                            }
                        },
                        "locationmode": "USA-states",
                        "locationssrc": "jodo1991:4:79f7e3",
                        "autocolorscale": true
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "lakecolor": "rgb(255, 255, 255)",
                        "showlakes": true,
                        "projection": {
                            "type": "albers usa"
                        }
                    },
                    "title": {
                        "text": "Total amout of transactions<br>(Hover for breakdown)"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jodo1991",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-20 21:01:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jodo1991",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T01:23:29.731292Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~andressadagostin/3.embed",
            "fid": "andressadagostin:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/andressadagostin/3/9_55ZKHMBUTI52SYCZ1XQHYV3DGGHN42.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/andressadagostin/3/2_V6Q9MSQZ8E21LMOV0GPI9SQDX5JJWQ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/andressadagostin/3/8_0PKXTJKPQ5LONLSWQSBMW87GMD8MKH.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/andressadagostin/3/9_55ZKHMBUTI52SYCZ1XQHYV3DGGHN42.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/andressadagostin:3",
                "plots": "https://api.plotly.com/v2/plots/andressadagostin:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=andressadagostin"
            },
            "owner": "andressadagostin",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~andressadagostin/3/",
            "world_readable": true,
            "date_modified": "2019-03-21T01:23:29.778Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~andressadagostin/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "andressadagostin:2:514378",
                        "ysrc": "andressadagostin:2:6e7c90"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 18,
                            "family": "Times New Roman"
                        },
                        "text": "<b>Graph 3: Physicians (per 1,000 people) vs. Life Expectancy (years) excluding outliers</b>"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            60.66439144736842,
                            85.13560855263158
                        ],
                        "title": {
                            "font": {
                                "size": 16,
                                "family": "Times New Roman"
                            },
                            "text": "<b>Life Expectancy (years)</b>"
                        },
                        "nticks": 15,
                        "showline": false,
                        "tickfont": {
                            "size": 16,
                            "family": "Times New Roman"
                        },
                        "autorange": true,
                        "gridwidth": 1
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.12967191601049874,
                            4.469671916010499
                        ],
                        "title": {
                            "font": {
                                "size": 16,
                                "family": "Times New Roman"
                            },
                            "text": "<b>Physicians (per 1,000 people)</b>"
                        },
                        "nticks": 20,
                        "tickfont": {
                            "size": 16,
                            "family": "Times New Roman"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "hovermode": "closest",
                    "hoverlabel": {
                        "font": {
                            "family": "Times New Roman"
                        }
                    },
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~andressadagostin",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 22:53:57",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "andressadagostin",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T01:14:14.171012Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cdfbdex/14.embed",
            "fid": "cdfbdex:14",
            "filename": "plot from API (4)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cdfbdex/14/9_CRELD8PKK3DV6X7ANOGN6GGIXUQKLH.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cdfbdex/14/2_XA0SOJMLJ3QZ0QRDJUCLJMKUDK6UD0.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cdfbdex/14/8_T1SZABBPXJBQPX2EA4AMQTPOFS4D1J.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cdfbdex/14/9_CRELD8PKK3DV6X7ANOGN6GGIXUQKLH.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cdfbdex:14",
                "plots": "https://api.plotly.com/v2/plots/cdfbdex:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=cdfbdex"
            },
            "owner": "cdfbdex",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "EEG (32 channels)",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~cdfbdex/14/eeg-32-channels/",
            "world_readable": true,
            "date_modified": "2019-03-21T01:14:14.682Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cdfbdex/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "da8bcc3a-0cc3-48c8-a651-132d3439559f",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line0",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:d7d33c",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "69d6947b-06de-456d-89cb-77f7ba8472aa",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line1",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:1d1a3e",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "6d7672f1-5cd3-412f-8871-baf47447b170",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line2",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:dc277e",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "b22346c7-d0f5-4e25-b1f8-f31ec7876fc8",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line3",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:e8d3e6",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "ada5ed25-869f-4fce-bc72-e0b49d870dec",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line4",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:e4d995",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "069e30fc-53fb-474f-a207-df4c77a6e7b5",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line5",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:8628e5",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "d3937bc3-42c0-481a-b24f-59dfe8c2f202",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line6",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:138ca8",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "47782e3e-4c55-4319-8367-56d3f3f85ed6",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line7",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:37ed49",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "834e572e-8894-4adb-80d5-88aa95146d82",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line8",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:22bfb0",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "247323df-d2e2-4266-ab03-c52c9c7e74b8",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line9",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:22ffd3",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "ffe4b9d2-6a0d-4677-bfcb-706f8815f517",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line10",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:127403",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "3e8da740-1d34-47db-83cc-96fd85a0bda3",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line11",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:3fdc0d",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "97ad5f9e-3de9-4bc2-8ee1-8e50f6bd202b",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line12",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:43a100",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "35208922-cd4a-43c7-94e8-a88df0851733",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line13",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:851b39",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "ace25fce-6e59-4281-b7a5-2ea68e3db173",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line14",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:5add4a",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "52710686-0d2a-4c7f-a6dc-683e525ffa6b",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line15",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:b82bee",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "557f6600-6551-472d-8a34-77019955a81f",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line16",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:4a2994",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "85b97ba1-f7f0-4cc4-96dd-26dbe30149c5",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line17",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:7a2db2",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "d45e33c4-5354-43a3-9796-3086fec8a8f1",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line18",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:c9b418",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "626dfcc5-0458-4f2f-8699-ba3fc8afadcd",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line19",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:1bdc7a",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "1ae6ab4e-a7a4-4e4e-8a18-ef5d7112d4f6",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line20",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:9e277f",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "4b07016f-e71b-4b2f-8cc6-b9f50c252322",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line21",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:0a559f",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "59b68ab3-b448-4376-93f6-e5e1aa080e85",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line22",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:f1e36f",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "3f67c8fe-5a5d-412e-9881-82bb1125c72c",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line23",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:e92270",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "113cf7d4-5f23-4cc8-b92f-f2e266acc1ed",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line24",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:7ee6fb",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "a6cadd45-7ac8-4042-86cd-4f534b79ebe8",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line25",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:0ab69f",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "c442e7ec-daa5-49e2-8ef3-7a6cb5534969",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line26",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:5b91a3",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "356960d4-6c48-43c5-8806-8c1ba13924b9",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line27",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:449fa8",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "0da17402-8d74-4bf3-b207-1c1905f8da22",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line28",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:66c9cd",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "fd23cfa3-d559-4b19-b7c4-5dfe9d04b96c",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line29",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:19f432",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "62635850-6493-4258-80c1-f4ba806b581a",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line30",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:770b7c",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "daed0dab-1e76-42e1-a129-e411bf3e2de1",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line31",
                        "type": "scatter",
                        "xsrc": "cdfbdex:15:9c7682",
                        "ysrc": "cdfbdex:15:c4b149",
                        "xaxis": "x",
                        "yaxis": "y"
                    }
                ],
                "layout": {
                    "title": "EEG (32 channels)",
                    "width": 460,
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -0.004,
                            0.294
                        ],
                        "ticks": "inside",
                        "title": "Time (s)",
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 8,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false,
                        "titlefont": {
                            "size": 10.0,
                            "color": "#000000"
                        }
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -182615686.27450982,
                            956272549.0196079
                        ],
                        "ticks": "inside",
                        "title": "uV",
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 7,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false,
                        "titlefont": {
                            "size": 10.0,
                            "color": "#000000"
                        }
                    },
                    "height": 216,
                    "margin": {
                        "b": 43,
                        "l": 48,
                        "r": 15,
                        "t": 30,
                        "pad": 0
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "titlefont": {
                        "size": 12.0,
                        "color": "#000000"
                    },
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0,
                            "y": 0,
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "blank",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "opacity": 0,
                            "xanchor": "left",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.12531486146095713,
                            "y": 2.3244755244755244,
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "N$_{\\mathrm{ave}}$=204",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "left",
                            "opacity": 1,
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.1208816120906801,
                            "y": -0.3,
                            "font": {
                                "size": 20.0,
                                "color": "#008000"
                            },
                            "text": "Loading...",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "left",
                            "opacity": 1,
                            "xanchor": "left",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 216,
            "width": 460,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cdfbdex",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.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": "2018-04-29 02:08:31",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cdfbdex",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T01:13:15.925324Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cdfbdex/12.embed",
            "fid": "cdfbdex:12",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cdfbdex/12/9_ABO0VGNC8TGOCCNJ2KMIPIS8JAZ6U4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cdfbdex/12/2_QL6H51XTZPQ4L18UGN9NRU81Y7OUW1.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cdfbdex/12/8_UHO39JN5WTNMWC0TS318863198ZUAD.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cdfbdex/12/9_ABO0VGNC8TGOCCNJ2KMIPIS8JAZ6U4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cdfbdex:12",
                "plots": "https://api.plotly.com/v2/plots/cdfbdex:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=cdfbdex"
            },
            "owner": "cdfbdex",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "EEG (32 channels)",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~cdfbdex/12/eeg-32-channels/",
            "world_readable": true,
            "date_modified": "2019-03-21T01:13:16.575Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cdfbdex/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a3c65ba6-6127-41e1-a148-01aef232e908",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line0",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:1cd835",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "5b5116cc-b62e-490d-8bdb-57a1be941ffd",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line1",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:76c31e",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "a8782a90-2bfc-4512-b074-6dd8393b93e6",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line2",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:ef042d",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "70823618-42dc-4dea-b1ae-c12e509da54e",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line3",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:b657e9",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "ac330107-643d-4ee9-bdc0-30295f8ba2a2",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line4",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:429615",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "3e5f6c69-6736-42d3-a89a-d230af930f06",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line5",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:604390",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "9ab4f72a-4a35-45e1-bff5-b7c307a5e16d",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line6",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:dd54f4",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "46b1a9bd-3abe-48b5-9af9-4e56258cf3e7",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line7",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:9dc237",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "982f97bc-e54d-4221-b3e4-6a1a64e4b2e8",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line8",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:4ecade",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "84ca9df1-6386-43b7-a922-19bacc169bf6",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line9",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:e25d06",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "4ed26082-e8e9-4606-b586-a97b62287eee",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line10",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:ec9dca",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "b41f397f-da4d-4b7a-85cc-8c04a78969fc",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line11",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:9733a1",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "71120e3b-1085-4147-a42b-7ca8f3c1a2d2",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line12",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:c206e3",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "5872343f-ca5c-4996-9fc9-0906ef628632",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line13",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:6dd79c",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "46319d5d-e64e-4f60-a601-7f04fd073641",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line14",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:73ead5",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "aa643e0d-a83e-4678-9441-7a3c4d300102",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line15",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:1819b5",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "df8e2894-fd85-4647-a4b3-e4509cb38a46",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line16",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:78695a",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "d014e52c-fde3-4dfc-b6c5-9f1a938d1802",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line17",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:8ce2bb",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "128a2e92-977a-40da-8c01-23dddb6e49f2",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line18",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:d775d2",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "217afa9e-bc61-4bce-a12a-ef9a40cda988",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line19",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:6e1a2a",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "140db833-1e7e-4bfb-b0cb-b984148af39d",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line20",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:d2596d",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "24b4eba5-7234-4047-8d64-715cf776b6d1",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line21",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:31e0e1",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "8dbf4dea-6003-4831-a0a7-aa82a6a15c7a",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line22",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:8015b9",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "075f2b34-f7c2-4098-907f-71eaf4dbe638",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line23",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:064718",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "ce25ff20-c2c3-4623-8b74-6a5902bf6f69",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line24",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:dc543b",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "89a6a687-c6ad-46f9-9021-6eb313752754",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line25",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:92b53b",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "2a89d203-751f-4502-877b-a856a5c88f6d",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line26",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:b4398e",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "5eb68bbb-e729-4fa7-ad99-7fff83fb51ac",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line27",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:703fca",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "f6752075-5ab6-4908-bfcf-f3dc6add1255",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line28",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:2f8ae3",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "62b633c2-eca5-48a1-8a07-8e14722ad2f5",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line29",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:155970",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "605bab5f-60fa-44aa-b32a-2e9d06840e04",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line30",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:a3adff",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "da6d6b2e-9632-4c5f-91c6-4a49926cf48a",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line31",
                        "type": "scatter",
                        "xsrc": "cdfbdex:13:3b20dc",
                        "ysrc": "cdfbdex:13:0399e6",
                        "xaxis": "x",
                        "yaxis": "y"
                    }
                ],
                "layout": {
                    "title": "EEG (32 channels)",
                    "width": 460,
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -0.004,
                            0.294
                        ],
                        "ticks": "inside",
                        "title": "Time (s)",
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 8,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false,
                        "titlefont": {
                            "size": 10.0,
                            "color": "#000000"
                        }
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -182615686.27450982,
                            956272549.0196079
                        ],
                        "ticks": "inside",
                        "title": "uV",
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 7,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false,
                        "titlefont": {
                            "size": 10.0,
                            "color": "#000000"
                        }
                    },
                    "height": 216,
                    "margin": {
                        "b": 43,
                        "l": 48,
                        "r": 15,
                        "t": 30,
                        "pad": 0
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "titlefont": {
                        "size": 12.0,
                        "color": "#000000"
                    },
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0,
                            "y": 0,
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "blank",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "opacity": 0,
                            "xanchor": "left",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.12531486146095713,
                            "y": 2.3244755244755244,
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "N$_{\\mathrm{ave}}$=204",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "left",
                            "opacity": 1,
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.1208816120906801,
                            "y": -0.3,
                            "font": {
                                "size": 20.0,
                                "color": "#008000"
                            },
                            "text": "Loading...",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "left",
                            "opacity": 1,
                            "xanchor": "left",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 216,
            "width": 460,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cdfbdex",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.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": "2018-04-29 02:08:31",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cdfbdex",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T01:11:34.819942Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cgimber/16.embed",
            "fid": "cgimber:16",
            "filename": "EHA Prototype",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cgimber/16/9_SU1ZB7AWXSCYWB2D7EUTDGWBGOGK4Q.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cgimber/16/2_JK05C54OE3TZRVGEILYI2YUSTKFNAV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cgimber/16/8_BCVYJQVOBWGP1VBRQSU9CM50FA64ED.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cgimber/16/9_SU1ZB7AWXSCYWB2D7EUTDGWBGOGK4Q.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cgimber:16",
                "plots": "https://api.plotly.com/v2/plots/cgimber:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=cgimber"
            },
            "owner": "cgimber",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~cgimber/16/",
            "world_readable": true,
            "date_modified": "2019-03-21T01:28:48.267Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cgimber/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers+lines",
                        "name": "THRM-2611: THRM-T-ACT-DRV-LF",
                        "type": "scatter",
                        "xsrc": "cgimber:13:057778",
                        "ysrc": "cgimber:13:e85c9f",
                        "marker": {
                            "size": 4
                        },
                        "transforms": [
                            {
                                "type": "filter",
                                "value": [
                                    "100",
                                    "105"
                                ],
                                "operation": "[]",
                                "targetsrc": "cgimber:13:057778"
                            }
                        ]
                    },
                    {
                        "mode": "markers+lines",
                        "name": "THRM-2754: THRM-T-ACT-DRV-LR",
                        "type": "scatter",
                        "xsrc": "cgimber:12:d1228c",
                        "ysrc": "cgimber:12:e89447",
                        "marker": {
                            "size": 4
                        },
                        "stackgroup": null,
                        "transforms": [
                            {
                                "type": "filter",
                                "value": [
                                    "100",
                                    "105"
                                ],
                                "operation": "[]",
                                "targetsrc": "cgimber:12:d1228c"
                            }
                        ]
                    },
                    {
                        "mode": "markers+lines",
                        "name": "THRM-2545: THRM-T-ACT-DRV-RR",
                        "type": "scatter",
                        "xsrc": "cgimber:14:ce7f9e",
                        "ysrc": "cgimber:14:fa3b0b",
                        "marker": {
                            "size": 4
                        },
                        "stackgroup": null,
                        "transforms": [
                            {
                                "type": "filter",
                                "value": [
                                    "100",
                                    "105"
                                ],
                                "operation": "[]",
                                "targetsrc": "cgimber:14:ce7f9e"
                            }
                        ]
                    },
                    {
                        "mode": "markers+lines",
                        "name": "THRM-2675: THRM-T-ACT-DRV-RF",
                        "type": "scatter",
                        "xsrc": "cgimber:15:ba895e",
                        "ysrc": "cgimber:15:3a194f",
                        "marker": {
                            "size": 4
                        },
                        "stackgroup": null,
                        "transforms": [
                            {
                                "type": "filter",
                                "value": [
                                    "100",
                                    "105"
                                ],
                                "operation": "[]",
                                "targetsrc": "cgimber:15:ba895e"
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Roboto"
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 18
                        },
                        "text": "Mobility Front/Rear Drive Actuators"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            99.94471903663403,
                            105.22534496336597
                        ],
                        "title": {
                            "text": "Sol"
                        },
                        "autorange": true,
                        "showspikes": true,
                        "rangeslider": {
                            "range": [
                                99.94471903663403,
                                105.22534496336597
                            ],
                            "yaxis": {
                                "rangemode": "match"
                            },
                            "bgcolor": "rgb(255, 255, 255)",
                            "visible": true,
                            "autorange": true,
                            "bordercolor": "rgba(0, 0, 0, 0.1)",
                            "borderwidth": 1
                        }
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -63.8086353405614,
                            12.266493388561393
                        ],
                        "title": {
                            "text": "EU"
                        },
                        "autorange": true,
                        "showspikes": false
                    },
                    "legend": {
                        "x": 0.85,
                        "y": 1.175,
                        "valign": "middle",
                        "yanchor": "top"
                    },
                    "margin": {
                        "pad": 0
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "hovermode": "x",
                    "hoverlabel": {
                        "font": {
                            "family": "Roboto"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cgimber",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-27 01:13:39",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cgimber",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T01:11:05.957411Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~aec83/1.embed",
            "fid": "aec83:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/aec83/1/9_G2X4I3ROZZ72HFTZ3VPMBDPKS84QXG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/aec83/1/2_HHTQHMEER396F1ALN9YLSCN192ED4X.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aec83/1/8_6Y3LODGA17WKONPCMWMNUZMUSE9L2O.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/aec83/1/9_G2X4I3ROZZ72HFTZ3VPMBDPKS84QXG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/aec83:1",
                "plots": "https://api.plotly.com/v2/plots/aec83:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=aec83"
            },
            "owner": "aec83",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~aec83/1/",
            "world_readable": true,
            "date_modified": "2019-03-21T01:11:05.972Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~aec83/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "aec83:0:b940e5",
                        "ysrc": "aec83:0:1269e6",
                        "transforms": [
                            {
                                "type": "sort"
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.12686472039473684,
                            3.3518647203947367
                        ],
                        "title": {
                            "text": "Age (GYrs)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -9.109913793103445,
                            925.6099137931035
                        ],
                        "title": {
                            "text": "Distance (parsec)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~aec83",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.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-03-21 01:10:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "aec83",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T01:10:52.702461Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cdfbdex/10.embed",
            "fid": "cdfbdex:10",
            "filename": "plot from API (2)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cdfbdex/10/9_BLX6FH5KJ2BEZ609GLWNURKJTOWBAE.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cdfbdex/10/2_F1RQB466SJDY4A7KPB8GBXL76E3KOE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cdfbdex/10/8_NFRHUYBU1IRZ38YMKW0JAW5EAZTTPE.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cdfbdex/10/9_BLX6FH5KJ2BEZ609GLWNURKJTOWBAE.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cdfbdex:10",
                "plots": "https://api.plotly.com/v2/plots/cdfbdex:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=cdfbdex"
            },
            "owner": "cdfbdex",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "EEG (32 channels)",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~cdfbdex/10/eeg-32-channels/",
            "world_readable": true,
            "date_modified": "2019-03-21T01:10:53.209Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cdfbdex/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ba97f064-5b27-4d3e-80f8-8ee228cb7b7e",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line0",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:ff2888",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "16efc6db-0619-48e2-94b0-c2c013a55aaa",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line1",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:7fdf8a",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "dea25a75-608c-482f-aa65-efde471fc325",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line2",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:2fc9e8",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "e5a40568-c9ad-4093-af50-5a963e79eb3b",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line3",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:ce69ba",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "53d6a726-bb4a-4ef6-bedd-919374ab4392",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line4",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:63816c",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "8470eb53-34b1-412f-9f7f-ead9c75e4020",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line5",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:84b9d9",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "322c77a3-a639-413c-b6ff-39183fb63859",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line6",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:5d3439",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "0330c662-2b73-4336-a6f3-1aea08c19b53",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line7",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:c32c09",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "ff67ad88-7fb5-4fc5-8b5c-f76fe3c2da0c",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line8",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:cfa54f",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "6ac490a5-3f1d-4935-9f4b-0a59ca78a55c",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line9",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:26c4b5",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "62d4ecdf-c0fc-4403-8bf3-bd0725c0fef8",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line10",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:2f8654",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "ccf92f50-5eef-4300-bd9a-eb9bc0149b93",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line11",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:941ab9",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "e745b02f-a9c8-4aae-b6aa-ad9b8c8e3d22",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line12",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:829f6c",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "9f0124ba-6186-4682-90d5-7fc5fa501d6f",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line13",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:0e9d40",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "4548794a-64e0-4a1b-a7dc-f3bbbe21ed0d",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line14",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:4fb9cd",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "49ec02d5-cb5a-4cd7-8630-ddcebaa9c03d",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line15",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:c6c09e",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "31f6568a-62a3-4178-b396-a46cefe5c3fe",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line16",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:cd4cef",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "73529f5f-b197-42e2-9145-80dcbab5859b",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line17",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:6f97d7",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "fd1111b8-dcf6-4608-8b8e-6936e0fefb31",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line18",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:c90faa",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "8be3b478-1093-4e4e-af23-31efc79475ed",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line19",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:2e3eb6",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "588e261b-7a6c-428f-a816-881eda799432",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line20",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:0a485d",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "035bb2ad-cfce-4e57-bca9-1f2157fff4b5",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line21",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:4acfcd",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "59c8ac1c-d110-4a65-a3d2-2a8fcbc79ac8",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line22",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:17783d",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "cc6f6915-43b5-4554-a234-a8ea9d557243",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line23",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:90da39",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "55e280b3-b11b-4c71-b4c4-2226c7fa4459",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line24",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:767cbf",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "10dc978b-1b82-4f79-8812-0ed4d7076f91",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line25",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:955cbd",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "cee9017f-2309-40eb-8723-bb5350fac108",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line26",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:70be5d",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "f43a1503-d64f-4e95-bb96-99b519729738",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line27",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:a67743",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "2749e9c5-f1bd-4e28-8601-dc634d6c2960",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line28",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:820d50",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "b9e80096-d70d-48f6-9c05-a3d1388959da",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line29",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:b8b02a",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "b16ca477-1bf4-4fff-81e5-37d014e2743d",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line30",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:ab19b9",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "48ee8f19-33eb-4886-a8f5-18dab4be32af",
                        "line": {
                            "dash": "solid",
                            "color": "rgba (0, 0, 0, 1.0)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "_line31",
                        "type": "scatter",
                        "xsrc": "cdfbdex:11:02616e",
                        "ysrc": "cdfbdex:11:419a6b",
                        "xaxis": "x",
                        "yaxis": "y"
                    }
                ],
                "layout": {
                    "title": "EEG (32 channels)",
                    "width": 460,
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -0.004,
                            0.294
                        ],
                        "ticks": "inside",
                        "title": "Time (s)",
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 8,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false,
                        "titlefont": {
                            "size": 10.0,
                            "color": "#000000"
                        }
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -182615686.27450982,
                            956272549.0196079
                        ],
                        "ticks": "inside",
                        "title": "uV",
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 7,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false,
                        "titlefont": {
                            "size": 10.0,
                            "color": "#000000"
                        }
                    },
                    "height": 216,
                    "margin": {
                        "b": 43,
                        "l": 48,
                        "r": 15,
                        "t": 30,
                        "pad": 0
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "titlefont": {
                        "size": 12.0,
                        "color": "#000000"
                    },
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0,
                            "y": 0,
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "blank",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "opacity": 0,
                            "xanchor": "left",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.12531486146095713,
                            "y": 2.3244755244755244,
                            "font": {
                                "size": 10.0,
                                "color": "#000000"
                            },
                            "text": "N$_{\\mathrm{ave}}$=204",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "left",
                            "opacity": 1,
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.1208816120906801,
                            "y": -0.3,
                            "font": {
                                "size": 20.0,
                                "color": "#008000"
                            },
                            "text": "Loading...",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "left",
                            "opacity": 1,
                            "xanchor": "left",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 216,
            "width": 460,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cdfbdex",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.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": "2018-04-29 02:08:31",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cdfbdex",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T01:08:14.719341Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~haijiejun/1.embed",
            "fid": "haijiejun:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/haijiejun/1/9_B4GB6AXLNVSAG3O9BWRNF9SE1NE1ZQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/haijiejun/1/2_MILYITBKBEHRG9K8FEPUAZHZXI65TD.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/haijiejun/1/8_EI45IRBMT9UAYUWYSQY6NN2F79B36C.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/haijiejun/1/9_B4GB6AXLNVSAG3O9BWRNF9SE1NE1ZQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/haijiejun:1",
                "plots": "https://api.plotly.com/v2/plots/haijiejun:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=haijiejun"
            },
            "owner": "haijiejun",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~haijiejun/1/",
            "world_readable": true,
            "date_modified": "2019-03-21T01:08:14.732Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~haijiejun/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b1d8f2",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "haijiejun:0:420ab2",
                        "ysrc": "haijiejun:0:1e0e3f"
                    },
                    {
                        "uid": "ebae81",
                        "transforms": [
                            {
                                "rms": 0.7218679565279931,
                                "type": "fit",
                                "xmid": -0.0004999999999994731,
                                "ymid": -0.2683233228086864,
                                "inputUid": "b1d8f2",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.30341111260480125,
                                        "value": 0.39137106066562016
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.2516516533836812,
                                        "value": -0.2681276372783649
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.41493695145795007,
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Law of Reflection"
                    },
                    "width": 1598,
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -1.1089386525694616,
                            1.1079386525694614
                        ],
                        "title": {
                            "text": "Sine of the angle of refraction"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -1.1144733040775279,
                            1.033473304077528
                        ],
                        "title": {
                            "text": "Sine of the angle of incidence"
                        },
                        "autorange": true
                    },
                    "height": 796,
                    "autosize": true
                }
            },
            "height": 796,
            "width": 1598,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~haijiejun",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 01:08:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "haijiejun",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}