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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA0LTIyKzAxJTNBNTclM0E1NC44NTg1MDUlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNC0yMiswMiUzQTEzJTNBNTEuNjcwODg3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-04-22T02:13:51.670887Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~sonal987/3.embed",
            "fid": "sonal987:3",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/sonal987:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/sonal987:3/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/sonal987:3/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/sonal987:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sonal987:3",
                "plots": "https://api.plotly.com/v2/plots/sonal987:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=sonal987"
            },
            "owner": "sonal987",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Sales Over Time",
            "views": 0,
            "web_url": "https://plotly.com/~sonal987/3/sales-over-time/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:13:52.110Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~sonal987/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "2013",
                        "type": "scatter",
                        "xsrc": "sonal987:4:633623",
                        "ysrc": "sonal987:4:715d0b",
                        "opacity": 0.8
                    },
                    {
                        "name": "2014",
                        "type": "scatter",
                        "xsrc": "sonal987:4:6ccd1d",
                        "ysrc": "sonal987:4:8ec146",
                        "opacity": 0.8
                    },
                    {
                        "name": "2015",
                        "type": "scatter",
                        "xsrc": "sonal987:4:aae189",
                        "ysrc": "sonal987:4:00dbdc",
                        "opacity": 0.8
                    }
                ],
                "layout": {
                    "title": "Sales Over Time",
                    "xaxis": {
                        "title": "Date"
                    },
                    "yaxis": {
                        "title": "Sales"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~sonal987",
                "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": "2018-06-18 03:35:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sonal987",
                "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-04-22T02:11:25.315114Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~ah040604/53.embed",
            "fid": "ah040604:53",
            "filename": "Plot 53",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ah040604:53/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ah040604:53/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/ah040604:53/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/ah040604:53/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ah040604:53",
                "plots": "https://api.plotly.com/v2/plots/ah040604:53",
                "parent": "https://api.plotly.com/v2/folders/home?user=ah040604"
            },
            "owner": "ah040604",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~ah040604/53/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:11:25.378Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~ah040604/53/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "name": "rana draytonii alone",
                        "type": "scatter",
                        "ysrc": "ah040604:49:ab1052"
                    },
                    {
                        "mode": "lines",
                        "name": "pseudacris regilla alone",
                        "type": "scatter",
                        "ysrc": "ah040604:51:e89b1e",
                        "stackgroup": null
                    },
                    {
                        "mode": "lines",
                        "name": "pseudacis regilla w/ rana catesbeiana",
                        "type": "scatter",
                        "ysrc": "ah040604:50:cf2f6a",
                        "stackgroup": null
                    },
                    {
                        "mode": "lines",
                        "name": "rana draytonii w/ rana catesbeiana",
                        "type": "scatter",
                        "ysrc": "ah040604:52:96e845",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "rana draytonii & pseudacris regilla v. rana catesbeiana"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            5
                        ],
                        "title": {
                            "text": "time"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            138.88888888888889,
                            1361.111111111111
                        ],
                        "title": {
                            "text": "population numbers"
                        },
                        "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://plotly.com/~ah040604",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.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": "2017-08-29 16:26:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ah040604",
                "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-04-22T02:11:03.580528Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~sonal987/1.embed",
            "fid": "sonal987:1",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/sonal987:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/sonal987:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/sonal987:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/sonal987:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sonal987:1",
                "plots": "https://api.plotly.com/v2/plots/sonal987:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=sonal987"
            },
            "owner": "sonal987",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Sales Distribution",
            "views": 0,
            "web_url": "https://plotly.com/~sonal987/1/sales-distribution/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:11:05.875Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~sonal987/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "histogram",
                        "xsrc": "sonal987:2:b088e6",
                        "marker": {
                            "color": "pink"
                        }
                    }
                ],
                "layout": {
                    "title": "Sales Distribution",
                    "xaxis": {
                        "title": "daily sales in $"
                    },
                    "yaxis": {
                        "title": "number of observations"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~sonal987",
                "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": "2018-06-18 03:35:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sonal987",
                "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-04-22T02:10:48.024418Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~zmark/4.embed",
            "fid": "zmark:4",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/zmark:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/zmark:4/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/zmark:4/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/zmark:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/zmark:4",
                "plots": "https://api.plotly.com/v2/plots/zmark:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=zmark"
            },
            "owner": "zmark",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Marks Distribution",
            "views": 1,
            "web_url": "https://plotly.com/~zmark/4/marks-distribution/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:10:48.402Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~zmark/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8dcfa743-b267-41cc-8114-0853c8d1fae3",
                        "type": "bar",
                        "xsrc": "zmark:5:a0d40d",
                        "ysrc": "zmark:5:9a47b4"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Marks Distribution"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Subjects"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Marks"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~zmark",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-06 05:01:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "zmark",
                "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-04-22T02:09:37.330882Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~zmark/2.embed",
            "fid": "zmark:2",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/zmark:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/zmark:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/zmark:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/zmark:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/zmark:2",
                "plots": "https://api.plotly.com/v2/plots/zmark:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=zmark"
            },
            "owner": "zmark",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Marks Distribution",
            "views": 0,
            "web_url": "https://plotly.com/~zmark/2/marks-distribution/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:09:37.830Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~zmark/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7d1dc715-1e73-4e6c-a456-c079fa29a3ad",
                        "type": "bar",
                        "xsrc": "zmark:3:64b2e7",
                        "ysrc": "zmark:3:800fe4"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Marks Distribution"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~zmark",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-06 05:01:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "zmark",
                "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-04-22T02:05:50.277303Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~WeixiangFang/42.embed",
            "fid": "WeixiangFang:42",
            "filename": "panc_rna_joint_embed",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/WeixiangFang:42/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/WeixiangFang:42/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/WeixiangFang/42/8_I9SS0D89L08MVJJ4UH87J1N1LK5H1X.png",
                "list-thumb": "https://api.plotly.com/v2/files/WeixiangFang:42/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/WeixiangFang:42",
                "plots": "https://api.plotly.com/v2/plots/WeixiangFang:42",
                "parent": "https://api.plotly.com/v2/folders/home?user=WeixiangFang"
            },
            "owner": "WeixiangFang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~WeixiangFang/42/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:05:50.289Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~WeixiangFang/42/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "WeixiangFang:41:d881ee",
                        "ysrc": "WeixiangFang:41:e148bb",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "width": 0,
                                "colorsrc": "WeixiangFang:41:bff0d9"
                            },
                            "opacity": 0.75,
                            "colorsrc": "WeixiangFang:41:a5754a"
                        },
                        "textsrc": "WeixiangFang:41:a73404",
                        "textfont": {
                            "colorsrc": "WeixiangFang:41:b63cb5"
                        },
                        "showlegend": true
                    },
                    {
                        "mode": "markers",
                        "name": "ENCODE Bulk RNA-seq",
                        "type": "scatter",
                        "xsrc": "WeixiangFang:41:12965e",
                        "ysrc": "WeixiangFang:41:6a5d8d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "#385170",
                                "width": 5
                            },
                            "size": 10,
                            "color": "#c8e6f5",
                            "symbol": 6,
                            "opacity": 1
                        },
                        "textsrc": "WeixiangFang:41:42fdc0",
                        "textfont": {
                            "colorsrc": "WeixiangFang:41:fbfb4f"
                        },
                        "showlegend": true,
                        "hoverinfosrc": "WeixiangFang:41:59eb54"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": "X1",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "X2",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~WeixiangFang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/27.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": "2013-11-02 17:29:20",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "WeixiangFang",
                "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-04-22T02:05:34.270428Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~JacksonTransy/1.embed",
            "fid": "JacksonTransy:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/JacksonTransy:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/JacksonTransy:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/JacksonTransy:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/JacksonTransy:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/JacksonTransy:1",
                "plots": "https://api.plotly.com/v2/plots/JacksonTransy:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=JacksonTransy"
            },
            "owner": "JacksonTransy",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~JacksonTransy/1/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:05:34.285Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~JacksonTransy/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Full (male)",
                        "type": "box",
                        "ysrc": "JacksonTransy:0:2901ba",
                        "boxpoints": false
                    },
                    {
                        "name": "Full (female)",
                        "type": "box",
                        "ysrc": "JacksonTransy:0:5fae9b",
                        "boxpoints": false
                    },
                    {
                        "name": "Associate (male)",
                        "type": "box",
                        "ysrc": "JacksonTransy:0:68dfb3",
                        "boxpoints": false
                    },
                    {
                        "name": "Associate (female)",
                        "type": "box",
                        "ysrc": "JacksonTransy:0:0fdfa7",
                        "boxpoints": false
                    },
                    {
                        "name": "Assistant (male)",
                        "type": "box",
                        "ysrc": "JacksonTransy:0:877899",
                        "boxpoints": false
                    },
                    {
                        "name": "Assistant (female)",
                        "type": "box",
                        "ysrc": "JacksonTransy:0:bef304",
                        "boxpoints": false
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Box plot for base salary by rank and gender"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            5.5
                        ],
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            42117.333333333336,
                            99770.66666666667
                        ],
                        "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://plotly.com/~JacksonTransy",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-22 02:04:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "JacksonTransy",
                "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-04-22T02:04:27.705476Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~IFFranciscoME/64.embed",
            "fid": "IFFranciscoME:64",
            "filename": "scatter-mode",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/IFFranciscoME:64/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/IFFranciscoME:64/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/IFFranciscoME/64/8_VD44CBTILBZD4IF07ZTAPFSSZHN8TG.png",
                "list-thumb": "https://api.plotly.com/v2/files/IFFranciscoME:64/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/IFFranciscoME:64",
                "plots": "https://api.plotly.com/v2/plots/IFFranciscoME:64",
                "parent": "https://api.plotly.com/v2/folders/home?user=IFFranciscoME"
            },
            "owner": "IFFranciscoME",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "markers, lines+markers, lines",
            "views": 0,
            "web_url": "https://plotly.com/~IFFranciscoME/64/markers-linesmarkers-lines/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:04:28.117Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~IFFranciscoME/64/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "edc7206c-1ab7-456b-a847-bd2a3762cef7",
                        "mode": "markers",
                        "name": "markers",
                        "type": "scatter",
                        "xsrc": "IFFranciscoME:65:0b82e6",
                        "ysrc": "IFFranciscoME:65:4392d7"
                    },
                    {
                        "uid": "5f39418d-b0d9-4bd3-af51-03ab701be2e7",
                        "mode": "lines+markers",
                        "name": "lines+markers",
                        "type": "scatter",
                        "xsrc": "IFFranciscoME:65:0b82e6",
                        "ysrc": "IFFranciscoME:65:62668c"
                    },
                    {
                        "uid": "9f8c4142-3379-4b13-8239-a2b6acc5224f",
                        "mode": "lines",
                        "name": "lines",
                        "type": "scatter",
                        "xsrc": "IFFranciscoME:65:0b82e6",
                        "ysrc": "IFFranciscoME:65:5a4297"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~IFFranciscoME",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "Financial Engineer + Data Scientist",
                "nickname": "IF.Francisco.ME",
                "website": "https://iffranciscome.wordpress.com/",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-10-20 18:21:20",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "IFFranciscoME",
                "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-04-22T02:03:58.865083Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~kevinshuang/6.embed",
            "fid": "kevinshuang:6",
            "filename": "GA_flow_shop_scheduling_tardyjob",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/kevinshuang:6/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/kevinshuang:6/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/kevinshuang:6/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/kevinshuang:6/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kevinshuang:6",
                "plots": "https://api.plotly.com/v2/plots/kevinshuang:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=kevinshuang"
            },
            "owner": "kevinshuang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Gantt Chart",
            "views": 0,
            "web_url": "https://plotly.com/~kevinshuang/6/gantt-chart/",
            "world_readable": true,
            "date_modified": "2019-04-22T02:03:59.323Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~kevinshuang/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "da1631ee-53ad-45e7-bd51-87ed29b4e6c7",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:2d2003",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "c2be8c12-c4b2-4dcd-95a3-87c12eb91305",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:35f3be",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "519ffe52-06ac-49af-a3fb-381af0378c25",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:1b0df4",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "c2916502-7499-4658-a84a-96a82124b554",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:af461e",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "c51938a0-a9bd-4857-bc1d-0a8094340e94",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:001b6a",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "41a86464-7cb5-4dea-ad30-e7bfca1df5dd",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:a62c48",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "b99f809c-53d2-450b-8649-f298cfb3d00b",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:c5b20e",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "3439e6e7-e5ab-42f7-9840-1b2c8e6df459",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:db17fe",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "e29a925b-05d4-4ffc-bea7-cbddc0d27014",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:8cb3a0",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "bf003944-bb88-4848-af0f-2b1c3ed5cfb0",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:ee32a2",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "5f387a8e-ae83-4799-bfbf-5c29483a25e1",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:a969ec",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "c29ce697-39f7-4db8-8cef-daeb92d0dc71",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:c2f21a",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "c131449d-da73-4bb1-9fca-86061a278c0c",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:d5eb6f",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "f2b83928-759d-4f49-ab23-9be230fe3820",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:ee1ddb",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "91a66bad-aa0f-41ab-9862-a3bcd094cc1d",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5514b9",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "cd7f29a7-e3ad-492d-b364-979a360ebaf2",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:272d86",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "f48fca08-ff31-4b0a-9129-72d7c9efef6b",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:2e0833",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "f17993f1-ba88-46fd-80a9-1cefd4521e56",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:7959d2",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "f1a6378b-589f-464a-974b-acd4edf78c09",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:a3f8a6",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "18f46b23-0b9e-41a9-814c-9707b6d70e0f",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:e8cc1d",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "color": "white"
                        }
                    },
                    {
                        "uid": "b40b590d-f509-446c-aa1c-d003199dcc48",
                        "name": "Job 1",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:88a626",
                        "marker": {
                            "size": 1,
                            "color": "rgb(0, 139, 0)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "8e3f0625-b76d-4460-9622-b6ac1df8da5b",
                        "name": "Job 10",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:0846b5",
                        "marker": {
                            "size": 1,
                            "color": "rgb(255, 140, 0)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "c22c5915-25ae-4914-972c-843ad14ecad2",
                        "name": "Job 11",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:51c17f",
                        "marker": {
                            "size": 1,
                            "color": "rgb(227, 207, 87)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "1480c017-20ea-47ad-9f4f-ee075bd848eb",
                        "name": "Job 12",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:1b4ce0",
                        "marker": {
                            "size": 1,
                            "color": "rgb(0, 0, 205)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "673f602e-c6b1-4524-a590-e0110aee3c2f",
                        "name": "Job 13",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:cfe8b1",
                        "marker": {
                            "size": 1,
                            "color": "rgb(122, 197, 205)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "7974b724-af52-4246-aa50-32c66124c326",
                        "name": "Job 14",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:9d8da1",
                        "marker": {
                            "size": 1,
                            "color": "rgb(237, 145, 33)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "4f83fcaf-613c-48b3-bb28-aa162ba3fa65",
                        "name": "Job 15",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:084a00",
                        "marker": {
                            "size": 1,
                            "color": "rgb(118, 238, 0)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "0b4fcc14-ebd4-44d3-9dc0-d759bbae3df6",
                        "name": "Job 16",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:6fa2ed",
                        "marker": {
                            "size": 1,
                            "color": "rgb(100, 149, 237)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "2efe5226-8d7f-4fd9-bab9-a69e3220c925",
                        "name": "Job 17",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:71d324",
                        "marker": {
                            "size": 1,
                            "color": "rgb(0, 139, 139)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "cb67aabc-89ab-469d-b8e9-e9c0df7a6ac2",
                        "name": "Job 18",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:1da60d",
                        "marker": {
                            "size": 1,
                            "color": "rgb(169, 169, 169)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "66db9642-7b10-4b52-87a8-b5c7f398e084",
                        "name": "Job 19",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:58088b",
                        "marker": {
                            "size": 1,
                            "color": "rgb(162, 205, 90)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "6ad04593-41fc-4e5b-9b8a-585f39540346",
                        "name": "Job 2",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:c19aec",
                        "marker": {
                            "size": 1,
                            "color": "rgb(154, 50, 205)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "671eb16c-fcd9-4c9a-a961-bb2c737e634f",
                        "name": "Job 20",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:57ddae",
                        "marker": {
                            "size": 1,
                            "color": "rgb(143, 188, 143)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "747f062d-dda3-4410-8dfd-2bbbccffa903",
                        "name": "Job 3",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:47a202",
                        "marker": {
                            "size": 1,
                            "color": "rgb(238, 201, 0)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "a0e0c588-d755-44d7-a05f-4946a8b49e94",
                        "name": "Job 4",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:b79d40",
                        "marker": {
                            "size": 1,
                            "color": "rgb(238, 230, 133)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "0e24e878-7b87-465b-b748-79b6184aee16",
                        "name": "Job 5",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:102eef",
                        "marker": {
                            "size": 1,
                            "color": "rgb(205, 193, 197)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "b24693fc-70dc-488d-a7c7-5b56d62fcaa3",
                        "name": "Job 6",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:757355",
                        "marker": {
                            "size": 1,
                            "color": "rgb(154, 192, 205)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "c35a730d-2c6f-4551-838a-c95e7d866144",
                        "name": "Job 7",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:660a3b",
                        "marker": {
                            "size": 1,
                            "color": "rgb(238, 162, 173)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "0950e55f-72ba-4297-8a1f-4be11fe37f4f",
                        "name": "Job 8",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:1cbd56",
                        "marker": {
                            "size": 1,
                            "color": "rgb(0, 250, 154)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    },
                    {
                        "uid": "194b7ea0-1ac6-43cf-a87d-665e5386c2f1",
                        "name": "Job 9",
                        "type": "scatter",
                        "xsrc": "kevinshuang:7:5e0e9f",
                        "ysrc": "kevinshuang:7:a1f9e7",
                        "marker": {
                            "size": 1,
                            "color": "rgb(205, 179, 139)"
                        },
                        "hoverinfo": "none",
                        "showlegend": true
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Gantt Chart"
                    },
                    "width": 900,
                    "xaxis": {
                        "type": "date",
                        "showgrid": true,
                        "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,
                            2
                        ],
                        "showgrid": false,
                        "ticktext": [
                            "Machine"
                        ],
                        "tickvals": [
                            0
                        ],
                        "zeroline": false,
                        "autorange": false
                    },
                    "height": 600,
                    "shapes": [
                        {
                            "x0": "2018-07-14 0:00:27",
                            "x1": "2018-07-14 0:00:37",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 139, 0)"
                        },
                        {
                            "x0": "2018-07-14 0:00:40",
                            "x1": "2018-07-14 0:00:50",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(154, 50, 205)"
                        },
                        {
                            "x0": "2018-07-14 0:02:11",
                            "x1": "2018-07-14 0:02:24",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(238, 201, 0)"
                        },
                        {
                            "x0": "2018-07-14 0:00:00",
                            "x1": "2018-07-14 0:00:04",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(238, 230, 133)"
                        },
                        {
                            "x0": "2018-07-14 0:00:18",
                            "x1": "2018-07-14 0:00:27",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(205, 193, 197)"
                        },
                        {
                            "x0": "2018-07-14 0:01:44",
                            "x1": "2018-07-14 0:01:48",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(154, 192, 205)"
                        },
                        {
                            "x0": "2018-07-14 0:01:21",
                            "x1": "2018-07-14 0:01:29",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(238, 162, 173)"
                        },
                        {
                            "x0": "2018-07-14 0:01:06",
                            "x1": "2018-07-14 0:01:21",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 250, 154)"
                        },
                        {
                            "x0": "2018-07-14 0:00:59",
                            "x1": "2018-07-14 0:01:06",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(205, 179, 139)"
                        },
                        {
                            "x0": "2018-07-14 0:02:42",
                            "x1": "2018-07-14 0:02:43",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(255, 140, 0)"
                        },
                        {
                            "x0": "2018-07-14 0:00:50",
                            "x1": "2018-07-14 0:00:59",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(227, 207, 87)"
                        },
                        {
                            "x0": "2018-07-14 0:00:04",
                            "x1": "2018-07-14 0:00:07",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 0, 205)"
                        },
                        {
                            "x0": "2018-07-14 0:01:29",
                            "x1": "2018-07-14 0:01:44",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(122, 197, 205)"
                        },
                        {
                            "x0": "2018-07-14 0:01:48",
                            "x1": "2018-07-14 0:01:57",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(237, 145, 33)"
                        },
                        {
                            "x0": "2018-07-14 0:02:43",
                            "x1": "2018-07-14 0:02:54",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(118, 238, 0)"
                        },
                        {
                            "x0": "2018-07-14 0:00:12",
                            "x1": "2018-07-14 0:00:18",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(100, 149, 237)"
                        },
                        {
                            "x0": "2018-07-14 0:00:07",
                            "x1": "2018-07-14 0:00:12",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 139, 139)"
                        },
                        {
                            "x0": "2018-07-14 0:01:57",
                            "x1": "2018-07-14 0:02:11",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(169, 169, 169)"
                        },
                        {
                            "x0": "2018-07-14 0:02:24",
                            "x1": "2018-07-14 0:02:42",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(162, 205, 90)"
                        },
                        {
                            "x0": "2018-07-14 0:00:37",
                            "x1": "2018-07-14 0:00:40",
                            "y0": -0.2,
                            "y1": 0.2,
                            "line": {
                                "width": 0
                            },
                            "type": "rect",
                            "xref": "x",
                            "yref": "y",
                            "opacity": 1,
                            "fillcolor": "rgb(143, 188, 143)"
                        }
                    ],
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": 600,
            "width": 900,
            "user": {
                "profile_url": "https://plotly.com/~kevinshuang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/78.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-11 04:38:21",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kevinshuang",
                "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-04-22T01:57:54.858505Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~tx900901/2.embed",
            "fid": "tx900901:2",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/tx900901:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/tx900901:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/tx900901:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/tx900901:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/tx900901:2",
                "plots": "https://api.plotly.com/v2/plots/tx900901:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=tx900901"
            },
            "owner": "tx900901",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~tx900901/2/",
            "world_readable": true,
            "date_modified": "2019-04-22T01:57:55.226Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~tx900901/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "10b18413-88a6-4014-bdb4-890928a0fd5a",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "tx900901:3:ffa01d",
                        "ysrc": "tx900901:3:b1cb52"
                    },
                    {
                        "uid": "ef7b1298-239b-486c-8b1e-b2408aec8efb",
                        "type": "scatter",
                        "xsrc": "tx900901:3:ffa01d",
                        "ysrc": "tx900901:3:2b5306"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~tx900901",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-22 01:52:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "tx900901",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}