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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE4KzA1JTNBNDglM0ExMS41MzY3MTYlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswNSUzQTU4JTNBMTMuODE5OTc5JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-18T05:58:13.819979Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~caijun/7.embed",
            "fid": "caijun:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/caijun/7/9_WOPPHNE9BFEKIE524I4XT7ZG05ZET6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/caijun/7/2_FIU95SWTU5NKSH3PHDBCCVJLT8AQCU.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/caijun/7/8_9JG3H7RBBXW9I7US7OOV7BZSOQSRB9.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/caijun/7/9_WOPPHNE9BFEKIE524I4XT7ZG05ZET6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/caijun:7",
                "plots": "https://api.plotly.com/v2/plots/caijun:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=caijun"
            },
            "owner": "caijun",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 8,
            "web_url": "https://chart-studio.plotly.com/~caijun/7/",
            "world_readable": true,
            "date_modified": "2019-06-18T05:58:13.835Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~caijun/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "response_in_window",
                        "type": "bar",
                        "xsrc": "caijun:5:b8492d",
                        "ysrc": "caijun:5:43f964",
                        "visible": true,
                        "orientation": "v"
                    },
                    {
                        "name": "response_all",
                        "type": "bar",
                        "xsrc": "caijun:5:b8492d",
                        "ysrc": "caijun:5:16a997",
                        "visible": true,
                        "orientation": "v"
                    },
                    {
                        "mode": "markers",
                        "name": "request-succeed",
                        "type": "bar",
                        "xsrc": "caijun:5:b8492d",
                        "ysrc": "caijun:5:e6c14b",
                        "visible": true,
                        "stackgroup": null,
                        "orientation": "v"
                    },
                    {
                        "mode": "markers",
                        "name": "500B-10S",
                        "type": "scatter",
                        "xsrc": "caijun:6:9ad343",
                        "ysrc": "caijun:6:34de83"
                    },
                    {
                        "mode": "markers",
                        "name": "500B-30S",
                        "type": "scatter",
                        "xsrc": "caijun:6:d77c16",
                        "ysrc": "caijun:6:51a16e",
                        "stackgroup": null
                    },
                    {
                        "mode": "markers",
                        "name": "500B-50S",
                        "type": "scatter",
                        "xsrc": "caijun:6:33afa8",
                        "ysrc": "caijun:6:c58822",
                        "stackgroup": null
                    },
                    {
                        "mode": "markers",
                        "name": "500B-70S",
                        "type": "scatter",
                        "xsrc": "caijun:6:c59408",
                        "ysrc": "caijun:6:3938fd",
                        "stackgroup": null
                    },
                    {
                        "mode": "markers",
                        "name": "500B-90S",
                        "type": "scatter",
                        "xsrc": "caijun:6:949706",
                        "ysrc": "caijun:6:579396",
                        "stackgroup": null
                    },
                    {
                        "mode": "markers",
                        "name": "500B-110S",
                        "type": "scatter",
                        "xsrc": "caijun:6:5eadc4",
                        "ysrc": "caijun:6:c9115f",
                        "stackgroup": null
                    },
                    {
                        "mode": "markers",
                        "name": "500B-130S",
                        "type": "scatter",
                        "xsrc": "caijun:6:be167e",
                        "ysrc": "caijun:6:03fdb0",
                        "stackgroup": null
                    },
                    {
                        "mode": "markers",
                        "name": "500B-150S",
                        "type": "scatter",
                        "xsrc": "caijun:6:9add52",
                        "ysrc": "caijun:6:7ab3c2",
                        "stackgroup": null
                    },
                    {
                        "mode": "markers",
                        "name": "500B-170S",
                        "type": "scatter",
                        "xsrc": "caijun:6:1bd07d",
                        "ysrc": "caijun:6:a5a9ab",
                        "stackgroup": null
                    },
                    {
                        "mode": "markers",
                        "name": "500B-190S",
                        "type": "scatter",
                        "xsrc": "caijun:6:384e31",
                        "ysrc": "caijun:6:dbda39",
                        "stackgroup": null
                    },
                    {
                        "mode": "markers",
                        "name": "500B-210S",
                        "type": "scatter",
                        "xsrc": "caijun:6:6e3277",
                        "ysrc": "caijun:6:813092",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -14.81637293916998,
                            263.81637293917
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -68.70366320393657,
                            1053.0896664844176
                        ],
                        "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/~caijun",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-05 03:40:04",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "caijun",
                "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-18T05:57:13.632843Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~arnavobero1/8.embed",
            "fid": "arnavobero1:8",
            "filename": "Plot 8",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/arnavobero1/8/9_WJ4G9VWSQT0VVH9QTCLA5F5LQV3KL5.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/arnavobero1/8/2_4TRR9ODNQJE6X2O7LN7Z6CCH4NAARL.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/arnavobero1/8/8_P99M420FTEULNIXNDLXKE7ZZ2RO844.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/arnavobero1/8/9_WJ4G9VWSQT0VVH9QTCLA5F5LQV3KL5.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/arnavobero1:8",
                "plots": "https://api.plotly.com/v2/plots/arnavobero1:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=arnavobero1"
            },
            "owner": "arnavobero1",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~arnavobero1/8/",
            "world_readable": true,
            "date_modified": "2019-06-18T05:57:13.647Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~arnavobero1/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "arnavobero1:7:8f79d2",
                        "ysrc": "arnavobero1:7:0929aa",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "font": {
                            "family": "Arial"
                        },
                        "text": "Trending 25 Skills "
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            24.5
                        ],
                        "title": {
                            "text": ""
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            26.31578947368421
                        ],
                        "title": {
                            "text": "Popularity"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "colorway": [
                        "#1f77b4",
                        "#ff7f0e",
                        "#2ca02c",
                        "#d62728",
                        "#9467bd",
                        "#8c564b",
                        "#e377c2",
                        "#7f7f7f",
                        "#bcbd22",
                        "#17becf"
                    ],
                    "plot_bgcolor": "rgb(255, 255, 255)",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~arnavobero1",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.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-07 06:02:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "arnavobero1",
                "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-18T05:57:00.404926Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Frankie4Figz/9.embed",
            "fid": "Frankie4Figz:9",
            "filename": "pie_signal_dipsensitive_4hr_intensity",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Frankie4Figz/9/9_8XGTDGBHIJBTMQOOESKL9E6F3UI4MU.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Frankie4Figz/9/2_FNZ9V4Q9EEO69FPW2SU5OPGYIOQKNH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Frankie4Figz/9/8_1C9S8E4903N2E0YHTADYPZESQN46FK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Frankie4Figz/9/9_8XGTDGBHIJBTMQOOESKL9E6F3UI4MU.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Frankie4Figz:9",
                "plots": "https://api.plotly.com/v2/plots/Frankie4Figz:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=Frankie4Figz"
            },
            "owner": "Frankie4Figz",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Frankie4Figz/9/",
            "world_readable": true,
            "date_modified": "2019-06-18T05:57:54.150Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Frankie4Figz/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "pie",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(255,255,255,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "labelssrc": "Frankie4Figz:8:6a137a",
                        "valuessrc": "Frankie4Figz:8:8474fe"
                    }
                ],
                "layout": {
                    "title": "Variable Importance",
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Frankie4Figz",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.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-06-18 04:57:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Frankie4Figz",
                "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-18T05:56:41.439016Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~um22/21.embed",
            "fid": "um22:21",
            "filename": "plot from API (10)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/um22/21/9_AVY7Q63SPDRG0UTH684G7KU39CMKY7.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/um22/21/2_F31MV70K7S3GNP6WALQ3SLE515R4YH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/um22/21/8_X1HJIL9UQXSQUG5F8AY2XNB7816JY4.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/um22/21/9_AVY7Q63SPDRG0UTH684G7KU39CMKY7.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/um22:21",
                "plots": "https://api.plotly.com/v2/plots/um22:21",
                "parent": "https://api.plotly.com/v2/folders/home?user=um22"
            },
            "owner": "um22",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Icecube",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~um22/21/icecube/",
            "world_readable": true,
            "date_modified": "2019-06-18T05:56:42.012Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~um22/21/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "00999875-4e41-45de-b58d-f22fd061d30c",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "um22:22:70ec68",
                        "ysrc": "um22:22:aa06b5",
                        "zsrc": "um22:22:d1e664",
                        "marker": {
                            "size": 3
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Icecube"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~um22",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/89.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": "2018-10-07 13:54:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "um22",
                "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-18T05:56:38.508811Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~um22/19.embed",
            "fid": "um22:19",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/um22/19/9_CM7RTC4480B403OM6OL36D721NQNB8.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/um22/19/2_92IRZUV21SP20YCST7DV726IH2D8MJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/um22/19/8_PSUSOE5AI6QBSBSLHJ4P1GTKDPJMAG.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/um22/19/9_CM7RTC4480B403OM6OL36D721NQNB8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/um22:19",
                "plots": "https://api.plotly.com/v2/plots/um22:19",
                "parent": "https://api.plotly.com/v2/folders/home?user=um22"
            },
            "owner": "um22",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Icecube",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~um22/19/icecube/",
            "world_readable": true,
            "date_modified": "2019-06-18T05:56:39.332Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~um22/19/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "5b19a84c-0b3f-4641-90b3-440e60645b72",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "um22:20:1dbc82",
                        "ysrc": "um22:20:ed4064",
                        "zsrc": "um22:20:d7e429",
                        "marker": {
                            "size": 3
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Icecube"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~um22",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/89.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": "2018-10-07 13:54:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "um22",
                "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-18T05:52:20.594715Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~eonr/10.embed",
            "fid": "eonr:10",
            "filename": "2hour-imageclusters_visualized",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/eonr/10/9_SXD6IOQSUR1TANDBFSH2DS6OELEAZN.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/eonr/10/2_0AWJYRHDHZ6A6B4ZSIGEC4KFLOW35D.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/eonr/10/8_C229B6AB01DRA2DBRL3VX24QJ9A0QD.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/eonr/10/9_SXD6IOQSUR1TANDBFSH2DS6OELEAZN.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/eonr:10",
                "plots": "https://api.plotly.com/v2/plots/eonr:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=eonr"
            },
            "owner": "eonr",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 16,
            "web_url": "https://chart-studio.plotly.com/~eonr/10/",
            "world_readable": true,
            "date_modified": "2019-06-18T05:52:33.034Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~eonr/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "28c02eab-94b1-4a86-996b-d8bb1f162068",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:54abd4",
                        "ysrc": "eonr:11:3107f0",
                        "zsrc": "eonr:11:3487c2",
                        "marker": {
                            "line": {
                                "color": "rgba(103, 231, 96, 0.8100374332716793)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "b55f78f3-3737-4dcc-9e2c-ec41ebfeeda2",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:a2d553",
                        "ysrc": "eonr:11:5f8e9d",
                        "zsrc": "eonr:11:004de1",
                        "marker": {
                            "line": {
                                "color": "rgba(231, 165, 212, 0.6526499337437797)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "897bfce3-f454-42fb-b5e6-7c5013f97d43",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:cbc69a",
                        "ysrc": "eonr:11:c6b8ad",
                        "zsrc": "eonr:11:b3ac13",
                        "marker": {
                            "line": {
                                "color": "rgba(21, 121, 198, 0.9144149247917768)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "c5711e04-b8f2-43db-a579-76a0adc3784b",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:de8b58",
                        "ysrc": "eonr:11:986dca",
                        "zsrc": "eonr:11:769a93",
                        "marker": {
                            "line": {
                                "color": "rgba(61, 35, 210, 0.9138646352597242)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "f9ea3183-f505-4135-99a3-6711dd66fb91",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:58f033",
                        "ysrc": "eonr:11:cedbb6",
                        "zsrc": "eonr:11:e36b38",
                        "marker": {
                            "line": {
                                "color": "rgba(125, 231, 236, 0.31010795888800696)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "41f6bcd8-fc07-4433-8b93-e6b7e413c1db",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:ef220f",
                        "ysrc": "eonr:11:004f18",
                        "zsrc": "eonr:11:534ed2",
                        "marker": {
                            "line": {
                                "color": "rgba(56, 14, 224, 0.28749654853878187)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "46e6cb05-e6e9-4690-a32a-ccc44d45d09a",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:ef3283",
                        "ysrc": "eonr:11:231e00",
                        "zsrc": "eonr:11:4af71a",
                        "marker": {
                            "line": {
                                "color": "rgba(145, 91, 40, 0.6800786835461348)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "06a35edd-25ed-4c83-a4d7-b1b7da933097",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:eebcaf",
                        "ysrc": "eonr:11:bcfaec",
                        "zsrc": "eonr:11:915391",
                        "marker": {
                            "line": {
                                "color": "rgba(162, 117, 141, 0.7083161734837959)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "6eb7264d-31f7-4239-ad41-0d768ffcafeb",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:a7adf9",
                        "ysrc": "eonr:11:c92c08",
                        "zsrc": "eonr:11:4707fc",
                        "marker": {
                            "line": {
                                "color": "rgba(139, 157, 58, 0.6542120319835598)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "23d0ff0c-883f-4a33-9448-216598b979ed",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:af0b0c",
                        "ysrc": "eonr:11:1da0be",
                        "zsrc": "eonr:11:c3a38e",
                        "marker": {
                            "line": {
                                "color": "rgba(198, 24, 109, 0.6856342583541579)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "7359981d-6e39-4f2a-8f6c-51c30491cb7b",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:d27abd",
                        "ysrc": "eonr:11:3f10bb",
                        "zsrc": "eonr:11:36d70c",
                        "marker": {
                            "line": {
                                "color": "rgba(47, 249, 114, 0.33757170534156467)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "a7ae3562-6c9a-4d8e-af61-50625ee24a32",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:8e95c8",
                        "ysrc": "eonr:11:5e1375",
                        "zsrc": "eonr:11:72d989",
                        "marker": {
                            "line": {
                                "color": "rgba(55, 111, 14, 0.27758602079983224)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "02a801b0-4612-456d-b85a-9d4a002f3c29",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:4000e5",
                        "ysrc": "eonr:11:d7dc3b",
                        "zsrc": "eonr:11:61146a",
                        "marker": {
                            "line": {
                                "color": "rgba(144, 215, 92, 0.5896830471876842)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "d0507519-fd38-41df-92f1-2a40ad5da535",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:600a57",
                        "ysrc": "eonr:11:7afd3a",
                        "zsrc": "eonr:11:09a7c0",
                        "marker": {
                            "line": {
                                "color": "rgba(15, 99, 205, 0.6108498430709346)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "383492e7-68d0-4b9f-ba54-6f633d7a9e3b",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:fa557c",
                        "ysrc": "eonr:11:0d4eb0",
                        "zsrc": "eonr:11:03fe71",
                        "marker": {
                            "line": {
                                "color": "rgba(109, 120, 88, 0.5157210514047723)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "0e785b32-9574-4d56-9e91-44ceb6710281",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:19fcba",
                        "ysrc": "eonr:11:42ca96",
                        "zsrc": "eonr:11:ccaee0",
                        "marker": {
                            "line": {
                                "color": "rgba(70, 50, 248, 0.3362486409796178)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "e29ec035-e969-4e4c-81ff-299e4600097d",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:fb6803",
                        "ysrc": "eonr:11:fd98a5",
                        "zsrc": "eonr:11:6f5254",
                        "marker": {
                            "line": {
                                "color": "rgba(38, 196, 229, 0.8886932239188525)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "f76f08de-3af7-4fe6-85f3-fed484cb01bc",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:108c73",
                        "ysrc": "eonr:11:54530c",
                        "zsrc": "eonr:11:71c09a",
                        "marker": {
                            "line": {
                                "color": "rgba(247, 181, 228, 0.21064277634601042)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "09b3fce5-4ef8-40e6-b41a-629d0cdd3233",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:5572f9",
                        "ysrc": "eonr:11:708867",
                        "zsrc": "eonr:11:a66e3d",
                        "marker": {
                            "line": {
                                "color": "rgba(62, 78, 90, 0.34125293116346944)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "31ef71a4-e9a8-4a09-9acd-ccbecf23c2c8",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:f2affe",
                        "ysrc": "eonr:11:4e9b3e",
                        "zsrc": "eonr:11:8bf710",
                        "marker": {
                            "line": {
                                "color": "rgba(25, 139, 226, 0.7047303813262751)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "20da435a-27aa-4631-bde9-a4c26901ec6d",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:ac1361",
                        "ysrc": "eonr:11:d2e58d",
                        "zsrc": "eonr:11:668133",
                        "marker": {
                            "line": {
                                "color": "rgba(19, 174, 151, 0.9733184434434203)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "2d2c49f7-0966-40e1-8762-1e7fd32f8102",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:0adb07",
                        "ysrc": "eonr:11:789cde",
                        "zsrc": "eonr:11:489020",
                        "marker": {
                            "line": {
                                "color": "rgba(49, 9, 83, 0.8160005442271561)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "33ee84f4-7025-459f-8c70-2c0f0174d235",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:5f4905",
                        "ysrc": "eonr:11:37c1ce",
                        "zsrc": "eonr:11:d56a35",
                        "marker": {
                            "line": {
                                "color": "rgba(178, 85, 33, 0.7421000433513525)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "37d4f1ec-5973-45d9-a69f-3f03a809e2c7",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:d9efd2",
                        "ysrc": "eonr:11:267247",
                        "zsrc": "eonr:11:43f0f2",
                        "marker": {
                            "line": {
                                "color": "rgba(157, 113, 249, 0.9814258474187763)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "6a59f220-7aa4-427e-9c2f-9f6734ffb621",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:d04137",
                        "ysrc": "eonr:11:8c0e72",
                        "zsrc": "eonr:11:bcb9e6",
                        "marker": {
                            "line": {
                                "color": "rgba(3, 24, 75, 0.3825052572226915)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "14841430-c291-4dba-90d7-3584d44ef4c8",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:cc4b1c",
                        "ysrc": "eonr:11:26e90c",
                        "zsrc": "eonr:11:9cb585",
                        "marker": {
                            "line": {
                                "color": "rgba(208, 18, 51, 0.7889413512461709)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "3d18ae3a-e391-492c-8c4c-f3e899d8c233",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:ee9256",
                        "ysrc": "eonr:11:ddd42a",
                        "zsrc": "eonr:11:3f702c",
                        "marker": {
                            "line": {
                                "color": "rgba(143, 41, 202, 0.2223147499640281)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "90d7ec12-ddd1-4545-8efa-6306b2a38896",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:b546d2",
                        "ysrc": "eonr:11:da4a60",
                        "zsrc": "eonr:11:d23d60",
                        "marker": {
                            "line": {
                                "color": "rgba(34, 59, 172, 0.2389757669617282)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "c0d46343-db32-45ed-9a27-8b7b4d96030b",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:026c50",
                        "ysrc": "eonr:11:506f5d",
                        "zsrc": "eonr:11:0acec5",
                        "marker": {
                            "line": {
                                "color": "rgba(148, 51, 52, 0.4054034767843561)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "64a850cd-6962-464d-892b-e90617056846",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:b2af61",
                        "ysrc": "eonr:11:542fe3",
                        "zsrc": "eonr:11:e40368",
                        "marker": {
                            "line": {
                                "color": "rgba(237, 77, 115, 0.5538658777227619)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "c6190862-aa21-4047-a1ce-62370783f355",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:ab7ff6",
                        "ysrc": "eonr:11:cf4ce7",
                        "zsrc": "eonr:11:d56a35",
                        "marker": {
                            "line": {
                                "color": "rgba(187, 28, 221, 0.8931957385356579)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "5f82f7ca-3656-4c19-8fe0-80fc636c63b2",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:35f536",
                        "ysrc": "eonr:11:d65f49",
                        "zsrc": "eonr:11:7e9f26",
                        "marker": {
                            "line": {
                                "color": "rgba(154, 26, 146, 0.5687998501206595)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "10816f2c-2f0a-4954-a44f-f734e644dbbb",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:95bd2c",
                        "ysrc": "eonr:11:4994c3",
                        "zsrc": "eonr:11:3b4ef0",
                        "marker": {
                            "line": {
                                "color": "rgba(197, 133, 220, 0.384248100610832)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "9386287c-f08c-4fa1-a874-295aec392622",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:6239aa",
                        "ysrc": "eonr:11:a04523",
                        "zsrc": "eonr:11:614417",
                        "marker": {
                            "line": {
                                "color": "rgba(196, 239, 234, 0.2502510990894502)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "4eee103e-4cfd-46ee-a590-9ab7e8e3d80b",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:928dc8",
                        "ysrc": "eonr:11:228b34",
                        "zsrc": "eonr:11:9d74cf",
                        "marker": {
                            "line": {
                                "color": "rgba(114, 16, 128, 0.2768724762422977)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "297c29fd-baf5-421b-afaf-60d3039e574a",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:5ad02b",
                        "ysrc": "eonr:11:802f82",
                        "zsrc": "eonr:11:d91197",
                        "marker": {
                            "line": {
                                "color": "rgba(144, 29, 14, 0.9860854837071007)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "0270c153-bf2d-4dbb-8795-28c63100b825",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:53ebf9",
                        "ysrc": "eonr:11:26e5f1",
                        "zsrc": "eonr:11:9d2e57",
                        "marker": {
                            "line": {
                                "color": "rgba(22, 173, 140, 0.5873177828699652)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "a6d4e4fc-a48a-42a9-a3f3-f7642102c434",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:b092cd",
                        "ysrc": "eonr:11:6d76e3",
                        "zsrc": "eonr:11:b5ec87",
                        "marker": {
                            "line": {
                                "color": "rgba(71, 135, 147, 0.7537289406959975)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "05e7cbf3-f21a-491a-b73f-8683c9a6fe1c",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:3ee765",
                        "ysrc": "eonr:11:29f37e",
                        "zsrc": "eonr:11:d68285",
                        "marker": {
                            "line": {
                                "color": "rgba(37, 64, 213, 0.4567352149081425)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "0b70c0f2-3a85-4637-8088-e1747ae7a6fb",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:bd3607",
                        "ysrc": "eonr:11:73cfb0",
                        "zsrc": "eonr:11:c1aa15",
                        "marker": {
                            "line": {
                                "color": "rgba(102, 226, 153, 0.5170179917399311)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "6d942f63-6aa0-457e-90de-63a8fc8ef559",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:bfc20c",
                        "ysrc": "eonr:11:8fa95f",
                        "zsrc": "eonr:11:a2abf1",
                        "marker": {
                            "line": {
                                "color": "rgba(99, 235, 200, 0.9382293523145149)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "0e9d6e47-cfdb-4210-b231-d00c0de76c10",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:0909c4",
                        "ysrc": "eonr:11:d6acbd",
                        "zsrc": "eonr:11:8f5539",
                        "marker": {
                            "line": {
                                "color": "rgba(223, 8, 124, 0.3318122236572526)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "26a13349-b4d0-43aa-aad3-1fe8c59e472c",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:7e2549",
                        "ysrc": "eonr:11:961be0",
                        "zsrc": "eonr:11:523031",
                        "marker": {
                            "line": {
                                "color": "rgba(16, 88, 91, 0.9086787988230851)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "cfa4b230-10e3-42f7-b027-1f52f281b3aa",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:4a79e4",
                        "ysrc": "eonr:11:bd65d1",
                        "zsrc": "eonr:11:c56693",
                        "marker": {
                            "line": {
                                "color": "rgba(131, 8, 187, 0.8371804811552679)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "8f42a44d-d46d-42d7-984d-dfd6299e187a",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:c0142f",
                        "ysrc": "eonr:11:6c1f33",
                        "zsrc": "eonr:11:432e69",
                        "marker": {
                            "line": {
                                "color": "rgba(87, 58, 185, 0.8913881698040067)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "20743dab-1b31-4275-a8ba-69c61d82558d",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:cf042c",
                        "ysrc": "eonr:11:ab2d15",
                        "zsrc": "eonr:11:eb51f1",
                        "marker": {
                            "line": {
                                "color": "rgba(63, 142, 133, 0.7593476075623637)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "1c15261e-9f90-4abd-9387-591f69be28ef",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:fc3786",
                        "ysrc": "eonr:11:40beb9",
                        "zsrc": "eonr:11:48312f",
                        "marker": {
                            "line": {
                                "color": "rgba(92, 33, 3, 0.6782561076134159)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "695cc195-2ba9-4635-a242-3ab50ca434f2",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:379d72",
                        "ysrc": "eonr:11:1b7f70",
                        "zsrc": "eonr:11:500582",
                        "marker": {
                            "line": {
                                "color": "rgba(25, 236, 128, 0.6056502442803315)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "fabe28cd-8a10-4898-af25-fb163764a6a0",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:00e80b",
                        "ysrc": "eonr:11:9dd906",
                        "zsrc": "eonr:11:b1aa64",
                        "marker": {
                            "line": {
                                "color": "rgba(146, 116, 5, 0.4388485436001454)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "268d24ff-4c27-45ac-9c97-65bda13e5c2f",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:fef084",
                        "ysrc": "eonr:11:51b67a",
                        "zsrc": "eonr:11:2477fb",
                        "marker": {
                            "line": {
                                "color": "rgba(186, 253, 155, 0.4065928775426677)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "dcd14997-168d-4ccc-9f92-1ae23e13f8aa",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:4bd894",
                        "ysrc": "eonr:11:0624b9",
                        "zsrc": "eonr:11:eb625e",
                        "marker": {
                            "line": {
                                "color": "rgba(54, 183, 83, 0.2792866815136214)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "07dbd650-ae67-4766-a543-445a6f936942",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:f80d01",
                        "ysrc": "eonr:11:cab8ec",
                        "zsrc": "eonr:11:9d8c37",
                        "marker": {
                            "line": {
                                "color": "rgba(231, 12, 28, 0.46931182093132684)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "00323480-06ff-4809-b56c-a5e7875344ea",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:58da72",
                        "ysrc": "eonr:11:10a7f9",
                        "zsrc": "eonr:11:fbd8c6",
                        "marker": {
                            "line": {
                                "color": "rgba(191, 129, 206, 0.3937741574377649)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "08d564d0-f382-44b2-b738-10a87914c221",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:b461e6",
                        "ysrc": "eonr:11:c5765a",
                        "zsrc": "eonr:11:b1e3ea",
                        "marker": {
                            "line": {
                                "color": "rgba(59, 230, 123, 0.9706576775967466)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "d5059d88-7a5f-4ad3-bce1-55a0b239d891",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:c2b0db",
                        "ysrc": "eonr:11:fe8c5d",
                        "zsrc": "eonr:11:10a96a",
                        "marker": {
                            "line": {
                                "color": "rgba(242, 162, 196, 0.8956737986329775)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "d0631c31-2be3-46bb-a9f0-04626bc0d290",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:536620",
                        "ysrc": "eonr:11:1fb10d",
                        "zsrc": "eonr:11:d9df8e",
                        "marker": {
                            "line": {
                                "color": "rgba(224, 44, 187, 0.40689223462557345)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "3df8c861-d504-402a-a8f2-151598e4b523",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:f5adee",
                        "ysrc": "eonr:11:3219b6",
                        "zsrc": "eonr:11:b56c21",
                        "marker": {
                            "line": {
                                "color": "rgba(23, 100, 146, 0.650767874216021)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "1ae98b0d-f4bc-4ea8-a8a3-6d6ec0d0a222",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:535467",
                        "ysrc": "eonr:11:3f6c06",
                        "zsrc": "eonr:11:589137",
                        "marker": {
                            "line": {
                                "color": "rgba(70, 212, 187, 0.9512964753623971)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "fbe8823a-31c3-4286-83dc-be6dd8dc498e",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:e29f13",
                        "ysrc": "eonr:11:80c1b4",
                        "zsrc": "eonr:11:41adc4",
                        "marker": {
                            "line": {
                                "color": "rgba(165, 24, 213, 0.738471422704909)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "d8a3fd29-9c99-4e37-9ea0-43e8e3b26f70",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:85b82b",
                        "ysrc": "eonr:11:ad3896",
                        "zsrc": "eonr:11:bc13e4",
                        "marker": {
                            "line": {
                                "color": "rgba(201, 102, 6, 0.7092807484836416)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "f23cf120-a94d-443c-8cb1-59b46c789576",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:2c89d2",
                        "ysrc": "eonr:11:0f0a0a",
                        "zsrc": "eonr:11:190ed9",
                        "marker": {
                            "line": {
                                "color": "rgba(37, 33, 203, 0.5092062523672005)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "495219f2-3072-4e46-a481-ee649a1e40ba",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:ba1858",
                        "ysrc": "eonr:11:2f5b6c",
                        "zsrc": "eonr:11:944874",
                        "marker": {
                            "line": {
                                "color": "rgba(172, 178, 64, 0.9096374242403176)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "cbf51ded-6859-4df4-a124-7c1b065be015",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:deaf77",
                        "ysrc": "eonr:11:a998ca",
                        "zsrc": "eonr:11:9e9ef4",
                        "marker": {
                            "line": {
                                "color": "rgba(57, 89, 99, 0.9056943282115097)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "4d17ca0e-dd1e-423a-bfe6-c050291ce395",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:4dc7a6",
                        "ysrc": "eonr:11:dc3f03",
                        "zsrc": "eonr:11:e9007c",
                        "marker": {
                            "line": {
                                "color": "rgba(93, 134, 34, 0.7579314243846214)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "c3616cf2-29d9-4716-b865-7e706b654788",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:5e0e46",
                        "ysrc": "eonr:11:a6b823",
                        "zsrc": "eonr:11:fb3393",
                        "marker": {
                            "line": {
                                "color": "rgba(183, 145, 73, 0.30695363852519764)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "76799575-9335-4436-a321-7220e3c31f1b",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:b092be",
                        "ysrc": "eonr:11:4253e7",
                        "zsrc": "eonr:11:e51199",
                        "marker": {
                            "line": {
                                "color": "rgba(16, 50, 229, 0.7927796156782725)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "e8343786-4a52-45d2-ab2d-560e2eec6c8e",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:f8c0f5",
                        "ysrc": "eonr:11:c61d33",
                        "zsrc": "eonr:11:517349",
                        "marker": {
                            "line": {
                                "color": "rgba(45, 81, 146, 0.2841639382160824)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "614c457b-ccb3-4b1a-8dab-6134a76f6a12",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:196d14",
                        "ysrc": "eonr:11:f62fef",
                        "zsrc": "eonr:11:fdfc71",
                        "marker": {
                            "line": {
                                "color": "rgba(28, 0, 76, 0.3409676122982993)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "6bbad2e0-5260-4015-ba3b-40bc4acd0cf5",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:5c844c",
                        "ysrc": "eonr:11:6032de",
                        "zsrc": "eonr:11:875031",
                        "marker": {
                            "line": {
                                "color": "rgba(77, 118, 146, 0.9937787019550659)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "39eaaae7-51ae-4df2-b79c-347b07fee614",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:afa1de",
                        "ysrc": "eonr:11:b745f4",
                        "zsrc": "eonr:11:25aa03",
                        "marker": {
                            "line": {
                                "color": "rgba(72, 193, 153, 0.4921444925628765)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "33a7ddec-ea94-4a90-888f-7c1218275d95",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:493e32",
                        "ysrc": "eonr:11:0136eb",
                        "zsrc": "eonr:11:4c4f17",
                        "marker": {
                            "line": {
                                "color": "rgba(246, 242, 137, 0.45925615267094266)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "9fa8690c-6543-4648-939a-8fe40b43d809",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:5ad897",
                        "ysrc": "eonr:11:3d88f1",
                        "zsrc": "eonr:11:f6fdf4",
                        "marker": {
                            "line": {
                                "color": "rgba(46, 142, 174, 0.8808114356561485)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "2af44109-ef8b-4434-9d84-497abdd5eeac",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:d10942",
                        "ysrc": "eonr:11:516eda",
                        "zsrc": "eonr:11:73eeb3",
                        "marker": {
                            "line": {
                                "color": "rgba(123, 241, 101, 0.7445808303891)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "b028e1ab-a980-462d-9b0b-bad6a15355fd",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:46b8fc",
                        "ysrc": "eonr:11:a96a08",
                        "zsrc": "eonr:11:831ea0",
                        "marker": {
                            "line": {
                                "color": "rgba(181, 197, 139, 0.7814733077426477)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "bbe826a0-e3ad-46a2-a00d-62d3d526c47b",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:16fb01",
                        "ysrc": "eonr:11:328f7f",
                        "zsrc": "eonr:11:f98ea8",
                        "marker": {
                            "line": {
                                "color": "rgba(9, 176, 144, 0.6950288196203385)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "ac44c253-3090-40f3-921b-822fb0b9626e",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:11:870afd",
                        "ysrc": "eonr:11:3324bf",
                        "zsrc": "eonr:11:218862",
                        "marker": {
                            "line": {
                                "color": "rgba(216, 37, 239, 0.9172922653609688)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    }
                ],
                "layout": {
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~eonr",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:45:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "eonr",
                "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-18T05:52:07.593815Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~annaskobeleva/2.embed",
            "fid": "annaskobeleva:2",
            "filename": "test_nw",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/annaskobeleva/2/9_SLKUWXCI5LWB1F2KMH75RI0IH63ZV0.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/annaskobeleva/2/2_T5NCL1IALRXZGENQ6121CFQAEXWDA1.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/annaskobeleva/2/8_YLHDJEJ4X2LGCJYW8KBGELAXZ52SKN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/annaskobeleva/2/9_SLKUWXCI5LWB1F2KMH75RI0IH63ZV0.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/annaskobeleva:2",
                "plots": "https://api.plotly.com/v2/plots/annaskobeleva:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=annaskobeleva"
            },
            "owner": "annaskobeleva",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~annaskobeleva/2/",
            "world_readable": true,
            "date_modified": "2019-06-19T01:00:54.689Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~annaskobeleva/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "25ee7ac5-4e1d-4c76-a519-cd88a86ed345",
                        "line": {
                            "color": "#888",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "annaskobeleva:3:55d05b",
                        "ysrc": "annaskobeleva:3:8c7603"
                    },
                    {
                        "uid": "739f3e6b-320c-4f6f-a0b0-ad1277cbac28",
                        "line": {
                            "width": 2
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "annaskobeleva:3:c54588",
                        "ysrc": "annaskobeleva:3:2bcfe2"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~annaskobeleva",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 05:08:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "annaskobeleva",
                "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-18T05:49:54.552732Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~babit13/13.embed",
            "fid": "babit13:13",
            "filename": "Plot 13",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/babit13/13/9_WCAG8LG72WG9DE5N1F0D6YJCSGHF7G.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/babit13/13/2_4P6FI63QFZYL1GC5SCURZJZFUCHUKU.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/babit13/13/8_35QLI5FY7P3MHT9QRA4X3XDQSLKJ8W.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/babit13/13/9_WCAG8LG72WG9DE5N1F0D6YJCSGHF7G.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/babit13:13",
                "plots": "https://api.plotly.com/v2/plots/babit13:13",
                "parent": "https://api.plotly.com/v2/folders/home?user=babit13"
            },
            "owner": "babit13",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 12,
            "web_url": "https://chart-studio.plotly.com/~babit13/13/",
            "world_readable": true,
            "date_modified": "2019-06-18T09:29:20.865Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~babit13/13/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "0",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "babit13:12:7754c0",
                        "ysrc": "babit13:12:8fdf2e",
                        "visible": "legendonly"
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Forecast",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "babit13:12:7754c0",
                        "ysrc": "babit13:12:4f33ec",
                        "visible": true
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "1982-09-30",
                            "1994-03-01"
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            14357.676689959892,
                            18017.055247728167
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "autosize": true,
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~babit13",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 05:17:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "babit13",
                "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-18T05:48:36.611239Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~babit13/11.embed",
            "fid": "babit13:11",
            "filename": "Plot 11",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/babit13/11/9_DRU5GVFP8LRBLK1IXEMNU2T380IV45.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/babit13/11/2_UO6VSE7D6UXWR6UG8P9SO7PY674VU6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/babit13/11/8_XHQ0HX5S3GZNV18ADFRZE7VI685F6Y.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/babit13/11/9_DRU5GVFP8LRBLK1IXEMNU2T380IV45.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/babit13:11",
                "plots": "https://api.plotly.com/v2/plots/babit13:11",
                "parent": "https://api.plotly.com/v2/folders/home?user=babit13"
            },
            "owner": "babit13",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 14,
            "web_url": "https://chart-studio.plotly.com/~babit13/11/",
            "world_readable": true,
            "date_modified": "2019-06-18T05:48:36.629Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~babit13/11/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1992",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "babit13:10:1c0eb5",
                        "ysrc": "babit13:10:2ee8e6"
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1993",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "babit13:10:1c0eb5",
                        "ysrc": "babit13:10:59500a"
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(50, 171, 96, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "1994",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "babit13:10:1c0eb5",
                        "ysrc": "babit13:10:3f2fce"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            0,
                            11
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            14357.676689959892,
                            18017.055247728167
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "autosize": true,
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~babit13",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 05:17:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "babit13",
                "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-18T05:48:11.536716Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~um22/17.embed",
            "fid": "um22:17",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/um22/17/9_HYZW9BCJ6TSWQ45BAUQ09JTTTQGI8O.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/um22/17/2_XQPFJU54JUP3DDG8M19SDTD1G360H1.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/um22/17/8_Z5C92QKSHGT7ZWFGB3C69QQFRM1BL3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/um22/17/9_HYZW9BCJ6TSWQ45BAUQ09JTTTQGI8O.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/um22:17",
                "plots": "https://api.plotly.com/v2/plots/um22:17",
                "parent": "https://api.plotly.com/v2/folders/home?user=um22"
            },
            "owner": "um22",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Icecube",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~um22/17/icecube/",
            "world_readable": true,
            "date_modified": "2019-06-18T05:48:12.081Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~um22/17/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "bfe3f06a-7154-43a1-ad06-b79d2e19cae5",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "um22:18:712f94",
                        "ysrc": "um22:18:ed9989",
                        "zsrc": "um22:18:45284e",
                        "marker": {
                            "size": 3
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Icecube"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~um22",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/89.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": "2018-10-07 13:54:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "um22",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}