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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE1JTNBMTIlM0EyNS4zOTI4MTUlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNSUzQTIwJTNBMzIuMzg1NzU4JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T15:20:32.385758Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cpressl/3.embed",
            "fid": "cpressl:3",
            "filename": "scatter3d-w",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cpressl:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cpressl:3/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/cpressl:3/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/cpressl:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cpressl:3",
                "plots": "https://api.plotly.com/v2/plots/cpressl:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=cpressl"
            },
            "owner": "cpressl",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cpressl/3/",
            "world_readable": true,
            "date_modified": "2019-08-19T14:20:47.848Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cpressl/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(102,194,165,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "31",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:ce5f01",
                        "ysrc": "cpressl:2:4a315e",
                        "zsrc": "cpressl:2:9cf74d",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(102,194,165,1)"
                            },
                            "color": "rgba(102,194,165,1)",
                            "sizesrc": "cpressl:2:017940",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(102,194,165,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(102,194,165,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(102,194,165,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(145,186,152,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "32",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:fec201",
                        "ysrc": "cpressl:2:40e7ee",
                        "zsrc": "cpressl:2:93eef9",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(145,186,152,1)"
                            },
                            "color": "rgba(145,186,152,1)",
                            "sizesrc": "cpressl:2:2cce8b",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(145,186,152,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(145,186,152,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(145,186,152,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(176,178,139,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "33",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:1c3ec7",
                        "ysrc": "cpressl:2:253428",
                        "zsrc": "cpressl:2:4b362d",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(176,178,139,1)"
                            },
                            "color": "rgba(176,178,139,1)",
                            "sizesrc": "cpressl:2:d212f7",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(176,178,139,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(176,178,139,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(176,178,139,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(202,168,127,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "34",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:9f1111",
                        "ysrc": "cpressl:2:499209",
                        "zsrc": "cpressl:2:f5c2b3",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(202,168,127,1)"
                            },
                            "color": "rgba(202,168,127,1)",
                            "sizesrc": "cpressl:2:ed2a40",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(202,168,127,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(202,168,127,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(202,168,127,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(225,157,114,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "35",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:5e6eb8",
                        "ysrc": "cpressl:2:6faa13",
                        "zsrc": "cpressl:2:5894a2",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(225,157,114,1)"
                            },
                            "color": "rgba(225,157,114,1)",
                            "sizesrc": "cpressl:2:d3b8a4",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(225,157,114,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(225,157,114,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(225,157,114,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(246,145,102,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "36",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:60385b",
                        "ysrc": "cpressl:2:05c02d",
                        "zsrc": "cpressl:2:d29382",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(246,145,102,1)"
                            },
                            "color": "rgba(246,145,102,1)",
                            "sizesrc": "cpressl:2:dd3c32",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(246,145,102,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(246,145,102,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(246,145,102,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(241,144,113,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "37",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:ab4e57",
                        "ysrc": "cpressl:2:4a3e80",
                        "zsrc": "cpressl:2:c39112",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(241,144,113,1)"
                            },
                            "color": "rgba(241,144,113,1)",
                            "sizesrc": "cpressl:2:bb018b",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(241,144,113,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(241,144,113,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(241,144,113,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(224,148,133,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "38",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:8953a5",
                        "ysrc": "cpressl:2:7b308d",
                        "zsrc": "cpressl:2:450139",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(224,148,133,1)"
                            },
                            "color": "rgba(224,148,133,1)",
                            "sizesrc": "cpressl:2:07c4f5",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(224,148,133,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(224,148,133,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(224,148,133,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(206,152,152,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "39",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:6a5068",
                        "ysrc": "cpressl:2:902df8",
                        "zsrc": "cpressl:2:996fa9",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(206,152,152,1)"
                            },
                            "color": "rgba(206,152,152,1)",
                            "sizesrc": "cpressl:2:0dac51",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(206,152,152,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(206,152,152,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(206,152,152,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(184,155,172,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "40",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:c84964",
                        "ysrc": "cpressl:2:2cdfbc",
                        "zsrc": "cpressl:2:5ec0c0",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(184,155,172,1)"
                            },
                            "color": "rgba(184,155,172,1)",
                            "sizesrc": "cpressl:2:587013",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(184,155,172,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(184,155,172,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(184,155,172,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(159,158,192,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "41",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:33d8f7",
                        "ysrc": "cpressl:2:f15b97",
                        "zsrc": "cpressl:2:07aafc",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(159,158,192,1)"
                            },
                            "color": "rgba(159,158,192,1)",
                            "sizesrc": "cpressl:2:76c95e",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(159,158,192,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(159,158,192,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(159,158,192,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(150,159,202,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "42",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:b5b763",
                        "ysrc": "cpressl:2:ad5ea3",
                        "zsrc": "cpressl:2:54703b",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(150,159,202,1)"
                            },
                            "color": "rgba(150,159,202,1)",
                            "sizesrc": "cpressl:2:6f0b33",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(150,159,202,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(150,159,202,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(150,159,202,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(169,155,201,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "43",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:58eed7",
                        "ysrc": "cpressl:2:553b23",
                        "zsrc": "cpressl:2:bf70cf",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(169,155,201,1)"
                            },
                            "color": "rgba(169,155,201,1)",
                            "sizesrc": "cpressl:2:9cb7d1",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(169,155,201,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(169,155,201,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(169,155,201,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(186,152,199,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "44",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:7a0d4b",
                        "ysrc": "cpressl:2:e70e3d",
                        "zsrc": "cpressl:2:d553ed",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(186,152,199,1)"
                            },
                            "color": "rgba(186,152,199,1)",
                            "sizesrc": "cpressl:2:2ca0c9",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(186,152,199,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(186,152,199,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(186,152,199,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(203,147,198,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "45",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:7e2b37",
                        "ysrc": "cpressl:2:6c4759",
                        "zsrc": "cpressl:2:f1c0b5",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(203,147,198,1)"
                            },
                            "color": "rgba(203,147,198,1)",
                            "sizesrc": "cpressl:2:171c00",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(203,147,198,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(203,147,198,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(203,147,198,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(218,143,196,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "46",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:f9e487",
                        "ysrc": "cpressl:2:f06edb",
                        "zsrc": "cpressl:2:8f39dc",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(218,143,196,1)"
                            },
                            "color": "rgba(218,143,196,1)",
                            "sizesrc": "cpressl:2:6c9ac8",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(218,143,196,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(218,143,196,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(218,143,196,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(230,141,192,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "47",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:7aef13",
                        "ysrc": "cpressl:2:487b8e",
                        "zsrc": "cpressl:2:ea8a32",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(230,141,192,1)"
                            },
                            "color": "rgba(230,141,192,1)",
                            "sizesrc": "cpressl:2:ce12ea",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(230,141,192,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(230,141,192,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(230,141,192,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(221,158,173,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "48",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:224c4f",
                        "ysrc": "cpressl:2:fe2e4c",
                        "zsrc": "cpressl:2:003270",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(221,158,173,1)"
                            },
                            "color": "rgba(221,158,173,1)",
                            "sizesrc": "cpressl:2:b2bf64",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(221,158,173,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(221,158,173,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(221,158,173,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(211,173,154,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "49",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:07edb7",
                        "ysrc": "cpressl:2:798a86",
                        "zsrc": "cpressl:2:95bb98",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(211,173,154,1)"
                            },
                            "color": "rgba(211,173,154,1)",
                            "sizesrc": "cpressl:2:aa63d2",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(211,173,154,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(211,173,154,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(211,173,154,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(199,188,134,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "50",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:e2d01e",
                        "ysrc": "cpressl:2:f10501",
                        "zsrc": "cpressl:2:c6c5bd",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(199,188,134,1)"
                            },
                            "color": "rgba(199,188,134,1)",
                            "sizesrc": "cpressl:2:7e38e5",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(199,188,134,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(199,188,134,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(199,188,134,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(185,201,112,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "51",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:3deba5",
                        "ysrc": "cpressl:2:6b746a",
                        "zsrc": "cpressl:2:2bda3e",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(185,201,112,1)"
                            },
                            "color": "rgba(185,201,112,1)",
                            "sizesrc": "cpressl:2:38929f",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(185,201,112,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(185,201,112,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(185,201,112,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(169,214,88,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "52",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:4fb714",
                        "ysrc": "cpressl:2:ef1b77",
                        "zsrc": "cpressl:2:c82887",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(169,214,88,1)"
                            },
                            "color": "rgba(169,214,88,1)",
                            "sizesrc": "cpressl:2:1f1307",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(169,214,88,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(169,214,88,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(169,214,88,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(182,217,79,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "53",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:4c86c3",
                        "ysrc": "cpressl:2:9aa06a",
                        "zsrc": "cpressl:2:5b189e",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(182,217,79,1)"
                            },
                            "color": "rgba(182,217,79,1)",
                            "sizesrc": "cpressl:2:3b17ec",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(182,217,79,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(182,217,79,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(182,217,79,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(199,217,73,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "54",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:266100",
                        "ysrc": "cpressl:2:bdc36d",
                        "zsrc": "cpressl:2:4b60f7",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(199,217,73,1)"
                            },
                            "color": "rgba(199,217,73,1)",
                            "sizesrc": "cpressl:2:ed7c45",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(199,217,73,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(199,217,73,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(199,217,73,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(216,217,66,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "55",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:f0fed0",
                        "ysrc": "cpressl:2:fa59df",
                        "zsrc": "cpressl:2:4766e3",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(216,217,66,1)"
                            },
                            "color": "rgba(216,217,66,1)",
                            "sizesrc": "cpressl:2:c2e685",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(216,217,66,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(216,217,66,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(216,217,66,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(233,217,59,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "56",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:7e88e7",
                        "ysrc": "cpressl:2:69d382",
                        "zsrc": "cpressl:2:bbdda3",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(233,217,59,1)"
                            },
                            "color": "rgba(233,217,59,1)",
                            "sizesrc": "cpressl:2:2782e3",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(233,217,59,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(233,217,59,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(233,217,59,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(248,217,51,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "57",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:d1b764",
                        "ysrc": "cpressl:2:7e9785",
                        "zsrc": "cpressl:2:524f6d",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(248,217,51,1)"
                            },
                            "color": "rgba(248,217,51,1)",
                            "sizesrc": "cpressl:2:89286e",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(248,217,51,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(248,217,51,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(248,217,51,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(253,215,63,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "58",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:dbef85",
                        "ysrc": "cpressl:2:42b096",
                        "zsrc": "cpressl:2:c8ce37",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(253,215,63,1)"
                            },
                            "color": "rgba(253,215,63,1)",
                            "sizesrc": "cpressl:2:5b5cd5",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(253,215,63,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(253,215,63,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(253,215,63,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(249,211,85,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "59",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:960722",
                        "ysrc": "cpressl:2:31e56f",
                        "zsrc": "cpressl:2:aaeada",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(249,211,85,1)"
                            },
                            "color": "rgba(249,211,85,1)",
                            "sizesrc": "cpressl:2:a80583",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(249,211,85,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(249,211,85,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(249,211,85,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(244,207,104,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "60",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:d0d0a5",
                        "ysrc": "cpressl:2:83a8c3",
                        "zsrc": "cpressl:2:a91969",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(244,207,104,1)"
                            },
                            "color": "rgba(244,207,104,1)",
                            "sizesrc": "cpressl:2:a91cb5",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(244,207,104,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(244,207,104,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(244,207,104,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(239,203,121,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "61",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:481d2c",
                        "ysrc": "cpressl:2:bbd88e",
                        "zsrc": "cpressl:2:e4cd40",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(239,203,121,1)"
                            },
                            "color": "rgba(239,203,121,1)",
                            "sizesrc": "cpressl:2:f84def",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(239,203,121,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(239,203,121,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(239,203,121,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(233,199,137,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "62",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:8f155e",
                        "ysrc": "cpressl:2:e7d819",
                        "zsrc": "cpressl:2:3ee408",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(233,199,137,1)"
                            },
                            "color": "rgba(233,199,137,1)",
                            "sizesrc": "cpressl:2:07e909",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(233,199,137,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(233,199,137,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(233,199,137,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(227,195,150,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "63",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:0c4253",
                        "ysrc": "cpressl:2:8a0248",
                        "zsrc": "cpressl:2:a2f8a8",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(227,195,150,1)"
                            },
                            "color": "rgba(227,195,150,1)",
                            "sizesrc": "cpressl:2:295927",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(227,195,150,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(227,195,150,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(227,195,150,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(218,192,156,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "64",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:239e69",
                        "ysrc": "cpressl:2:16d5af",
                        "zsrc": "cpressl:2:ddc3e2",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(218,192,156,1)"
                            },
                            "color": "rgba(218,192,156,1)",
                            "sizesrc": "cpressl:2:fc10bf",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(218,192,156,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(218,192,156,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(218,192,156,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(208,189,162,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "65",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:c0d314",
                        "ysrc": "cpressl:2:eb4a4d",
                        "zsrc": "cpressl:2:663afc",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(208,189,162,1)"
                            },
                            "color": "rgba(208,189,162,1)",
                            "sizesrc": "cpressl:2:d82611",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(208,189,162,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(208,189,162,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(208,189,162,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(199,185,168,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "66",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:955f33",
                        "ysrc": "cpressl:2:eca067",
                        "zsrc": "cpressl:2:ae182b",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(199,185,168,1)"
                            },
                            "color": "rgba(199,185,168,1)",
                            "sizesrc": "cpressl:2:6abd46",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(199,185,168,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(199,185,168,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(199,185,168,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(189,182,173,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "67",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:9d0e58",
                        "ysrc": "cpressl:2:6b5d93",
                        "zsrc": "cpressl:2:6655c6",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(189,182,173,1)"
                            },
                            "color": "rgba(189,182,173,1)",
                            "sizesrc": "cpressl:2:f46edf",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(189,182,173,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(189,182,173,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(189,182,173,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(179,179,179,1)",
                            "width": 55
                        },
                        "mode": "markers",
                        "name": "high",
                        "type": "scatter3d",
                        "xsrc": "cpressl:2:bdf6a9",
                        "ysrc": "cpressl:2:a1f97a",
                        "zsrc": "cpressl:2:6e6a91",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(179,179,179,1)"
                            },
                            "color": "rgba(179,179,179,1)",
                            "sizesrc": "cpressl:2:07311e",
                            "sizemode": "area"
                        },
                        "error_x": {
                            "color": "rgba(179,179,179,1)",
                            "width": 55
                        },
                        "error_y": {
                            "color": "rgba(179,179,179,1)",
                            "width": 55
                        },
                        "textfont": {
                            "size": 55,
                            "color": "rgba(179,179,179,1)"
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": "vpmt"
                        },
                        "yaxis": {
                            "title": "aamt"
                        },
                        "zaxis": {
                            "title": "cfmt"
                        }
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cpressl",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 15:11:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cpressl",
                "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:19:22.906899Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~eonr/6.embed",
            "fid": "eonr:6",
            "filename": "faces-SAAClip-4 minutes",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/eonr/6/9_FTL2N5HGNUJ3E48SNGAHVF28HYIMHR.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/eonr/6/2_6KGJNWW0DPO7U2A9XG1TH1E1M622R4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/eonr/6/8_R4BUC3YH072CTK5H5FKI1T3TSD2D8F.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/eonr/6/9_FTL2N5HGNUJ3E48SNGAHVF28HYIMHR.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/eonr:6",
                "plots": "https://api.plotly.com/v2/plots/eonr:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=eonr"
            },
            "owner": "eonr",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 15,
            "web_url": "https://chart-studio.plotly.com/~eonr/6/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:21:54.308Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~eonr/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "61dbc3b7-1510-4860-9673-3e763b89f0e6",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:7:56497f",
                        "ysrc": "eonr:7:ae1679",
                        "zsrc": "eonr:7:eeb8a4",
                        "marker": {
                            "size": 12,
                            "opacity": 0.8,
                            "colorsrc": "eonr:7:8cf2b7",
                            "colorscale": "Viridis"
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": {
                                "text": "feature-1"
                            }
                        },
                        "yaxis": {
                            "title": {
                                "text": "feature-2"
                            }
                        },
                        "zaxis": {
                            "title": {
                                "text": "Time"
                            }
                        }
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~eonr",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:45:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "eonr",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T15:18:05.790343Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~eonr/4.embed",
            "fid": "eonr:4",
            "filename": "faces-2006-2 hours",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/eonr/4/9_171QWBCOZWPAQWT814EALVMFFRHTZ6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/eonr/4/2_HPM9X4QOFIMFZLJ8VXZPH2LLET781H.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/eonr/4/8_L2WUO6PCC3NXBG35CPUG5WJ494SD06.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/eonr/4/9_171QWBCOZWPAQWT814EALVMFFRHTZ6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/eonr:4",
                "plots": "https://api.plotly.com/v2/plots/eonr:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=eonr"
            },
            "owner": "eonr",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 19,
            "web_url": "https://chart-studio.plotly.com/~eonr/4/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:18:06.333Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~eonr/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ef0cc355-02b0-47fa-b404-7f4360c4251a",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:5:65ebeb",
                        "ysrc": "eonr:5:fc324f",
                        "zsrc": "eonr:5:1f5a7e",
                        "marker": {
                            "size": 12,
                            "opacity": 0.8,
                            "colorsrc": "eonr:5:be3901",
                            "colorscale": "Viridis"
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": {
                                "text": "feature-1"
                            }
                        },
                        "yaxis": {
                            "title": {
                                "text": "feature-2"
                            }
                        },
                        "zaxis": {
                            "title": {
                                "text": "Time"
                            }
                        }
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~eonr",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:45:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "eonr",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T15:17:17.734521Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~eonr/2.embed",
            "fid": "eonr:2",
            "filename": "faces-2006-8 hours",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/eonr/2/9_E1MAFMRC6JR3T5VI8HH2BXRAGUNFDX.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/eonr/2/2_935OCU1F0ZV36J6TF9Z6O69K9TFDQA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/eonr/2/8_Q87J7P2JE2IIIHF26QTM3E11J0QU9G.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/eonr/2/9_E1MAFMRC6JR3T5VI8HH2BXRAGUNFDX.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/eonr:2",
                "plots": "https://api.plotly.com/v2/plots/eonr:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=eonr"
            },
            "owner": "eonr",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 14,
            "web_url": "https://chart-studio.plotly.com/~eonr/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:17:18.364Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~eonr/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7ef0378f-577d-4449-bf28-c06bfa20b53d",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "eonr:3:030611",
                        "ysrc": "eonr:3:c68c19",
                        "zsrc": "eonr:3:f59f3f",
                        "marker": {
                            "size": 12,
                            "opacity": 0.8,
                            "colorsrc": "eonr:3:e57ce9",
                            "colorscale": "Viridis"
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": {
                                "text": "feature-1"
                            }
                        },
                        "yaxis": {
                            "title": {
                                "text": "feature-2"
                            }
                        },
                        "zaxis": {
                            "title": {
                                "text": "Time"
                            }
                        }
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~eonr",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:45:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "eonr",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T15:14:33.366415Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cpressl/1.embed",
            "fid": "cpressl:1",
            "filename": "scatter3d-basic",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cpressl:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cpressl:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/cpressl:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/cpressl:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cpressl:1",
                "plots": "https://api.plotly.com/v2/plots/cpressl:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=cpressl"
            },
            "owner": "cpressl",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cpressl/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:19:58.564Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cpressl/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(191,56,42,1)"
                        },
                        "mode": "markers",
                        "name": "Automatic",
                        "type": "scatter3d",
                        "xsrc": "cpressl:0:4cf029",
                        "ysrc": "cpressl:0:34094d",
                        "zsrc": "cpressl:0:64a884",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(191,56,42,1)"
                            },
                            "color": "rgba(191,56,42,1)"
                        },
                        "error_x": {
                            "color": "rgba(191,56,42,1)"
                        },
                        "error_y": {
                            "color": "rgba(191,56,42,1)"
                        },
                        "textfont": {
                            "color": "rgba(191,56,42,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(12,75,142,1)"
                        },
                        "mode": "markers",
                        "name": "Manual",
                        "type": "scatter3d",
                        "xsrc": "cpressl:0:a6d771",
                        "ysrc": "cpressl:0:5a36d9",
                        "zsrc": "cpressl:0:ab9cf0",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(12,75,142,1)"
                            },
                            "color": "rgba(12,75,142,1)"
                        },
                        "error_x": {
                            "color": "rgba(12,75,142,1)"
                        },
                        "error_y": {
                            "color": "rgba(12,75,142,1)"
                        },
                        "textfont": {
                            "color": "rgba(12,75,142,1)"
                        }
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": "Weight"
                        },
                        "yaxis": {
                            "title": "Gross horsepower"
                        },
                        "zaxis": {
                            "title": "1/4 mile time"
                        }
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cpressl",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 15:11:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cpressl",
                "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:13:50.867844Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cornenagel/22.embed",
            "fid": "cornenagel:22",
            "filename": "plot from API (6)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cornenagel:22/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cornenagel:22/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cornenagel/22/8_4Y8KIH0ODP8WC1IBLPHHTZMSBRL4CA.png",
                "list-thumb": "https://api.plotly.com/v2/files/cornenagel:22/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cornenagel:22",
                "plots": "https://api.plotly.com/v2/plots/cornenagel:22",
                "parent": "https://api.plotly.com/v2/folders/home?user=cornenagel"
            },
            "owner": "cornenagel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Feature Importance",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cornenagel/22/feature-importance/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:13:51.287Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cornenagel/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "44c6af09-f082-4688-af0a-5af011e46b70",
                        "type": "bar",
                        "xsrc": "cornenagel:23:9e6099",
                        "ysrc": "cornenagel:23:489e70",
                        "opacity": 0.8,
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "title": {
                        "x": 0,
                        "text": "Feature Importance",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Relative Importance"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Feature Name"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cornenagel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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-08-09 20:59:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cornenagel",
                "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:13:43.093753Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cornenagel/20.embed",
            "fid": "cornenagel:20",
            "filename": "plot from API (5)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cornenagel:20/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cornenagel:20/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cornenagel/20/8_8A6HXPOHAIBZGH0EPKKK6J4FQ1EWGD.png",
                "list-thumb": "https://api.plotly.com/v2/files/cornenagel:20/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cornenagel:20",
                "plots": "https://api.plotly.com/v2/plots/cornenagel:20",
                "parent": "https://api.plotly.com/v2/folders/home?user=cornenagel"
            },
            "owner": "cornenagel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Feature Importance",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cornenagel/20/feature-importance/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:13:43.576Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cornenagel/20/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "888ff545-3da5-4bfa-b4c0-170eedc362eb",
                        "type": "bar",
                        "xsrc": "cornenagel:21:cf2a3d",
                        "ysrc": "cornenagel:21:7eda65",
                        "opacity": 0.8,
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "title": {
                        "x": 0.1,
                        "text": "Feature Importance",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Relative Importance"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Feature Name"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cornenagel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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-08-09 20:59:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cornenagel",
                "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:13:09.871279Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~weilsh/1.embed",
            "fid": "weilsh:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/weilsh:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/weilsh:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/weilsh:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/weilsh:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/weilsh:1",
                "plots": "https://api.plotly.com/v2/plots/weilsh:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=weilsh"
            },
            "owner": "weilsh",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~weilsh/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:13:09.884Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~weilsh/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1f9a3b",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(166,97,26,1)",
                            "shape": "hv",
                            "width": 1.88976377952756
                        },
                        "mode": "lines",
                        "name": "low",
                        "type": "scatter",
                        "xsrc": "weilsh:0:c4a229",
                        "ysrc": "weilsh:0:7a2a67",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "weilsh:0:0cddef",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "low"
                    },
                    {
                        "uid": "147667",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(1,133,113,1)",
                            "shape": "hv",
                            "width": 1.88976377952756
                        },
                        "mode": "lines",
                        "name": "high",
                        "type": "scatter",
                        "xsrc": "weilsh:0:b95514",
                        "ysrc": "weilsh:0:fb0962",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "weilsh:0:c104a2",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "high"
                    },
                    {
                        "uid": "92b44d",
                        "mode": "markers",
                        "name": "(low,1)",
                        "type": "scatter",
                        "xsrc": "weilsh:0:8fe324",
                        "ysrc": "weilsh:0:d5d9f1",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(166,97,26,1)",
                                "width": 1.88976377952756
                            },
                            "size": 7.55905511811024,
                            "color": "rgba(166,97,26,1)",
                            "symbol": "cross-thin-open",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "weilsh:0:954174",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "(low,1)"
                    },
                    {
                        "uid": "610e4b",
                        "mode": "markers",
                        "name": "(high,1)",
                        "type": "scatter",
                        "xsrc": "weilsh:0:2d5230",
                        "ysrc": "weilsh:0:56afef",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(1,133,113,1)",
                                "width": 1.88976377952756
                            },
                            "size": 7.55905511811024,
                            "color": "rgba(1,133,113,1)",
                            "symbol": "cross-thin-open",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "weilsh:0:ab91e7",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "(high,1)"
                    },
                    {
                        "uid": "55e34e",
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "weilsh:0:7cb673",
                        "ysrc": "weilsh:0:0a447f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "weilsh:0:0fa66b",
                        "textfont": {
                            "size": 14.6645669291339,
                            "color": "rgba(0, 0, 0, 1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "weilsh:0:11860d"
                    },
                    {
                        "uid": "764a85",
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "weilsh:0:7cb673",
                        "ysrc": "weilsh:0:8fdd9e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "weilsh:0:5b11c3",
                        "textfont": {
                            "size": 14.6645669291339,
                            "color": "rgba(0, 0, 0, 1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "weilsh:0:583c13"
                    },
                    {
                        "uid": "fc1ee5",
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "weilsh:0:7cb673",
                        "ysrc": "weilsh:0:13194c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "weilsh:0:d448a9",
                        "textfont": {
                            "size": 14.6645669291339,
                            "color": "rgba(0, 0, 0, 1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "weilsh:0:434e2d"
                    },
                    {
                        "uid": "39fc9e",
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "weilsh:0:7cb673",
                        "ysrc": "weilsh:0:ec07b2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "weilsh:0:669de7",
                        "textfont": {
                            "size": 14.6645669291339,
                            "color": "rgba(0, 0, 0, 1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "weilsh:0:0148ec"
                    },
                    {
                        "uid": "bbcee7",
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "weilsh:0:9c62ba",
                        "ysrc": "weilsh:0:b9ad4e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "weilsh:0:d4a70d",
                        "textfont": {
                            "size": 14.6645669291339,
                            "color": "rgba(0, 0, 0, 1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "weilsh:0:27fb03"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 15.9402241594022,
                        "color": "rgba(0, 0, 0, 1)",
                        "family": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -7.56166666666665,
                            158.795
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 15.9402241594022,
                                "color": "rgba(0, 0, 0, 1)",
                                "family": ""
                            },
                            "text": "Time(months)"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.98505603985056,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 12.7521793275218,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "50",
                            "100",
                            "150"
                        ],
                        "tickvals": [
                            0,
                            50,
                            100,
                            150
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.724555643609193,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.724555643609193,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "50",
                            "100",
                            "150"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 15.9402241594022,
                                "color": "rgba(0, 0, 0, 1)",
                                "family": ""
                            },
                            "text": "Percent Survival"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.98505603985056,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 12.7521793275218,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0.00",
                            "0.25",
                            "0.50",
                            "0.75",
                            "1.00"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.724555643609193,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.724555643609193,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0.00",
                            "0.25",
                            "0.50",
                            "0.75",
                            "1.00"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "x": 1.02,
                        "y": 0.929133858267717,
                        "font": {
                            "size": 12.7521793275218,
                            "color": "rgba(0, 0, 0, 1)",
                            "family": ""
                        },
                        "bgcolor": "rgba(255,255,255,1)",
                        "bordercolor": "transparent",
                        "borderwidth": 2.06156048675734
                    },
                    "margin": {
                        "b": 43.3042756330428,
                        "l": 53.3997509339975,
                        "r": 7.97011207970112,
                        "t": 26.6268161062682
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": "rgba(51,51,51,1)",
                                "width": 0.724555643609193,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": "transparent"
                        }
                    ],
                    "barmode": "relative",
                    "autosize": true,
                    "hovermode": "closest",
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 1.02,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 15.9402241594022,
                                "color": "rgba(0, 0, 0, 1)",
                                "family": ""
                            },
                            "text": "group",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "left",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0,
                            "legendTitle": 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/~weilsh",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.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": "2019-06-17 15:11:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "weilsh",
                "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:12:48.822266Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cornenagel/18.embed",
            "fid": "cornenagel:18",
            "filename": "plot from API (4)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cornenagel:18/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cornenagel:18/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cornenagel/18/8_11GSKQ4V788W1RE47MH7TVXEO9909U.png",
                "list-thumb": "https://api.plotly.com/v2/files/cornenagel:18/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cornenagel:18",
                "plots": "https://api.plotly.com/v2/plots/cornenagel:18",
                "parent": "https://api.plotly.com/v2/folders/home?user=cornenagel"
            },
            "owner": "cornenagel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Feature Importance",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cornenagel/18/feature-importance/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:12:49.264Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cornenagel/18/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c97547e4-0052-4c18-96b3-877dcee16888",
                        "type": "bar",
                        "xsrc": "cornenagel:19:01013f",
                        "ysrc": "cornenagel:19:4defc0",
                        "opacity": 0.8,
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "title": {
                        "x": 0,
                        "text": "Feature Importance",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Relative Importance"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Feature Name"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cornenagel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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-08-09 20:59:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cornenagel",
                "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:12:25.392815Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ssantiagococa/25.embed",
            "fid": "ssantiagococa:25",
            "filename": "Plot 25",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ssantiagococa:25/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ssantiagococa:25/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ssantiagococa/25/8_FCV95EMNZGDXTPUBJY0BUOD8PEO5O2.png",
                "list-thumb": "https://api.plotly.com/v2/files/ssantiagococa:25/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ssantiagococa:25",
                "plots": "https://api.plotly.com/v2/plots/ssantiagococa:25",
                "parent": "https://api.plotly.com/v2/folders/home?user=ssantiagococa"
            },
            "owner": "ssantiagococa",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ssantiagococa/25/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:12:25.410Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ssantiagococa/25/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "2a0d6458-b2f7-4bc9-83f6-f9aaaf040421",
                        "name": "0 - 2",
                        "type": "scattergeo",
                        "latsrc": "ssantiagococa:24:1faa10",
                        "lonsrc": "ssantiagococa:24:bb9d10",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(0,116,217)",
                            "sizesrc": "ssantiagococa:24:1471c7",
                            "sizemode": "area"
                        },
                        "textsrc": "ssantiagococa:24:d4adb4",
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "97345f31-688e-4556-ad9c-69a2ac687dbb",
                        "name": "3 - 10",
                        "type": "scattergeo",
                        "latsrc": "ssantiagococa:24:92c034",
                        "lonsrc": "ssantiagococa:24:368e12",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(255,65,54)",
                            "sizesrc": "ssantiagococa:24:52459d",
                            "sizemode": "area"
                        },
                        "textsrc": "ssantiagococa:24:983607",
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "b4741c8b-62f7-47f6-9c8f-b8120767600a",
                        "name": "11 - 20",
                        "type": "scattergeo",
                        "latsrc": "ssantiagococa:24:4ae289",
                        "lonsrc": "ssantiagococa:24:01c2e2",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(133,20,75)",
                            "sizesrc": "ssantiagococa:24:d95943",
                            "sizemode": "area"
                        },
                        "textsrc": "ssantiagococa:24:c1d276",
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "60e614c1-eb36-4414-b863-96a697ceb0ca",
                        "name": "21 - 50",
                        "type": "scattergeo",
                        "latsrc": "ssantiagococa:24:0f6227",
                        "lonsrc": "ssantiagococa:24:f8a8c2",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(255,133,27)",
                            "sizesrc": "ssantiagococa:24:2727c4",
                            "sizemode": "area"
                        },
                        "textsrc": "ssantiagococa:24:9e02d2",
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "0532b796-befc-41fd-b359-a6e936c63fad",
                        "name": "50 - 3000",
                        "type": "scattergeo",
                        "latsrc": "ssantiagococa:24:6527f2",
                        "lonsrc": "ssantiagococa:24:9af913",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "lightgrey",
                            "sizesrc": "ssantiagococa:24:21995f",
                            "sizemode": "area"
                        },
                        "textsrc": "ssantiagococa:24:5a308e",
                        "locationmode": "USA-states"
                    }
                ],
                "frames": [],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "center": {
                            "lat": 65.92243122227875,
                            "lon": -123.3252639628898
                        },
                        "showland": true,
                        "landcolor": "rgb(217, 217, 217)",
                        "projection": {
                            "type": "albers usa",
                            "scale": 0.3685673043227753
                        },
                        "countrycolor": "rgb(255, 255, 255)",
                        "countrywidth": 1,
                        "subunitcolor": "rgb(255, 255, 255)",
                        "subunitwidth": 1
                    },
                    "title": {
                        "text": "2014 US city populations<br>(Click legend to toggle traces)"
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ssantiagococa",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.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-05-17 08:57:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ssantiagococa",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}