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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzE5JTNBMjQlM0EwNS41MDA1NzklMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsxOSUzQTMwJTNBMzYuMzc5ODcxJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-20T19:30:36.379871Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~wisnia96/0.embed",
            "fid": "wisnia96:0",
            "filename": "date-axes",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/wisnia96:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/wisnia96:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wisnia96/0/8_YT5QRET79VXVY4I34KVRQIBOWHKQST.png",
                "list-thumb": "https://api.plotly.com/v2/files/wisnia96:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/wisnia96:0",
                "plots": "https://api.plotly.com/v2/plots/wisnia96:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=wisnia96"
            },
            "owner": "wisnia96",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Synthetic Data for Student M00609178",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~wisnia96/0/synthetic-data-for-student-m00609178/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:44:09.872Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~wisnia96/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "line",
                        "name": "M00609178",
                        "type": "scatter",
                        "xsrc": "wisnia96:1:68ba48",
                        "ysrc": "wisnia96:1:01bdb2",
                        "marker": {
                            "size": 12,
                            "color": "rgb(219, 64, 82)"
                        }
                    }
                ],
                "layout": {
                    "font": {
                        "size": 25
                    },
                    "title": "Synthetic Data for Student M00609178",
                    "xaxis": {
                        "title": "Time (hours)"
                    },
                    "yaxis": {
                        "title": "Value"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~wisnia96",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.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-03-20 19:16:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "wisnia96",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:30:08.673295Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ckkt91/26.embed",
            "fid": "ckkt91:26",
            "filename": "Charmander_Region2_50ms_0hotspots",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ckkt91/26/9_KV8C3VRADTCNTI13PYBO5EQVN82SP6.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ckkt91:26/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/ckkt91:26/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ckkt91/26/9_KV8C3VRADTCNTI13PYBO5EQVN82SP6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ckkt91:26",
                "plots": "https://api.plotly.com/v2/plots/ckkt91:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=ckkt91"
            },
            "owner": "ckkt91",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ckkt91/26/",
            "world_readable": true,
            "date_modified": "2019-03-21T16:34:26.706Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ckkt91/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "mode": "lines",
                        "name": "Averaged Damage Variable",
                        "type": "scatter",
                        "xsrc": "ckkt91:25:a4257e",
                        "ysrc": "ckkt91:25:c5d5d0",
                        "showlegend": true
                    },
                    {
                        "mode": "lines",
                        "name": "Relative Change in Resistivity",
                        "type": "scatter",
                        "xsrc": "ckkt91:25:a4257e",
                        "ysrc": "ckkt91:25:059f5b",
                        "yaxis": "y2",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(87, 165, 30)"
                        },
                        "mode": "lines",
                        "name": "Averaged Strain",
                        "type": "scatter",
                        "xsrc": "ckkt91:25:a4257e",
                        "ysrc": "ckkt91:25:a8814b",
                        "yaxis": "y3",
                        "visible": true,
                        "showlegend": true,
                        "connectgaps": false,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.275,
                        "font": {
                            "size": 20,
                            "color": "rgb(0, 0, 0)"
                        },
                        "text": "$\\text{Region 2 | 50 m/s Impact Loading Scenario | 0% Hotspots}$"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            1.45153e-08,
                            1.45153e-05
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 20,
                                "family": "Balto"
                            },
                            "text": "$\\text{Time [s]}$"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": false,
                        "tickfont": {
                            "size": 20
                        },
                        "tickmode": "auto",
                        "autorange": true,
                        "rangeslider": {
                            "range": [
                                -0.9999854847,
                                5.0000145153
                            ],
                            "yaxis": {},
                            "yaxis2": {},
                            "visible": false,
                            "autorange": true,
                            "thickness": 0
                        }
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.013192277777777778,
                            0.2506532777777778
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 20,
                                "family": "Balto"
                            },
                            "text": "$\\text{Damage Variable}$"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 20
                        },
                        "zeroline": false,
                        "autorange": true
                    },
                    "legend": {
                        "x": 1.04,
                        "y": 1.05,
                        "font": {
                            "size": 24,
                            "family": "Balto"
                        },
                        "valign": "middle",
                        "xanchor": "left",
                        "yanchor": "auto",
                        "orientation": "h"
                    },
                    "shapes": [
                        {
                            "x0": 4.79e-06,
                            "x1": 4.79e-06,
                            "y0": 0,
                            "y1": 0.25,
                            "line": {
                                "dash": "dashdot",
                                "color": "rgb(130, 130, 130)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.5,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 9.58e-06,
                            "x1": 9.58e-06,
                            "y0": 0,
                            "y1": 0.25,
                            "line": {
                                "dash": "dashdot",
                                "color": "rgb(130, 130, 130)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.5,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "yaxis2": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            -0.12052382488888888,
                            1.931562772888889
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 25,
                                "family": "Balto"
                            },
                            "text": "$\\Delta \\rho / \\rho_0$"
                        },
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "zeroline": false,
                        "autorange": true,
                        "overlaying": "y"
                    },
                    "yaxis3": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            -0.01679388888888889,
                            0.0008838888888888693
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 25,
                                "family": "Balto"
                            },
                            "text": "$\\epsilon_{yy}$"
                        },
                        "anchor": "free",
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "zeroline": false,
                        "autorange": true,
                        "overlaying": "y"
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 4.79e-06,
                            "y": 0,
                            "font": {
                                "size": 17,
                                "family": "Balto"
                            },
                            "text": "$t  =  4.79 \\, \\mu s$",
                            "xanchor": "auto",
                            "yanchor": "top",
                            "showarrow": false
                        },
                        {
                            "x": 9.58e-06,
                            "y": 0,
                            "font": {
                                "size": 17,
                                "family": "Balto"
                            },
                            "text": "$t = 9.58 \\, \\mu s$",
                            "yanchor": "top",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ckkt91",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-19 19:34:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ckkt91",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:28:58.239038Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nurfedin/167.embed",
            "fid": "nurfedin:167",
            "filename": "stacked-bar",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/nurfedin:167/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/nurfedin:167/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/nurfedin:167/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/nurfedin:167/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nurfedin:167",
                "plots": "https://api.plotly.com/v2/plots/nurfedin:167",
                "parent": "https://api.plotly.com/v2/folders/home?user=nurfedin"
            },
            "owner": "nurfedin",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Stat Game Accurate",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~nurfedin/167/stat-game-accurate/",
            "world_readable": true,
            "date_modified": "2019-03-20T20:23:27.737Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nurfedin/167/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "2fdc6948-7ba7-41b5-84e8-5eeef150b83c",
                        "name": "Good",
                        "type": "bar",
                        "xsrc": "nurfedin:168:325bf3",
                        "ysrc": "nurfedin:168:f022c3",
                        "marker": {
                            "color": "rgb(211, 172, 71)"
                        }
                    },
                    {
                        "uid": "3a7b8abc-b298-4ed6-bd63-26593b1eb09b",
                        "name": "Wrong",
                        "type": "bar",
                        "xsrc": "nurfedin:168:325bf3",
                        "ysrc": "nurfedin:168:2f11d9",
                        "marker": {
                            "color": "rgb(77, 130, 155)"
                        }
                    },
                    {
                        "uid": "2aab0c79-c64e-4a85-a14d-e2f7dba04f5c",
                        "name": "Ratio",
                        "type": "scatter",
                        "xsrc": "nurfedin:168:325bf3",
                        "ysrc": "nurfedin:168:400acb",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(143, 40, 13)"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Stat Game Accurate"
                    },
                    "yaxis2": {
                        "side": "right",
                        "title": {
                            "text": "Ration %"
                        },
                        "overlaying": "y"
                    },
                    "barmode": "stack"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nurfedin",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "N/A",
                "nickname": "Ten24",
                "website": "www.zenudstudio.com",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-10-24 20:59:21",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nurfedin",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:27:00.325985Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ckkt91/24.embed",
            "fid": "ckkt91:24",
            "filename": "Charmander_Region1_50ms_02hotspots",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ckkt91/24/9_CFAWLN22DOU8LVZ5TEI7EKWUHLZBK6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ckkt91/24/2_4Q5IELFB28R8DVO6UATHIGL1IXS24H.png",
                "block-thumb": "https://api.plotly.com/v2/files/ckkt91:24/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ckkt91/24/9_CFAWLN22DOU8LVZ5TEI7EKWUHLZBK6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ckkt91:24",
                "plots": "https://api.plotly.com/v2/plots/ckkt91:24",
                "parent": "https://api.plotly.com/v2/folders/home?user=ckkt91"
            },
            "owner": "ckkt91",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~ckkt91/24/",
            "world_readable": true,
            "date_modified": "2019-03-21T16:36:28.621Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ckkt91/24/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "mode": "lines",
                        "name": "Averaged Damage Variable",
                        "type": "scatter",
                        "xsrc": "ckkt91:23:56e61c",
                        "ysrc": "ckkt91:23:18b56c",
                        "showlegend": true
                    },
                    {
                        "mode": "lines",
                        "name": "Relative Change in Resistivity",
                        "type": "scatter",
                        "xsrc": "ckkt91:23:56e61c",
                        "ysrc": "ckkt91:23:fc019e",
                        "yaxis": "y2",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(87, 165, 30)"
                        },
                        "mode": "lines",
                        "name": "Averaged Strain",
                        "type": "scatter",
                        "xsrc": "ckkt91:23:56e61c",
                        "ysrc": "ckkt91:23:34c4d2",
                        "yaxis": "y3",
                        "visible": true,
                        "showlegend": true,
                        "connectgaps": false,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.275,
                        "font": {
                            "size": 20,
                            "color": "rgb(0, 0, 0)"
                        },
                        "text": "$\\text{Region 1 | 50 m/s Impact Loading Scenario | 0.2% Hotspots}$"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            1.45153e-08,
                            1.45153e-05
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 20,
                                "family": "Balto"
                            },
                            "text": "$\\text{Time [s]}$"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": false,
                        "tickfont": {
                            "size": 20
                        },
                        "tickmode": "auto",
                        "autorange": true,
                        "rangeslider": {
                            "range": [
                                -0.9999854847,
                                5.0000145153
                            ],
                            "yaxis": {},
                            "yaxis2": {},
                            "visible": false,
                            "autorange": true,
                            "thickness": 0
                        }
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.013189689891260573,
                            0.2506041079339509
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 20,
                                "family": "Balto"
                            },
                            "text": "$\\text{Damage Variable}$"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 20
                        },
                        "zeroline": false,
                        "autorange": true
                    },
                    "legend": {
                        "x": 1.04,
                        "y": 1.05,
                        "font": {
                            "size": 24,
                            "family": "Balto"
                        },
                        "valign": "middle",
                        "xanchor": "left",
                        "yanchor": "auto",
                        "orientation": "h"
                    },
                    "shapes": [
                        {
                            "x0": 4.79e-06,
                            "x1": 4.79e-06,
                            "y0": 0,
                            "y1": 0.25,
                            "line": {
                                "dash": "dashdot",
                                "color": "rgb(130, 130, 130)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.5,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 9.58e-06,
                            "x1": 9.58e-06,
                            "y0": 0,
                            "y1": 0.25,
                            "line": {
                                "dash": "dashdot",
                                "color": "rgb(130, 130, 130)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.5,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "yaxis2": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            -0.07771849588888888,
                            1.1555439818888888
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 25,
                                "family": "Balto"
                            },
                            "text": "$\\Delta \\rho / \\rho_0$"
                        },
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "zeroline": false,
                        "autorange": true,
                        "overlaying": "y"
                    },
                    "yaxis3": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            -0.02329611022222222,
                            0.0012260942222222222
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 25,
                                "family": "Balto"
                            },
                            "text": "$\\epsilon_{yy}$"
                        },
                        "anchor": "free",
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "zeroline": false,
                        "autorange": true,
                        "overlaying": "y"
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 4.79e-06,
                            "y": 0,
                            "font": {
                                "size": 17,
                                "family": "Balto"
                            },
                            "text": "$t  =  4.79 \\, \\mu s$",
                            "yanchor": "top",
                            "showarrow": false
                        },
                        {
                            "x": 9.58e-06,
                            "y": 0,
                            "font": {
                                "size": 17,
                                "family": "Balto"
                            },
                            "text": "$t = 9.58 \\, \\mu s$",
                            "yanchor": "top",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ckkt91",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-19 19:34:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ckkt91",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:26:47.809057Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ewatulo/41.embed",
            "fid": "ewatulo:41",
            "filename": "Logon Count",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ewatulo:41/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ewatulo:41/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ewatulo/41/8_VDHWN8Z8JHDQOAU635EWPBLIR707F4.png",
                "list-thumb": "https://api.plotly.com/v2/files/ewatulo:41/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ewatulo:41",
                "plots": "https://api.plotly.com/v2/plots/ewatulo:41",
                "parent": "https://api.plotly.com/v2/folders/home?user=ewatulo"
            },
            "owner": "ewatulo",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Number of logging events generated by victim_ot_user",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~ewatulo/41/number-of-logging-events-generated-by-victim-ot-user/",
            "world_readable": true,
            "date_modified": "2019-04-03T20:46:57.414Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ewatulo/41/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9e71f940-5651-11e9-9b03-14abc52936cc",
                        "line": {
                            "color": "#0033cc"
                        },
                        "name": "Number of logon type 3 events",
                        "type": "scatter",
                        "xsrc": "ewatulo:42:4ba91a",
                        "ysrc": "ewatulo:42:d1278b",
                        "opacity": 0.8
                    },
                    {
                        "uid": "9e71f941-5651-11e9-ae74-14abc52936cc",
                        "fill": "tozeroy",
                        "line": {
                            "color": "#cc33ff"
                        },
                        "name": "Forecast",
                        "type": "scatter",
                        "xsrc": "ewatulo:42:4ba91a",
                        "ysrc": "ewatulo:42:740f15",
                        "opacity": 0.8
                    }
                ],
                "layout": {
                    "title": "Number of logging events generated by victim_ot_user",
                    "xaxis": {
                        "type": "date",
                        "rangeslider": {
                            "visible": true
                        },
                        "rangeselector": {
                            "buttons": [
                                {
                                    "step": "day",
                                    "count": 1,
                                    "label": "1d",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "day",
                                    "count": 6,
                                    "label": "6d",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "all"
                                }
                            ]
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ewatulo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-01-06 14:27:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ewatulo",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:26:05.684197Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nvalluvan/2.embed",
            "fid": "nvalluvan:2",
            "filename": "Parametric_plot",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/nvalluvan:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/nvalluvan:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/nvalluvan:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/nvalluvan:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nvalluvan:2",
                "plots": "https://api.plotly.com/v2/plots/nvalluvan:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=nvalluvan"
            },
            "owner": "nvalluvan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Parametric Plot",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~nvalluvan/2/parametric-plot/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:26:08.733Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nvalluvan/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c284b98a-b09e-414b-a612-dc9073b138f4",
                        "type": "surface",
                        "xsrc": "nvalluvan:3:b554fc,3ee9ab,7d62e2,3f510c,3765c5,3ef033,46bd8f,09fcc2,508200,5bb320,f628bf,c1c0b2,360559,c954e8,3c349f,e8ed8e,0861cf,aab66e,61aa86,2909d3,baa9f8,e5d13a,587328,fcdba1,c12460,f30a0a,0f9b61,12b55e,4141ee,6b1a32,11de3f,e0633d,7841de,2f65f0,69efea,c4f063,a51a3a,310bc3,d9e778,f90107,7954a3,0523b9,8d2ba8,06f010,79b41e,9b5e97,f18840,e3294e,fda01e,586e5a,abe1bf,c460e9,6b8546,016afa,d90c1f,981754,da386e,ad22d6,f11066,76921b,e43549,cdfa81,cc6d2b,a471a9,dda051,33b866,ff0928,fe06b8,52b155,056a08,b4bbdf,6ea54b,59bdae,cc4c43,6920bc,110273,3b81a4,b5a634,ff9a45,dbd939,35d0b2,6e08f3,18b3d8,6ca862,1b1b3f,5bcb3f,d92505,7b5100,8dbbe4,5d73a3,61e8db,233418,7415a9,e9778e,f3befa,abfc0e,a52221,99e3fd,cf40ac,7302a7,2e6e71,863eaa,8dc201,d454fc,054315,01ed3e,b20d1b,bedfa4,e15099,bb82db,f5901e,5a7519,4fc416,e07e8b,8e6c2d,250afa,223af4,06d8d0,abb6e1,05d773,5f6cea,3d47c2,3b761f,41c842,3e5544,af7ffe,1c57c4,537654,daa1f5,891483,d39c32,497d31,d7094a,85668f,0316b7,83207b,1b1f4e,27b878,82c62a,9f9c67,05ae88,1f9204,adbddb,4af128,25be5a,6abe8b,b931ec,18ecaf,97a8fb,d4c814,63c476,457791,da6a73,f7a700,38fd02,1e53dc,7b8ba7,84b80a,cb766f,de4463,236668,0565f5,85ca59,aeb032,23d77a,c44330,ad421a,500659,20edc9,ffb28f,9e0906,26f976,894e64,600613,c072eb,12a19e,c1617c,7271a4,d894a2,a3bc82,1de1fc,44cb63,f589c9,340b74,ecbcc5,244c24,2c57bd,b9de6b,bef0af,fcfce7,707caf,4f1bf2,b00772,3d51f3,076d3b,a2b984,875c05,1740c3,093b21,bcf3de,f2e81f,da5f8a,d1b066,b30ff3,265eda,0949f7,8fc069,0090fc,8c04b6,8c4f9d,011ecb,0dc8fb,efb298,e94e7c,4fe7f2,7c6c61,359b1b,811d5b,8456d0,f55ec0,58cfec,06810d,b93d7d,e0342b,555f68,85fe10,fb9b78,a4bd59,15c629,b7df88,18362b,1b54d8,e0f49a,6a5b49,dfb7d3,56f657,586a28,853477,f6fdb9,8192ea",
                        "ysrc": "nvalluvan:3:a11d9b,ae068c,11f2d7,d0547f,9984b4,423d96,356e52,22ccb5,56e1c6,507cd7,3bd8a0,3cdab0,1fc6e9,c8995d,49c44b,6967a2,b30dbe,dab5e0,a2a8e9,7f3463,6e9816,8f7568,f62f36,70a5a2,e2b972,09552f,94ebf1,6ad5da,c5dabc,ab111a,101d64,9483d8,ba1ec3,e457c1,4b847d,2be074,c99653,828a27,15b151,c72a85,4b4d69,0c428a,1f735c,dd76e3,ccdd51,e4a88a,b526bd,e5eb0e,316339,1b30dc,60d5b6,f1c6ca,36021b,371cbc,51229a,114aac,b81659,f3f119,279ace,7cc1d7,da0e13,fd1a0e,ade3ed,9c2311,0e308a,50efd7,a7355c,a7010e,ec3ae6,b02d84,e3badb,79d7f5,e149b3,f583cd,34f0ee,fcef60,67ef7d,1809c5,a79d71,8fc898,7aeb8d,e053e2,e1ded2,103460,417169,d1bb53,a050bb,b0409e,9a399c,b33da3,949f5b,55b460,5c1013,9dfaef,44b7df,767a6f,24c416,5bb9ac,23f2d5,b0a9c0,3c1b51,3bcda1,71e168,dd23a1,16f219,b82062,ed9681,cda8fb,c8983b,c30ab0,74c0ab,768817,e8a0c3,e5727a,4146d3,659346,9d76f4,c6c307,1a928f,112ff3,1d4b01,b59936,966891,be2b9d,5284b2,ce0a52,313971,702013,6004ab,790230,ffbf2d,37a5bf,8b3406,467563,34e3c6,cdd0d9,cddde7,2c3045,3f9305,6fdf59,231a67,2b1d9b,2fd952,b0e2e1,a0adb0,e5146f,fb4ec1,863679,26fdcc,bf9fe7,8d6207,4e7431,6fc057,edb7b0,9ec098,00b14a,2e0729,df9973,d51691,66a266,cb6782,812359,312af2,681700,c8573d,f2e41a,3674de,940530,4a047b,61e49f,b7a9e2,67fa50,b5b54c,a3378d,874bc4,8ab9cb,91b350,430478,ba7894,00c929,5f002f,84c513,cb925b,05a791,b15d3b,a9b808,613c2e,1c5a04,48c0db,4dd565,76b8bc,1f71d2,ffecf4,958f14,ad92c4,7190b5,bc381f,282739,f060b0,a5890f,49e2ec,c12095,c6aaa6,5a53d2,9319b4,50e02c,265644,a6adf1,8b04b4,c08536,e8e796,82a4d2,42d0bb,277ea4,6ac968,4a7320,5afd57,ab6380,f49ef9,63d13c,9928c5,2343e1,2fc208,aab25a,080bc3,3afe21,0e7555,0f6a47,1924a7,308efb,97d465,40ed4e,3195ab,ecb6f9,611e0d,71e75a,ba7bf2,ae798e,0dfade,4035eb",
                        "zsrc": "nvalluvan:3:df98ce,620d04,0fffe5,e898fd,977d66,6fa617,03e30a,a644f6,1b736f,f73ff5,f00b33,5198d5,46b9fb,784c15,b873f1,bbc433,b3dd82,8c063e,84ddb2,efa1e2,668638,e54cb2,405df3,c84834,dfa44e,4e260a,8e9e09,4b850b,580a7e,d209e4,ad4199,d05698,80a5a4,5188aa,f4fc34,39b8b4,defd12,a50e3f,18f0bc,4e684e,f5100d,a17615,f63495,ca72cb,9d5fbd,03c87b,b008a2,9b6cc6,a63406,078c7d,f8dab8,c42451,003cd4,4ade09,f19c91,6e2d3a,e30081,8aa99e,d21aa0,75859e,51d8e8,0f9705,038c76,0ae1dc,bfffcd,39a5f7,e936f7,c27dc6,d305a0,5c6041,cddbf5,7d30ec,c138eb,85921d,80045c,15ba71,c876db,20cfff,c6eb3a,2db202,8619d4,eec628,5e439a,c45e06,836d77,c6f665,fd6be4,b01d04,57ca0f,48dd67,229f48,a44282,defc4f,247f25,b378ae,1f96b1,96bc26,04687c,c9e19b,472318,492575,2e8546,6d7fa2,4fa1c3,a14b63,c29b7d,ff4f6c,c6260c,8c9f21,642c6c,54f139,75e361,612149,6d4d86,44494b,653e17,f9aa7a,735dae,df1179,b3cc44,db3ca2,d22dc7,1fe847,a46559,50c481,aaf522,6b77eb,4e4733,3aae5e,7f6b50,6607ab,9e8646,bb0fa0,5e17d8,e46132,9fbeea,ccbacb,de4fbb,23829f,67ae5e,4b2636,497824,41d2b6,fbbdb1,94c3f9,72f80d,656950,2bdee5,339ed7,6da324,6432bf,798fb0,dae721,79ca23,05260e,121722,336528,4a5e3d,e58724,6e13f4,da218a,4e7ad5,2c8e2a,5a6c34,758039,9dcbd0,8e2067,062b28,50ecff,e57821,06dac2,b3a3b9,89f926,08b1c4,6ad526,86bf08,b0a3fb,8f9f1b,5e984e,b149cc,f9773c,6ca5f8,031eb9,b78de3,ab6414,c0ba1f,07ce36,a08a4d,f65d31,5ed5b5,a42e00,923f29,1e167e,36fe35,e7a4b9,bf8863,fa83a1,8120fe,d38878,360925,59ad69,ab5e35,31d0bd,a4cf8d,8ed067,444dc2,264174,8ba400,bd2e1f,60d43e,9e328d,a9c7ed,cd50a5,cda827,17bf72,339bbd,47adbf,ae8ae6,5c7140,34d1f3,71ba34,f3a496,a859d0,c3eecb,497f94,935297,b90a12,5239b8,73384c,53883d,6e8a81,2fce59,d76ebd,04fe2b,26e6dc,19a606,63e0d6,9b248b,e98871,fa6109"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(230, 230,230)"
                        },
                        "yaxis": {
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(230, 230,230)"
                        },
                        "zaxis": {
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(230, 230,230)"
                        }
                    },
                    "title": {
                        "text": "Parametric Plot"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nvalluvan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-07 15:47:35",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nvalluvan",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:25:12.616966Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jmp2323/135.embed",
            "fid": "jmp2323:135",
            "filename": "plot from API (14)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jmp2323:135/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jmp2323:135/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jmp2323:135/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jmp2323:135/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jmp2323:135",
                "plots": "https://api.plotly.com/v2/plots/jmp2323:135",
                "parent": "https://api.plotly.com/v2/folders/home?user=jmp2323"
            },
            "owner": "jmp2323",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "2010 Population Pyramid",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~jmp2323/135/_2010-population-pyramid/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:25:13.122Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jmp2323/135/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b75f13af-62d8-4cc4-a4cd-c8dc23deafb3",
                        "name": "Men",
                        "type": "bar",
                        "xsrc": "jmp2323:136:845edb",
                        "ysrc": "jmp2323:136:8a79ad",
                        "marker": {
                            "color": "powderblue"
                        },
                        "hoverinfo": "x",
                        "orientation": "h"
                    },
                    {
                        "uid": "eaf1c6c9-f4e4-4a2d-8420-49bfc77a1894",
                        "name": "Women",
                        "type": "bar",
                        "xsrc": "jmp2323:136:35ad03",
                        "ysrc": "jmp2323:136:8a79ad",
                        "marker": {
                            "color": "seagreen"
                        },
                        "textsrc": "jmp2323:136:24b2ef",
                        "hoverinfo": "text",
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "2010 Population Pyramid"
                    },
                    "width": 550,
                    "xaxis": {
                        "range": [
                            -13000000,
                            13000000
                        ],
                        "title": {
                            "text": "Population in Millions"
                        },
                        "ticktext": [
                            12,
                            10,
                            8,
                            6,
                            4,
                            2,
                            0,
                            2,
                            4,
                            6,
                            8,
                            10,
                            12
                        ],
                        "tickvals": [
                            -12000000,
                            -10000000,
                            -8000000,
                            -6000000,
                            -4000000,
                            -2000000,
                            0,
                            2000000,
                            4000000,
                            6000000,
                            8000000,
                            10000000,
                            12000000
                        ]
                    },
                    "yaxis": {
                        "title": {
                            "text": "Ages"
                        },
                        "ticktext": [
                            "<5",
                            "5-9",
                            "10-14",
                            "15-19",
                            "20-24",
                            "25-29",
                            "30-34",
                            "35-39",
                            "40-44",
                            "45-49",
                            "50-54",
                            "55-59",
                            "60-64",
                            "65-69",
                            "70-74",
                            "75-79",
                            "80-84",
                            ">85"
                        ],
                        "tickvals": [
                            0,
                            5,
                            10,
                            15,
                            20,
                            25,
                            30,
                            35,
                            40,
                            45,
                            50,
                            55,
                            60,
                            65,
                            70,
                            75,
                            80,
                            85
                        ]
                    },
                    "bargap": 0.1,
                    "height": 450,
                    "barmode": "overlay",
                    "autosize": false
                }
            },
            "height": 450,
            "width": 550,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jmp2323",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-04 07:03:24",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jmp2323",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:24:58.270616Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~shrinivas777/217.embed",
            "fid": "shrinivas777:217",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/shrinivas777/217/9_2T9H0STURH9N9AYAZSFQT3FHE61H7G.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/shrinivas777/217/2_D7A69A1VIXX3IEE0USZ920FJWM9V8U.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/shrinivas777/217/8_3O8ITBWWMG9JBIUPTUAEC0R7V4GBPG.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/shrinivas777/217/9_2T9H0STURH9N9AYAZSFQT3FHE61H7G.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/shrinivas777:217",
                "plots": "https://api.plotly.com/v2/plots/shrinivas777:217",
                "parent": "https://api.plotly.com/v2/folders/home?user=shrinivas777"
            },
            "owner": "shrinivas777",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "embarked=[\"C\"] | survived=[\"0.0\"] | sex=[\"female\"], embarked=[\"C\"] | survived=[\"0.0\"] | sex=[\"male\"], embarked=[\"C\"] | survived=[\"1.0\"] | sex=[\"female\"], embarked=[\"C\"] | survived=[\"1.0\"] | sex=[\"male\"], embarked=[\"Q\"] | survived=[\"0.0\"] | sex=[\"female\"], embarked=[\"Q\"] | survived=[\"0.0\"] | sex=[\"male\"], embarked=[\"Q\"] | survived=[\"1.0\"] | sex=[\"female\"], embarked=[\"Q\"] | survived=[\"1.0\"] | sex=[\"male\"], embarked=[\"S\"] | survived=[\"0.0\"] | sex=[\"female\"], embarked=[\"S\"] | survived=[\"0.0\"] | sex=[\"male\"], embarked=[\"S\"] | survived=[\"1.0\"] | sex=[\"female\"], embarked=[\"S\"] | survived=[\"1.0\"] | sex=[\"male\"]",
            "views": 19,
            "web_url": "https://chart-studio.plotly.com/~shrinivas777/217/embarkedc-survived00-sexfemale-embarkedc-survived00-sexmale-embarkedc-survived10/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:24:58.793Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~shrinivas777/217/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1c6a3c88-b40d-42dc-8865-21cb5b915e46",
                        "name": "embarked=[\"C\"] | survived=[\"0.0\"] | sex=[\"female\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:218:f726d1",
                        "marker": {
                            "color": "rgb(0, 164, 256)"
                        }
                    },
                    {
                        "uid": "a4d7cc5f-8e21-4c35-8332-d1098429d9e9",
                        "name": "embarked=[\"C\"] | survived=[\"0.0\"] | sex=[\"male\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:218:13dbee",
                        "marker": {
                            "color": "rgb(0, 164, 256)"
                        }
                    },
                    {
                        "uid": "5e9ac40f-0d13-4861-8d9c-e5fc5d8972a4",
                        "name": "embarked=[\"C\"] | survived=[\"1.0\"] | sex=[\"female\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:218:293f5a",
                        "marker": {
                            "color": "rgb(0, 164, 256)"
                        }
                    },
                    {
                        "uid": "542f0698-57d9-41e2-b982-e187762d382d",
                        "name": "embarked=[\"C\"] | survived=[\"1.0\"] | sex=[\"male\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:218:809434",
                        "marker": {
                            "color": "rgb(0, 164, 256)"
                        }
                    },
                    {
                        "uid": "7ecf8dad-d29b-4602-b5d0-07c6bb65f822",
                        "name": "embarked=[\"Q\"] | survived=[\"0.0\"] | sex=[\"female\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:218:68b6e3",
                        "marker": {
                            "color": "rgb(0, 164, 256)"
                        }
                    },
                    {
                        "uid": "054b1b50-fc1f-4546-a47c-2dacf4bec01e",
                        "name": "embarked=[\"Q\"] | survived=[\"0.0\"] | sex=[\"male\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:218:e398ed",
                        "marker": {
                            "color": "rgb(0, 164, 256)"
                        }
                    },
                    {
                        "uid": "fa63ae51-5382-4f8c-b0f5-051891cf48cf",
                        "name": "embarked=[\"Q\"] | survived=[\"1.0\"] | sex=[\"female\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:218:b2b4a6",
                        "marker": {
                            "color": "rgb(0, 164, 256)"
                        }
                    },
                    {
                        "uid": "e6368ae8-46b5-4796-84e1-9329fbfd30a9",
                        "name": "embarked=[\"Q\"] | survived=[\"1.0\"] | sex=[\"male\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:218:5ef54e",
                        "marker": {
                            "color": "rgb(0, 164, 256)"
                        }
                    },
                    {
                        "uid": "da99f47e-4c66-47ee-9bbd-80193cc42216",
                        "name": "embarked=[\"S\"] | survived=[\"0.0\"] | sex=[\"female\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:218:c73dc1",
                        "marker": {
                            "color": "rgb(0, 164, 256)"
                        }
                    },
                    {
                        "uid": "46dfd1c5-6946-48a2-8f65-acc8552e35cf",
                        "name": "embarked=[\"S\"] | survived=[\"0.0\"] | sex=[\"male\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:218:484b90",
                        "marker": {
                            "color": "rgb(0, 164, 256)"
                        }
                    },
                    {
                        "uid": "cfc9596c-128a-4423-b01e-606aeebc8acf",
                        "name": "embarked=[\"S\"] | survived=[\"1.0\"] | sex=[\"female\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:218:9da181",
                        "marker": {
                            "color": "rgb(0, 164, 256)"
                        }
                    },
                    {
                        "uid": "8f728a71-6196-4e86-8714-3547cf6e2fe6",
                        "name": "embarked=[\"S\"] | survived=[\"1.0\"] | sex=[\"male\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:218:c1e862",
                        "marker": {
                            "color": "rgb(0, 164, 256)"
                        }
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~shrinivas777",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.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-03-14 22:29:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "shrinivas777",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:24:43.446643Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jmp2323/133.embed",
            "fid": "jmp2323:133",
            "filename": "plot from API (13)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jmp2323:133/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jmp2323:133/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jmp2323:133/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jmp2323:133/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jmp2323:133",
                "plots": "https://api.plotly.com/v2/plots/jmp2323:133",
                "parent": "https://api.plotly.com/v2/folders/home?user=jmp2323"
            },
            "owner": "jmp2323",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "2000 Population Pyramid",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~jmp2323/133/_2000-population-pyramid/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:24:43.980Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jmp2323/133/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "eec3f97d-e4a8-4c41-8587-644ab15dbcae",
                        "name": "Men",
                        "type": "bar",
                        "xsrc": "jmp2323:134:492157",
                        "ysrc": "jmp2323:134:96f0f3",
                        "marker": {
                            "color": "powderblue"
                        },
                        "hoverinfo": "x",
                        "orientation": "h"
                    },
                    {
                        "uid": "03c5cf8c-83ea-4358-9da7-4872d58091a0",
                        "name": "Women",
                        "type": "bar",
                        "xsrc": "jmp2323:134:5c13d3",
                        "ysrc": "jmp2323:134:96f0f3",
                        "marker": {
                            "color": "seagreen"
                        },
                        "textsrc": "jmp2323:134:91cc38",
                        "hoverinfo": "text",
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "2000 Population Pyramid"
                    },
                    "width": 550,
                    "xaxis": {
                        "range": [
                            -13000000,
                            13000000
                        ],
                        "title": {
                            "text": "Population in Millions"
                        },
                        "ticktext": [
                            12,
                            10,
                            8,
                            6,
                            4,
                            2,
                            0,
                            2,
                            4,
                            6,
                            8,
                            10,
                            12
                        ],
                        "tickvals": [
                            -12000000,
                            -10000000,
                            -8000000,
                            -6000000,
                            -4000000,
                            -2000000,
                            0,
                            2000000,
                            4000000,
                            6000000,
                            8000000,
                            10000000,
                            12000000
                        ]
                    },
                    "yaxis": {
                        "title": {
                            "text": "Ages"
                        },
                        "ticktext": [
                            "<5",
                            "5-9",
                            "10-14",
                            "15-19",
                            "20-24",
                            "25-29",
                            "30-34",
                            "35-39",
                            "40-44",
                            "45-49",
                            "50-54",
                            "55-59",
                            "60-64",
                            "65-69",
                            "70-74",
                            "75-79",
                            "80-84",
                            ">85"
                        ],
                        "tickvals": [
                            0,
                            5,
                            10,
                            15,
                            20,
                            25,
                            30,
                            35,
                            40,
                            45,
                            50,
                            55,
                            60,
                            65,
                            70,
                            75,
                            80,
                            85
                        ]
                    },
                    "bargap": 0.1,
                    "height": 450,
                    "barmode": "overlay",
                    "autosize": false
                }
            },
            "height": 450,
            "width": 550,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jmp2323",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-04 07:03:24",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jmp2323",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-20T19:24:05.500579Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~lboske/35.embed",
            "fid": "lboske:35",
            "filename": "plot from API (10)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/lboske:35/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/lboske:35/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lboske/35/8_JC1R2B68K55E33Y1W1HXPCSJOM1E5W.png",
                "list-thumb": "https://api.plotly.com/v2/files/lboske:35/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/lboske:35",
                "plots": "https://api.plotly.com/v2/plots/lboske:35",
                "parent": "https://api.plotly.com/v2/folders/home?user=lboske"
            },
            "owner": "lboske",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Top 10 vulnerable and critical roads",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~lboske/35/top-10-vulnerable-and-critical-roads/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:24:06.175Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~lboske/35/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b9139b6b-7a46-4881-934c-0f44c464c7e0",
                        "name": "Vulnerability",
                        "type": "scatter",
                        "xsrc": "lboske:36:965208",
                        "ysrc": "lboske:36:799826"
                    },
                    {
                        "uid": "948713aa-e6ea-4a5f-8862-9228feb1345b",
                        "name": "Criticality",
                        "type": "scatter",
                        "xsrc": "lboske:36:965208",
                        "ysrc": "lboske:36:a52fe6"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Top 10 vulnerable and critical roads"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Road name"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Normalized score"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~lboske",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/57.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 15:01:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "lboske",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}