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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzE5JTNBMjAlM0EzMC4wOTQzNjclMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsxOSUzQTIzJTNBMjAuNzMzNjQxJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-20T19:23:20.733641Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mccountystat/22.embed",
            "fid": "mccountystat:22",
            "filename": "FARMS",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/mccountystat/22/9_P7R1QKWTWOYW6EZRAN55RVNBMM5IJ2.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mccountystat/22/2_K8T7LF2XDK109YBPYY2ZONHYPZSMOA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mccountystat/22/8_5PKADJ7JWST9XIO8OQS3AQ0UPWV36R.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mccountystat/22/9_P7R1QKWTWOYW6EZRAN55RVNBMM5IJ2.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mccountystat:22",
                "plots": "https://api.plotly.com/v2/plots/mccountystat:22",
                "parent": "https://api.plotly.com/v2/folders/mccountystat:7"
            },
            "owner": "mccountystat",
            "parent": 7,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 958,
            "web_url": "https://chart-studio.plotly.com/~mccountystat/22/",
            "world_readable": true,
            "date_modified": "2019-08-06T14:12:42.286Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mccountystat/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "width": 3
                        },
                        "mode": "markers+lines",
                        "name": "% of Students on FARMs",
                        "type": "scatter",
                        "xsrc": "mccountystat:18:282005",
                        "ysrc": "mccountystat:18:624b49",
                        "marker": {
                            "size": 7
                        },
                        "visible": true,
                        "transforms": [
                            {
                                "type": "filter",
                                "value": "FARMS",
                                "targetsrc": "mccountystat:18:5109c4"
                            },
                            {
                                "type": "filter",
                                "value": [
                                    "2007",
                                    "2017"
                                ],
                                "operation": "[]",
                                "targetsrc": "mccountystat:18:282005"
                            }
                        ],
                        "connectgaps": true
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 15,
                        "color": "rgb(0, 0, 0)",
                        "family": "Overpass"
                    },
                    "scene": {
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 14
                        },
                        "text": "<br>"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2011.6762368744678,
                            2017.3237631255322
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "family": "Roboto"
                            },
                            "text": "<b>Year</b>"
                        },
                        "nticks": 7,
                        "ticklen": -1,
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 17,
                            "color": "rgb(92, 94, 105)",
                            "family": "Roboto"
                        },
                        "zeroline": false,
                        "autorange": false,
                        "tickwidth": -1,
                        "tickformat": "",
                        "showexponent": "none",
                        "separatethousands": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            50
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "family": "Roboto"
                            },
                            "text": "<b>% of Students on FARMs</b>"
                        },
                        "nticks": -1,
                        "ticklen": -1,
                        "tickfont": {
                            "size": 17,
                            "color": "rgb(66, 68, 71)",
                            "family": "Roboto"
                        },
                        "autorange": false,
                        "tickwidth": -1,
                        "fixedrange": true,
                        "ticksuffix": "%"
                    },
                    "legend": {
                        "x": 0.7372225449424593,
                        "y": 0.5005922971605453,
                        "font": {
                            "size": 16,
                            "family": "Roboto"
                        },
                        "xanchor": "auto",
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 20,
                        "t": 20
                    },
                    "autosize": true,
                    "colorway": [
                        "#3366cc",
                        "#dc3912",
                        "#ff9900",
                        "#109618",
                        "#990099",
                        "#0099c6",
                        "#dd4477",
                        "#66aa00",
                        "#b82e2e",
                        "#316395"
                    ],
                    "dragmode": "orbit",
                    "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"
                    },
                    "clickmode": "none",
                    "colorscale": {
                        "sequentialminus": [
                            [
                                0,
                                "#0508b8"
                            ],
                            [
                                0.08333333333333333,
                                "#1910d8"
                            ],
                            [
                                0.16666666666666666,
                                "#3c19f0"
                            ],
                            [
                                0.25,
                                "#6b1cfb"
                            ],
                            [
                                0.3333333333333333,
                                "#981cfd"
                            ],
                            [
                                0.4166666666666667,
                                "#bf1cfd"
                            ],
                            [
                                0.5,
                                "#dd2bfd"
                            ],
                            [
                                0.5833333333333334,
                                "#f246fe"
                            ],
                            [
                                0.6666666666666666,
                                "#fc67fd"
                            ],
                            [
                                0.75,
                                "#fe88fc"
                            ],
                            [
                                0.8333333333333334,
                                "#fea5fd"
                            ],
                            [
                                0.9166666666666666,
                                "#febefe"
                            ],
                            [
                                1,
                                "#fec3fe"
                            ]
                        ]
                    },
                    "hoverlabel": {
                        "font": {
                            "size": 11,
                            "color": "#000",
                            "family": "Roboto"
                        },
                        "bgcolor": "#FFF"
                    },
                    "showlegend": true,
                    "plot_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mccountystat",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-06-15 16:16:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mccountystat",
                "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:23:11.877916Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~domludera/17.embed",
            "fid": "domludera:17",
            "filename": "line",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/domludera/17/9_P0BJF2ASM3V06BM6G4IURYVN7ERVG3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/domludera/17/2_VZGXS23192HYV586FM5Z8KG4IUBZSB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/domludera/17/8_SJX9TQJ1DLRTI5CQEVF3Z8MFZWQVX6.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/domludera/17/9_P0BJF2ASM3V06BM6G4IURYVN7ERVG3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/domludera:17",
                "plots": "https://api.plotly.com/v2/plots/domludera:17",
                "parent": "https://api.plotly.com/v2/folders/home?user=domludera"
            },
            "owner": "domludera",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "SF, SM, TmF, TmM, S Total, Tm Total",
            "views": 10,
            "web_url": "https://chart-studio.plotly.com/~domludera/17/sf-sm-tmf-tmm-s-total-tm-total/",
            "world_readable": true,
            "date_modified": "2019-04-15T02:08:31.919Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~domludera/17/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "325282b0-8504-4e4b-b43a-105916c041fe",
                        "mode": "lines+markers",
                        "name": "SF",
                        "type": "scatter",
                        "xsrc": "domludera:18:8584bb",
                        "ysrc": "domludera:18:4aa8f6"
                    },
                    {
                        "uid": "5e8b8abe-7caa-489f-b058-f51f397c5f68",
                        "mode": "lines+markers",
                        "name": "SM",
                        "type": "scatter",
                        "xsrc": "domludera:18:8584bb",
                        "ysrc": "domludera:18:16f23a"
                    },
                    {
                        "uid": "48a08500-9246-41d4-bb60-cacbfe5986fb",
                        "mode": "lines+markers",
                        "name": "TmF",
                        "type": "scatter",
                        "xsrc": "domludera:18:8584bb",
                        "ysrc": "domludera:18:937a91"
                    },
                    {
                        "uid": "fcd76e9e-26bc-407e-8596-08219eb084bb",
                        "mode": "lines+markers",
                        "name": "TmM",
                        "type": "scatter",
                        "xsrc": "domludera:18:8584bb",
                        "ysrc": "domludera:18:ffd1cc"
                    },
                    {
                        "uid": "2efdf752-4684-46a9-9150-3718a046c794",
                        "mode": "lines+markers",
                        "name": "S Total",
                        "type": "scatter",
                        "xsrc": "domludera:18:8584bb",
                        "ysrc": "domludera:18:60f01e"
                    },
                    {
                        "uid": "1c759907-624e-4cb9-a0f4-b92cdfcd7825",
                        "mode": "lines+markers",
                        "name": "Tm Total",
                        "type": "scatter",
                        "xsrc": "domludera:18:8584bb",
                        "ysrc": "domludera:18:7d5554"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~domludera",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-29 21:03:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "domludera",
                "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:23:10.006527Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~i.f.student/20.embed",
            "fid": "i.f.student:20",
            "filename": "plot from API (10)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/i.f.student/20/9_GQKWBMHLLMI17G0LVCA548GXTXZI3B.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/i.f.student/20/2_0TMSQDDSSGQNIYFZYC8GZUY7YR5G64.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/i.f.student/20/8_GDZ9PR4SYBCUSU33Y97F3HXAY4R6ZI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/i.f.student/20/9_GQKWBMHLLMI17G0LVCA548GXTXZI3B.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/i.f.student:20",
                "plots": "https://api.plotly.com/v2/plots/i.f.student:20",
                "parent": "https://api.plotly.com/v2/folders/home?user=i.f.student"
            },
            "owner": "i.f.student",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Top 10 road segments based on Criticalility and Vulnerability",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~i.f.student/20/top-10-road-segments-based-on-criticalility-and-vulnerability/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:23:10.869Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~i.f.student/20/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "0dfa0469-5b99-4056-8497-8d5e8d0c3219",
                        "mode": "markers",
                        "name": "R roads",
                        "type": "scatter",
                        "xsrc": "i.f.student:21:9544ad",
                        "ysrc": "i.f.student:21:97e89f",
                        "marker": {
                            "size": 12,
                            "color": "orange"
                        },
                        "textsrc": "i.f.student:21:3f2be5"
                    },
                    {
                        "uid": "a1e759de-cee9-4a96-96fa-4af81d528fe4",
                        "mode": "markers",
                        "name": "N roads",
                        "type": "scatter",
                        "xsrc": "i.f.student:21:b0cef0",
                        "ysrc": "i.f.student:21:e04d7e",
                        "marker": {
                            "size": 12,
                            "color": "blue"
                        },
                        "textsrc": "i.f.student:21:3ca736"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Top 10 road segments based on Criticalility and Vulnerability"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Vulnerability"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Criticality"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~i.f.student",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 16:46:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "i.f.student",
                "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:23:09.788999Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ckkt91/22.embed",
            "fid": "ckkt91:22",
            "filename": "Charmander_Region1_50ms_0hotspots",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ckkt91/22/9_YT2H33LXADH8KM9F7G30O2LF7OD1CD.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ckkt91/22/2_75C4RIO4MMOUA7MY156FHOZIWZAK33.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ckkt91/22/8_N2DXF9ELDURH1ELG88PMU7PMEYGZQG.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ckkt91/22/9_YT2H33LXADH8KM9F7G30O2LF7OD1CD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ckkt91:22",
                "plots": "https://api.plotly.com/v2/plots/ckkt91:22",
                "parent": "https://api.plotly.com/v2/folders/home?user=ckkt91"
            },
            "owner": "ckkt91",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~ckkt91/22/",
            "world_readable": true,
            "date_modified": "2019-03-21T16:36:34.366Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ckkt91/22/",
            "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:21:a4257e",
                        "ysrc": "ckkt91:21:c5d5d0",
                        "visible": true,
                        "showlegend": true
                    },
                    {
                        "mode": "lines",
                        "name": "Relative Change in Resistivity",
                        "type": "scatter",
                        "xsrc": "ckkt91:21:a4257e",
                        "ysrc": "ckkt91:21:059f5b",
                        "yaxis": "y2",
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(87, 165, 30)"
                        },
                        "mode": "lines",
                        "name": "Averaged Strain",
                        "type": "scatter",
                        "xsrc": "ckkt91:21:a4257e",
                        "ysrc": "ckkt91:21: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 1 | 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.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.07961675444444444,
                            1.1976909944444443
                        ],
                        "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.02445722222222222,
                            0.0012872222222221994
                        ],
                        "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$",
                            "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:22:50.518844Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~OHUD/14.embed",
            "fid": "OHUD:14",
            "filename": "basic-bar",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/OHUD/14/9_QQF8WBU9GS9XQBK7XJFJW9PH0JHGCH.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/OHUD/14/2_C15Z81YWGWO226W3IZVXILJH43H601.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/OHUD/14/8_LBB82TZGGDUWTGB3LQ1HWGTUSWY3ZW.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/OHUD/14/9_QQF8WBU9GS9XQBK7XJFJW9PH0JHGCH.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/OHUD:14",
                "plots": "https://api.plotly.com/v2/plots/OHUD:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=OHUD"
            },
            "owner": "OHUD",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~OHUD/14/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:32:29.380Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~OHUD/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7cd8d1bc-888e-4fdf-8c8c-fd6d0adbd17b",
                        "type": "bar",
                        "xsrc": "OHUD:15:4c3466",
                        "ysrc": "OHUD:15:561bce"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~OHUD",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-11 19:01:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "OHUD",
                "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:22:47.801143Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Abdulla7/2.embed",
            "fid": "Abdulla7:2",
            "filename": "demand.csv",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Abdulla7/2/9_GLMY7G4G4F9M20TWUFOBMXDTHSWJ45.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Abdulla7/2/2_QI1JKHZ8BXOERQ1JHSDRCL718C0GGJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Abdulla7/2/8_9SY626G5YJ473LZUR23DJ6G9FZAPBR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Abdulla7/2/9_GLMY7G4G4F9M20TWUFOBMXDTHSWJ45.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Abdulla7:2",
                "plots": "https://api.plotly.com/v2/plots/Abdulla7:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=Abdulla7"
            },
            "owner": "Abdulla7",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 5,
            "web_url": "https://chart-studio.plotly.com/~Abdulla7/2/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:31:49.256Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Abdulla7/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6393a2ff-645a-479a-b207-859adb856671",
                        "type": "heatmap",
                        "zsrc": "Abdulla7:3:065b36",
                        "opacity": 0.75,
                        "hoverinfo": "none",
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "#00083e"
                            ],
                            [
                                0.5,
                                "#ededee"
                            ],
                            [
                                1,
                                "#ffffff"
                            ]
                        ]
                    }
                ],
                "layout": {
                    "xaxis": {
                        "dtick": 1,
                        "tick0": -0.5,
                        "ticks": "",
                        "zeroline": false,
                        "gridwidth": 2,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "dtick": 1,
                        "tick0": 0.5,
                        "ticks": "",
                        "zeroline": false,
                        "autorange": "reversed",
                        "gridwidth": 2,
                        "showticklabels": false
                    },
                    "height": 1160,
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "annotations": [
                        {
                            "x": -0.45,
                            "y": 0,
                            "font": {
                                "color": "#ffffff"
                            },
                            "text": "<b>C</b>",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 1,
                            "font": {
                                "color": "#000000"
                            },
                            "text": ":",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 2,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "\\",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 3,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "U",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 4,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "s",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 5,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "e",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 6,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "r",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 7,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "s",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 8,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "\\",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 9,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "c",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 10,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 11,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "8",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 12,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "7",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 13,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "6",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 14,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "4",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 15,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "4",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 16,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "3",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 17,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "\\",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 18,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "D",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 19,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "e",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 20,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "s",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 21,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "k",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 22,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "t",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 23,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "o",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 24,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "p",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 25,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "\\",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 26,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "d",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 27,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "e",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 28,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "m",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 29,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "a",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 30,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "n",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 31,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "d",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 32,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "1",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 33,
                            "font": {
                                "color": "#000000"
                            },
                            "text": ".",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 34,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "c",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 35,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "s",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        },
                        {
                            "x": -0.45,
                            "y": 36,
                            "font": {
                                "color": "#000000"
                            },
                            "text": "v",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 1160,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Abdulla7",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 18:53:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Abdulla7",
                "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:22:18.565929Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~i.f.student/18.embed",
            "fid": "i.f.student:18",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/i.f.student/18/9_18A50HLHX9XSVPZ6PUO80VXVY4XT4F.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/i.f.student/18/2_A0K7BMBR0WDYZ0THEY5EA4APVO28HG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/i.f.student/18/8_IGWWDRS8NQXSV42DHK9XP2F9672Q69.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/i.f.student/18/9_18A50HLHX9XSVPZ6PUO80VXVY4XT4F.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/i.f.student:18",
                "plots": "https://api.plotly.com/v2/plots/i.f.student:18",
                "parent": "https://api.plotly.com/v2/folders/home?user=i.f.student"
            },
            "owner": "i.f.student",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Top 10 road segments based on Criticalility and Vulnerability",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~i.f.student/18/top-10-road-segments-based-on-criticalility-and-vulnerability/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:22:18.991Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~i.f.student/18/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "bc3a6ef8-ead1-4659-9996-4a574051e89d",
                        "mode": "markers",
                        "name": "R roads",
                        "type": "scatter",
                        "xsrc": "i.f.student:19:6971e5",
                        "ysrc": "i.f.student:19:ba65e9",
                        "marker": {
                            "size": 12,
                            "color": "orange"
                        }
                    },
                    {
                        "uid": "b08c8fa0-0014-4fac-8886-f17485ea9daa",
                        "mode": "markers",
                        "name": "N roads",
                        "type": "scatter",
                        "xsrc": "i.f.student:19:11e284",
                        "ysrc": "i.f.student:19:92b804",
                        "marker": {
                            "size": 12,
                            "color": "blue"
                        },
                        "textsrc": "i.f.student:19:2acb64"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Top 10 road segments based on Criticalility and Vulnerability"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Vulnerability"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Criticality"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~i.f.student",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 16:46:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "i.f.student",
                "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:22:04.519553Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~i.f.student/16.embed",
            "fid": "i.f.student:16",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/i.f.student/16/9_P5WPW2UNHYB9Q2M6GU5PUCAAOB31KL.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/i.f.student/16/2_SUS4MBKAAS49BPGTKWPKBD7P49YZDT.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/i.f.student/16/8_FGWKEZXN7IFYZD6E6UUKEICYRV43CC.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/i.f.student/16/9_P5WPW2UNHYB9Q2M6GU5PUCAAOB31KL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/i.f.student:16",
                "plots": "https://api.plotly.com/v2/plots/i.f.student:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=i.f.student"
            },
            "owner": "i.f.student",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Top 10 road segments based on Criticalility and Vulnerability",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~i.f.student/16/top-10-road-segments-based-on-criticalility-and-vulnerability/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:22:05.057Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~i.f.student/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "4656ff23-d6b7-4d5c-9a81-b68a4c23716c",
                        "mode": "markers",
                        "name": "R roads",
                        "type": "scatter",
                        "xsrc": "i.f.student:17:2d5fa4",
                        "ysrc": "i.f.student:17:26a660",
                        "marker": {
                            "size": 12,
                            "color": "orange"
                        }
                    },
                    {
                        "uid": "3aad5d45-42e9-4e3a-8b67-5374648a0799",
                        "mode": "markers",
                        "name": "N roads",
                        "type": "scatter",
                        "xsrc": "i.f.student:17:4e5613",
                        "ysrc": "i.f.student:17:ae9c8a",
                        "marker": {
                            "size": 12,
                            "color": "blue"
                        },
                        "textsrc": "i.f.student:17:20b77a"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Top 10 road segments based on Criticalility and Vulnerability"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Vulnerability"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Criticality"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~i.f.student",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 16:46:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "i.f.student",
                "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:21:24.529021Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~i.f.student/14.embed",
            "fid": "i.f.student:14",
            "filename": "plot from API (7)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/i.f.student/14/9_CV6GFMYLOQW1A0PR0B1W5A35DIYMCW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/i.f.student/14/2_PGKNKVP77X06JQTD0A7YOXEJC8R9PT.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/i.f.student/14/8_KQHW4QM24EBOG5XH8PWUKQF4N0UM3B.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/i.f.student/14/9_CV6GFMYLOQW1A0PR0B1W5A35DIYMCW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/i.f.student:14",
                "plots": "https://api.plotly.com/v2/plots/i.f.student:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=i.f.student"
            },
            "owner": "i.f.student",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Top 10 road segments based on Criticalility and Vulnerability",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~i.f.student/14/top-10-road-segments-based-on-criticalility-and-vulnerability/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:21:25.030Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~i.f.student/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "3444338d-f326-4236-b9ba-1d5a34648766",
                        "mode": "markers",
                        "name": "R roads",
                        "type": "scatter",
                        "xsrc": "i.f.student:15:df880c",
                        "ysrc": "i.f.student:15:7a4774",
                        "marker": {
                            "size": 12,
                            "color": "orange"
                        }
                    },
                    {
                        "uid": "b854d8b3-e31b-4f4a-a3ae-f7516a59cb12",
                        "mode": "markers",
                        "name": "N roads",
                        "type": "scatter",
                        "xsrc": "i.f.student:15:aef380",
                        "ysrc": "i.f.student:15:cf7a1e",
                        "marker": {
                            "size": 12,
                            "color": "blue"
                        },
                        "textsrc": "i.f.student:15:b66814"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Top 10 road segments based on Criticalility and Vulnerability"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Vulnerability"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Criticality"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~i.f.student",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 16:46:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "i.f.student",
                "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:20:30.094367Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~lboske/33.embed",
            "fid": "lboske:33",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/lboske/33/9_2NXKYM4MGHZCX87W8I1PMEOK44SK5N.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/lboske/33/2_3A2D70ZL0GRZKICLSBI66V7YQQNPFV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lboske/33/8_X2PLICXU6QZQMFOOK00ND6C58H0FQI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lboske/33/9_2NXKYM4MGHZCX87W8I1PMEOK44SK5N.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/lboske:33",
                "plots": "https://api.plotly.com/v2/plots/lboske:33",
                "parent": "https://api.plotly.com/v2/folders/home?user=lboske"
            },
            "owner": "lboske",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Top 20 vulnerable and critical roads",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~lboske/33/top-20-vulnerable-and-critical-roads/",
            "world_readable": true,
            "date_modified": "2019-03-20T19:20:31.789Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~lboske/33/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "977d7846-1de1-4aa5-a0b9-3cfca5bd3411",
                        "name": "Vulnerability",
                        "type": "scatter",
                        "xsrc": "lboske:34:7a3e74",
                        "ysrc": "lboske:34:69b92b"
                    },
                    {
                        "uid": "c9389779-8479-45be-8f67-6f0f33a3be6b",
                        "name": "Criticality",
                        "type": "scatter",
                        "xsrc": "lboske:34:7a3e74",
                        "ysrc": "lboske:34:e023c2"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Top 20 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
            }
        }
    ]
}