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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIxKzAwJTNBMTUlM0EyMC4zNjkyMjMlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMSswMCUzQTIxJTNBNTAuMTkxMDU1JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-03-21T00:21:50.191055Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~teresa18819057729/6.embed",
            "fid": "teresa18819057729:6",
            "filename": "Plot 6",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/teresa18819057729/6/9_3LP7D48IUW55J6NR1ILO39W6OFPHZG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/teresa18819057729/6/2_0RIDLBW5L9ZVUK4BYZZ4J2OWWMAL5Q.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/teresa18819057729/6/8_LJ8B3PONNP1HXZJ8XZ3PLBP6VW7URT.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/teresa18819057729/6/9_3LP7D48IUW55J6NR1ILO39W6OFPHZG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/teresa18819057729:6",
                "plots": "https://api.plotly.com/v2/plots/teresa18819057729:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=teresa18819057729"
            },
            "owner": "teresa18819057729",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~teresa18819057729/6/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:24:46.854Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~teresa18819057729/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "35ml",
                        "type": "scatter",
                        "xsrc": "teresa18819057729:5:609b46",
                        "ysrc": "teresa18819057729:5:124fbe",
                        "xaxis": "x2"
                    },
                    {
                        "mode": "markers",
                        "name": "15ml",
                        "type": "scatter",
                        "xsrc": "teresa18819057729:5:609b46",
                        "ysrc": "teresa18819057729:5:ead803"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Evaporation based on time vs volume of the liquids"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.4330607299712252,
                            7.433060729971225
                        ],
                        "title": {
                            "text": "Passed time for evaporation"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            2.798459563543004,
                            37.201540436456995
                        ],
                        "title": {
                            "text": "Volume of the liquids"
                        },
                        "autorange": true
                    },
                    "xaxis2": {
                        "side": "top",
                        "type": "linear",
                        "range": [
                            -0.4330607299712252,
                            7.433060729971225
                        ],
                        "autorange": true,
                        "overlaying": "x"
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~teresa18819057729",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-11-05 01:16:13",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "teresa18819057729",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:21:39.510864Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ldeleon1960/1.embed",
            "fid": "ldeleon1960:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ldeleon1960/1/9_5WSDF3EH905JSANCJT2ZQ4O6KOZEY3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ldeleon1960/1/2_3QK6WDGP10YNS02JF9LXZVIUQWN3AW.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ldeleon1960/1/8_UEGJ3ZVW4ZDZ1XBSAQOWCGXIHRP3WS.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ldeleon1960/1/9_5WSDF3EH905JSANCJT2ZQ4O6KOZEY3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ldeleon1960:1",
                "plots": "https://api.plotly.com/v2/plots/ldeleon1960:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=ldeleon1960"
            },
            "owner": "ldeleon1960",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~ldeleon1960/1/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:21:39.526Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ldeleon1960/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "A",
                        "type": "bar",
                        "xsrc": "ldeleon1960:0:ab4487,39b0b8*",
                        "ysrc": "ldeleon1960:0:d2723d",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "multicategory",
                        "range": [
                            -0.5,
                            6.5
                        ],
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            9373.684210526315
                        ],
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "barmode": "group",
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ldeleon1960",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "Luis De Leon",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-21 00:21:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ldeleon1960",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:21:21.668054Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk/67.embed",
            "fid": "PiotrBenedysiuk:67",
            "filename": "mpl-quiver-with-custom-arrow-size",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/67/9_MQK7JX9KCWQ5WN4ZY8IQELBZY2UIAW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/67/2_X3X8XGLCGRH5VESU0R3C7MX969F16T.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/67/8_4NQECXWX2NKQ3ZPFUPBHXOIUR9ZLNH.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/PiotrBenedysiuk/67/9_MQK7JX9KCWQ5WN4ZY8IQELBZY2UIAW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/PiotrBenedysiuk:67",
                "plots": "https://api.plotly.com/v2/plots/PiotrBenedysiuk:67",
                "parent": "https://api.plotly.com/v2/folders/home?user=PiotrBenedysiuk"
            },
            "owner": "PiotrBenedysiuk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "quiver",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk/67/quiver/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:21:32.863Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk/67/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "85ccc4e4-967f-48c4-9f8c-639fe6ef2580",
                        "line": {
                            "color": "rgb(0,200,0)",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "quiver",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:68:d2bd0a",
                        "ysrc": "PiotrBenedysiuk:68:ccd636"
                    },
                    {
                        "uid": "0afe7ca0-78dc-4816-b204-b63754776e38",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "PiotrBenedysiuk:68:b43c33",
                        "ysrc": "PiotrBenedysiuk:68:64bfed",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,0,0,1.0)",
                                "width": 1.0
                            },
                            "size": 6.0,
                            "color": "rgba(255,0,0,1.0)",
                            "symbol": "circle"
                        }
                    }
                ],
                "layout": {
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~PiotrBenedysiuk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-07-31 12:12:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "PiotrBenedysiuk",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:20:05.493246Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~shrinivas777/317.embed",
            "fid": "shrinivas777:317",
            "filename": "plot from API (5)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/shrinivas777/317/9_83CFQXBZAJP2BOWR69NVIHG3HZAU1S.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/shrinivas777/317/2_PNT2REMHCAJU67ORFEE7BHYA5M8CX2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/shrinivas777/317/8_BUQSMBQJUJ3REQA4QM1GCD97JZXFSN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/shrinivas777/317/9_83CFQXBZAJP2BOWR69NVIHG3HZAU1S.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/shrinivas777:317",
                "plots": "https://api.plotly.com/v2/plots/shrinivas777:317",
                "parent": "https://api.plotly.com/v2/folders/home?user=shrinivas777"
            },
            "owner": "shrinivas777",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "embarked=[\"C\"] | sex=[\"female\"] | survived=[\"0.0\"], embarked=[\"C\"] | sex=[\"female\"] | survived=[\"1.0\"], embarked=[\"C\"] | sex=[\"male\"] | survived=[\"0.0\"], embarked=[\"C\"] | sex=[\"male\"] | survived=[\"1.0\"], embarked=[\"Q\"] | sex=[\"female\"] | survived=[\"0.0\"], embarked=[\"Q\"] | sex=[\"female\"] | survived=[\"1.0\"], embarked=[\"Q\"] | sex=[\"male\"] | survived=[\"0.0\"], embarked=[\"Q\"] | sex=[\"male\"] | survived=[\"1.0\"], embarked=[\"S\"] | sex=[\"female\"] | survived=[\"0.0\"], embarked=[\"S\"] | sex=[\"female\"] | survived=[\"1.0\"], embarked=[\"S\"] | sex=[\"male\"] | survived=[\"0.0\"], embarked=[\"S\"] | sex=[\"male\"] | survived=[\"1.0\"]",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~shrinivas777/317/embarkedc-sexfemale-survived00-embarkedc-sexfemale-survived10-embarkedc-sexmale-/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:20:05.922Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~shrinivas777/317/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9535abca-ac41-4baf-b5a2-3cd52f2de647",
                        "name": "embarked=[\"C\"] | sex=[\"female\"] | survived=[\"0.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:318:d40aa0",
                        "marker": {
                            "color": "rgb(0, 0, 0)"
                        }
                    },
                    {
                        "uid": "4b21dcc1-5f41-4734-999e-dcec7f6deaff",
                        "name": "embarked=[\"C\"] | sex=[\"female\"] | survived=[\"1.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:318:374cb6",
                        "marker": {
                            "color": "rgb(0, 0, 256)"
                        }
                    },
                    {
                        "uid": "16d56f09-bee8-458c-9d04-77a4d3dbbc34",
                        "name": "embarked=[\"C\"] | sex=[\"male\"] | survived=[\"0.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:318:d812cc",
                        "marker": {
                            "color": "rgb(0, 256, 0)"
                        }
                    },
                    {
                        "uid": "9cfcee2d-46d6-44d5-ac3c-749efd00e627",
                        "name": "embarked=[\"C\"] | sex=[\"male\"] | survived=[\"1.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:318:8d53db",
                        "marker": {
                            "color": "rgb(0, 256, 256)"
                        }
                    },
                    {
                        "uid": "4e376393-0780-474d-82e2-917b28e9df0d",
                        "name": "embarked=[\"Q\"] | sex=[\"female\"] | survived=[\"0.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:318:c055de",
                        "marker": {
                            "color": "rgb(128, 0, 0)"
                        }
                    },
                    {
                        "uid": "45961d57-3e38-461c-862b-7a7a37035668",
                        "name": "embarked=[\"Q\"] | sex=[\"female\"] | survived=[\"1.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:318:4db675",
                        "marker": {
                            "color": "rgb(128, 0, 256)"
                        }
                    },
                    {
                        "uid": "9aba5f8c-4296-497b-8eb9-1a4f8e06bec1",
                        "name": "embarked=[\"Q\"] | sex=[\"male\"] | survived=[\"0.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:318:a14924",
                        "marker": {
                            "color": "rgb(128, 256, 0)"
                        }
                    },
                    {
                        "uid": "3288a3be-1cf5-4f92-88ee-f7630f1c17ed",
                        "name": "embarked=[\"Q\"] | sex=[\"male\"] | survived=[\"1.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:318:2dcd89",
                        "marker": {
                            "color": "rgb(128, 256, 256)"
                        }
                    },
                    {
                        "uid": "7cb2c91d-7acf-497b-ba7a-8cf60fb4787a",
                        "name": "embarked=[\"S\"] | sex=[\"female\"] | survived=[\"0.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:318:49d8e3",
                        "marker": {
                            "color": "rgb(256, 0, 0)"
                        }
                    },
                    {
                        "uid": "d32ed661-2915-4be7-b503-e9e20ac35746",
                        "name": "embarked=[\"S\"] | sex=[\"female\"] | survived=[\"1.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:318:bae880",
                        "marker": {
                            "color": "rgb(256, 0, 256)"
                        }
                    },
                    {
                        "uid": "8bb01232-1519-4889-bf05-0e678d755f51",
                        "name": "embarked=[\"S\"] | sex=[\"male\"] | survived=[\"0.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:318:4092e7",
                        "marker": {
                            "color": "rgb(256, 256, 0)"
                        }
                    },
                    {
                        "uid": "ebcd97de-febc-44e5-81a3-62202ebea0bd",
                        "name": "embarked=[\"S\"] | sex=[\"male\"] | survived=[\"1.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:318:8df0ce",
                        "marker": {
                            "color": "rgb(256, 256, 256)"
                        }
                    }
                ],
                "layout": {
                    "width": 1000,
                    "height": 500,
                    "margin": {
                        "b": 10,
                        "l": 50,
                        "r": 50,
                        "t": 10,
                        "pad": 4
                    },
                    "boxmode": "group",
                    "autosize": false
                }
            },
            "height": 500,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~shrinivas777",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-14 22:29:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "shrinivas777",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:19:54.954056Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~shrinivas777/315.embed",
            "fid": "shrinivas777:315",
            "filename": "plot from API (4)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/shrinivas777/315/9_4BSWBFRHNHW7HJC740Y79175AVDWQW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/shrinivas777/315/2_7HGD59DAS9RZ00ZAFW64EZF9TP5M4I.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/shrinivas777/315/8_YB2DGED30V8FWETCI1BFSZTQ41C4JI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/shrinivas777/315/9_4BSWBFRHNHW7HJC740Y79175AVDWQW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/shrinivas777:315",
                "plots": "https://api.plotly.com/v2/plots/shrinivas777:315",
                "parent": "https://api.plotly.com/v2/folders/home?user=shrinivas777"
            },
            "owner": "shrinivas777",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "embarked=[\"C\"] | sex=[\"female\"] | survived=[\"0.0\"], embarked=[\"C\"] | sex=[\"female\"] | survived=[\"1.0\"], embarked=[\"C\"] | sex=[\"male\"] | survived=[\"0.0\"], embarked=[\"C\"] | sex=[\"male\"] | survived=[\"1.0\"], embarked=[\"Q\"] | sex=[\"female\"] | survived=[\"0.0\"], embarked=[\"Q\"] | sex=[\"female\"] | survived=[\"1.0\"], embarked=[\"Q\"] | sex=[\"male\"] | survived=[\"0.0\"], embarked=[\"Q\"] | sex=[\"male\"] | survived=[\"1.0\"], embarked=[\"S\"] | sex=[\"female\"] | survived=[\"0.0\"], embarked=[\"S\"] | sex=[\"female\"] | survived=[\"1.0\"], embarked=[\"S\"] | sex=[\"male\"] | survived=[\"0.0\"], embarked=[\"S\"] | sex=[\"male\"] | survived=[\"1.0\"]",
            "views": 10,
            "web_url": "https://chart-studio.plotly.com/~shrinivas777/315/embarkedc-sexfemale-survived00-embarkedc-sexfemale-survived10-embarkedc-sexmale-/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:19:55.491Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~shrinivas777/315/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "36f11995-c4f5-411c-895f-e571b02b0606",
                        "name": "embarked=[\"C\"] | sex=[\"female\"] | survived=[\"0.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:316:397a83",
                        "marker": {
                            "color": "rgb(0, 0, 0)"
                        }
                    },
                    {
                        "uid": "2ed046fb-c178-49ce-be7d-b10d33cbcf74",
                        "name": "embarked=[\"C\"] | sex=[\"female\"] | survived=[\"1.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:316:ad243d",
                        "marker": {
                            "color": "rgb(0, 0, 256)"
                        }
                    },
                    {
                        "uid": "a63303d4-ad73-4209-96cb-768440b68210",
                        "name": "embarked=[\"C\"] | sex=[\"male\"] | survived=[\"0.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:316:6a2f42",
                        "marker": {
                            "color": "rgb(0, 256, 0)"
                        }
                    },
                    {
                        "uid": "fca53223-1425-48b4-8e16-7aea245af44b",
                        "name": "embarked=[\"C\"] | sex=[\"male\"] | survived=[\"1.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:316:78d2fa",
                        "marker": {
                            "color": "rgb(0, 256, 256)"
                        }
                    },
                    {
                        "uid": "60bf5d2a-1824-4a0c-9acb-f96bb19e3e4c",
                        "name": "embarked=[\"Q\"] | sex=[\"female\"] | survived=[\"0.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:316:4570eb",
                        "marker": {
                            "color": "rgb(128, 0, 0)"
                        }
                    },
                    {
                        "uid": "c7954956-ab1a-4087-a409-4d4c56a0f675",
                        "name": "embarked=[\"Q\"] | sex=[\"female\"] | survived=[\"1.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:316:f6b00e",
                        "marker": {
                            "color": "rgb(128, 0, 256)"
                        }
                    },
                    {
                        "uid": "b4958e43-980b-475d-b999-f16afa18de93",
                        "name": "embarked=[\"Q\"] | sex=[\"male\"] | survived=[\"0.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:316:be17b6",
                        "marker": {
                            "color": "rgb(128, 256, 0)"
                        }
                    },
                    {
                        "uid": "54a87134-f575-49b3-8c2f-303f6038c968",
                        "name": "embarked=[\"Q\"] | sex=[\"male\"] | survived=[\"1.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:316:ee80e3",
                        "marker": {
                            "color": "rgb(128, 256, 256)"
                        }
                    },
                    {
                        "uid": "12dceb1e-00f2-4063-b1e6-1aea617866ab",
                        "name": "embarked=[\"S\"] | sex=[\"female\"] | survived=[\"0.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:316:5c0811",
                        "marker": {
                            "color": "rgb(256, 0, 0)"
                        }
                    },
                    {
                        "uid": "c5ee05cc-1427-4214-b624-7e03766a6597",
                        "name": "embarked=[\"S\"] | sex=[\"female\"] | survived=[\"1.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:316:0719ed",
                        "marker": {
                            "color": "rgb(256, 0, 256)"
                        }
                    },
                    {
                        "uid": "ce9281df-758e-4a27-8b65-59deba1fc4d3",
                        "name": "embarked=[\"S\"] | sex=[\"male\"] | survived=[\"0.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:316:9281d2",
                        "marker": {
                            "color": "rgb(256, 256, 0)"
                        }
                    },
                    {
                        "uid": "3f7cb10a-8e55-4188-bfaf-1794483a0f3f",
                        "name": "embarked=[\"S\"] | sex=[\"male\"] | survived=[\"1.0\"]",
                        "type": "box",
                        "ysrc": "shrinivas777:316:9bf5e4",
                        "marker": {
                            "color": "rgb(256, 256, 256)"
                        }
                    }
                ],
                "layout": {
                    "width": 1000,
                    "height": 500,
                    "margin": {
                        "b": 10,
                        "l": 50,
                        "r": 50,
                        "t": 10,
                        "pad": 4
                    },
                    "boxmode": "group",
                    "autosize": false
                }
            },
            "height": 500,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~shrinivas777",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-14 22:29:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "shrinivas777",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:17:22.552335Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cguthrie/79.embed",
            "fid": "cguthrie:79",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cguthrie/79/9_KQLQ8HTN28KDAOYRZ5HL8U8NHP2SPK.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cguthrie/79/2_GXKM2WAXGFWZ42APC6CSDODK8V1XXV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cguthrie/79/8_HLZ1AH2UH8RIWW0P9OV549UJ9NRFIX.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cguthrie/79/9_KQLQ8HTN28KDAOYRZ5HL8U8NHP2SPK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cguthrie:79",
                "plots": "https://api.plotly.com/v2/plots/cguthrie:79",
                "parent": "https://api.plotly.com/v2/folders/home?user=cguthrie"
            },
            "owner": "cguthrie",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Basic Sankey Diagram",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~cguthrie/79/basic-sankey-diagram/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:17:23.026Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cguthrie/79/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "cguthrie:80:55e4c6",
                            "sourcesrc": "cguthrie:80:10fa07",
                            "targetsrc": "cguthrie:80:6b3cdd"
                        },
                        "node": {
                            "pad": 15,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "cguthrie:80:9f1b53",
                            "labelsrc": "cguthrie:80:1ed5a5",
                            "thickness": 20
                        },
                        "type": "sankey"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Basic Sankey Diagram"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cguthrie",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.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": "2015-03-20 18:52:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cguthrie",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:16:39.298406Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ryriddle/7.embed",
            "fid": "ryriddle:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ryriddle/7/9_V9LGDVWLOVJNKRA68AMUCGHXT63X4K.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ryriddle/7/2_8QKEX07AVFP5QL1GSRNAHPOAYU9EH3.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ryriddle/7/8_09NLUH013MKBNB813C55EY12ZDM50I.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ryriddle/7/9_V9LGDVWLOVJNKRA68AMUCGHXT63X4K.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ryriddle:7",
                "plots": "https://api.plotly.com/v2/plots/ryriddle:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=ryriddle"
            },
            "owner": "ryriddle",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~ryriddle/7/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:16:39.319Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ryriddle/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8c3d05",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ryriddle:6:a49443",
                        "ysrc": "ryriddle:6:ef2c00"
                    },
                    {
                        "uid": "46aa5a",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "8c3d05",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 31.739529964172227,
                                        "value": 433.61111111110966
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.19973219917908516,
                                        "value": -0.6216666666666597
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "The Relationship between Angular Acceleration and Torque "
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.002619718309859155,
                            0.009380281690140845
                        ],
                        "title": {
                            "text": "Angular Acceleration (rad/s<sup>2</sup>)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.3974479482514656,
                            3.4325904588639564
                        ],
                        "title": {
                            "text": "Torque (Nm)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ryriddle",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-19 21:17:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ryriddle",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:16:36.058178Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cguthrie/77.embed",
            "fid": "cguthrie:77",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cguthrie/77/9_DLID10NVIE6F4WLPP7THKRM88WXELD.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cguthrie/77/2_3ZH8PS48YZLOWVBKVHAE8FQTOFOFVT.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cguthrie/77/8_76HT2HNTVNNIFL7RXM14J4C05QL2L8.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cguthrie/77/9_DLID10NVIE6F4WLPP7THKRM88WXELD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cguthrie:77",
                "plots": "https://api.plotly.com/v2/plots/cguthrie:77",
                "parent": "https://api.plotly.com/v2/folders/home?user=cguthrie"
            },
            "owner": "cguthrie",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Basic Sankey Diagram",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~cguthrie/77/basic-sankey-diagram/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:16:36.542Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cguthrie/77/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "cguthrie:78:ff2396",
                            "sourcesrc": "cguthrie:78:2ad13b",
                            "targetsrc": "cguthrie:78:79bfe1"
                        },
                        "node": {
                            "pad": 15,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "cguthrie:78:bbf68d",
                            "labelsrc": "cguthrie:78:fb8faf",
                            "thickness": 20
                        },
                        "type": "sankey"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Basic Sankey Diagram"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cguthrie",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.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": "2015-03-20 18:52:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cguthrie",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:15:49.173531Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cguthrie/75.embed",
            "fid": "cguthrie:75",
            "filename": "plot from API (7)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cguthrie/75/9_6ZFT4NSDUHBWSTE4OG1D9T8WMD9LN0.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cguthrie/75/2_7KEMCO270AX2P5D9UILH5X6JGXFIO0.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cguthrie/75/8_UAGM58E8EJ4ENPC235JHBT9YBTHULR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cguthrie/75/9_6ZFT4NSDUHBWSTE4OG1D9T8WMD9LN0.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cguthrie:75",
                "plots": "https://api.plotly.com/v2/plots/cguthrie:75",
                "parent": "https://api.plotly.com/v2/folders/home?user=cguthrie"
            },
            "owner": "cguthrie",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Basic Sankey Diagram",
            "views": 5,
            "web_url": "https://chart-studio.plotly.com/~cguthrie/75/basic-sankey-diagram/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:15:49.647Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cguthrie/75/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "cguthrie:76:2ecd4d",
                            "sourcesrc": "cguthrie:76:2672da",
                            "targetsrc": "cguthrie:76:47443d"
                        },
                        "node": {
                            "pad": 15,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "cguthrie:76:253ae7",
                            "labelsrc": "cguthrie:76:6fab1d",
                            "thickness": 20
                        },
                        "type": "sankey"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Basic Sankey Diagram"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cguthrie",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.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": "2015-03-20 18:52:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cguthrie",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-03-21T00:15:20.369223Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~emurnaghan01/3.embed",
            "fid": "emurnaghan01:3",
            "filename": "Endurance Compass Plot",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/emurnaghan01/3/9_RQLDOH7ABPOX897CHFTOBB94Q485II.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/emurnaghan01/3/2_2BW20VUWX2ET1FN7RYFA8VWXBWQ5K6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/emurnaghan01/3/8_V1EAN41IE7NNCF03ILBHIJJD2NFOM5.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/emurnaghan01/3/9_RQLDOH7ABPOX897CHFTOBB94Q485II.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/emurnaghan01:3",
                "plots": "https://api.plotly.com/v2/plots/emurnaghan01:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=emurnaghan01"
            },
            "owner": "emurnaghan01",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~emurnaghan01/3/",
            "world_readable": true,
            "date_modified": "2019-03-21T00:15:20.380Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~emurnaghan01/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "none",
                        "mode": "markers",
                        "rsrc": "emurnaghan01:2:27aa4e",
                        "type": "scatterpolargl",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 255, 255)",
                                "width": 0
                            },
                            "color": "#1f77b4",
                            "sizemin": 3,
                            "sizeref": 0.30576476159999993,
                            "sizesrc": "emurnaghan01:2:27aa4e",
                            "sizemode": "area"
                        },
                        "thetasrc": "emurnaghan01:2:1cd8ad",
                        "hoverinfo": "r+theta",
                        "thetaunit": "degrees",
                        "hovertemplate": "",
                        "autocolorscale": false,
                        "selectedpoints": []
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 15
                    },
                    "polar": {
                        "hole": 0,
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "sector": [
                            0,
                            181
                        ],
                        "bgcolor": "rgb(255, 255, 255)",
                        "radialaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                104.28528968343909
                            ],
                            "title": {
                                "font": {
                                    "size": 13,
                                    "family": "Arial"
                                },
                                "text": "Steering Angle/degrees"
                            },
                            "autorange": true
                        },
                        "angularaxis": {
                            "type": "linear",
                            "rotation": 90.76607863069103,
                            "showline": true,
                            "tickfont": {
                                "size": 15
                            },
                            "autorange": true,
                            "direction": "clockwise",
                            "gridwidth": 2,
                            "linewidth": 1,
                            "tickformat": ""
                        }
                    },
                    "title": {
                        "text": "Polar Plot showing Steering Angle and APP% throughout Endurance Clip"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "legend": {
                        "orientation": "v"
                    },
                    "autosize": true,
                    "colorway": [
                        "#1f77b4",
                        "#ff7f0e",
                        "#2ca02c",
                        "#d62728",
                        "#9467bd",
                        "#8c564b",
                        "#e377c2",
                        "#7f7f7f",
                        "#bcbd22",
                        "#17becf"
                    ],
                    "dragmode": "select",
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#440154"
                            ],
                            [
                                0.1111111111111111,
                                "#482878"
                            ],
                            [
                                0.2222222222222222,
                                "#3e4989"
                            ],
                            [
                                0.3333333333333333,
                                "#31688e"
                            ],
                            [
                                0.4444444444444444,
                                "#26828e"
                            ],
                            [
                                0.5555555555555556,
                                "#1f9e89"
                            ],
                            [
                                0.6666666666666666,
                                "#35b779"
                            ],
                            [
                                0.7777777777777778,
                                "#6ece58"
                            ],
                            [
                                0.8888888888888888,
                                "#b5de2b"
                            ],
                            [
                                1,
                                "#fde725"
                            ]
                        ]
                    },
                    "showlegend": false,
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~emurnaghan01",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-20 23:54:32",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "emurnaghan01",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}