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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE3JTNBMTQlM0E0Ni4xMjAwMDQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNyUzQTE4JTNBNDUuODQ1Mzg3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T17:18:45.845387Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67104.embed",
            "fid": "amper:67104",
            "filename": "06-15-19_ds-1641_alg-5421_param-1249_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/amper/67104/9_MR30EL47EIA0K0KXG7K2BT3UH4NI0F.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67104/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67104/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/67104/9_MR30EL47EIA0K0KXG7K2BT3UH4NI0F.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67104",
                "plots": "https://api.plotly.com/v2/plots/amper:67104",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-15-19_ds-1641_alg-5421_param-1249_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67104/_06-15-19-ds-1641-alg-5421-param-1249-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:18:47.442Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67104/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f7ffd644-5c4b-4c56-ad3b-183350c31ce5",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:67105:78b4f1",
                        "ysrc": "amper:67105:3d09d2",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    },
                    {
                        "uid": "8b9bf565-e99d-4fd6-822a-119175e871ef",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67105:78b4f1",
                        "ysrc": "amper:67105:1476b5",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "94411d3c-9211-43fc-830a-c302cae10ba5",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67105:78b4f1",
                        "ysrc": "amper:67105:34fc95",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "06-15-19_ds-1641_alg-5421_param-1249_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:18:27.863295Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~wfpgprograms/6.embed",
            "fid": "wfpgprograms:6",
            "filename": "Heads of State",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/wfpgprograms:6/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/wfpgprograms:6/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wfpgprograms/6/8_KP7DDLD4XXR3FX4G8SVVC3KCY2ACB8.png",
                "list-thumb": "https://api.plotly.com/v2/files/wfpgprograms:6/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/wfpgprograms:6",
                "plots": "https://api.plotly.com/v2/plots/wfpgprograms:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=wfpgprograms"
            },
            "owner": "wfpgprograms",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~wfpgprograms/6/",
            "world_readable": true,
            "date_modified": "2019-08-19T20:13:58.794Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~wfpgprograms/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "z": "FHoS",
                                "locations": "Country"
                            }
                        },
                        "mode": "markers",
                        "type": "choropleth",
                        "zmax": 3,
                        "zmin": 0,
                        "zsrc": "wfpgprograms:5:f02577",
                        "zauto": false,
                        "colorbar": {
                            "x": 0.9008093782224071,
                            "y": 0.395043132959058,
                            "len": 1,
                            "ticks": "",
                            "title": {
                                "side": "top",
                                "text": "<br>"
                            },
                            "tickfont": {
                                "family": "Droid Serif"
                            },
                            "tickmode": "auto"
                        },
                        "hoverinfo": "location+z",
                        "showscale": true,
                        "colorscale": [
                            [
                                0,
                                "#ffffd9"
                            ],
                            [
                                0.125,
                                "#edf8b1"
                            ],
                            [
                                0.25,
                                "#c7e9b4"
                            ],
                            [
                                0.375,
                                "#7fcdbb"
                            ],
                            [
                                0.5,
                                "#41b6c4"
                            ],
                            [
                                0.625,
                                "#1d91c0"
                            ],
                            [
                                0.75,
                                "#225ea8"
                            ],
                            [
                                0.875,
                                "#253494"
                            ],
                            [
                                1,
                                "#081d58"
                            ]
                        ],
                        "locationmode": "country names",
                        "locationssrc": "wfpgprograms:5:a528e2",
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "geo": {
                        "center": {
                            "lat": 6.62518951969949,
                            "lon": 8.134575803463463
                        },
                        "projection": {
                            "scale": 0.8705505632961302,
                            "rotation": {
                                "lon": 8.134575803463463
                            }
                        }
                    },
                    "title": {
                        "text": "Women as Elected and Non-Elected Heads of State and Vice Presidents"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "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/~wfpgprograms",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/78.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": "2018-07-26 18:05:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "wfpgprograms",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:18:03.300835Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jacobbettencourt/0.embed",
            "fid": "jacobbettencourt:0",
            "filename": "gantt-simple-gantt-chart",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jacobbettencourt/0/9_R2DFAM5LAH05EVUB1I6MOZBV3MXXAB.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jacobbettencourt:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jacobbettencourt/0/8_PL7UJPOFKSKYYZ7EOMCVON7IXFMYX5.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jacobbettencourt/0/9_R2DFAM5LAH05EVUB1I6MOZBV3MXXAB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jacobbettencourt:0",
                "plots": "https://api.plotly.com/v2/plots/jacobbettencourt:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=jacobbettencourt"
            },
            "owner": "jacobbettencourt",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Gantt Chart",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jacobbettencourt/0/gantt-chart/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:18:03.797Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jacobbettencourt/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:0fe84a",
                        "ysrc": "jacobbettencourt:1:60d457",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:f6a80f",
                        "ysrc": "jacobbettencourt:1:064c03",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:51fca7",
                        "ysrc": "jacobbettencourt:1:691f29",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:b7868d",
                        "ysrc": "jacobbettencourt:1:45f853",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:c10ad7",
                        "ysrc": "jacobbettencourt:1:4eff3e",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:67929b",
                        "ysrc": "jacobbettencourt:1:cf4ff5",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:c07a85",
                        "ysrc": "jacobbettencourt:1:498ab9",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:7ae2d3",
                        "ysrc": "jacobbettencourt:1:6c6b6a",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:e636b7",
                        "ysrc": "jacobbettencourt:1:3678f0",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:d13a49",
                        "ysrc": "jacobbettencourt:1:8a6e19",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:93399c",
                        "ysrc": "jacobbettencourt:1:9ea189",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:be8e3d",
                        "ysrc": "jacobbettencourt:1:05b5e6",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:bf3819",
                        "ysrc": "jacobbettencourt:1:4504fb",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:a6e5e7",
                        "ysrc": "jacobbettencourt:1:a9acd6",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:a6e5e7",
                        "ysrc": "jacobbettencourt:1:764ed4",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:a6e5e7",
                        "ysrc": "jacobbettencourt:1:493d03",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:d2b2af",
                        "ysrc": "jacobbettencourt:1:042a6d",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:d2b2af",
                        "ysrc": "jacobbettencourt:1:1f611c",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:d2b2af",
                        "ysrc": "jacobbettencourt:1:2ddb20",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:f9f77f",
                        "ysrc": "jacobbettencourt:1:676eda",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:ebd72f",
                        "ysrc": "jacobbettencourt:1:c3a0be",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:082036",
                        "ysrc": "jacobbettencourt:1:60d372",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:2f56c4",
                        "ysrc": "jacobbettencourt:1:a1c9d4",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:119ebf",
                        "ysrc": "jacobbettencourt:1:2d1f98",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:518600",
                        "ysrc": "jacobbettencourt:1:2556ab",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:bc864f",
                        "ysrc": "jacobbettencourt:1:7da843",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:a9df2d",
                        "ysrc": "jacobbettencourt:1:c85386",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:460314",
                        "ysrc": "jacobbettencourt:1:d0e932",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:d2b2af",
                        "ysrc": "jacobbettencourt:1:c1c409",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "name": "",
                        "type": "scatter",
                        "xsrc": "jacobbettencourt:1:d2b2af",
                        "ysrc": "jacobbettencourt:1:b8d8fb",
                        "marker": {
                            "color": "white"
                        }
                    }
                ],
                "layout": {
                    "title": "Gantt Chart",
                    "width": 900,
                    "xaxis": {
                        "type": "date",
                        "showgrid": false,
                        "zeroline": false,
                        "rangeselector": {
                            "buttons": [
                                {
                                    "step": "day",
                                    "count": 7,
                                    "label": "1w",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "month",
                                    "count": 1,
                                    "label": "1m",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "month",
                                    "count": 6,
                                    "label": "6m",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "year",
                                    "count": 1,
                                    "label": "YTD",
                                    "stepmode": "todate"
                                },
                                {
                                    "step": "year",
                                    "count": 1,
                                    "label": "1y",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "all"
                                }
                            ]
                        }
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            31
                        ],
                        "showgrid": false,
                        "ticktext": [
                            "RPCK",
                            "RPCK",
                            "PICK",
                            "RPCK",
                            "PICK",
                            "PSHP",
                            "RDY",
                            "PSHP",
                            "RPCK",
                            "RPCK",
                            "PICK",
                            "PACK",
                            "PSHP",
                            "SHIP",
                            "SHIP",
                            "SHIP",
                            "SHIP",
                            "SHIP",
                            "SHIP",
                            "RPCK",
                            "RPCK",
                            "PSHP",
                            "RPCK",
                            "RPCK",
                            "RPCK",
                            "PICK",
                            "PSHP",
                            "PICK",
                            "SHIP",
                            "SHIP"
                        ],
                        "tickvals": [
                            0,
                            1,
                            2,
                            3,
                            4,
                            5,
                            6,
                            7,
                            8,
                            9,
                            10,
                            11,
                            12,
                            13,
                            14,
                            15,
                            16,
                            17,
                            18,
                            19,
                            20,
                            21,
                            22,
                            23,
                            24,
                            25,
                            26,
                            27,
                            28,
                            29
                        ],
                        "zeroline": false,
                        "autorange": false
                    },
                    "height": 600,
                    "shapes": [
                        {
                            "x0": "2017-09-22 15:02:38",
                            "x1": "2017-09-22 15:02:44",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2017-09-22 15:07:07",
                            "x1": "2017-09-22 15:09:35",
                            "y0": 0.8,
                            "y1": 1.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2017-09-22 15:09:36",
                            "x1": "2017-09-22 15:09:38",
                            "y0": 1.8,
                            "y1": 2.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2017-09-22 15:09:38",
                            "x1": "2017-09-22 15:10:49",
                            "y0": 2.8,
                            "y1": 3.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2017-09-22 15:10:50",
                            "x1": "2017-09-22 15:10:53",
                            "y0": 3.8,
                            "y1": 4.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2017-09-22 15:11:40",
                            "x1": "2017-09-22 15:11:40",
                            "y0": 4.8,
                            "y1": 5.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2017-09-22 06:14:31",
                            "x1": "2017-09-22 06:14:31",
                            "y0": 5.8,
                            "y1": 6.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2017-09-22 18:44:29",
                            "x1": "2017-09-22 18:44:29",
                            "y0": 6.8,
                            "y1": 7.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2017-09-22 23:05:43",
                            "x1": "2017-09-22 23:06:49",
                            "y0": 7.8,
                            "y1": 8.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2017-09-22 23:06:50",
                            "x1": "2017-09-22 23:07:37",
                            "y0": 8.8,
                            "y1": 9.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        },
                        {
                            "x0": "2017-09-22 23:07:39",
                            "x1": "2017-09-22 23:07:47",
                            "y0": 9.8,
                            "y1": 10.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2017-09-22 23:07:48",
                            "x1": "2017-09-22 23:07:48",
                            "y0": 10.8,
                            "y1": 11.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2017-09-22 23:32:56",
                            "x1": "2017-09-22 23:32:56",
                            "y0": 11.8,
                            "y1": 12.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2017-09-22 23:41:39",
                            "x1": "2017-09-22 23:41:39",
                            "y0": 12.8,
                            "y1": 13.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2017-09-22 23:41:39",
                            "x1": "2017-09-22 23:41:39",
                            "y0": 13.8,
                            "y1": 14.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2017-09-22 23:41:39",
                            "x1": "2017-09-22 23:41:39",
                            "y0": 14.8,
                            "y1": 15.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2017-09-22 23:41:40",
                            "x1": "2017-09-22 23:41:40",
                            "y0": 15.8,
                            "y1": 16.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2017-09-22 23:41:40",
                            "x1": "2017-09-22 23:41:40",
                            "y0": 16.8,
                            "y1": 17.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2017-09-22 23:41:40",
                            "x1": "2017-09-22 23:41:40",
                            "y0": 17.8,
                            "y1": 18.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2017-09-22 16:07:40",
                            "x1": "2017-09-22 16:08:15",
                            "y0": 18.8,
                            "y1": 19.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        },
                        {
                            "x0": "2017-09-22 16:08:17",
                            "x1": "2017-09-22 16:08:19",
                            "y0": 19.8,
                            "y1": 20.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(31, 119, 180)"
                        },
                        {
                            "x0": "2017-09-22 16:18:03",
                            "x1": "2017-09-22 16:18:03",
                            "y0": 20.8,
                            "y1": 21.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 127, 14)"
                        },
                        {
                            "x0": "2017-09-22 16:39:44",
                            "x1": "2017-09-22 16:41:00",
                            "y0": 21.8,
                            "y1": 22.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(44, 160, 44)"
                        },
                        {
                            "x0": "2017-09-22 16:41:00",
                            "x1": "2017-09-22 16:42:18",
                            "y0": 22.8,
                            "y1": 23.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(214, 39, 40)"
                        },
                        {
                            "x0": "2017-09-22 16:42:19",
                            "x1": "2017-09-22 16:42:21",
                            "y0": 23.8,
                            "y1": 24.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(148, 103, 189)"
                        },
                        {
                            "x0": "2017-09-22 20:56:30",
                            "x1": "2017-09-22 20:56:35",
                            "y0": 24.8,
                            "y1": 25.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(140, 86, 75)"
                        },
                        {
                            "x0": "2017-09-22 15:11:43",
                            "x1": "2017-09-22 15:11:43",
                            "y0": 25.8,
                            "y1": 26.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 119, 194)"
                        },
                        {
                            "x0": "2017-09-22 21:07:30",
                            "x1": "2017-09-22 21:07:34",
                            "y0": 26.8,
                            "y1": 27.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(127, 127, 127)"
                        },
                        {
                            "x0": "2017-09-22 23:41:40",
                            "x1": "2017-09-22 23:41:40",
                            "y0": 27.8,
                            "y1": 28.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(188, 189, 34)"
                        },
                        {
                            "x0": "2017-09-22 23:41:40",
                            "x1": "2017-09-22 23:41:40",
                            "y0": 28.8,
                            "y1": 29.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(23, 190, 207)"
                        }
                    ],
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 600,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jacobbettencourt",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.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-06-17 16:12:00",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jacobbettencourt",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:17:22.551041Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Nsolier/6.embed",
            "fid": "Nsolier:6",
            "filename": "Plot 6",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Nsolier:6/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Nsolier/6/2_S54QMD9XI40LZCNTFUX1AWCMDI19XW.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Nsolier/6/8_LOIQ648JQKW80LHVCYY8XNYQ22F621.png",
                "list-thumb": "https://api.plotly.com/v2/files/Nsolier:6/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Nsolier:6",
                "plots": "https://api.plotly.com/v2/plots/Nsolier:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=Nsolier"
            },
            "owner": "Nsolier",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 40,
            "web_url": "https://chart-studio.plotly.com/~Nsolier/6/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:17:22.563Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Nsolier/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(16, 120, 19)"
                        },
                        "mode": "markers",
                        "name": "Verde",
                        "type": "box",
                        "ysrc": "Nsolier:5:cf347c",
                        "boxpoints": false,
                        "fillcolor": "rgba(36, 214, 46, 0.5)"
                    },
                    {
                        "line": {
                            "color": "rgb(112, 217, 44)"
                        },
                        "name": "Verde Pintón",
                        "type": "box",
                        "ysrc": "Nsolier:5:8bee27",
                        "boxpoints": false,
                        "fillcolor": "rgba(23, 209, 15, 0.5)"
                    },
                    {
                        "line": {
                            "color": "rgb(166, 43, 214)"
                        },
                        "name": "Pintón 1-2",
                        "type": "box",
                        "ysrc": "Nsolier:5:3d6157",
                        "boxpoints": false,
                        "fillcolor": "rgba(14, 194, 61, 0.5)"
                    },
                    {
                        "line": {
                            "color": "rgb(92, 20, 84)"
                        },
                        "name": "Rosado-Guindo",
                        "type": "box",
                        "ysrc": "Nsolier:5:c42795",
                        "boxpoints": false,
                        "fillcolor": "rgba(191, 13, 147, 0.5)"
                    },
                    {
                        "line": {
                            "color": "rgb(25, 54, 243)"
                        },
                        "name": "Azul",
                        "type": "box",
                        "ysrc": "Nsolier:5:4db143",
                        "boxpoints": false,
                        "fillcolor": "rgba(10, 30, 166, 0.5)"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.5,
                        "text": "Evolución de °Brix de fruta de arándano Var. Ventura"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "title": {
                            "text": "Estado Fenológico"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            4.511111111111111,
                            14.28888888888889
                        ],
                        "title": {
                            "text": "°Brix"
                        },
                        "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/~Nsolier",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 16:43:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Nsolier",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:17:18.155567Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~clkickEDHEC/2.embed",
            "fid": "clkickEDHEC:2",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/clkickEDHEC:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/clkickEDHEC:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/clkickEDHEC/2/8_G2SD1YWDOQ9WEXH29MI4WA0NX6429P.png",
                "list-thumb": "https://api.plotly.com/v2/files/clkickEDHEC:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/clkickEDHEC:2",
                "plots": "https://api.plotly.com/v2/plots/clkickEDHEC:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=clkickEDHEC"
            },
            "owner": "clkickEDHEC",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Refugee movement through Manus and Nauru, via <a href='http://www.bryanbrussee.com/sankey.html'>Bryan Brussee</a>",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~clkickEDHEC/2/refugee-movement-through-manus-and-nauru-via-bryan-brussee/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:17:18.691Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~clkickEDHEC/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "clkickEDHEC:3:2c381f",
                            "sourcesrc": "clkickEDHEC:3:d55945",
                            "targetsrc": "clkickEDHEC:3:a21f18"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "clkickEDHEC:3:a80f29",
                            "labelsrc": "clkickEDHEC:3:3d6dd7",
                            "thickness": 30
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Refugee movement through Manus and Nauru, via <a href='http://www.bryanbrussee.com/sankey.html'>Bryan Brussee</a>",
                    "width": 950,
                    "height": 772
                }
            },
            "height": 772,
            "width": 950,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~clkickEDHEC",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 16:58:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "clkickEDHEC",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:16:19.499835Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dconner/0.embed",
            "fid": "dconner:0",
            "filename": "choropleth_florida",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/dconner:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/dconner:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/dconner:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/dconner:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dconner:0",
                "plots": "https://api.plotly.com/v2/plots/dconner:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=dconner"
            },
            "owner": "dconner",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "< 1, 1 - 7, 7 - 13, 13 - 19, 19 - 25, > 25, US Counties",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~dconner/0/_25-us-counties/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:38:35.479Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dconner/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "96bdd433-9bb5-427d-a15c-967f16ef0e10",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "< 1",
                        "type": "scatter",
                        "xsrc": "dconner:1:924ad9",
                        "ysrc": "dconner:1:13be10",
                        "fillcolor": "#edf8fb",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "52bacf0d-a18f-4d24-be79-5fb72691762f",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "1 - 7",
                        "type": "scatter",
                        "xsrc": "dconner:1:97b605",
                        "ysrc": "dconner:1:673279",
                        "fillcolor": "#ccece6",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "f006a6b2-ff5d-4266-83ce-58626bfb013d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "7 - 13",
                        "type": "scatter",
                        "xsrc": "dconner:1:2aef0a",
                        "ysrc": "dconner:1:71316d",
                        "fillcolor": "#99d8c9",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ecee546b-1847-4ff9-a31a-8ac7c0b02759",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "13 - 19",
                        "type": "scatter",
                        "xsrc": "dconner:1:e6bd73",
                        "ysrc": "dconner:1:0d5049",
                        "fillcolor": "#66c2a4",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "69f0ab66-e753-466b-8a38-ca2272407d3e",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "19 - 25",
                        "type": "scatter",
                        "xsrc": "dconner:1:268869",
                        "ysrc": "dconner:1:1f6b2c",
                        "fillcolor": "#2ca25f",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "5918dcad-cba1-4a9d-9de9-92aa6fa8c1ea",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(255,255,255)",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "> 25",
                        "type": "scatter",
                        "fillcolor": "#006d2c",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "69f2cf4e-b4db-4da4-9150-56aa6196d8d1",
                        "mode": "markers",
                        "name": "US Counties",
                        "type": "scatter",
                        "xsrc": "dconner:1:34e161",
                        "ysrc": "dconner:1:0ab3dd",
                        "marker": {
                            "color": "white",
                            "opacity": 0
                        },
                        "textsrc": "dconner:1:ac15e1",
                        "selected": {
                            "marker": {
                                "size": 3,
                                "color": "white",
                                "opacity": 1
                            }
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "unselected": {
                            "marker": {
                                "opacity": 0
                            }
                        },
                        "legendgroup": "centroids"
                    },
                    {
                        "uid": "32cb7875-223c-48f4-bc8d-0910e1161be4",
                        "line": {
                            "color": "rgb(240, 240, 240)",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "dconner:1:4b3ac2",
                        "ysrc": "dconner:1:0b623e",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "States"
                    }
                ],
                "layout": {
                    "width": 900,
                    "xaxis": {
                        "range": [
                            -91.9300843943933,
                            -75.7361218943933
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "range": [
                            24.523096,
                            31.000681
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "height": 450,
                    "legend": {
                        "x": 1,
                        "y": 1,
                        "xanchor": "right",
                        "yanchor": "top",
                        "traceorder": "reversed"
                    },
                    "margin": {
                        "b": 20,
                        "l": 20,
                        "r": 20,
                        "t": 40
                    },
                    "dragmode": "select",
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": 1,
                            "y": 1.05,
                            "text": "<b>Trials per county</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "right",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgb(229,229,229)",
                    "paper_bgcolor": "rgb(229,229,229)"
                }
            },
            "height": 450,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~dconner",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 17:01:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dconner",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:16:18.252627Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~bounteous-ds-sm/54.embed",
            "fid": "bounteous-ds-sm:54",
            "filename": "plot from API (24)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/bounteous-ds-sm:54/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/bounteous-ds-sm/54/2_NHNKWH9TB8K96J8414V0LFXVLWEATT.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bounteous-ds-sm/54/8_TU1LR4UK8XPKB39Q1V60K14UAE1841.png",
                "list-thumb": "https://api.plotly.com/v2/files/bounteous-ds-sm:54/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/bounteous-ds-sm:54",
                "plots": "https://api.plotly.com/v2/plots/bounteous-ds-sm:54",
                "parent": "https://api.plotly.com/v2/folders/home?user=bounteous-ds-sm"
            },
            "owner": "bounteous-ds-sm",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Returning users who have not already completed SIF, starting home or go, 4-6 steps, 90+ users",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~bounteous-ds-sm/54/returning-users-who-have-not-already-completed-sif-starting-home-or-go-4-6-steps/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:16:18.780Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~bounteous-ds-sm/54/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "bounteous-ds-sm:55:915012",
                            "sourcesrc": "bounteous-ds-sm:55:588a3d",
                            "targetsrc": "bounteous-ds-sm:55:e3df07"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "labelsrc": "bounteous-ds-sm:55:38e43d",
                            "thickness": 30
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Returning users who have not already completed SIF, starting home or go, 4-6 steps, 90+ users",
                    "width": 950,
                    "height": 772
                }
            },
            "height": 772,
            "width": 950,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~bounteous-ds-sm",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-07 22:33:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "bounteous-ds-sm",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:16:03.686316Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nonicked/2.embed",
            "fid": "nonicked:2",
            "filename": "donut",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/nonicked:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/nonicked:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nonicked/2/8_943V7OEV6O7HCZ4BERGOAWO0Y7S3QH.png",
                "list-thumb": "https://api.plotly.com/v2/files/nonicked:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nonicked:2",
                "plots": "https://api.plotly.com/v2/plots/nonicked:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=nonicked"
            },
            "owner": "nonicked",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Global Emissions 1990-2011",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~nonicked/2/global-emissions-1990-2011/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:16:05.146Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nonicked/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "044aacde-e5ae-4119-a049-0e69e01280a3",
                        "hole": 0.4,
                        "name": "GHG Emissions",
                        "type": "pie",
                        "domain": {
                            "column": 0
                        },
                        "hoverinfo": "label+percent+name",
                        "labelssrc": "nonicked:3:63b57e",
                        "valuessrc": "nonicked:3:4fb4fa"
                    },
                    {
                        "uid": "33b22c01-f1a7-469f-8b93-1a440bb8853a",
                        "hole": 0.4,
                        "name": "CO2 Emissions",
                        "type": "pie",
                        "domain": {
                            "column": 1
                        },
                        "textsrc": "nonicked:3:4e0355",
                        "hoverinfo": "label+percent+name",
                        "labelssrc": "nonicked:3:63b57e",
                        "valuessrc": "nonicked:3:89a3fe",
                        "textposition": "inside"
                    }
                ],
                "layout": {
                    "grid": {
                        "rows": 1,
                        "columns": 2
                    },
                    "title": {
                        "text": "Global Emissions 1990-2011"
                    },
                    "annotations": [
                        {
                            "x": 0.2,
                            "y": 0.5,
                            "font": {
                                "size": 20
                            },
                            "text": "GHG",
                            "showarrow": false
                        },
                        {
                            "x": 0.8,
                            "y": 0.5,
                            "font": {
                                "size": 20
                            },
                            "text": "CO2",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nonicked",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-16 17:56:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nonicked",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:15:47.898807Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~remmelh/5.embed",
            "fid": "remmelh:5",
            "filename": "testp",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/remmelh:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/remmelh:5/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/remmelh/5/8_QGFRY0AYAEWARJRE18JE1P6WWIPAI5.png",
                "list-thumb": "https://api.plotly.com/v2/files/remmelh:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/remmelh:5",
                "plots": "https://api.plotly.com/v2/plots/remmelh:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=remmelh"
            },
            "owner": "remmelh",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~remmelh/5/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:15:47.908Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~remmelh/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "surface",
                        "zsrc": "remmelh:4:272635",
                        "frame": null,
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": [
                            [
                                "0",
                                "rgba(68,1,84,1)"
                            ],
                            [
                                "0.0416666666666666",
                                "rgba(70,19,97,1)"
                            ],
                            [
                                "0.0833333333333334",
                                "rgba(72,32,111,1)"
                            ],
                            [
                                "0.125",
                                "rgba(71,45,122,1)"
                            ],
                            [
                                "0.166666666666667",
                                "rgba(68,58,128,1)"
                            ],
                            [
                                "0.208333333333333",
                                "rgba(64,70,135,1)"
                            ],
                            [
                                "0.25",
                                "rgba(60,82,138,1)"
                            ],
                            [
                                "0.291666666666667",
                                "rgba(56,93,140,1)"
                            ],
                            [
                                "0.333333333333333",
                                "rgba(49,104,142,1)"
                            ],
                            [
                                "0.375",
                                "rgba(46,114,142,1)"
                            ],
                            [
                                "0.416666666666667",
                                "rgba(42,123,142,1)"
                            ],
                            [
                                "0.458333333333333",
                                "rgba(38,133,141,1)"
                            ],
                            [
                                "0.5",
                                "rgba(37,144,140,1)"
                            ],
                            [
                                "0.541666666666667",
                                "rgba(33,154,138,1)"
                            ],
                            [
                                "0.583333333333333",
                                "rgba(39,164,133,1)"
                            ],
                            [
                                "0.625",
                                "rgba(47,174,127,1)"
                            ],
                            [
                                "0.666666666666667",
                                "rgba(53,183,121,1)"
                            ],
                            [
                                "0.708333333333333",
                                "rgba(79,191,110,1)"
                            ],
                            [
                                "0.75",
                                "rgba(98,199,98,1)"
                            ],
                            [
                                "0.791666666666667",
                                "rgba(119,207,85,1)"
                            ],
                            [
                                "0.833333333333333",
                                "rgba(147,214,70,1)"
                            ],
                            [
                                "0.875",
                                "rgba(172,220,52,1)"
                            ],
                            [
                                "0.916666666666667",
                                "rgba(199,225,42,1)"
                            ],
                            [
                                "0.958333333333333",
                                "rgba(226,228,40,1)"
                            ],
                            [
                                "1",
                                "rgba(253,231,37,1)"
                            ]
                        ]
                    }
                ],
                "layout": {
                    "scene": {
                        "zaxis": {
                            "title": []
                        }
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~remmelh",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 16:56:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "remmelh",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T17:14:46.120004Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nehapspathak/8.embed",
            "fid": "nehapspathak:8",
            "filename": "phase4_cdf_mention_1800.html",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/nehapspathak:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nehapspathak/8/2_KDEIU4YIG8XCVN6E1UIR75O8YKN1AA.png",
                "block-thumb": "https://api.plotly.com/v2/files/nehapspathak:8/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/nehapspathak:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nehapspathak:8",
                "plots": "https://api.plotly.com/v2/plots/nehapspathak:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=nehapspathak"
            },
            "owner": "nehapspathak",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Most Mentioned Users",
            "views": 15,
            "web_url": "https://chart-studio.plotly.com/~nehapspathak/8/most-mentioned-users/",
            "world_readable": true,
            "date_modified": "2019-06-17T18:28:29.174Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nehapspathak/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d33123cb-e666-446b-968b-6c7f90a664aa",
                        "fill": "tozeroy",
                        "name": "SwetaSinghAT",
                        "type": "scatter",
                        "xsrc": "nehapspathak:9:f621ab",
                        "ysrc": "nehapspathak:9:2c630e"
                    },
                    {
                        "uid": "74ac7d31-dfeb-4bae-a2ab-c78904fc7018",
                        "fill": "tozeroy",
                        "name": "TheRealPCB",
                        "type": "scatter",
                        "xsrc": "nehapspathak:9:f621ab",
                        "ysrc": "nehapspathak:9:71ab28"
                    },
                    {
                        "uid": "2be4f5a1-1d75-4b55-824e-97ef37b0127b",
                        "fill": "tozeroy",
                        "name": "Shahrcasm",
                        "type": "scatter",
                        "xsrc": "nehapspathak:9:f621ab",
                        "ysrc": "nehapspathak:9:3a6883"
                    },
                    {
                        "uid": "42901743-8aae-4bf0-ae6d-4aed560f04a7",
                        "fill": "tozeroy",
                        "name": "ImranKhanPTI",
                        "type": "scatter",
                        "xsrc": "nehapspathak:9:f621ab",
                        "ysrc": "nehapspathak:9:ba8b49"
                    },
                    {
                        "uid": "78e95989-758b-4ba5-83e1-8f6f6e723569",
                        "fill": "tozeroy",
                        "name": "iamsam_PTI",
                        "type": "scatter",
                        "xsrc": "nehapspathak:9:f621ab",
                        "ysrc": "nehapspathak:9:b30cdb"
                    },
                    {
                        "uid": "2af73747-252a-4a27-976d-e58b0b0d0e60",
                        "fill": "tozeroy",
                        "name": "SAfridiOfficial",
                        "type": "scatter",
                        "xsrc": "nehapspathak:9:f621ab",
                        "ysrc": "nehapspathak:9:b16cd6"
                    },
                    {
                        "uid": "33294b4e-9ceb-488f-be74-1b7faef1d462",
                        "fill": "tozeroy",
                        "name": "imVkohli",
                        "type": "scatter",
                        "xsrc": "nehapspathak:9:f621ab",
                        "ysrc": "nehapspathak:9:9921c3"
                    },
                    {
                        "uid": "166b033a-7319-4c5a-8a2f-24881ce88522",
                        "fill": "tozeroy",
                        "name": "ShaneRWatson33",
                        "type": "scatter",
                        "xsrc": "nehapspathak:9:f621ab",
                        "ysrc": "nehapspathak:9:9f0d24"
                    },
                    {
                        "uid": "317cc500-ec1e-42d5-9b07-b475d68dd692",
                        "fill": "tozeroy",
                        "name": "BCCI",
                        "type": "scatter",
                        "xsrc": "nehapspathak:9:f621ab",
                        "ysrc": "nehapspathak:9:c489c9"
                    },
                    {
                        "uid": "cda4773f-29d0-4950-8713-5e290546bc25",
                        "fill": "tozeroy",
                        "name": "aleenarathore",
                        "type": "scatter",
                        "xsrc": "nehapspathak:9:f621ab",
                        "ysrc": "nehapspathak:9:7e3ba9"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "size": 18,
                            "color": "#000000",
                            "family": "Courier New, monospace"
                        },
                        "text": "Most Mentioned Users",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 14,
                                "color": "#000000",
                                "family": "Courier New, monospace"
                            },
                            "text": "Time"
                        },
                        "tickfont": {
                            "size": 12,
                            "color": "#000000",
                            "family": "Courier New, monospace"
                        },
                        "tickangle": 45,
                        "automargin": true
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 14,
                                "color": "#000000",
                                "family": "Courier New, monospace"
                            },
                            "text": "Total number of tweets"
                        },
                        "tickfont": {
                            "size": 12,
                            "color": "#000000",
                            "family": "Courier New, monospace"
                        },
                        "automargin": true
                    },
                    "legend": {
                        "x": 0.5,
                        "y": -0.25,
                        "font": {
                            "size": 12,
                            "color": "#000",
                            "family": "sans-serif"
                        },
                        "bgcolor": "#E2E2E2",
                        "traceorder": "normal",
                        "bordercolor": "#FFFFFF",
                        "borderwidth": 2,
                        "orientation": "h"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nehapspathak",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.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-05-22 16:32:31",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nehapspathak",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}