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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE1JTNBNTElM0EwMS44MjU3OTklMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNSUzQTU5JTNBMDIuMDc3NDc3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T15:59:02.077477Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~liudas/2.embed",
            "fid": "liudas:2",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/liudas:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/liudas:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/liudas/2/8_M7WBFC7QC2ZJ37KN1CENBTZY3ZFOEZ.png",
                "list-thumb": "https://api.plotly.com/v2/files/liudas:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/liudas:2",
                "plots": "https://api.plotly.com/v2/plots/liudas:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=liudas"
            },
            "owner": "liudas",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~liudas/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:59:02.627Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~liudas/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "4f95c9e5-bfa1-4718-bbe5-aaa7ff767aba",
                        "type": "mesh3d",
                        "xsrc": "liudas:3:068d62",
                        "ysrc": "liudas:3:0a2190",
                        "zsrc": "liudas:3:c957c7",
                        "color": "#FFB6C1",
                        "opacity": 0.5
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~liudas",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/45.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 15:22:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "liudas",
                "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-17T15:57:41.883943Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Chrisking/1.embed",
            "fid": "Chrisking:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Chrisking:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Chrisking:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/Chrisking:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Chrisking:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Chrisking:1",
                "plots": "https://api.plotly.com/v2/plots/Chrisking:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Chrisking"
            },
            "owner": "Chrisking",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Chrisking/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:55:52.282Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Chrisking/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Walk3",
                        "type": "bar",
                        "xsrc": "Chrisking:0:26a052",
                        "ysrc": "Chrisking:0:8f2245",
                        "marker": {
                            "line": {
                                "width": 3
                            },
                            "color": "rgb(96, 96, 96)"
                        },
                        "orientation": "h"
                    },
                    {
                        "name": "walk2",
                        "type": "bar",
                        "xsrc": "Chrisking:0:e4b887",
                        "ysrc": "Chrisking:0:8f2245",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 3
                            },
                            "color": "rgb(142, 142, 142)"
                        },
                        "orientation": "h"
                    },
                    {
                        "name": "walk1",
                        "type": "bar",
                        "xsrc": "Chrisking:0:053c40",
                        "ysrc": "Chrisking:0:8f2245",
                        "marker": {
                            "line": {
                                "color": "rgb(82, 82, 82)",
                                "width": 3
                            },
                            "color": "rgb(179, 179, 179)"
                        },
                        "orientation": "h"
                    },
                    {
                        "name": "Bus3",
                        "type": "bar",
                        "xsrc": "Chrisking:0:d2c667",
                        "ysrc": "Chrisking:0:8f2245",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 103, 47)",
                                "width": 3
                            },
                            "color": "rgb(24, 134, 41)"
                        },
                        "orientation": "h"
                    },
                    {
                        "name": "Bus2",
                        "type": "bar",
                        "xsrc": "Chrisking:0:720a8f",
                        "ysrc": "Chrisking:0:8f2245",
                        "marker": {
                            "line": {
                                "color": "rgb(38, 142, 0)",
                                "width": 3
                            },
                            "color": "rgb(0, 183, 25)"
                        },
                        "orientation": "h"
                    },
                    {
                        "name": "Bus1",
                        "type": "bar",
                        "xsrc": "Chrisking:0:ae220e",
                        "ysrc": "Chrisking:0:8f2245",
                        "marker": {
                            "line": {
                                "color": "rgb(34, 139, 8)",
                                "width": 3
                            },
                            "color": "rgba(44, 178, 4, 0.6)"
                        },
                        "visible": true,
                        "orientation": "h"
                    },
                    {
                        "name": "Train2",
                        "type": "bar",
                        "xsrc": "Chrisking:0:6a63c1",
                        "ysrc": "Chrisking:0:8f2245",
                        "marker": {
                            "line": {
                                "color": "rgba(58, 71, 80, 1.0)",
                                "width": 3
                            },
                            "color": "rgba(17, 104, 165, 0.6)"
                        },
                        "visible": true,
                        "orientation": "h"
                    },
                    {
                        "name": "Train1",
                        "type": "bar",
                        "xsrc": "Chrisking:0:8dac4b",
                        "ysrc": "Chrisking:0:8f2245",
                        "marker": {
                            "line": {
                                "color": "rgb(30, 80, 118)",
                                "width": 3
                            },
                            "color": "rgb(35, 130, 173)"
                        },
                        "visible": true,
                        "orientation": "h"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Time Taken to MBFC"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            94.73684210526315
                        ],
                        "title": {
                            "text": "Travel to MBFC in mins"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "title": {
                            "text": "BTO locations"
                        },
                        "autorange": true
                    },
                    "barmode": "stack",
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Chrisking",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/42.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 15:56:45",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Chrisking",
                "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-17T15:57:08.490227Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jas_usc/267.embed",
            "fid": "jas_usc:267",
            "filename": "projection-matrix-Affs: CIRCLE Trajectory (10x)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jas_usc:267/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jas_usc:267/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jas_usc/267/8_6CKSNDAPLSVYMV23E68O6G2Y967X4J.png",
                "list-thumb": "https://api.plotly.com/v2/files/jas_usc:267/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jas_usc:267",
                "plots": "https://api.plotly.com/v2/plots/jas_usc:267",
                "parent": "https://api.plotly.com/v2/folders/jas_usc:223"
            },
            "owner": "jas_usc",
            "parent": 223,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "PC1 vs.PC2: CIRCLE Trajectory (10x)",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jas_usc/267/pc1-vspc2-circle-trajectory-10x/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:57:24.092Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jas_usc/267/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1a62d4fb-e4ff-42b5-8237-b992c1b8cf47",
                        "mode": "markers",
                        "name": "Phase One",
                        "type": "scatter",
                        "xsrc": "jas_usc:268:b5bffa",
                        "ysrc": "jas_usc:268:725bed",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#1D65A6",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "951f0b12-dfb0-432c-807a-62cacb5f7edd",
                        "mode": "markers",
                        "name": "Phase Two",
                        "type": "scatter",
                        "xsrc": "jas_usc:268:41e481",
                        "ysrc": "jas_usc:268:4c6f92",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#C0334D",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "1fcba130-b6b4-4172-a325-eecb9c1cf71e",
                        "mode": "markers",
                        "name": "Phase Three",
                        "type": "scatter",
                        "xsrc": "jas_usc:268:253c32",
                        "ysrc": "jas_usc:268:8c8757",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#00743F",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "ed70a862-05c5-41d9-8ad0-b3cffd64d8af",
                        "mode": "markers",
                        "name": "Phase Four",
                        "type": "scatter",
                        "xsrc": "jas_usc:268:e403d1",
                        "ysrc": "jas_usc:268:e7bee8",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#F2A104",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "d22f7ed8-9ec7-4a3a-b23a-4645e5667977",
                        "mode": "markers",
                        "name": "Phase Five",
                        "type": "scatter",
                        "xsrc": "jas_usc:268:054041",
                        "ysrc": "jas_usc:268:13a72a",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#FF69B4",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "15927b3f-b1bc-4932-ba88-69d09d70f6b3",
                        "mode": "markers",
                        "name": "Phase Six",
                        "type": "scatter",
                        "xsrc": "jas_usc:268:9bb68d",
                        "ysrc": "jas_usc:268:dfc519",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#00CED1",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "4195109d-9845-4ce3-87e9-6f613474a95b",
                        "mode": "markers",
                        "name": "Phase Seven",
                        "type": "scatter",
                        "xsrc": "jas_usc:268:0d46b9",
                        "ysrc": "jas_usc:268:c43efa",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#800080",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "c09e4633-ea1e-40ce-b161-741ec8822fa2",
                        "mode": "markers",
                        "name": "Phase Eight",
                        "type": "scatter",
                        "xsrc": "jas_usc:268:17247a",
                        "ysrc": "jas_usc:268:bfffe0",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#00FF00",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "04d86d86-1cab-4a1c-8783-f53f72badeb4",
                        "mode": "markers",
                        "name": "Phase Nine",
                        "type": "scatter",
                        "xsrc": "jas_usc:268:98eb3e",
                        "ysrc": "jas_usc:268:4f3aec",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#778899",
                            "opacity": 0.8
                        }
                    },
                    {
                        "uid": "ddcc8d9d-4b41-4855-a521-53f206f5db9b",
                        "mode": "markers",
                        "name": "Phase Ten",
                        "type": "scatter",
                        "xsrc": "jas_usc:268:ed7e2e",
                        "ysrc": "jas_usc:268:b4726c",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "color": "#A0522D",
                            "opacity": 0.8
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "PC1 vs.PC2: CIRCLE Trajectory (10x)"
                    },
                    "xaxis": {
                        "title": {
                            "text": "PC1"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "PC2"
                        }
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jas_usc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-11-09 00:19:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jas_usc",
                "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-17T15:54:29.372984Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~liudas/0.embed",
            "fid": "liudas:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/liudas:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/liudas:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/liudas/0/8_2PGYC5Z01ZJ8BLAGQVKTKIY6FIC6QC.png",
                "list-thumb": "https://api.plotly.com/v2/files/liudas:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/liudas:0",
                "plots": "https://api.plotly.com/v2/plots/liudas:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=liudas"
            },
            "owner": "liudas",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~liudas/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:54:30.544Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~liudas/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "08edee1e-6d21-4b6e-9e15-4a87add6e84f",
                        "type": "mesh3d",
                        "xsrc": "liudas:1:867d80",
                        "ysrc": "liudas:1:264f60",
                        "zsrc": "liudas:1:4092a5",
                        "color": "#FFB6C1",
                        "opacity": 0.5
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~liudas",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/45.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 15:22:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "liudas",
                "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-17T15:54:25.435620Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kylejscampbell/1.embed",
            "fid": "kylejscampbell:1",
            "filename": "Plate Like Terminals",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/kylejscampbell:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kylejscampbell/1/2_L6VRSHQVOEBO6N1GBT6VUX1HOPJPBH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kylejscampbell/1/8_PLGHL1SUYA3QM01D9QB4RVGC63IP3A.png",
                "list-thumb": "https://api.plotly.com/v2/files/kylejscampbell:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kylejscampbell:1",
                "plots": "https://api.plotly.com/v2/plots/kylejscampbell:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=kylejscampbell"
            },
            "owner": "kylejscampbell",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~kylejscampbell/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:26:18.945Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [
                    {
                        "profile_url": "https://chart-studio.plotly.com/~sophielaw96",
                        "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.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-06-08 10:13:31",
                        "mapbox_access_tokens": null,
                        "has_password": null,
                        "username": "sophielaw96",
                        "email": null,
                        "is_active": null,
                        "readonly": false,
                        "is_dash_creator": null,
                        "dash_created_count": null,
                        "is_chart_creator": null,
                        "charts_created_count": null
                    }
                ],
                "count": 1
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kylejscampbell/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "smoothing": 0.9
                        },
                        "mode": "markers",
                        "type": "contour",
                        "xsrc": "kylejscampbell:0:71a90e",
                        "ysrc": "kylejscampbell:0:575def",
                        "zsrc": "kylejscampbell:0:5524d1",
                        "zauto": true,
                        "contours": {
                            "end": 3.2,
                            "size": 0.1,
                            "type": "levels",
                            "start": 0.6000000000000001,
                            "coloring": "heatmap",
                            "showlabels": false
                        },
                        "ncontours": 14,
                        "showscale": true,
                        "colorscale": [
                            [
                                0,
                                "#fff7ec"
                            ],
                            [
                                0.125,
                                "#fee8c8"
                            ],
                            [
                                0.25,
                                "#fdd49e"
                            ],
                            [
                                0.375,
                                "#fdbb84"
                            ],
                            [
                                0.5,
                                "#fc8d59"
                            ],
                            [
                                0.625,
                                "#ef6548"
                            ],
                            [
                                0.75,
                                "#d7301f"
                            ],
                            [
                                0.875,
                                "#b30000"
                            ],
                            [
                                1,
                                "#7f0000"
                            ]
                        ],
                        "autocontour": false,
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            2
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            1,
                            9
                        ],
                        "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/~kylejscampbell",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/36.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 15:53:51",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kylejscampbell",
                "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-17T15:54:11.545927Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~malghuson/124.embed",
            "fid": "malghuson:124",
            "filename": "bar-grouped-labels",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/malghuson/124/9_EYYLURF0TDFKDLRE129OSYNPL70JZ9.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/malghuson/124/2_EKCQFKILTO92G0FOLMWTRXWY87QZFQ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/malghuson/124/8_9DHNCC11318494YE3NME07W1WZB9OD.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/malghuson/124/9_EYYLURF0TDFKDLRE129OSYNPL70JZ9.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/malghuson:124",
                "plots": "https://api.plotly.com/v2/plots/malghuson:124",
                "parent": "https://api.plotly.com/v2/folders/home?user=malghuson"
            },
            "owner": "malghuson",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~malghuson/124/",
            "world_readable": true,
            "date_modified": "2020-03-12T16:54:45.817Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~malghuson/124/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "data.1.x",
                                "y": "data.1.y",
                                "text": "data.1.text"
                            }
                        },
                        "name": "UE",
                        "type": "bar",
                        "xsrc": "malghuson:123:1e78df",
                        "ysrc": "malghuson:123:8827bb",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 1.5
                            },
                            "color": "rgb(76, 76, 76)"
                        },
                        "textsrc": "malghuson:123:43b0a3",
                        "visible": true,
                        "textfont": {
                            "size": 17,
                            "color": "rgb(255, 255, 255)",
                            "family": "Times New Roman"
                        },
                        "orientation": "v",
                        "textposition": "inside"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "data.1.x-e9c6e7314b2",
                                "y": "data.1.y-e9c40cf2c82",
                                "text": "data.1.text-e9c1e5f4725",
                                "textposition": "data.1.textposition-e9c1b27e30"
                            }
                        },
                        "name": "SO",
                        "type": "bar",
                        "xsrc": "malghuson:123:47bdcd",
                        "ysrc": "malghuson:123:7c3b03",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 1.5
                            },
                            "color": "rgb(113, 113, 113)",
                            "fillcolor": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "rgb(0, 0, 0)",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": false,
                            "thickness": 2,
                            "valueminus": 10
                        },
                        "textsrc": "malghuson:123:7337ff",
                        "textfont": {
                            "size": 17,
                            "family": "Times New Roman"
                        },
                        "cliponaxis": true,
                        "textpositionsrc": "malghuson:123:fb8a09"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "data.2.x-e9c35a753fa",
                                "y": "data.2.y-e9c55e37a46",
                                "text": "data.2.text-e9c444d534a",
                                "textposition": "data.2.textposition-e9c431927ce"
                            }
                        },
                        "name": "SLEM",
                        "type": "bar",
                        "xsrc": "malghuson:123:dd145a",
                        "ysrc": "malghuson:123:26e219",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 1.5
                            },
                            "color": "rgb(185, 185, 185)",
                            "fillcolor": "rgba(255,127,14,1)"
                        },
                        "textsrc": "malghuson:123:88ffd0",
                        "textfont": {
                            "size": 17,
                            "color": "rgb(0, 0, 0)",
                            "family": "Times New Roman"
                        },
                        "textpositionsrc": "malghuson:123:ca797f"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            3.5
                        ],
                        "title": {
                            "font": {
                                "size": 30,
                                "color": "rgb(0, 0, 0)",
                                "family": "Times New Roman"
                            },
                            "text": "Reduction Rate"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "tickfont": {
                            "size": 21,
                            "color": "rgb(0, 0, 0)",
                            "family": "Times New Roman"
                        },
                        "autorange": true,
                        "categoryorder": "array",
                        "categoryarraysrc": "malghuson:123:88c33a"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            57477.4
                        ],
                        "title": {
                            "font": {
                                "size": 30,
                                "color": "rgb(0, 0, 0)",
                                "family": "Times New Roman"
                            },
                            "text": "Total Network Travel Time (hours)"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "tickfont": {
                            "size": 21,
                            "color": "rgb(0, 0, 0)",
                            "family": "Times New Roman"
                        },
                        "autorange": true
                    },
                    "legend": {
                        "font": {
                            "size": 20,
                            "color": "rgb(0, 0, 0)",
                            "family": "Times New Roman"
                        },
                        "valign": "bottom",
                        "xanchor": "center",
                        "yanchor": "auto",
                        "traceorder": "normal",
                        "borderwidth": 1,
                        "orientation": "v"
                    },
                    "margin": {
                        "b": 61,
                        "l": 75,
                        "r": 10,
                        "t": 20
                    },
                    "autosize": true,
                    "hovermode": "closest",
                    "hoverlabel": {
                        "font": {
                            "size": 24,
                            "family": "Times New Roman"
                        }
                    },
                    "separators": ".,",
                    "showlegend": true,
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~malghuson",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-04-19 18:24:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "malghuson",
                "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-17T15:53:22.150100Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~akovacevich/27.embed",
            "fid": "akovacevich:27",
            "filename": "employmeny_status_by_state",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/akovacevich:27/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/akovacevich:27/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/akovacevich:27/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/akovacevich:27/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/akovacevich:27",
                "plots": "https://api.plotly.com/v2/plots/akovacevich:27",
                "parent": "https://api.plotly.com/v2/folders/home?user=akovacevich"
            },
            "owner": "akovacevich",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~akovacevich/27/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:52:05.314Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~akovacevich/27/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Employed",
                        "type": "bar",
                        "xsrc": "akovacevich:26:c63f3e",
                        "ysrc": "akovacevich:26:a54095",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.88976377952756
                            },
                            "color": "rgba(33,113,181,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "akovacevich:26:4ad0fb",
                        "textsrc": "akovacevich:26:1d9a28",
                        "widthsrc": "akovacevich:26:8bd21f",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Employed",
                        "orientation": "h"
                    },
                    {
                        "name": "Unemployed",
                        "type": "bar",
                        "xsrc": "akovacevich:26:ec8021",
                        "ysrc": "akovacevich:26:4172ad",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.88976377952756
                            },
                            "color": "rgba(107,174,214,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "akovacevich:26:2a262d",
                        "textsrc": "akovacevich:26:488bb3",
                        "widthsrc": "akovacevich:26:7b49fb",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Unemployed",
                        "orientation": "h"
                    },
                    {
                        "name": "Retired",
                        "type": "bar",
                        "xsrc": "akovacevich:26:f2215f",
                        "ysrc": "akovacevich:26:8c7fae",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.88976377952756
                            },
                            "color": "rgba(189,215,231,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "akovacevich:26:f8be93",
                        "textsrc": "akovacevich:26:392024",
                        "widthsrc": "akovacevich:26:3360a7",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Retired",
                        "orientation": "h"
                    },
                    {
                        "name": "Disabled",
                        "type": "bar",
                        "xsrc": "akovacevich:26:6601cc",
                        "ysrc": "akovacevich:26:ccb407",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.88976377952756
                            },
                            "color": "rgba(239,243,255,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "akovacevich:26:6c8623",
                        "textsrc": "akovacevich:26:567c3e",
                        "widthsrc": "akovacevich:26:a41851",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Disabled",
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.6118721461187,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 15.9402241594022,
                            "color": "rgba(0,0,0,1)",
                            "family": "Open Sans"
                        },
                        "text": "Employment Status by State",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            1
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 11.9551681195517,
                                "color": "rgba(0,0,0,1)",
                                "family": "Open Sans"
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.65296803652968,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 11.9551681195517,
                            "color": "rgba(77,77,77,1)",
                            "family": "Open Sans"
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": null,
                        "gridwidth": 0,
                        "linecolor": "rgba(0,0,0,1)",
                        "linewidth": 0.66417600664176,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.66417600664176,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.55,
                            49.45
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 11.9551681195517,
                                "color": "rgba(0,0,0,1)",
                                "family": "Open Sans"
                            },
                            "text": ""
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.65296803652968,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 9.29846409298464,
                            "color": "rgba(77,77,77,1)",
                            "family": "Open Sans"
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "Wyoming",
                            "Wisconsin",
                            "West Virginia",
                            "Washington",
                            "Virginia",
                            "Vermont",
                            "Utah",
                            "Texas",
                            "Tennessee",
                            "South Carolina",
                            "Rhode Island",
                            "Pennsylvania",
                            "Oregon",
                            "Oklahoma",
                            "Ohio",
                            "North Dakota",
                            "North Carolina",
                            "New York",
                            "New Mexico",
                            "New Jersey",
                            "New Hampshire",
                            "Nevada",
                            "Nebraska",
                            "Missouri",
                            "Mississippi",
                            "Minnesota",
                            "Michigan",
                            "Massachusetts",
                            "Maryland",
                            "Maine",
                            "Louisiana",
                            "Kentucky",
                            "Kansas",
                            "Iowa",
                            "Indiana",
                            "Illinois",
                            "Idaho",
                            "Hawaii",
                            "Georgia",
                            "Florida",
                            "District of Columbia",
                            "Delaware",
                            "Connecticut",
                            "Colorado",
                            "California",
                            "Arkansas",
                            "Arizona",
                            "Alaska",
                            "Alabama"
                        ],
                        "tickvals": [
                            1,
                            2,
                            3,
                            4,
                            5,
                            6,
                            7,
                            8,
                            9,
                            10,
                            11,
                            12,
                            13,
                            14,
                            15,
                            16,
                            17,
                            18,
                            19,
                            20,
                            21,
                            22,
                            23,
                            24,
                            25,
                            26,
                            27,
                            28,
                            29,
                            30,
                            31,
                            32,
                            33,
                            34,
                            35,
                            36,
                            37,
                            38,
                            39,
                            40,
                            41,
                            42,
                            43,
                            44,
                            45,
                            46,
                            47,
                            48,
                            49
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": null,
                        "gridwidth": 0,
                        "linecolor": "rgba(0,0,0,1)",
                        "linewidth": 0.66417600664176,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.66417600664176,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "Wyoming",
                            "Wisconsin",
                            "West Virginia",
                            "Washington",
                            "Virginia",
                            "Vermont",
                            "Utah",
                            "Texas",
                            "Tennessee",
                            "South Carolina",
                            "Rhode Island",
                            "Pennsylvania",
                            "Oregon",
                            "Oklahoma",
                            "Ohio",
                            "North Dakota",
                            "North Carolina",
                            "New York",
                            "New Mexico",
                            "New Jersey",
                            "New Hampshire",
                            "Nevada",
                            "Nebraska",
                            "Missouri",
                            "Mississippi",
                            "Minnesota",
                            "Michigan",
                            "Massachusetts",
                            "Maryland",
                            "Maine",
                            "Louisiana",
                            "Kentucky",
                            "Kansas",
                            "Iowa",
                            "Indiana",
                            "Illinois",
                            "Idaho",
                            "Hawaii",
                            "Georgia",
                            "Florida",
                            "District of Columbia",
                            "Delaware",
                            "Connecticut",
                            "Colorado",
                            "California",
                            "Arkansas",
                            "Arizona",
                            "Alaska",
                            "Alabama"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "y": 0.905511811023622,
                        "font": {
                            "size": 11.9551681195517,
                            "color": "rgba(0,0,0,1)",
                            "family": "Open Sans"
                        },
                        "bgcolor": "rgba(255,255,255,1)",
                        "bordercolor": "transparent",
                        "borderwidth": 1.88976377952756
                    },
                    "margin": {
                        "b": 25.8364466583645,
                        "l": 103.943545039435,
                        "r": 7.30593607305936,
                        "t": 42.1685346616853
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        }
                    ],
                    "barmode": "relative",
                    "hovermode": "closest",
                    "showlegend": true,
                    "plot_bgcolor": "rgba(255,255,255,1)",
                    "paper_bgcolor": "rgba(255,255,255,1)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~akovacevich",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 21:21:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "akovacevich",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T15:52:02.696579Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~addadiedd/0.embed",
            "fid": "addadiedd:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/addadiedd:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/addadiedd:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/addadiedd/0/8_AMMV8IHOGFBBUB63G12II6M70U236M.png",
                "list-thumb": "https://api.plotly.com/v2/files/addadiedd:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/addadiedd:0",
                "plots": "https://api.plotly.com/v2/plots/addadiedd:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=addadiedd"
            },
            "owner": "addadiedd",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~addadiedd/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:52:03.267Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~addadiedd/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f3862225-81d6-4b20-8767-73bad128cb04",
                        "type": "scatter",
                        "xsrc": "addadiedd:1:6b22af",
                        "ysrc": "addadiedd:1:8ff470"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~addadiedd",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.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-17 15:24:17",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "addadiedd",
                "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-17T15:52:00.002050Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ytl28/1.embed",
            "fid": "ytl28:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ytl28:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ytl28/1/2_4IT2TT074E7L3GJHE3D6TGB0TPPBAW.png",
                "block-thumb": "https://api.plotly.com/v2/files/ytl28:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/ytl28:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ytl28:1",
                "plots": "https://api.plotly.com/v2/plots/ytl28:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=ytl28"
            },
            "owner": "ytl28",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~ytl28/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:52:00.019Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ytl28/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "ytl28:0:a68c13",
                        "ysrc": "ytl28:0:d1ce23",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            5.5
                        ],
                        "title": {
                            "text": "Speaker Grade"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            43.05263157894737
                        ],
                        "title": {
                            "text": "Word Error Rate"
                        },
                        "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/~ytl28",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 15:51:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ytl28",
                "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-17T15:51:01.825799Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67064.embed",
            "fid": "amper:67064",
            "filename": "06-15-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67064/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67064/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67064/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67064/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67064",
                "plots": "https://api.plotly.com/v2/plots/amper:67064",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-15-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67064/_06-15-19-ds-1656-alg-5421-param-1256-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:51:02.881Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67064/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "bcb7160f-a8dc-4a1f-986d-4c1d2aae3600",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67065:95eac1",
                        "ysrc": "amper:67065:79c713",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "10059381-f4b5-4220-8cd4-684cb2ed6d7b",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67065:95eac1",
                        "ysrc": "amper:67065:9489ba",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "06-15-19_ds-1656_alg-5421_param-1256_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
            }
        }
    ]
}