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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzEyJTNBMjglM0E1MS45MjkyMzklMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxMiUzQTM5JTNBNDAuOTU1NzAyJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T12:39:40.955702Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~akovacevich/21.embed",
            "fid": "akovacevich:21",
            "filename": "prop_choropleth_2018",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/akovacevich:21/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/akovacevich:21/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/akovacevich/21/8_WVSKHKRO09K87WCNTWA63ZHE1V6R1Z.png",
                "list-thumb": "https://api.plotly.com/v2/files/akovacevich:21/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/akovacevich:21",
                "plots": "https://api.plotly.com/v2/plots/akovacevich:21",
                "parent": "https://api.plotly.com/v2/folders/home?user=akovacevich"
            },
            "owner": "akovacevich",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~akovacevich/21/",
            "world_readable": true,
            "date_modified": "2019-08-26T02:26:37.196Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~akovacevich/21/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "geo": "geo",
                        "type": "choropleth",
                        "zmax": 80,
                        "zmin": 0,
                        "zsrc": "akovacevich:20:0164df",
                        "frame": null,
                        "marker": {
                            "line": {
                                "cmax": 147.8,
                                "cmin": 2.5,
                                "colorbar": {
                                    "title": "",
                                    "ticklen": 2
                                },
                                "colorsrc": "akovacevich:20:f30c54",
                                "showscale": false,
                                "colorscale": [
                                    [
                                        "0",
                                        "rgba(247,251,255,1)"
                                    ],
                                    [
                                        "0.0416666666666667",
                                        "rgba(239,246,252,1)"
                                    ],
                                    [
                                        "0.0833333333333333",
                                        "rgba(230,240,250,1)"
                                    ],
                                    [
                                        "0.125",
                                        "rgba(222,235,247,1)"
                                    ],
                                    [
                                        "0.166666666666667",
                                        "rgba(214,230,244,1)"
                                    ],
                                    [
                                        "0.208333333333333",
                                        "rgba(206,224,242,1)"
                                    ],
                                    [
                                        "0.25",
                                        "rgba(198,219,239,1)"
                                    ],
                                    [
                                        "0.291666666666667",
                                        "rgba(185,213,234,1)"
                                    ],
                                    [
                                        "0.333333333333333",
                                        "rgba(172,208,230,1)"
                                    ],
                                    [
                                        "0.375",
                                        "rgba(158,202,225,1)"
                                    ],
                                    [
                                        "0.416666666666667",
                                        "rgba(142,193,221,1)"
                                    ],
                                    [
                                        "0.458333333333333",
                                        "rgba(125,183,218,1)"
                                    ],
                                    [
                                        "0.5",
                                        "rgba(107,174,214,1)"
                                    ],
                                    [
                                        "0.541666666666667",
                                        "rgba(94,165,209,1)"
                                    ],
                                    [
                                        "0.583333333333333",
                                        "rgba(81,155,203,1)"
                                    ],
                                    [
                                        "0.625",
                                        "rgba(66,146,198,1)"
                                    ],
                                    [
                                        "0.666666666666667",
                                        "rgba(57,135,192,1)"
                                    ],
                                    [
                                        "0.708333333333333",
                                        "rgba(46,124,187,1)"
                                    ],
                                    [
                                        "0.75",
                                        "rgba(33,113,181,1)"
                                    ],
                                    [
                                        "0.791666666666667",
                                        "rgba(27,102,173,1)"
                                    ],
                                    [
                                        "0.833333333333333",
                                        "rgba(19,91,164,1)"
                                    ],
                                    [
                                        "0.875",
                                        "rgba(8,81,156,1)"
                                    ],
                                    [
                                        "0.916666666666667",
                                        "rgba(9,70,139,1)"
                                    ],
                                    [
                                        "0.958333333333333",
                                        "rgba(9,59,123,1)"
                                    ],
                                    [
                                        "1",
                                        "rgba(8,48,107,1)"
                                    ]
                                ]
                            }
                        },
                        "textsrc": "akovacevich:20:123b59",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "Calls per 100,000 Population",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": [
                            [
                                "0",
                                "rgba(247,251,255,1)"
                            ],
                            [
                                "0.0416666666666667",
                                "rgba(239,246,252,1)"
                            ],
                            [
                                "0.0833333333333333",
                                "rgba(230,240,250,1)"
                            ],
                            [
                                "0.125",
                                "rgba(222,235,247,1)"
                            ],
                            [
                                "0.166666666666667",
                                "rgba(214,230,244,1)"
                            ],
                            [
                                "0.208333333333333",
                                "rgba(206,224,242,1)"
                            ],
                            [
                                "0.25",
                                "rgba(198,219,239,1)"
                            ],
                            [
                                "0.291666666666667",
                                "rgba(185,213,234,1)"
                            ],
                            [
                                "0.333333333333333",
                                "rgba(172,208,230,1)"
                            ],
                            [
                                "0.375",
                                "rgba(158,202,225,1)"
                            ],
                            [
                                "0.416666666666667",
                                "rgba(142,193,221,1)"
                            ],
                            [
                                "0.458333333333333",
                                "rgba(125,183,218,1)"
                            ],
                            [
                                "0.5",
                                "rgba(107,174,214,1)"
                            ],
                            [
                                "0.541666666666667",
                                "rgba(94,165,209,1)"
                            ],
                            [
                                "0.583333333333333",
                                "rgba(81,155,203,1)"
                            ],
                            [
                                "0.625",
                                "rgba(66,146,198,1)"
                            ],
                            [
                                "0.666666666666667",
                                "rgba(57,135,192,1)"
                            ],
                            [
                                "0.708333333333333",
                                "rgba(46,124,187,1)"
                            ],
                            [
                                "0.75",
                                "rgba(33,113,181,1)"
                            ],
                            [
                                "0.791666666666667",
                                "rgba(27,102,173,1)"
                            ],
                            [
                                "0.833333333333333",
                                "rgba(19,91,164,1)"
                            ],
                            [
                                "0.875",
                                "rgba(8,81,156,1)"
                            ],
                            [
                                "0.916666666666667",
                                "rgba(9,70,139,1)"
                            ],
                            [
                                "0.958333333333333",
                                "rgba(9,59,123,1)"
                            ],
                            [
                                "1",
                                "rgba(8,48,107,1)"
                            ]
                        ],
                        "hoverinfosrc": "akovacevich:20:36da69",
                        "locationmode": "USA-states",
                        "locationssrc": "akovacevich:20:a89717"
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "lakecolor": "rgba(255,255,255,1)",
                        "showlakes": true,
                        "projection": {
                            "type": "albers usa"
                        }
                    },
                    "scene": {
                        "zaxis": {
                            "title": "Adjusted.Rate"
                        }
                    },
                    "title": "Call Volume as Proportion of Population, 2018",
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "mapType": "geo",
                    "hovermode": "closest",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 1,
                            "y": -0.1,
                            "font": {
                                "size": 10
                            },
                            "text": "Population Data Source: U.S. Census Bureau Population Estimates",
                            "xref": "paper",
                            "yref": "paper",
                            "xshift": 0,
                            "yshift": 0,
                            "xanchor": "right",
                            "yanchor": "auto",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~akovacevich",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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-14 21:21:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "akovacevich",
                "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-17T12:39:16.396837Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nultypa1/1.embed",
            "fid": "nultypa1:1",
            "filename": "sunburst-basic",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/nultypa1:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nultypa1/1/2_XZOTZSKG28CGV5G5IRSGWW55LP3ZFE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nultypa1/1/8_B1EP71DCE5PEKTV8WYTFPGU5N4IDUU.png",
                "list-thumb": "https://api.plotly.com/v2/files/nultypa1:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nultypa1:1",
                "plots": "https://api.plotly.com/v2/plots/nultypa1:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=nultypa1"
            },
            "owner": "nultypa1",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~nultypa1/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:39:16.407Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nultypa1/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "pie",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "transparent"
                            },
                            "color": "rgba(31,119,180,1)",
                            "fillcolor": "rgba(31,119,180,1)"
                        },
                        "labelssrc": "nultypa1:0:7a5981",
                        "valuessrc": "nultypa1:0:8adf30"
                    }
                ],
                "layout": {
                    "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/~nultypa1",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:36:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nultypa1",
                "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-17T12:36:42.763987Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~CristinaCanales/1.embed",
            "fid": "CristinaCanales:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/CristinaCanales:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/CristinaCanales/1/2_KWZ7L3AJRFFALIV7N0G0M64OBGLTC4.png",
                "block-thumb": "https://api.plotly.com/v2/files/CristinaCanales:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/CristinaCanales:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/CristinaCanales:1",
                "plots": "https://api.plotly.com/v2/plots/CristinaCanales:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=CristinaCanales"
            },
            "owner": "CristinaCanales",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~CristinaCanales/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:36:42.783Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~CristinaCanales/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "465a53",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "CristinaCanales:0:61ff73",
                        "ysrc": "CristinaCanales:0:ca9754",
                        "error_x": {
                            "type": "percent",
                            "color": "#636efa",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "data",
                            "visible": true,
                            "arraysrc": "CristinaCanales:0:9872ce",
                            "symmetric": true
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Detergent Concentration (%) vs. Amount of Gelatin Digested (cm3)"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -6.132336655592468,
                            106.13233665559247
                        ],
                        "title": {
                            "text": "Detergent Concentration (%)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.03533333333333334,
                            1.391333333333333
                        ],
                        "title": {
                            "text": "Amount of Gelatin Digested (cm3)"
                        },
                        "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/~CristinaCanales",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/0.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-17 12:36:24",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "CristinaCanales",
                "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-17T12:35:31.982287Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ldwhitmire/8.embed",
            "fid": "ldwhitmire:8",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ldwhitmire:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ldwhitmire:8/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/ldwhitmire:8/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/ldwhitmire:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ldwhitmire:8",
                "plots": "https://api.plotly.com/v2/plots/ldwhitmire:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=ldwhitmire"
            },
            "owner": "ldwhitmire",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "tsne",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~ldwhitmire/8/tsne/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:35:32.688Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ldwhitmire/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "e0a7263d-7f85-4ef7-a32c-c0b6ffe1da3b",
                        "mode": "markers",
                        "name": "2000",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "9dff5ea4-823d-4878-9e3a-c0bf6751b90f",
                        "mode": "markers",
                        "name": "2001",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "766b5ca7-6d13-4519-9562-897be09c0e5e",
                        "mode": "markers",
                        "name": "2002",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "104a9502-e64b-44ce-bed7-e8409e1b1d83",
                        "mode": "markers",
                        "name": "2003",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "3b412225-e33a-44a0-85f5-24d7b552fbd0",
                        "mode": "markers",
                        "name": "2004",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "6d423725-51a8-4b3d-a096-f0701491bebe",
                        "mode": "markers",
                        "name": "2005",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "8646c65d-3a7a-47df-add1-88db73f097d9",
                        "mode": "markers",
                        "name": "2006",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "b95364eb-7079-49e0-b69c-f0cca4644736",
                        "mode": "markers",
                        "name": "2007",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "ece5d7f1-869f-4f93-aeca-6db78fcd317a",
                        "mode": "markers",
                        "name": "2008",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "c1a12e16-d231-43e1-8f53-15b564bd278c",
                        "mode": "markers",
                        "name": "2009",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "027d58da-1176-4142-8798-02a5a409ee76",
                        "mode": "markers",
                        "name": "2010",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "a4b6e0e8-797c-4a9c-9ed5-a8fa1ab09225",
                        "mode": "markers",
                        "name": "2011",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "a4e5fe9c-9e3f-4a2d-9bda-fb2b78d353bc",
                        "mode": "markers",
                        "name": "2012",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "8024b24a-2dac-4dbd-8043-855a9a12d897",
                        "mode": "markers",
                        "name": "2013",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "3c53f5f6-fefa-4aba-a473-492fac075a48",
                        "mode": "markers",
                        "name": "2014",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "bc618faa-2bac-4973-b100-70685733456f",
                        "mode": "markers",
                        "name": "2015",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "aeee726d-342f-4e1c-a03e-603f99ae9bc4",
                        "mode": "markers",
                        "name": "2016",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "f9aa5263-4ef9-4b24-ac07-c4ffe0914000",
                        "mode": "markers",
                        "name": "2017",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "c3316136-2453-4cc9-bc1e-2705e02201c0",
                        "mode": "markers",
                        "name": "2018",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "a95b97ba-6eee-4f29-90ed-a224307e08c8",
                        "mode": "markers",
                        "name": "2019",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "67d09008-f109-4745-9587-9b9c1e3b76c4",
                        "mode": "markers",
                        "name": "2020",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "07ab1922-25ee-4725-84c9-0eebed46dd5e",
                        "mode": "markers",
                        "name": "2021",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "ec1ec5f6-0231-455a-94ff-9d6d246f0665",
                        "mode": "markers",
                        "name": "2022",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "2f79b1b0-ce6f-4902-a814-1ae4741329f9",
                        "mode": "markers",
                        "name": "2023",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "3ee079fd-0dbb-4ed3-a927-6791b0abcc05",
                        "mode": "markers",
                        "name": "2024",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "02959127-3478-48d9-81e4-fdc4682304d8",
                        "mode": "markers",
                        "name": "2025",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "e2729a58-9b90-4e4a-a03d-e29005d88793",
                        "mode": "markers",
                        "name": "2026",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "8026088b-1fe3-4bd3-958b-a2655199904f",
                        "mode": "markers",
                        "name": "2027",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "caacce14-3f76-4e45-9732-41a859852c73",
                        "mode": "markers",
                        "name": "2028",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "61613d21-5290-4fc1-91ae-f56cca96ad3c",
                        "mode": "markers",
                        "name": "2029",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "f0268b71-56fb-4b19-9493-0cfec33fe33b",
                        "mode": "markers",
                        "name": "2030",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "fff6d40c-d392-4dea-bac2-1a9c55bfb3c4",
                        "mode": "markers",
                        "name": "2031",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "622fd193-4c38-4120-9754-f433e9ac7ec9",
                        "mode": "markers",
                        "name": "2032",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "7264b11e-826d-44e5-8c51-04d0ececfd13",
                        "mode": "markers",
                        "name": "2033",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "fb3858d8-8476-4f21-a135-2cd2cca5cf14",
                        "mode": "markers",
                        "name": "2034",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "a9c7533f-e2b8-4cef-acf5-07d2241c77c0",
                        "mode": "markers",
                        "name": "2035",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "c13a0f65-f6ee-4b02-b408-bae5b6f5c09b",
                        "mode": "markers",
                        "name": "2036",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "bc741954-76be-41e0-9647-09115842bd4d",
                        "mode": "markers",
                        "name": "2037",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "a542ce6d-6d1d-4a40-b834-1ed2bdb13a77",
                        "mode": "markers",
                        "name": "2038",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "9139bc55-e591-454c-82ca-462d932ea42c",
                        "mode": "markers",
                        "name": "2039",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "28e38c5f-05dc-45d2-9542-07dc126dbcc5",
                        "mode": "markers",
                        "name": "2040",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "67f967ee-dd2f-4146-91e2-54e1e12d8d1d",
                        "mode": "markers",
                        "name": "2041",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "94098436-381b-4956-979b-a2a95777699c",
                        "mode": "markers",
                        "name": "2042",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "ac1c976b-6e55-4290-a242-df4d1aa4071f",
                        "mode": "markers",
                        "name": "2043",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "90d8ba32-6835-414a-8a82-0d27e3c33c4f",
                        "mode": "markers",
                        "name": "2044",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "6e1b6805-355d-46ae-9144-ecd025319ca5",
                        "mode": "markers",
                        "name": "2045",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "26fd6251-83f5-452c-9a69-cdce8f383d93",
                        "mode": "markers",
                        "name": "2046",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "e44f90f1-9e81-441b-870e-d55a52ad3060",
                        "mode": "markers",
                        "name": "2047",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "1dd882e3-6634-4b57-a47c-adbfdcf21b72",
                        "mode": "markers",
                        "name": "2048",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "9a706322-d4f2-419c-9200-dbc0609d7de7",
                        "mode": "markers",
                        "name": "2049",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "2a24dba9-b480-41c7-bee3-1209640c2da9",
                        "mode": "markers",
                        "name": "2050",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "be612afa-b188-4832-9623-29bd79d70adc",
                        "mode": "markers",
                        "name": "2051",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    },
                    {
                        "uid": "5fc25459-4f06-4d77-98bf-9b5efe441fb1",
                        "mode": "markers",
                        "name": "2052",
                        "type": "scatter",
                        "xsrc": "ldwhitmire:9:488edd",
                        "ysrc": "ldwhitmire:9:ffc89b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(228,26,28)",
                            "opacity": 0.3
                        },
                        "textsrc": "ldwhitmire:9:9c149b"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "tsne"
                    },
                    "xaxis": {
                        "title": {
                            "text": "tsne1"
                        },
                        "ticklen": 5,
                        "zeroline": false,
                        "gridwidth": 2
                    },
                    "yaxis": {
                        "title": {
                            "text": "tsne2"
                        },
                        "ticklen": 5,
                        "gridwidth": 2
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ldwhitmire",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.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-05-02 14:16:32",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ldwhitmire",
                "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-17T12:34:53.739387Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ssantiagococa/21.embed",
            "fid": "ssantiagococa:21",
            "filename": "Plot 21",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ssantiagococa:21/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ssantiagococa/21/2_9P8HBB6R8KWUDTDOKAR27MTN170ZIQ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ssantiagococa/21/8_B0RSMSU5BJ9MNKT1X0OA6DMRT68E6W.png",
                "list-thumb": "https://api.plotly.com/v2/files/ssantiagococa:21/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ssantiagococa:21",
                "plots": "https://api.plotly.com/v2/plots/ssantiagococa:21",
                "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/21/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:38:21.169Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ssantiagococa/21/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "42b9445f-c89a-4900-9ada-b59ce50b27a5",
                        "mode": "markers",
                        "type": "scattermapbox",
                        "latsrc": "ssantiagococa:20:1495db",
                        "lonsrc": "ssantiagococa:20:70da8a",
                        "marker": {
                            "size": 17,
                            "color": "rgb(255, 0, 0)",
                            "opacity": 0.7
                        },
                        "textsrc": "ssantiagococa:20:2410fa",
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "cace48cd-4342-4593-8b8c-c721de457b2e",
                        "mode": "markers",
                        "type": "scattermapbox",
                        "latsrc": "ssantiagococa:20:1495db",
                        "lonsrc": "ssantiagococa:20:70da8a",
                        "marker": {
                            "size": 8,
                            "color": "rgb(242, 177, 172)",
                            "opacity": 0.7
                        },
                        "hoverinfo": "none"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Gimnasios en Illinois"
                    },
                    "mapbox": {
                        "zoom": 9.942296051517662,
                        "pitch": 0,
                        "style": "basic",
                        "center": {
                            "lat": 41.899520945996045,
                            "lon": -87.83775605475637
                        },
                        "bearing": 0,
                        "accesstoken": "pk.eyJ1IjoicHJpeWF0aGFyc2FuIiwiYSI6ImNqbGRyMGQ5YTBhcmkzcXF6YWZldnVvZXoifQ.sN7gyyHTIq1BSfHQRBZdHA"
                    },
                    "autosize": true,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "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-17T12:33:21.196599Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Angilaka/12.embed",
            "fid": "Angilaka:12",
            "filename": "histogram_subplots4",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Angilaka:12/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Angilaka/12/2_E1QR44119HOGZO78T3MOBFWWH4VXVD.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Angilaka/12/8_SQHT006DLSG1I24OM2QAC3YRXXOPB8.png",
                "list-thumb": "https://api.plotly.com/v2/files/Angilaka:12/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Angilaka:12",
                "plots": "https://api.plotly.com/v2/plots/Angilaka:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=Angilaka"
            },
            "owner": "Angilaka",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "2D Density Plot",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Angilaka/12/_2d-density-plot/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:54:45.458Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Angilaka/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ea337348-d468-41d7-a66e-09f1a8135241",
                        "mode": "markers",
                        "name": "points",
                        "type": "scatter",
                        "xsrc": "Angilaka:13:ad0d0d",
                        "ysrc": "Angilaka:13:410ff5",
                        "marker": {
                            "size": 3,
                            "color": "rgb(0, 0, 128)",
                            "opacity": 0.4
                        }
                    },
                    {
                        "uid": "6b2da416-4333-4909-b802-0fbe14b315b1",
                        "name": "density",
                        "type": "histogram2dcontour",
                        "xsrc": "Angilaka:13:ad0d0d",
                        "ysrc": "Angilaka:13:410ff5",
                        "contours": {
                            "end": 85,
                            "size": 5,
                            "start": 5
                        },
                        "ncontours": 20,
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "rgb(122, 69, 121)"
                            ],
                            [
                                0.25,
                                "rgb(213, 96, 115)"
                            ],
                            [
                                0.5,
                                "rgb(236, 158, 105)"
                            ],
                            [
                                0.75,
                                "rgb(255, 255, 51)"
                            ],
                            [
                                1,
                                "rgb(250, 250, 250)"
                            ]
                        ],
                        "autocontour": true,
                        "reversescale": true
                    },
                    {
                        "uid": "426085a5-7bb8-4717-81c7-c36c0646fdb2",
                        "name": "x density",
                        "type": "histogram",
                        "xsrc": "Angilaka:13:ad0d0d",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(255, 237, 222)"
                        }
                    },
                    {
                        "uid": "9068d7d5-478f-4a1a-b363-cc2f0cfd0f27",
                        "name": "y density",
                        "type": "histogram",
                        "ysrc": "Angilaka:13:410ff5",
                        "xaxis": "x2",
                        "marker": {
                            "color": "rgb(255, 237, 222)"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "2D Density Plot"
                    },
                    "width": 600,
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -25,
                            425
                        ],
                        "domain": [
                            0,
                            0.85
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            7,
                            25
                        ],
                        "title": {
                            "text": "BapPix"
                        },
                        "domain": [
                            0,
                            0.85
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": true
                    },
                    "bargap": 0,
                    "height": 600,
                    "margin": {
                        "t": 50
                    },
                    "xaxis2": {
                        "range": [
                            0,
                            198.94736842105263
                        ],
                        "domain": [
                            0.85,
                            1
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": true
                    },
                    "yaxis2": {
                        "range": [
                            0,
                            54.73684210526316
                        ],
                        "domain": [
                            0.85,
                            1
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": true
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 600,
            "width": 600,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Angilaka",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.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-17 10:09:39",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Angilaka",
                "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-17T12:32:01.124001Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~benefactor1/96.embed",
            "fid": "benefactor1:96",
            "filename": "plot from API (5)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/benefactor1:96/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/benefactor1:96/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/benefactor1:96/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/benefactor1:96/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/benefactor1:96",
                "plots": "https://api.plotly.com/v2/plots/benefactor1:96",
                "parent": "https://api.plotly.com/v2/folders/home?user=benefactor1"
            },
            "owner": "benefactor1",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Cessions à travers le temps",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~benefactor1/96/cessions-a-travers-le-temps/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:35:27.867Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~benefactor1/96/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "82d4d4e1-edad-4012-bb48-59e3e0fe30b8",
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "benefactor1:97:bf25a5",
                        "ysrc": "benefactor1:97:789af0"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Cessions à travers le temps"
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2014-01-01",
                            "2018-12-01"
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            47.666666666666664,
                            114.33333333333333
                        ],
                        "title": {
                            "text": "Nbre de cession"
                        },
                        "autorange": true
                    },
                    "shapes": [
                        {
                            "x0": "2014-03-01 18:00",
                            "x1": "2018-12-31 06:00",
                            "y0": 90,
                            "y1": 90,
                            "line": {
                                "dash": "longdash",
                                "color": "rgb(23, 21, 21)"
                            },
                            "type": "line",
                            "opacity": 1,
                            "fillcolor": "rgb(18, 18, 18)"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~benefactor1",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.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-04-19 18:09:13",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "benefactor1",
                "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-17T12:31:40.484579Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~olivier.masset1/18.embed",
            "fid": "olivier.masset1:18",
            "filename": "Plot 18",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/olivier.masset1:18/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/olivier.masset1:18/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/olivier.masset1:18/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/olivier.masset1:18/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/olivier.masset1:18",
                "plots": "https://api.plotly.com/v2/plots/olivier.masset1:18",
                "parent": "https://api.plotly.com/v2/folders/home?user=olivier.masset1"
            },
            "owner": "olivier.masset1",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~olivier.masset1/18/",
            "world_readable": true,
            "date_modified": "2019-06-17T12:31:40.514Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~olivier.masset1/18/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgb(0, 0, 0)",
                            "width": 5
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "olivier.masset1:17:1d3920",
                        "ysrc": "olivier.masset1:17:946ab7"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -10,
                            19
                        ],
                        "title": {
                            "font": {
                                "size": 22,
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "Température extérieure (°C)"
                        },
                        "showline": true,
                        "tickfont": {
                            "size": 22,
                            "color": "rgb(0, 0, 0)"
                        },
                        "zeroline": false,
                        "autorange": true,
                        "gridcolor": "rgb(158, 162, 168)",
                        "gridwidth": 2,
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 2
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -1.1617222222222223,
                            22.072722222222225
                        ],
                        "title": {
                            "font": {
                                "size": 22,
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "Puissance (kW)"
                        },
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "size": 21,
                            "color": "rgb(0, 0, 0)"
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": true,
                        "gridcolor": "rgb(158, 162, 168)",
                        "gridwidth": 2,
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 2
                    },
                    "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"
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~olivier.masset1",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-26 08:04:31",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "olivier.masset1",
                "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-17T12:28:57.510374Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~akovacevich/19.embed",
            "fid": "akovacevich:19",
            "filename": "count_choropleth_2018",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/akovacevich:19/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/akovacevich:19/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/akovacevich:19/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/akovacevich:19/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/akovacevich:19",
                "plots": "https://api.plotly.com/v2/plots/akovacevich:19",
                "parent": "https://api.plotly.com/v2/folders/home?user=akovacevich"
            },
            "owner": "akovacevich",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~akovacevich/19/",
            "world_readable": true,
            "date_modified": "2019-08-26T02:26:21.471Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~akovacevich/19/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "geo": "geo",
                        "type": "choropleth",
                        "zmax": 4600,
                        "zmin": 0,
                        "zsrc": "akovacevich:18:bed021",
                        "frame": null,
                        "marker": {
                            "line": {
                                "cmax": 3970,
                                "cmin": 22,
                                "colorbar": {
                                    "title": "",
                                    "ticklen": 2
                                },
                                "colorsrc": "akovacevich:18:d8d490",
                                "showscale": false,
                                "colorscale": [
                                    [
                                        "0",
                                        "rgba(247,251,255,1)"
                                    ],
                                    [
                                        "0.0416666666666667",
                                        "rgba(239,246,252,1)"
                                    ],
                                    [
                                        "0.0833333333333333",
                                        "rgba(230,240,250,1)"
                                    ],
                                    [
                                        "0.125",
                                        "rgba(222,235,247,1)"
                                    ],
                                    [
                                        "0.166666666666667",
                                        "rgba(214,230,244,1)"
                                    ],
                                    [
                                        "0.208333333333333",
                                        "rgba(206,224,242,1)"
                                    ],
                                    [
                                        "0.25",
                                        "rgba(198,219,239,1)"
                                    ],
                                    [
                                        "0.291666666666667",
                                        "rgba(185,213,234,1)"
                                    ],
                                    [
                                        "0.333333333333333",
                                        "rgba(172,208,230,1)"
                                    ],
                                    [
                                        "0.375",
                                        "rgba(158,202,225,1)"
                                    ],
                                    [
                                        "0.416666666666667",
                                        "rgba(142,193,221,1)"
                                    ],
                                    [
                                        "0.458333333333333",
                                        "rgba(125,183,218,1)"
                                    ],
                                    [
                                        "0.5",
                                        "rgba(107,174,214,1)"
                                    ],
                                    [
                                        "0.541666666666667",
                                        "rgba(94,165,209,1)"
                                    ],
                                    [
                                        "0.583333333333333",
                                        "rgba(81,155,203,1)"
                                    ],
                                    [
                                        "0.625",
                                        "rgba(66,146,198,1)"
                                    ],
                                    [
                                        "0.666666666666667",
                                        "rgba(57,135,192,1)"
                                    ],
                                    [
                                        "0.708333333333333",
                                        "rgba(46,124,187,1)"
                                    ],
                                    [
                                        "0.75",
                                        "rgba(33,113,181,1)"
                                    ],
                                    [
                                        "0.791666666666667",
                                        "rgba(27,102,173,1)"
                                    ],
                                    [
                                        "0.833333333333333",
                                        "rgba(19,91,164,1)"
                                    ],
                                    [
                                        "0.875",
                                        "rgba(8,81,156,1)"
                                    ],
                                    [
                                        "0.916666666666667",
                                        "rgba(9,70,139,1)"
                                    ],
                                    [
                                        "0.958333333333333",
                                        "rgba(9,59,123,1)"
                                    ],
                                    [
                                        "1",
                                        "rgba(8,48,107,1)"
                                    ]
                                ]
                            }
                        },
                        "textsrc": "akovacevich:18:eb8d50",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "Number of Calls",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": [
                            [
                                "0",
                                "rgba(247,251,255,1)"
                            ],
                            [
                                "0.0416666666666667",
                                "rgba(239,246,252,1)"
                            ],
                            [
                                "0.0833333333333333",
                                "rgba(230,240,250,1)"
                            ],
                            [
                                "0.125",
                                "rgba(222,235,247,1)"
                            ],
                            [
                                "0.166666666666667",
                                "rgba(214,230,244,1)"
                            ],
                            [
                                "0.208333333333333",
                                "rgba(206,224,242,1)"
                            ],
                            [
                                "0.25",
                                "rgba(198,219,239,1)"
                            ],
                            [
                                "0.291666666666667",
                                "rgba(185,213,234,1)"
                            ],
                            [
                                "0.333333333333333",
                                "rgba(172,208,230,1)"
                            ],
                            [
                                "0.375",
                                "rgba(158,202,225,1)"
                            ],
                            [
                                "0.416666666666667",
                                "rgba(142,193,221,1)"
                            ],
                            [
                                "0.458333333333333",
                                "rgba(125,183,218,1)"
                            ],
                            [
                                "0.5",
                                "rgba(107,174,214,1)"
                            ],
                            [
                                "0.541666666666667",
                                "rgba(94,165,209,1)"
                            ],
                            [
                                "0.583333333333333",
                                "rgba(81,155,203,1)"
                            ],
                            [
                                "0.625",
                                "rgba(66,146,198,1)"
                            ],
                            [
                                "0.666666666666667",
                                "rgba(57,135,192,1)"
                            ],
                            [
                                "0.708333333333333",
                                "rgba(46,124,187,1)"
                            ],
                            [
                                "0.75",
                                "rgba(33,113,181,1)"
                            ],
                            [
                                "0.791666666666667",
                                "rgba(27,102,173,1)"
                            ],
                            [
                                "0.833333333333333",
                                "rgba(19,91,164,1)"
                            ],
                            [
                                "0.875",
                                "rgba(8,81,156,1)"
                            ],
                            [
                                "0.916666666666667",
                                "rgba(9,70,139,1)"
                            ],
                            [
                                "0.958333333333333",
                                "rgba(9,59,123,1)"
                            ],
                            [
                                "1",
                                "rgba(8,48,107,1)"
                            ]
                        ],
                        "hoverinfosrc": "akovacevich:18:5c2249",
                        "locationmode": "USA-states",
                        "locationssrc": "akovacevich:18:640b58"
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "lakecolor": "rgba(255,255,255,1)",
                        "showlakes": true,
                        "projection": {
                            "type": "albers usa"
                        }
                    },
                    "scene": {
                        "zaxis": {
                            "title": "Count.of.Cases"
                        }
                    },
                    "title": "Call Volume by State, 2018",
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "mapType": "geo",
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~akovacevich",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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-14 21:21:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "akovacevich",
                "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-17T12:28:51.929239Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dusadvarshit/65.embed",
            "fid": "dusadvarshit:65",
            "filename": "hover-chart-basic",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/dusadvarshit:65/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/dusadvarshit:65/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/dusadvarshit:65/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/dusadvarshit:65/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dusadvarshit:65",
                "plots": "https://api.plotly.com/v2/plots/dusadvarshit:65",
                "parent": "https://api.plotly.com/v2/folders/home?user=dusadvarshit"
            },
            "owner": "dusadvarshit",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Hover over the points to see the text",
            "views": 32,
            "web_url": "https://chart-studio.plotly.com/~dusadvarshit/65/hover-over-the-points-to-see-the-text/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:11:36.066Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dusadvarshit/65/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7755341e-7099-4434-930b-bca521d86123",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "dusadvarshit:66:37e37d",
                        "ysrc": "dusadvarshit:66:aea3c5",
                        "textsrc": "dusadvarshit:66:7682bd"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Hover over the points to see the text"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 18,
                                "color": "#7f7f7f",
                                "family": "Courier New, monospace"
                            },
                            "text": "Number of documents"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 18,
                                "color": "#7f7f7f",
                                "family": "Courier New, monospace"
                            },
                            "text": "Citation Ranking"
                        }
                    },
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~dusadvarshit",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/19.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": "2018-11-19 06:12:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dusadvarshit",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}