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=cj0xJnA9MjAxOS0wNi0xNysxNyUzQTA2JTNBNTEuNTMwMDEyJTJCMDAlM0EwMA%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=cD0yMDE5LTA2LTE3KzE3JTNBMDclM0E1Ni4zMTI3MDIlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNyUzQTExJTNBMzMuNDQyNjk1JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T17:11:33.442695Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~bobichuk/48.embed",
            "fid": "bobichuk:48",
            "filename": "plot from API (17)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/bobichuk:48/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/bobichuk:48/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/bobichuk:48/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/bobichuk:48/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/bobichuk:48",
                "plots": "https://api.plotly.com/v2/plots/bobichuk:48",
                "parent": "https://api.plotly.com/v2/folders/home?user=bobichuk"
            },
            "owner": "bobichuk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~bobichuk/48/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:11:33.455Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~bobichuk/48/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a06fcd79-1e30-4749-8e41-21655bddbb4a",
                        "type": "heatmap"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~bobichuk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-10-15 19:14:09",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "bobichuk",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:11:09.151838Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~CAB014/1.embed",
            "fid": "CAB014:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/CAB014:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/CAB014/1/2_1JZ5AE16HPKKH2T4VUKNV1HHOJEXNN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/CAB014/1/8_T9L1257SXZW2LLBTGHFW4SLIUQK8JG.png",
                "list-thumb": "https://api.plotly.com/v2/files/CAB014:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/CAB014:1",
                "plots": "https://api.plotly.com/v2/plots/CAB014:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=CAB014"
            },
            "owner": "CAB014",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 56,
            "web_url": "https://chart-studio.plotly.com/~CAB014/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:11:09.165Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~CAB014/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "BR 1H",
                        "type": "box",
                        "ysrc": "CAB014:0:925d51",
                        "notched": false,
                        "visible": true,
                        "boxpoints": "all"
                    },
                    {
                        "name": "HN 1H",
                        "type": "box",
                        "ysrc": "CAB014:0:b8b44b",
                        "notched": false,
                        "visible": true,
                        "boxpoints": "all"
                    },
                    {
                        "name": "EB 1H",
                        "type": "box",
                        "ysrc": "CAB014:0:908408",
                        "notched": false,
                        "visible": true,
                        "boxpoints": "all"
                    },
                    {
                        "name": "BR 24H",
                        "type": "box",
                        "ysrc": "CAB014:0:e84cbb",
                        "notched": false,
                        "visible": true,
                        "boxpoints": "all"
                    },
                    {
                        "name": "HN 24H",
                        "type": "box",
                        "ysrc": "CAB014:0:6d04bf",
                        "notched": false,
                        "visible": true,
                        "boxpoints": "all"
                    },
                    {
                        "name": "EB 24H",
                        "type": "box",
                        "ysrc": "CAB014:0:e8af78",
                        "notched": false,
                        "visible": true,
                        "boxpoints": "all"
                    },
                    {
                        "name": "BR 48H",
                        "type": "box",
                        "ysrc": "CAB014:0:6faac7",
                        "notched": false,
                        "visible": true,
                        "boxpoints": "all"
                    },
                    {
                        "name": "HN 48H",
                        "type": "box",
                        "ysrc": "CAB014:0:d64ebe",
                        "notched": false,
                        "visible": true,
                        "boxpoints": "all"
                    },
                    {
                        "name": "EB 48H",
                        "type": "box",
                        "ysrc": "CAB014:0:f929c1",
                        "notched": false,
                        "visible": true,
                        "boxpoints": "all"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5216,
                            8.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.0372345825,
                            18.1555012325
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~CAB014",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/89.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 16:57:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "CAB014",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:11:01.527325Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67092.embed",
            "fid": "amper:67092",
            "filename": "06-05-19_ds-1641_alg-5421_param-1249_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67092/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67092/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67092/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67092/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67092",
                "plots": "https://api.plotly.com/v2/plots/amper:67092",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-05-19_ds-1641_alg-5421_param-1249_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67092/_06-05-19-ds-1641-alg-5421-param-1249-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:11:02.761Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67092/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6ceebefe-41a9-4eba-9b70-6c22afc0747b",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67093:b71291",
                        "ysrc": "amper:67093:0bef4c",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "f9bbeae1-7cc1-4bae-81e3-3829944ab69a",
                        "mode": "lines",
                        "name": "Other",
                        "type": "scattergl",
                        "xsrc": "amper:67093:b71291",
                        "ysrc": "amper:67093:cab2e4",
                        "marker": {
                            "line": {
                                "color": "rgb(169,169,169)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(169,169,169)"
                        }
                    }
                ],
                "layout": {
                    "title": "06-05-19_ds-1641_alg-5421_param-1249_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:10:55.990173Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sally97/6.embed",
            "fid": "sally97:6",
            "filename": "histogram-mpl-same",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/sally97/6/9_3IAZ84YBGWOJ71W3QOGH62F0IZ4B2K.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/sally97/6/2_LREFUGCMTNHG9UBCRKQ0XQZJ9E2SN0.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sally97/6/8_0P9BCVHCFHAP3A9TRZ7IAYDC56QKI6.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sally97/6/9_3IAZ84YBGWOJ71W3QOGH62F0IZ4B2K.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sally97:6",
                "plots": "https://api.plotly.com/v2/plots/sally97:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=sally97"
            },
            "owner": "sally97",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 9,
            "web_url": "https://chart-studio.plotly.com/~sally97/6/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:32:12.582Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sally97/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f7109338-a8e6-4970-93ab-c89920aa6a9a",
                        "type": "bar",
                        "xsrc": "sally97:7:1a3531",
                        "ysrc": "sally97:7:76719f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "width": 1.0
                            },
                            "color": "rgba(31, 119, 180, 0.5)"
                        },
                        "opacity": 0.5,
                        "orientation": "v"
                    },
                    {
                        "uid": "d2e84eef-eff6-4e40-9bb1-4a93d8847c21",
                        "type": "bar",
                        "xsrc": "sally97:7:1a3531",
                        "ysrc": "sally97:7:cada7a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "width": 1.0
                            },
                            "color": "rgba(255, 127, 14, 0.5)"
                        },
                        "opacity": 0.5,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "width": 640,
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -1.1,
                            1.1
                        ],
                        "ticks": "inside",
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 11,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.0,
                            21.0
                        ],
                        "ticks": "inside",
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 10,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10.0
                        },
                        "zeroline": false
                    },
                    "bargap": 0.0,
                    "height": 480,
                    "margin": {
                        "b": 52,
                        "l": 80,
                        "r": 63,
                        "t": 57,
                        "pad": 0
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 480,
            "width": 640,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sally97",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-04 10:19:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sally97",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:10:30.310552Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67090.embed",
            "fid": "amper:67090",
            "filename": "06-04-19_ds-1641_alg-5421_param-1249_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/amper/67090/9_GN2N9N1AT5IVMYAI9HPRVMZU9WN2DU.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/amper/67090/2_TAVWZ9UBEQJOS65N2TPW7UIP0B2KDN.png",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67090/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/67090/9_GN2N9N1AT5IVMYAI9HPRVMZU9WN2DU.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67090",
                "plots": "https://api.plotly.com/v2/plots/amper:67090",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-04-19_ds-1641_alg-5421_param-1249_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67090/_06-04-19-ds-1641-alg-5421-param-1249-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:10:31.768Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67090/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1af8c2bf-0bf2-4654-93ed-eac492329a34",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67091:ad23ec",
                        "ysrc": "amper:67091:0b66c4",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "aa295a41-03a3-450c-aded-fc633fb09939",
                        "mode": "lines",
                        "name": "Other",
                        "type": "scattergl",
                        "xsrc": "amper:67091:ad23ec",
                        "ysrc": "amper:67091:f208c2",
                        "marker": {
                            "line": {
                                "color": "rgb(169,169,169)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(169,169,169)"
                        }
                    }
                ],
                "layout": {
                    "title": "06-04-19_ds-1641_alg-5421_param-1249_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:10:16.574766Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~michaelbabyn/981.embed",
            "fid": "michaelbabyn:981",
            "filename": "plot from API (42)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/michaelbabyn/981/9_HZHC5F9SXZ5DSFXC5DPBXQM6EZAVED.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/michaelbabyn:981/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/michaelbabyn/981/8_7DNDNQ0AZGLSC5BRKRSS5JNK2H484D.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/michaelbabyn/981/9_HZHC5F9SXZ5DSFXC5DPBXQM6EZAVED.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/michaelbabyn:981",
                "plots": "https://api.plotly.com/v2/plots/michaelbabyn:981",
                "parent": "https://api.plotly.com/v2/folders/home?user=michaelbabyn"
            },
            "owner": "michaelbabyn",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~michaelbabyn/981/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:10:17.057Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~michaelbabyn/981/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "scatter",
                        "ysrc": "michaelbabyn:982:9bde7d"
                    }
                ],
                "layout": {
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    }
                                }
                            ],
                            "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
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "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
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "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.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.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.0,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~michaelbabyn",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/74.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-09 16:52:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "michaelbabyn",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:10:05.030285Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67088.embed",
            "fid": "amper:67088",
            "filename": "06-03-19_ds-1641_alg-5421_param-1249_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67088/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67088/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67088/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67088/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67088",
                "plots": "https://api.plotly.com/v2/plots/amper:67088",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-03-19_ds-1641_alg-5421_param-1249_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67088/_06-03-19-ds-1641-alg-5421-param-1249-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:10:06.509Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67088/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b4dde0f7-5c54-4bbe-949d-67fd3627f6c9",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:67089:845dcc",
                        "ysrc": "amper:67089:c3fd31",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    },
                    {
                        "uid": "71392e2c-1677-4c36-bccd-bef26f3212c1",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67089:845dcc",
                        "ysrc": "amper:67089:5b0a09",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "b5ab0636-05ab-4d2c-b229-9591d1bef2bd",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67089:845dcc",
                        "ysrc": "amper:67089:acbcd1",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "06-03-19_ds-1641_alg-5421_param-1249_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:09:47.647990Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jshap2000/2.embed",
            "fid": "jshap2000:2",
            "filename": "grouped-bar-direct-labels",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jshap2000/2/9_PXYBROTAUIOLFBPSYZFYG723QI4S6R.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jshap2000/2/2_54O0QNNQ0IEOOP0H5Z92V57AOG898Y.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jshap2000/2/8_GJXBIOA4YKO90QDNA9KWIC1O034ZAU.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jshap2000/2/9_PXYBROTAUIOLFBPSYZFYG723QI4S6R.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jshap2000:2",
                "plots": "https://api.plotly.com/v2/plots/jshap2000:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=jshap2000"
            },
            "owner": "jshap2000",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Past_24Hrs, Week_Avg, Month_Avg",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jshap2000/2/past-24hrs-week-avg-month-avg/",
            "world_readable": true,
            "date_modified": "2019-06-18T16:06:02.682Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jshap2000/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "4d6a7a30-aafa-4fcc-89f2-67cd5bf185af",
                        "name": "Past_24Hrs",
                        "type": "bar",
                        "xsrc": "jshap2000:3:94697b",
                        "ysrc": "jshap2000:3:55c739",
                        "marker": {
                            "line": {
                                "color": "rgb(8,48,107)",
                                "width": 1.5
                            },
                            "color": "rgb(158,202,225)"
                        },
                        "opacity": 0.6,
                        "textsrc": "jshap2000:3:384a53",
                        "textposition": "auto"
                    },
                    {
                        "uid": "f0216b16-2f01-4a19-b121-64ccb0fce655",
                        "name": "Week_Avg",
                        "type": "bar",
                        "xsrc": "jshap2000:3:94697b",
                        "ysrc": "jshap2000:3:7505a7",
                        "marker": {
                            "line": {
                                "color": "rgb(8,48,107)",
                                "width": 1.5
                            },
                            "color": "rgb(58,200,225)"
                        },
                        "opacity": 0.6,
                        "textsrc": "jshap2000:3:fd19b8",
                        "textposition": "auto"
                    },
                    {
                        "uid": "1eeb76f8-bbf4-417c-b191-aedd5491b71d",
                        "name": "Month_Avg",
                        "type": "bar",
                        "xsrc": "jshap2000:3:94697b",
                        "ysrc": "jshap2000:3:dbbc32",
                        "marker": {
                            "line": {
                                "color": "rgb(8,48,107)",
                                "width": 1.5
                            },
                            "color": "rgb(100,148,150)"
                        },
                        "opacity": 0.6,
                        "textsrc": "jshap2000:3:d5da8d",
                        "textposition": "auto"
                    }
                ],
                "layout": {
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 18,
                                "color": "lightgrey",
                                "family": "Arial, sans-serif"
                            },
                            "text": "$/Day"
                        },
                        "tickfont": {
                            "size": 14,
                            "color": "black",
                            "family": "Old Standard TT, serif"
                        },
                        "tickangle": 45,
                        "showexponent": "all",
                        "exponentformat": "e",
                        "showticklabels": true
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jshap2000",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 13:18:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jshap2000",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:08:53.162072Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~srt7/32.embed",
            "fid": "srt7:32",
            "filename": "Corrosion1560791328.534028",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/srt7:32/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/srt7/32/2_AXHBOF81J73YGWE36SCKV3CLXH4JG0.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/srt7/32/8_FH47R465AELJVY82QXOKPHRVBLAOE7.png",
                "list-thumb": "https://api.plotly.com/v2/files/srt7:32/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/srt7:32",
                "plots": "https://api.plotly.com/v2/plots/srt7:32",
                "parent": "https://api.plotly.com/v2/folders/home?user=srt7"
            },
            "owner": "srt7",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~srt7/32/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:08:53.173Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~srt7/32/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "tozeroy",
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "mode": "lines",
                        "name": "Corrosion",
                        "type": "scatter",
                        "xsrc": "srt7:31:0f5e43",
                        "ysrc": "srt7:31:10f89b",
                        "fillcolor": "rgba(255, 255, 255, 255)"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:0f5e43",
                                "ysrc": "srt7:31:10f89b"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:bcb128",
                                "ysrc": "srt7:31:6179ef"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:cd7385",
                                "ysrc": "srt7:31:ada31e"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:533bc9",
                                "ysrc": "srt7:31:e3b1f2"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:95b6a5",
                                "ysrc": "srt7:31:9614dc"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:3df22e",
                                "ysrc": "srt7:31:9b0164"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:38b0a5",
                                "ysrc": "srt7:31:119942"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:f220af",
                                "ysrc": "srt7:31:9e6cc4"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:5eff72",
                                "ysrc": "srt7:31:8bc83c"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:a04801",
                                "ysrc": "srt7:31:3a3171"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:aa7d17",
                                "ysrc": "srt7:31:8eacb2"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:0d2e2f",
                                "ysrc": "srt7:31:33812b"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:38024a",
                                "ysrc": "srt7:31:9c56e3"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:7f5df5",
                                "ysrc": "srt7:31:b6a554"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:5085b8",
                                "ysrc": "srt7:31:05ddcd"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:de1479",
                                "ysrc": "srt7:31:74dc8d"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:40861b",
                                "ysrc": "srt7:31:adcde7"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:82a7fb",
                                "ysrc": "srt7:31:415dfa"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:c8f277",
                                "ysrc": "srt7:31:70579e"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:ccc12f",
                                "ysrc": "srt7:31:6f8cdb"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:0f9af3",
                                "ysrc": "srt7:31:555177"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:4c54a4",
                                "ysrc": "srt7:31:c0c1f6"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:e6e03a",
                                "ysrc": "srt7:31:881384"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:9b9a25",
                                "ysrc": "srt7:31:3a2c36"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:ec6057",
                                "ysrc": "srt7:31:f42947"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:f7add8",
                                "ysrc": "srt7:31:07b2d5"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:0fb320",
                                "ysrc": "srt7:31:6253a6"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:1a0b88",
                                "ysrc": "srt7:31:b6e313"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:47ad98",
                                "ysrc": "srt7:31:644175"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:31:051dc2",
                                "ysrc": "srt7:31:cc3000"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    }
                ],
                "layout": {
                    "font": {
                        "family": "Balto"
                    },
                    "title": "Corrosion",
                    "width": 800,
                    "xaxis": {
                        "range": [
                            0,
                            40
                        ],
                        "title": "Age",
                        "mirror": true,
                        "nticks": 12,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false
                    },
                    "yaxis": {
                        "range": [
                            0,
                            1500
                        ],
                        "title": "Average corrosion hours",
                        "mirror": true,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false
                    },
                    "height": 400,
                    "autosize": false,
                    "showlegend": false,
                    "updatemenus": [
                        {
                            "x": 1.1,
                            "y": 1,
                            "pad": {
                                "r": 10,
                                "t": 0
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 50
                                            },
                                            "transition": {
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "Play",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "showactive": true
                        }
                    ]
                }
            },
            "height": 400,
            "width": 800,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~srt7",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-16 07:53:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "srt7",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:07:56.312702Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~srt7/30.embed",
            "fid": "srt7:30",
            "filename": "Corrosion1560791272.239624",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/srt7/30/9_8JEPF6LLAV88JBDO9851O1NQ23FYAR.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/srt7:30/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/srt7/30/8_IX3QOYU8SOBCYVPDJ3TPROJP99W88T.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/srt7/30/9_8JEPF6LLAV88JBDO9851O1NQ23FYAR.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/srt7:30",
                "plots": "https://api.plotly.com/v2/plots/srt7:30",
                "parent": "https://api.plotly.com/v2/folders/home?user=srt7"
            },
            "owner": "srt7",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~srt7/30/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:07:56.324Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~srt7/30/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "tozeroy",
                        "line": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "mode": "lines",
                        "name": "Corrosion",
                        "type": "scatter",
                        "xsrc": "srt7:29:2772fb",
                        "ysrc": "srt7:29:50bfa2",
                        "fillcolor": "rgba(255, 255, 255, 255)"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:2772fb",
                                "ysrc": "srt7:29:50bfa2"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:3fead3",
                                "ysrc": "srt7:29:9751ee"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:22b0e2",
                                "ysrc": "srt7:29:330b37"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:96ee02",
                                "ysrc": "srt7:29:979ca6"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:674cbb",
                                "ysrc": "srt7:29:b4da9e"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:ff98f2",
                                "ysrc": "srt7:29:35dc8b"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:6e7610",
                                "ysrc": "srt7:29:3bffff"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:a47e4c",
                                "ysrc": "srt7:29:7d7f7d"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:a96a76",
                                "ysrc": "srt7:29:77b09c"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:4a5433",
                                "ysrc": "srt7:29:a422c1"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:8469d7",
                                "ysrc": "srt7:29:b259b9"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:4122d7",
                                "ysrc": "srt7:29:44c558"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:75bf6f",
                                "ysrc": "srt7:29:276f03"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:611249",
                                "ysrc": "srt7:29:64f2e4"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:5a420c",
                                "ysrc": "srt7:29:cf0685"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:62cb75",
                                "ysrc": "srt7:29:0310f3"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:1b0123",
                                "ysrc": "srt7:29:098dfb"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:ec77b1",
                                "ysrc": "srt7:29:9bf8a0"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:d789f2",
                                "ysrc": "srt7:29:323679"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:e62eff",
                                "ysrc": "srt7:29:5617d3"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:163c50",
                                "ysrc": "srt7:29:87772c"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:6d9869",
                                "ysrc": "srt7:29:f3ab64"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:7761c8",
                                "ysrc": "srt7:29:3ea9bb"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:452ec8",
                                "ysrc": "srt7:29:d5bb64"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:24cdaf",
                                "ysrc": "srt7:29:581db0"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:48b471",
                                "ysrc": "srt7:29:5d5f0b"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:3c42d7",
                                "ysrc": "srt7:29:0e275e"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:9245f8",
                                "ysrc": "srt7:29:0b2187"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:c35889",
                                "ysrc": "srt7:29:8bd8d8"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:29:59f756",
                                "ysrc": "srt7:29:63d10a"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    }
                ],
                "layout": {
                    "font": {
                        "family": "Balto"
                    },
                    "title": "Corrosion",
                    "width": 800,
                    "xaxis": {
                        "range": [
                            0,
                            40
                        ],
                        "title": "Age",
                        "mirror": true,
                        "nticks": 12,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false
                    },
                    "yaxis": {
                        "range": [
                            0,
                            1500
                        ],
                        "title": "Average corrosion hours",
                        "mirror": true,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false
                    },
                    "height": 400,
                    "autosize": false,
                    "showlegend": false,
                    "updatemenus": [
                        {
                            "x": 1.1,
                            "y": 1,
                            "pad": {
                                "r": 10,
                                "t": 0
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 50
                                            },
                                            "transition": {
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "mode": "auto",
                                    "label": "Play",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": 400,
            "width": 800,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~srt7",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-16 07:53:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "srt7",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}