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=cj0xJnA9MjAxOS0wNi0xNysxMyUzQTQ2JTNBMjIuNzU2MTE5JTJCMDAlM0EwMA%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=cD0yMDE5LTA2LTE3KzEzJTNBNDYlM0E1OS4zMjUxNjMlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxMyUzQTUwJTNBMzcuMTIyNDE4JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T13:50:37.122418Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~antonmj/2.embed",
            "fid": "antonmj:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/antonmj:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/antonmj:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/antonmj/2/8_LHLOOMSJKV3OAQDBHELEO4F5XOFNKA.png",
                "list-thumb": "https://api.plotly.com/v2/files/antonmj:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/antonmj:2",
                "plots": "https://api.plotly.com/v2/plots/antonmj:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=antonmj"
            },
            "owner": "antonmj",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~antonmj/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:50:37.135Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~antonmj/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "antonmj:1:a793f7",
                        "ysrc": "antonmj:1:abeaef",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Color vs number"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            2.5
                        ],
                        "title": {
                            "text": "color"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            16.842105263157894
                        ],
                        "title": {
                            "text": "number"
                        },
                        "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/~antonmj",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-10 21:05:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "antonmj",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T13:50:07.357419Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~profbayo/10.embed",
            "fid": "profbayo:10",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/profbayo:10/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/profbayo:10/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/profbayo:10/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/profbayo:10/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/profbayo:10",
                "plots": "https://api.plotly.com/v2/plots/profbayo:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=profbayo"
            },
            "owner": "profbayo",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Granularity",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~profbayo/10/granularity/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:50:07.880Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~profbayo/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ce7f5110-7e89-4b64-89ad-388a0d159bd2",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:d7023e",
                        "ysrc": "profbayo:11:6f6592",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "93abfd57-0a13-48ec-8670-f4b61f797c1e",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:d7023e",
                        "ysrc": "profbayo:11:ecc060",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "8322ccfc-fdfb-4196-b9ec-9eb1ed830331",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:d7023e",
                        "ysrc": "profbayo:11:311b01",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "0fb75320-32d3-4a8a-83da-2edf82fc9e2e",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:23be38",
                        "ysrc": "profbayo:11:311b01",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "5467b74f-441d-4870-a2af-e2233f235666",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:aac142",
                        "ysrc": "profbayo:11:311b01",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "6846ea2d-07e2-410d-b44f-6e6c42302d0e",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:ff088a",
                        "ysrc": "profbayo:11:6a733a",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "53f8be90-58e7-4e57-8fb7-53fdfee1434b",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:d7023e",
                        "ysrc": "profbayo:11:8abe33",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "e455a1ca-6c54-4ac0-87a1-c4c36a64ed81",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:d7023e",
                        "ysrc": "profbayo:11:c8566b",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "92a4b212-cbe6-4bcc-b16a-de0f06220fc3",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:d7023e",
                        "ysrc": "profbayo:11:c8566b",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "097c52b1-9935-492e-b3c8-bce2a351155d",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:4b9016",
                        "ysrc": "profbayo:11:35c008",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "a3d26aca-41ce-42a7-b4d8-79f39d6ef438",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:d7023e",
                        "ysrc": "profbayo:11:70d29c",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "56274371-b7b8-4b69-9743-0e430b651527",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:3894ff",
                        "ysrc": "profbayo:11:70d29c",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "59517e70-b300-4c09-85ea-ef338d826625",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:4b9016",
                        "ysrc": "profbayo:11:389be2",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "17987ecf-f6b0-4f7c-a163-f59c3aed9f3b",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:4b9016",
                        "ysrc": "profbayo:11:389be2",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "e71a56a3-d8f0-48ba-89cb-532e59d84cce",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:d7023e",
                        "ysrc": "profbayo:11:6f6592",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "7dfe6b46-784f-45e7-b1c3-79201888518f",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:d7023e",
                        "ysrc": "profbayo:11:ecc060",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "d08dec62-5bd2-440b-a471-fd035a5f1db6",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:d7023e",
                        "ysrc": "profbayo:11:311b01",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "9f04c494-3c9d-4c7e-a092-4043170d2368",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:23be38",
                        "ysrc": "profbayo:11:311b01",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "2c43e47f-e5da-4ca1-8052-4faca594790e",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:aac142",
                        "ysrc": "profbayo:11:311b01",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "c862d536-96e1-4d2f-8add-044869b3b1df",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:ff088a",
                        "ysrc": "profbayo:11:6a733a",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "e9a5c4fd-feb1-49ce-92c9-b6100cc1f1a3",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:d7023e",
                        "ysrc": "profbayo:11:8abe33",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "29f0c007-9c9d-4e5b-a8aa-83f0ef5707d7",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:d7023e",
                        "ysrc": "profbayo:11:c8566b",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "0b396309-9f0f-4532-b67f-ebd9c195a00c",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:d7023e",
                        "ysrc": "profbayo:11:c8566b",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "a19e14c9-943d-4890-8d2b-059a3a5666c1",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:4b9016",
                        "ysrc": "profbayo:11:35c008",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "977e6a0c-ced1-4252-9763-9ca3cc604b11",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:d7023e",
                        "ysrc": "profbayo:11:70d29c",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "e2f7739a-ea17-42e5-98a1-85fcb32250b9",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:3894ff",
                        "ysrc": "profbayo:11:70d29c",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "ce2912a3-d0d2-4384-b213-059b2d8750e4",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:4b9016",
                        "ysrc": "profbayo:11:389be2",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "7b6ff5cc-da0e-4524-8af5-842cadf0df28",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "profbayo:11:4b9016",
                        "ysrc": "profbayo:11:389be2",
                        "marker": {
                            "color": "white"
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "70b8c04b-c1c9-48ea-9fda-9cadcbb1c798",
                        "name": "CCAM",
                        "type": "scatter",
                        "xsrc": "profbayo:11:184e05",
                        "ysrc": "profbayo:11:389be2",
                        "marker": {
                            "size": 1,
                            "color": "rgb(1, 1, 0)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "e5e7939e-a715-4fb4-8225-83bec27556ed",
                        "name": "DIAG",
                        "type": "scatter",
                        "xsrc": "profbayo:11:184e05",
                        "ysrc": "profbayo:11:70d29c",
                        "marker": {
                            "size": 1,
                            "color": "rgb(0, 255, 100)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Granularity"
                    },
                    "width": 900,
                    "xaxis": {
                        "type": "date",
                        "showgrid": false,
                        "zeroline": false,
                        "rangeselector": {
                            "buttons": [
                                {
                                    "step": "day",
                                    "count": 7,
                                    "label": "1w",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "month",
                                    "count": 1,
                                    "label": "1m",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "month",
                                    "count": 6,
                                    "label": "6m",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "year",
                                    "count": 1,
                                    "label": "YTD",
                                    "stepmode": "todate"
                                },
                                {
                                    "step": "year",
                                    "count": 1,
                                    "label": "1y",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "all"
                                }
                            ]
                        }
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            10
                        ],
                        "showgrid": false,
                        "ticktext": [
                            "11110008DIAG",
                            "11110008CCAM",
                            "10501679DIAG",
                            "10501679CCAM",
                            "10500711CCAM",
                            "10147CCAM",
                            "10147DIAG",
                            "10020DIAG",
                            "10020CCAM"
                        ],
                        "tickvals": [
                            0,
                            1,
                            2,
                            3,
                            4,
                            5,
                            6,
                            7,
                            8
                        ],
                        "zeroline": false,
                        "autorange": false
                    },
                    "height": 600,
                    "shapes": [
                        {
                            "x0": "2012-03-01",
                            "x1": "2012-04-01",
                            "y0": 7.8,
                            "y1": 8.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(1, 1, 0)"
                        },
                        {
                            "x0": "2012-03-01",
                            "x1": "2012-04-01",
                            "y0": 6.8,
                            "y1": 7.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 255, 100)"
                        },
                        {
                            "x0": "2012-03-01",
                            "x1": "2012-04-01",
                            "y0": 5.8,
                            "y1": 6.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 255, 100)"
                        },
                        {
                            "x0": "2014-03-01",
                            "x1": "2014-04-01",
                            "y0": 5.8,
                            "y1": 6.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 255, 100)"
                        },
                        {
                            "x0": "2016-03-01",
                            "x1": "2016-04-01",
                            "y0": 5.8,
                            "y1": 6.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 255, 100)"
                        },
                        {
                            "x0": "2018-03-01",
                            "x1": "2018-04-01",
                            "y0": 4.8,
                            "y1": 5.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(1, 1, 0)"
                        },
                        {
                            "x0": "2012-03-01",
                            "x1": "2012-04-01",
                            "y0": 3.8,
                            "y1": 4.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(1, 1, 0)"
                        },
                        {
                            "x0": "2012-03-01",
                            "x1": "2012-04-01",
                            "y0": 2.8,
                            "y1": 3.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(1, 1, 0)"
                        },
                        {
                            "x0": "2012-03-01",
                            "x1": "2012-04-01",
                            "y0": 2.8,
                            "y1": 3.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(1, 1, 0)"
                        },
                        {
                            "x0": "2013-03-01",
                            "x1": "2013-04-01",
                            "y0": 1.8,
                            "y1": 2.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 255, 100)"
                        },
                        {
                            "x0": "2012-03-01",
                            "x1": "2012-04-01",
                            "y0": 0.8,
                            "y1": 1.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(1, 1, 0)"
                        },
                        {
                            "x0": "2013-05-01",
                            "x1": "2013-06-01",
                            "y0": 0.8,
                            "y1": 1.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(1, 1, 0)"
                        },
                        {
                            "x0": "2013-03-01",
                            "x1": "2013-04-01",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 255, 100)"
                        },
                        {
                            "x0": "2013-03-01",
                            "x1": "2013-04-01",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 255, 100)"
                        },
                        {
                            "x0": "2012-03-01",
                            "x1": "2012-04-01",
                            "y0": 7.8,
                            "y1": 8.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(1, 1, 0)"
                        },
                        {
                            "x0": "2012-03-01",
                            "x1": "2012-04-01",
                            "y0": 6.8,
                            "y1": 7.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 255, 100)"
                        },
                        {
                            "x0": "2012-03-01",
                            "x1": "2012-04-01",
                            "y0": 5.8,
                            "y1": 6.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 255, 100)"
                        },
                        {
                            "x0": "2014-03-01",
                            "x1": "2014-04-01",
                            "y0": 5.8,
                            "y1": 6.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 255, 100)"
                        },
                        {
                            "x0": "2016-03-01",
                            "x1": "2016-04-01",
                            "y0": 5.8,
                            "y1": 6.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 255, 100)"
                        },
                        {
                            "x0": "2018-03-01",
                            "x1": "2018-04-01",
                            "y0": 4.8,
                            "y1": 5.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(1, 1, 0)"
                        },
                        {
                            "x0": "2012-03-01",
                            "x1": "2012-04-01",
                            "y0": 3.8,
                            "y1": 4.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(1, 1, 0)"
                        },
                        {
                            "x0": "2012-03-01",
                            "x1": "2012-04-01",
                            "y0": 2.8,
                            "y1": 3.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(1, 1, 0)"
                        },
                        {
                            "x0": "2012-03-01",
                            "x1": "2012-04-01",
                            "y0": 2.8,
                            "y1": 3.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(1, 1, 0)"
                        },
                        {
                            "x0": "2013-03-01",
                            "x1": "2013-04-01",
                            "y0": 1.8,
                            "y1": 2.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 255, 100)"
                        },
                        {
                            "x0": "2012-03-01",
                            "x1": "2012-04-01",
                            "y0": 0.8,
                            "y1": 1.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(1, 1, 0)"
                        },
                        {
                            "x0": "2013-05-01",
                            "x1": "2013-06-01",
                            "y0": 0.8,
                            "y1": 1.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(1, 1, 0)"
                        },
                        {
                            "x0": "2013-03-01",
                            "x1": "2013-04-01",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 255, 100)"
                        },
                        {
                            "x0": "2013-03-01",
                            "x1": "2013-04-01",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 255, 100)"
                        }
                    ],
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": 600,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~profbayo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-13 13:39:57",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "profbayo",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T13:50:05.572619Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Arnault_Martin/28.embed",
            "fid": "Arnault_Martin:28",
            "filename": "line-mode",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Arnault_Martin:28/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Arnault_Martin:28/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/Arnault_Martin:28/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Arnault_Martin:28/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Arnault_Martin:28",
                "plots": "https://api.plotly.com/v2/plots/Arnault_Martin:28",
                "parent": "https://api.plotly.com/v2/folders/home?user=Arnault_Martin"
            },
            "owner": "Arnault_Martin",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "lines, lines+markers, markers",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Arnault_Martin/28/lines-linesmarkers-markers/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:50:06.061Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Arnault_Martin/28/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "31640efd-e452-4636-bf00-db4795b59fc4",
                        "type": "scatter",
                        "xsrc": "Arnault_Martin:29:ff05a5",
                        "ysrc": "Arnault_Martin:29:6766de"
                    },
                    {
                        "uid": "99b4dbbe-d603-44a6-9ef9-09b78e5b305c",
                        "mode": "lines",
                        "name": "lines",
                        "type": "scatter",
                        "xsrc": "Arnault_Martin:29:ff05a5",
                        "ysrc": "Arnault_Martin:29:bb3f9e"
                    },
                    {
                        "uid": "01b333e7-e23d-4001-b8ce-56e0787dbfb9",
                        "mode": "lines+markers",
                        "name": "lines+markers",
                        "type": "scatter",
                        "xsrc": "Arnault_Martin:29:ff05a5",
                        "ysrc": "Arnault_Martin:29:962489"
                    },
                    {
                        "uid": "53d47cff-e329-47c5-9a12-ecb8b791137b",
                        "mode": "markers",
                        "name": "markers",
                        "type": "scatter",
                        "xsrc": "Arnault_Martin:29:ff05a5",
                        "ysrc": "Arnault_Martin:29:eccf38"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Arnault_Martin",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-19 10:36:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Arnault_Martin",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T13:49:32.257978Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Ethan.sun/8.embed",
            "fid": "Ethan.sun:8",
            "filename": "fig2",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Ethan.sun:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Ethan.sun/8/2_O82GBE3I8R8G4143BUH8CJPWOAR4CK.png",
                "block-thumb": "https://api.plotly.com/v2/files/Ethan.sun:8/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Ethan.sun:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Ethan.sun:8",
                "plots": "https://api.plotly.com/v2/plots/Ethan.sun:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=Ethan.sun"
            },
            "owner": "Ethan.sun",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 10,
            "web_url": "https://chart-studio.plotly.com/~Ethan.sun/8/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:05:09.947Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Ethan.sun/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "3fe482e1-7de0-4f24-9c9b-052980704b65",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:9:4b7bc9",
                        "ysrc": "Ethan.sun:9:ee8383"
                    },
                    {
                        "uid": "323558fe-bfa8-4ed3-83ad-1228670ff1fb",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:9:4b7bc9",
                        "ysrc": "Ethan.sun:9:d4ba5c"
                    },
                    {
                        "uid": "80493a8f-8726-4568-940a-b5b0fce8919e",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:9:4b7bc9",
                        "ysrc": "Ethan.sun:9:56f2a5"
                    },
                    {
                        "uid": "840978db-47bd-48c1-8f36-4ed89d7b11fb",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:9:4b7bc9",
                        "ysrc": "Ethan.sun:9:62385f"
                    },
                    {
                        "uid": "454dc0c8-0410-49ee-9b5d-ec8f54b646a9",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:9:4b7bc9",
                        "ysrc": "Ethan.sun:9:e664e0"
                    },
                    {
                        "uid": "309781b9-65d9-4586-bedf-e2c05ca36f10",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:9:4b7bc9",
                        "ysrc": "Ethan.sun:9:e1a0de"
                    },
                    {
                        "uid": "1805e4f6-eacd-4b93-9597-6b07285d1ee0",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:9:4b7bc9",
                        "ysrc": "Ethan.sun:9:b840f7"
                    },
                    {
                        "uid": "9656627a-175f-4650-8365-a6bfec0dec81",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:9:4b7bc9",
                        "ysrc": "Ethan.sun:9:e9a318"
                    },
                    {
                        "uid": "bdd7a590-be85-470c-96a9-dd677176ae86",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:9:4b7bc9",
                        "ysrc": "Ethan.sun:9:221f67"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Ethan.sun",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 15:22:51",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Ethan.sun",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T13:49:22.368618Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gsanchez85/1.embed",
            "fid": "gsanchez85:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/gsanchez85:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/gsanchez85:1/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gsanchez85/1/8_ULEE0EHJN6S3P0D0W34WK6ZX2IG1I6.png",
                "list-thumb": "https://api.plotly.com/v2/files/gsanchez85:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gsanchez85:1",
                "plots": "https://api.plotly.com/v2/plots/gsanchez85:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=gsanchez85"
            },
            "owner": "gsanchez85",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~gsanchez85/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:49:54.282Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gsanchez85/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "gsanchez85:0:ce9f1d",
                        "ysrc": "gsanchez85:0:08abcf",
                        "inherit": true
                    },
                    {
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "gsanchez85:0:ce9f1d",
                        "ysrc": "gsanchez85:0:263da6",
                        "inherit": true
                    },
                    {
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "gsanchez85:0:ce9f1d",
                        "ysrc": "gsanchez85:0:b64547",
                        "inherit": true
                    },
                    {
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "gsanchez85:0:ce9f1d",
                        "ysrc": "gsanchez85:0:8f0a56",
                        "inherit": true
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "my_y"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.5413086582947787,
                            9.54130865829478
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -10,
                            9
                        ]
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gsanchez85",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 13:48:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gsanchez85",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T13:49:19.432447Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ssantiagococa/23.embed",
            "fid": "ssantiagococa:23",
            "filename": "Data_Project",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ssantiagococa:23/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ssantiagococa:23/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ssantiagococa/23/8_NJLZCC7PLDZ6G79OU33YR683UI6KHQ.png",
                "list-thumb": "https://api.plotly.com/v2/files/ssantiagococa:23/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ssantiagococa:23",
                "plots": "https://api.plotly.com/v2/plots/ssantiagococa:23",
                "parent": "https://api.plotly.com/v2/folders/home?user=ssantiagococa"
            },
            "owner": "ssantiagococa",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ssantiagococa/23/",
            "world_readable": true,
            "date_modified": "2019-06-18T09:03:32.183Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [
                    {
                        "profile_url": "https://chart-studio.plotly.com/~raulesic",
                        "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/58.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-05-17 08:57:05",
                        "mapbox_access_tokens": null,
                        "has_password": null,
                        "username": "raulesic",
                        "email": null,
                        "is_active": null,
                        "readonly": false,
                        "is_dash_creator": null,
                        "dash_created_count": null,
                        "is_chart_creator": null,
                        "charts_created_count": null
                    },
                    {
                        "profile_url": "https://chart-studio.plotly.com/~AbelApellido",
                        "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.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-05-17 08:57:30",
                        "mapbox_access_tokens": null,
                        "has_password": null,
                        "username": "AbelApellido",
                        "email": null,
                        "is_active": null,
                        "readonly": false,
                        "is_dash_creator": null,
                        "dash_created_count": null,
                        "is_chart_creator": null,
                        "charts_created_count": null
                    },
                    {
                        "profile_url": "https://chart-studio.plotly.com/~EscarlataOHara",
                        "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.jpg",
                        "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                        "bio": "",
                        "nickname": "",
                        "website": "",
                        "stream_tokens": null,
                        "feature_set_id": null,
                        "csrf_token": null,
                        "date_joined": "2019-05-17 08:58:18",
                        "mapbox_access_tokens": null,
                        "has_password": null,
                        "username": "EscarlataOHara",
                        "email": null,
                        "is_active": null,
                        "readonly": false,
                        "is_dash_creator": null,
                        "dash_created_count": null,
                        "is_chart_creator": null,
                        "charts_created_count": null
                    },
                    {
                        "type": "email",
                        "email": "beatrizbermejo@gmail.com",
                        "readonly": false
                    }
                ],
                "count": 4
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ssantiagococa/23/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "42b9445f-c89a-4900-9ada-b59ce50b27a5",
                        "fill": "none",
                        "mode": "markers",
                        "name": "+ 100",
                        "text": [],
                        "type": "scattermapbox",
                        "latsrc": "ssantiagococa:28:8fd051",
                        "lonsrc": "ssantiagococa:28:3f8f6f",
                        "marker": {
                            "color": "rgb(0, 100, 255)",
                            "opacity": 0.7,
                            "sizeref": 1,
                            "sizesrc": "ssantiagococa:28:cce041",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "cace48cd-4342-4593-8b8c-c721de457b2e",
                        "fill": "none",
                        "mode": "markers",
                        "name": "100 - 50",
                        "type": "scattermapbox",
                        "latsrc": "ssantiagococa:28:2dcb9b",
                        "lonsrc": "ssantiagococa:28:27186c",
                        "marker": {
                            "color": "rgb(40, 167, 253)",
                            "opacity": 0.7,
                            "sizeref": 1,
                            "sizesrc": "ssantiagococa:28:1bbf7c",
                            "sizemode": "area"
                        },
                        "hoverinfo": "none"
                    },
                    {
                        "mode": "markers",
                        "name": "50 - 21",
                        "type": "scattermapbox",
                        "latsrc": "ssantiagococa:28:cb5052",
                        "lonsrc": "ssantiagococa:28:397715",
                        "marker": {
                            "color": "rgb(135, 185, 255)",
                            "sizeref": null,
                            "sizesrc": "ssantiagococa:28:e437ac",
                            "sizemode": "area"
                        }
                    },
                    {
                        "name": "20 - 11",
                        "type": "scattermapbox",
                        "latsrc": "ssantiagococa:28:fe040f",
                        "lonsrc": "ssantiagococa:28:60968d",
                        "marker": {
                            "color": "rgb(0, 226, 255)",
                            "opacity": 0.7,
                            "sizeref": null,
                            "sizesrc": "ssantiagococa:28:761205",
                            "sizemode": "area"
                        }
                    },
                    {
                        "name": "10 - 0",
                        "type": "scattermapbox",
                        "latsrc": "ssantiagococa:28:bd6851",
                        "lonsrc": "ssantiagococa:28:a8b794",
                        "marker": {
                            "color": "rgb(82, 82, 82)",
                            "sizeref": null,
                            "sizesrc": "ssantiagococa:28:54ebf1",
                            "sizemode": "area"
                        },
                        "showlegend": true
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Arial"
                    },
                    "title": {
                        "text": "Gimnasios en Illinois"
                    },
                    "mapbox": {
                        "zoom": 3.234125776530358,
                        "pitch": 0,
                        "style": "light",
                        "center": {
                            "lat": 38.38750940022206,
                            "lon": -97.05927543160425
                        },
                        "bearing": 0,
                        "accesstoken": "pk.eyJ1IjoicHJpeWF0aGFyc2FuIiwiYSI6ImNqbGRyMGQ5YTBhcmkzcXF6YWZldnVvZXoifQ.sN7gyyHTIq1BSfHQRBZdHA"
                    },
                    "autosize": true,
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ssantiagococa",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-17 08:57:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ssantiagococa",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T13:49:03.056935Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AndrewWDickinson/7.embed",
            "fid": "AndrewWDickinson:7",
            "filename": "Thirty.degree.online",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/AndrewWDickinson:7/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/AndrewWDickinson:7/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/AndrewWDickinson:7/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/AndrewWDickinson:7/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AndrewWDickinson:7",
                "plots": "https://api.plotly.com/v2/plots/AndrewWDickinson:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=AndrewWDickinson"
            },
            "owner": "AndrewWDickinson",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AndrewWDickinson/7/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:49:51.009Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AndrewWDickinson/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "heatmap",
                        "xsrc": "AndrewWDickinson:6:ac9cc0",
                        "ysrc": "AndrewWDickinson:6:b9fd53",
                        "zsrc": "AndrewWDickinson:6:875305",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": [
                            [
                                "0",
                                "rgba(255,245,240,1)"
                            ],
                            [
                                "0.0416666666666667",
                                "rgba(255,238,230,1)"
                            ],
                            [
                                "0.0833333333333333",
                                "rgba(255,231,220,1)"
                            ],
                            [
                                "0.125",
                                "rgba(254,224,210,1)"
                            ],
                            [
                                "0.166666666666667",
                                "rgba(254,212,193,1)"
                            ],
                            [
                                "0.208333333333333",
                                "rgba(253,199,177,1)"
                            ],
                            [
                                "0.25",
                                "rgba(252,187,161,1)"
                            ],
                            [
                                "0.291666666666667",
                                "rgba(253,174,145,1)"
                            ],
                            [
                                "0.333333333333333",
                                "rgba(253,160,129,1)"
                            ],
                            [
                                "0.375",
                                "rgba(252,146,114,1)"
                            ],
                            [
                                "0.416666666666667",
                                "rgba(252,133,101,1)"
                            ],
                            [
                                "0.458333333333333",
                                "rgba(252,120,87,1)"
                            ],
                            [
                                "0.5",
                                "rgba(251,106,74,1)"
                            ],
                            [
                                "0.541666666666667",
                                "rgba(247,92,64,1)"
                            ],
                            [
                                "0.583333333333333",
                                "rgba(243,77,54,1)"
                            ],
                            [
                                "0.625",
                                "rgba(239,59,44,1)"
                            ],
                            [
                                "0.666666666666667",
                                "rgba(227,49,39,1)"
                            ],
                            [
                                "0.708333333333333",
                                "rgba(215,37,34,1)"
                            ],
                            [
                                "0.75",
                                "rgba(203,24,29,1)"
                            ],
                            [
                                "0.791666666666667",
                                "rgba(190,21,26,1)"
                            ],
                            [
                                "0.833333333333333",
                                "rgba(178,18,24,1)"
                            ],
                            [
                                "0.875",
                                "rgba(165,15,21,1)"
                            ],
                            [
                                "0.916666666666667",
                                "rgba(144,9,19,1)"
                            ],
                            [
                                "0.958333333333333",
                                "rgba(123,3,16,1)"
                            ],
                            [
                                "1",
                                "rgba(103,0,13,1)"
                            ]
                        ]
                    }
                ],
                "layout": {
                    "scene": {
                        "zaxis": {
                            "title": []
                        }
                    },
                    "title": "30°C",
                    "xaxis": {
                        "title": "Salinity (%)",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "pH",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AndrewWDickinson",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.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-06-17 12:48:24",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AndrewWDickinson",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T13:48:55.254399Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~khaledchch/2.embed",
            "fid": "khaledchch:2",
            "filename": "test2",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/khaledchch:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/khaledchch:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/khaledchch:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/khaledchch:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/khaledchch:2",
                "plots": "https://api.plotly.com/v2/plots/khaledchch:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=khaledchch"
            },
            "owner": "khaledchch",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "2nd-order (quadratic) surface",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~khaledchch/2/_2nd-order-quadratic-surface/",
            "world_readable": true,
            "date_modified": "2019-06-19T09:16:22.188Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~khaledchch/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d1ec3a52-a44e-43d3-b1b5-7cf4246f88db",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "khaledchch:3:942940",
                        "ysrc": "khaledchch:3:2040d4",
                        "zsrc": "khaledchch:3:482694",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "red",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "b3de5fb5-797a-482d-8ec5-6b1e20431275",
                        "type": "surface",
                        "xsrc": "khaledchch:3:dce70e,d6647b,70d818,9a6168,df100a,df68d6,f36f00,151114,22423a,8f315c,7f39ff,db142c,c33497,970e7f,edee26,cdd3dc,f2594a,74d024,99c60c,2dd44c",
                        "ysrc": "khaledchch:3:40a2a3,538334,daf4f8,afa48d,7b7a1c,5cf562,a086a8,c05e98,f8658d,46d933,f677e5,394269,166fb3,23bb11,a52aaa,9e0cbc,e60904,767571,de5eb5,64e8cd",
                        "zsrc": "khaledchch:3:2ee148,98c6cf,5a2ad1,fad6e4,25b3fa,f25e7b,acd692,6d7bf9,114b0c,56162c,095207,1eb519,c86e04,4e6d1a,2df520,f6b294,6b53a9,dc78ab,8efa2f,89dc6e",
                        "opacity": 0.999,
                        "colorscale": "RdBu"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204, 204)"
                        },
                        "yaxis": {
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204, 204)"
                        },
                        "zaxis": {
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204, 204)"
                        }
                    },
                    "title": {
                        "text": "2nd-order (quadratic) surface"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~khaledchch",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.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-06-17 13:37:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "khaledchch",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T13:48:34.682271Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~michaelwood1980/179.embed",
            "fid": "michaelwood1980:179",
            "filename": "Key locations: 55 Coldharbour, Bideford - BS 4142 Assessment",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/michaelwood1980:179/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/michaelwood1980/179/2_BHAQUOQHF0WJX2GVMQ0A094SKR25XK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/michaelwood1980/179/8_SDQ0NQUJ0M476LE01WBX1GXRV0HIAI.png",
                "list-thumb": "https://api.plotly.com/v2/files/michaelwood1980:179/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/michaelwood1980:179",
                "plots": "https://api.plotly.com/v2/plots/michaelwood1980:179",
                "parent": "https://api.plotly.com/v2/folders/home?user=michaelwood1980"
            },
            "owner": "michaelwood1980",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "55 Coldharbour, Bideford - BS 4142 Assessment",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~michaelwood1980/179/_55-coldharbour-bideford-bs-4142-assessment/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:03:45.872Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~michaelwood1980/179/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b74f1ee2-9108-11e9-a252-14109fe2bdf5",
                        "mode": "markers+text",
                        "type": "scattermapbox",
                        "latsrc": "michaelwood1980:180:29edb6",
                        "lonsrc": "michaelwood1980:180:6143eb",
                        "marker": {
                            "size": 9,
                            "color": "#fff"
                        },
                        "textsrc": "michaelwood1980:180:77bd13",
                        "textposition": "top center"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 8,
                        "color": "white",
                        "family": "Lato"
                    },
                    "title": "55 Coldharbour, Bideford - BS 4142 Assessment",
                    "mapbox": {
                        "zoom": 17,
                        "pitch": 0,
                        "style": "satellite-streets",
                        "center": {
                            "lat": 51.019755,
                            "lon": -4.207847
                        },
                        "bearing": 0,
                        "accesstoken": "pk.eyJ1IjoiYWN0LWFjb3VzdGljcyIsImEiOiJtU2tpS3ZVIn0.S06QWTFPFQllS9HhwaAqCQ"
                    },
                    "autosize": true,
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~michaelwood1980",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/58.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-06-13 05:11:05",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "michaelwood1980",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T13:46:59.325163Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~khaledchch/0.embed",
            "fid": "khaledchch:0",
            "filename": "test1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/khaledchch:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/khaledchch/0/2_ZB8MYPIED3WH1XTR58WZZUWUEOHED6.png",
                "block-thumb": "https://api.plotly.com/v2/files/khaledchch:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/khaledchch:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/khaledchch:0",
                "plots": "https://api.plotly.com/v2/plots/khaledchch:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=khaledchch"
            },
            "owner": "khaledchch",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "1st-order (linear) plane",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~khaledchch/0/_1st-order-linear-plane/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:46:59.799Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~khaledchch/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "cca22862-45f5-41c8-a438-aff6f9712c0c",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "khaledchch:1:eb21f1",
                        "ysrc": "khaledchch:1:fc52a4",
                        "zsrc": "khaledchch:1:6ee515",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "red",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "d8298f34-650a-4ed0-b220-250b94538db8",
                        "type": "surface",
                        "xsrc": "khaledchch:1:8dc108,6582bd,0469e2,62faf9,a9992a,723def,2d5043,724b66,98212f,deb087,5fcd01,152654,48d15b,23ac28,add3da,8c798f,b08565,857578,2b53a0,e0977b",
                        "ysrc": "khaledchch:1:03c745,00106c,36c8a7,36c009,1e69f9,61f43b,500821,2e8543,0a0f45,ca2c16,769c15,142902,8e5a23,d39d9d,c06893,82011e,b34e80,c16bc7,dd108a,4578af",
                        "zsrc": "khaledchch:1:b3d85b,afb3fc,e9d3cd,3757ac,79143d,f1be20,4592db,d46792,5e97db,b989af,dbedc7,d9489b,f5a951,5afe77,89fde8,5fc735,0e1da3,3a5dda,a2a81b,690f27",
                        "opacity": 0.999,
                        "colorscale": "RdBu"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204, 204)"
                        },
                        "yaxis": {
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204, 204)"
                        },
                        "zaxis": {
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204, 204)"
                        }
                    },
                    "title": {
                        "text": "1st-order (linear) plane"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~khaledchch",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.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-06-17 13:37:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "khaledchch",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}