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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE1JTNBMzElM0ExOC41NTE4MDYlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNSUzQTM0JTNBNDkuODE0ODA2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T15:34:49.814806Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rsm5909/229.embed",
            "fid": "rsm5909:229",
            "filename": "LTV by Aff",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rsm5909/229/9_LV6R08L4R56IL3W156YQFAC3VGYF7T.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/rsm5909/229/2_ADDOVYGNBIR62NV19BVICZU3OFZYVD.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rsm5909/229/8_L096SVPTA2ZX2H4GMNJ9O6B9UJAJ8H.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rsm5909/229/9_LV6R08L4R56IL3W156YQFAC3VGYF7T.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rsm5909:229",
                "plots": "https://api.plotly.com/v2/plots/rsm5909:229",
                "parent": "https://api.plotly.com/v2/folders/home?user=rsm5909"
            },
            "owner": "rsm5909",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Limelight Affiliate Customer LTVs",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~rsm5909/229/limelight-affiliate-customer-ltvs/",
            "world_readable": true,
            "date_modified": "2019-07-08T11:49:21.841Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rsm5909/229/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c18a0091-41f6-4770-ade7-382e44bc02d9",
                        "type": "bar",
                        "xsrc": "rsm5909:230:e44f3b",
                        "ysrc": "rsm5909:230:bf8e2f"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 13,
                        "color": "rgb(0,0,0)",
                        "family": "Roboto"
                    },
                    "title": {
                        "text": "Limelight Affiliate Customer LTVs"
                    },
                    "yaxis": {
                        "domain": [
                            0.2,
                            1.0
                        ],
                        "tickprefix": "$"
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rsm5909",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-10-30 21:15:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rsm5909",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T15:33:17.889968Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gitboy19/6.embed",
            "fid": "gitboy19:6",
            "filename": "123",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/gitboy19:6/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gitboy19/6/2_TVVJA1LS44BCP6KH4T9EHLO65Z9M5E.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gitboy19/6/8_LS1PB3LE3NMO4LCLMTKWSN4TER4XGV.png",
                "list-thumb": "https://api.plotly.com/v2/files/gitboy19:6/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gitboy19:6",
                "plots": "https://api.plotly.com/v2/plots/gitboy19:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=gitboy19"
            },
            "owner": "gitboy19",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~gitboy19/6/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:33:17.900Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gitboy19/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "shape": "spline"
                        },
                        "mode": "lines",
                        "name": "D",
                        "type": "scatter",
                        "xsrc": "gitboy19:5:434edb",
                        "ysrc": "gitboy19:5:5dcc4d",
                        "visible": true,
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "MAP"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "range": [
                            20,
                            100
                        ],
                        "title": {
                            "text": ""
                        },
                        "domain": [
                            0,
                            0.75
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.5061111111111112,
                            0.5838888888888889
                        ],
                        "title": {
                            "text": "Click to enter Y axis title"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "rgb(237,237,237)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "rgb(217,217,217)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(51,51,51)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(51,51,51)"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(51,51,51)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(51,51,51)"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "rgb(237,237,237)",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "rgb(51,51,51)"
                            },
                            "polar": {
                                "bgcolor": "rgb(237,237,237)",
                                "radialaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "angularaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(237,237,237)"
                                },
                                "yaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(237,237,237)"
                                },
                                "zaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(237,237,237)"
                                }
                            },
                            "xaxis": {
                                "ticks": "outside",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "tickcolor": "rgb(51,51,51)",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "yaxis": {
                                "ticks": "outside",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "tickcolor": "rgb(51,51,51)",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "baxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "caxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "bgcolor": "rgb(237,237,237)"
                            },
                            "colorway": [
                                "#F8766D",
                                "#A3A500",
                                "#00BF7D",
                                "#00B0F6",
                                "#E76BF3"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#40004b"
                                    ],
                                    [
                                        0.1,
                                        "#762a83"
                                    ],
                                    [
                                        0.2,
                                        "#9970ab"
                                    ],
                                    [
                                        0.3,
                                        "#c2a5cf"
                                    ],
                                    [
                                        0.4,
                                        "#e7d4e8"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#d9f0d3"
                                    ],
                                    [
                                        0.7,
                                        "#a6dba0"
                                    ],
                                    [
                                        0.8,
                                        "#5aae61"
                                    ],
                                    [
                                        0.9,
                                        "#1b7837"
                                    ],
                                    [
                                        1,
                                        "#00441b"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "rgb(20,44,66)"
                                    ],
                                    [
                                        1,
                                        "rgb(90,179,244)"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "rgb(20,44,66)"
                                    ],
                                    [
                                        1,
                                        "rgb(90,179,244)"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "rgb(237,237,237)",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.3,
                                "fillcolor": "black"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "GGPLOT2"
                    },
                    "showlegend": true,
                    "annotations": [],
                    "plot_bgcolor": "rgb(237, 237, 237)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gitboy19",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-13 03:14:24",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gitboy19",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T15:32:09.778568Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~weilsh/3.embed",
            "fid": "weilsh:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/weilsh/3/9_FSJGQV2MTLRDY7QZQ4VCQ1UL66LGAX.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/weilsh/3/2_G24DK9L77W0VSPJ9KI5D36EDEKI53J.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/weilsh/3/8_Z4HNA6R6SCEI1L82CGAO94VPHZ8I49.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/weilsh/3/9_FSJGQV2MTLRDY7QZQ4VCQ1UL66LGAX.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/weilsh:3",
                "plots": "https://api.plotly.com/v2/plots/weilsh:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=weilsh"
            },
            "owner": "weilsh",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 9,
            "web_url": "https://chart-studio.plotly.com/~weilsh/3/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:32:09.794Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~weilsh/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9cf2fc",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(1,133,113,1)",
                            "shape": "hv",
                            "width": 1.88976377952756
                        },
                        "mode": "lines",
                        "name": "high",
                        "type": "scatter",
                        "xsrc": "weilsh:2:10638e",
                        "ysrc": "weilsh:2:927672",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "weilsh:2:faef82",
                        "visible": true,
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "high"
                    },
                    {
                        "uid": "9312a0",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(166,97,26,1)",
                            "shape": "hv",
                            "width": 1.88976377952756
                        },
                        "mode": "lines",
                        "name": "low",
                        "type": "scatter",
                        "xsrc": "weilsh:2:5e7f1e",
                        "ysrc": "weilsh:2:4b1c6e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "weilsh:2:65e130",
                        "visible": true,
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "low"
                    },
                    {
                        "uid": "b8232e",
                        "mode": "markers",
                        "name": "(high,1)",
                        "type": "scatter",
                        "xsrc": "weilsh:2:9ce512",
                        "ysrc": "weilsh:2:1126b0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(1,133,113,1)",
                                "width": 1.88976377952756
                            },
                            "size": 7.55905511811024,
                            "color": "rgba(1,133,113,1)",
                            "symbol": "cross-thin-open",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "weilsh:2:2e203c",
                        "visible": true,
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "(high,1)"
                    },
                    {
                        "uid": "73aac2",
                        "mode": "markers",
                        "name": "(low,1)",
                        "type": "scatter",
                        "xsrc": "weilsh:2:864f3d",
                        "ysrc": "weilsh:2:20fd4e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(166,97,26,1)",
                                "width": 1.88976377952756
                            },
                            "size": 7.55905511811024,
                            "color": "rgba(166,97,26,1)",
                            "symbol": "cross-thin-open",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "weilsh:2:703e74",
                        "visible": true,
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "(low,1)"
                    },
                    {
                        "uid": "8b239c",
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "weilsh:2:f3cf12",
                        "ysrc": "weilsh:2:3f042e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "weilsh:2:2cb6c1",
                        "textfont": {
                            "size": 14.6645669291339,
                            "color": "rgba(0, 0, 0, 1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "weilsh:2:579b62"
                    },
                    {
                        "uid": "05fd55",
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "weilsh:2:f3cf12",
                        "ysrc": "weilsh:2:d3176f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "weilsh:2:3f361a",
                        "textfont": {
                            "size": 14.6645669291339,
                            "color": "rgba(0, 0, 0, 1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "weilsh:2:9e6307"
                    },
                    {
                        "uid": "15d422",
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "weilsh:2:f3cf12",
                        "ysrc": "weilsh:2:caff27",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "weilsh:2:005534",
                        "textfont": {
                            "size": 14.6645669291339,
                            "color": "rgba(0, 0, 0, 1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "weilsh:2:0a462f"
                    },
                    {
                        "uid": "bd9fbc",
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "weilsh:2:f3cf12",
                        "ysrc": "weilsh:2:bef74f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "weilsh:2:2f9d7c",
                        "textfont": {
                            "size": 14.6645669291339,
                            "color": "rgba(0, 0, 0, 1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "weilsh:2:6b4c8d"
                    },
                    {
                        "uid": "e040cc",
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "weilsh:2:9b20aa",
                        "ysrc": "weilsh:2:2c53ab",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "weilsh:2:8e11c3",
                        "textfont": {
                            "size": 14.6645669291339,
                            "color": "rgba(0, 0, 0, 1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "weilsh:2:bd14a1"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 15.9402241594022,
                        "color": "rgba(0, 0, 0, 1)",
                        "family": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -4.56833333333334,
                            95.935
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 15.9402241594022,
                                "color": "rgba(0, 0, 0, 1)",
                                "family": ""
                            },
                            "text": "Time(months)"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.98505603985056,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 12.7521793275218,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "25",
                            "50",
                            "75"
                        ],
                        "tickvals": [
                            0,
                            25,
                            50,
                            75
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.724555643609193,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.724555643609193,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "25",
                            "50",
                            "75"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 15.9402241594022,
                                "color": "rgba(0, 0, 0, 1)",
                                "family": ""
                            },
                            "text": "Percent Survival"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.98505603985056,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 12.7521793275218,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0.00",
                            "0.25",
                            "0.50",
                            "0.75",
                            "1.00"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.724555643609193,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.724555643609193,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0.00",
                            "0.25",
                            "0.50",
                            "0.75",
                            "1.00"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "x": 1.02,
                        "y": 0.929133858267717,
                        "font": {
                            "size": 12.7521793275218,
                            "color": "rgba(0, 0, 0, 1)",
                            "family": ""
                        },
                        "bgcolor": "rgba(255,255,255,1)",
                        "bordercolor": "transparent",
                        "borderwidth": 2.06156048675734
                    },
                    "margin": {
                        "b": 43.3042756330428,
                        "l": 53.3997509339975,
                        "r": 7.97011207970112,
                        "t": 26.6268161062682
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1.041025641025641,
                            "line": {
                                "color": "rgba(51,51,51,1)",
                                "width": 0.724555643609193,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": "transparent"
                        }
                    ],
                    "barmode": "relative",
                    "autosize": true,
                    "hovermode": "x",
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 1.02,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 15.9402241594022,
                                "color": "rgba(0, 0, 0, 1)",
                                "family": ""
                            },
                            "text": "group",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "left",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0,
                            "legendTitle": true
                        }
                    ],
                    "plot_bgcolor": "rgba(255,255,255,1)",
                    "paper_bgcolor": "rgba(255,255,255,1)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~weilsh",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 15:11:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "weilsh",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T15:32:06.844753Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~elijao/777.embed",
            "fid": "elijao:777",
            "filename": "Plotly Playground 2019-06-17 11:32:05",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/elijao:777/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/elijao:777/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/elijao:777/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/elijao:777/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/elijao:777",
                "plots": "https://api.plotly.com/v2/plots/elijao:777",
                "parent": "https://api.plotly.com/v2/folders/home?user=elijao"
            },
            "owner": "elijao",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~elijao/777/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:32:07.366Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~elijao/777/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1bae374a-1391-4c93-af46-dc5b22501a31",
                        "name": "BR_USD_10Y",
                        "text": "",
                        "type": "bar",
                        "xsrc": "elijao:778:1dc077",
                        "ysrc": "elijao:778:258baf",
                        "marker": {
                            "line": {
                                "color": "rgba(255, 153, 51, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(255, 153, 51, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "79276604-7f9c-4d39-b8b1-6399890faa1c",
                        "name": "CL_USD_10Y",
                        "text": "",
                        "type": "bar",
                        "xsrc": "elijao:778:1dc077",
                        "ysrc": "elijao:778:69ed3d",
                        "marker": {
                            "line": {
                                "color": "rgba(55, 128, 191, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(55, 128, 191, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "10e5bd88-aac9-4863-ab17-4f25403f9d76",
                        "name": "CO_USD_10Y",
                        "text": "",
                        "type": "bar",
                        "xsrc": "elijao:778:1dc077",
                        "ysrc": "elijao:778:27a427",
                        "marker": {
                            "line": {
                                "color": "rgba(50, 171, 96, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(50, 171, 96, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "30acf4cc-2416-423e-bd66-aa758d54ce32",
                        "name": "MX_USD_10Y",
                        "text": "",
                        "type": "bar",
                        "xsrc": "elijao:778:1dc077",
                        "ysrc": "elijao:778:77bf55",
                        "marker": {
                            "line": {
                                "color": "rgba(128, 0, 128, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(128, 0, 128, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "62fe5e2c-9a7b-41e0-a35e-211746c445cc",
                        "name": "PE_USD_10Y",
                        "text": "",
                        "type": "bar",
                        "xsrc": "elijao:778:1dc077",
                        "ysrc": "elijao:778:2e23e6",
                        "marker": {
                            "line": {
                                "color": "rgba(219, 64, 82, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(219, 64, 82, 0.6)"
                        },
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~elijao",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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": "2018-11-07 19:57:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "elijao",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T15:32:03.875127Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~elijao/775.embed",
            "fid": "elijao:775",
            "filename": "Plotly Playground 2019-06-17 11:32:02",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/elijao:775/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/elijao:775/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/elijao:775/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/elijao:775/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/elijao:775",
                "plots": "https://api.plotly.com/v2/plots/elijao:775",
                "parent": "https://api.plotly.com/v2/folders/home?user=elijao"
            },
            "owner": "elijao",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~elijao/775/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:32:04.374Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~elijao/775/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8c4e2e83-9cf4-4527-88b9-2bee43a635e7",
                        "name": "BOVESPA",
                        "text": "",
                        "type": "bar",
                        "xsrc": "elijao:776:c68076",
                        "ysrc": "elijao:776:0158b3",
                        "marker": {
                            "line": {
                                "color": "rgba(255, 153, 51, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(255, 153, 51, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "890e79fd-670f-4649-a510-769d639bc079",
                        "name": "IPSA",
                        "text": "",
                        "type": "bar",
                        "xsrc": "elijao:776:c68076",
                        "ysrc": "elijao:776:53b3de",
                        "marker": {
                            "line": {
                                "color": "rgba(55, 128, 191, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(55, 128, 191, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "a9901bba-08f5-49db-8ca8-12202da725ea",
                        "name": "IGBC",
                        "text": "",
                        "type": "bar",
                        "xsrc": "elijao:776:c68076",
                        "ysrc": "elijao:776:3c1d5a",
                        "marker": {
                            "line": {
                                "color": "rgba(50, 171, 96, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(50, 171, 96, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "f0a19225-af86-4666-8424-d463de4da5a4",
                        "name": "MEXBOL",
                        "text": "",
                        "type": "bar",
                        "xsrc": "elijao:776:c68076",
                        "ysrc": "elijao:776:c9b7b0",
                        "marker": {
                            "line": {
                                "color": "rgba(128, 0, 128, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(128, 0, 128, 0.6)"
                        },
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~elijao",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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": "2018-11-07 19:57:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "elijao",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T15:32:02.882542Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~agoodric/2.embed",
            "fid": "agoodric:2",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/agoodric/2/9_S2ADGGBLWTB6173W3V408Y0NYIULCI.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/agoodric:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/agoodric/2/8_KCDYZLW6C1WC3GZKSH8QZ8HJTNV8YH.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/agoodric/2/9_S2ADGGBLWTB6173W3V408Y0NYIULCI.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/agoodric:2",
                "plots": "https://api.plotly.com/v2/plots/agoodric:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=agoodric"
            },
            "owner": "agoodric",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Refugee movement through Manus and Nauru, via <a href='http://www.bryanbrussee.com/sankey.html'>Bryan Brussee</a>",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~agoodric/2/refugee-movement-through-manus-and-nauru-via-bryan-brussee/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:32:03.323Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~agoodric/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "agoodric:3:a637d1",
                            "sourcesrc": "agoodric:3:b4d1b5",
                            "targetsrc": "agoodric:3:9e9ce4"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "agoodric:3:14e838",
                            "labelsrc": "agoodric:3:0cf7db",
                            "thickness": 30
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Refugee movement through Manus and Nauru, via <a href='http://www.bryanbrussee.com/sankey.html'>Bryan Brussee</a>",
                    "width": 950,
                    "height": 772
                }
            },
            "height": 772,
            "width": 950,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~agoodric",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 15:45:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "agoodric",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T15:32:01.422571Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~elijao/773.embed",
            "fid": "elijao:773",
            "filename": "Plotly Playground 2019-06-17 11:32:00",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/elijao:773/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/elijao:773/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/elijao:773/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/elijao:773/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/elijao:773",
                "plots": "https://api.plotly.com/v2/plots/elijao:773",
                "parent": "https://api.plotly.com/v2/folders/home?user=elijao"
            },
            "owner": "elijao",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~elijao/773/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:32:02.060Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~elijao/773/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f1a7c765-35a8-47b0-8725-50af9c770d77",
                        "name": "COPPER",
                        "text": "",
                        "type": "bar",
                        "xsrc": "elijao:774:6b1acc",
                        "ysrc": "elijao:774:810aa6",
                        "marker": {
                            "line": {
                                "color": "rgba(255, 153, 51, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(255, 153, 51, 0.6)"
                        },
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~elijao",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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": "2018-11-07 19:57:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "elijao",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T15:31:59.653862Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~elijao/771.embed",
            "fid": "elijao:771",
            "filename": "Plotly Playground 2019-06-17 11:31:58",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/elijao:771/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/elijao:771/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/elijao:771/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/elijao:771/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/elijao:771",
                "plots": "https://api.plotly.com/v2/plots/elijao:771",
                "parent": "https://api.plotly.com/v2/folders/home?user=elijao"
            },
            "owner": "elijao",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~elijao/771/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:32:00.168Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~elijao/771/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "e4e4e7cf-caa3-49e3-aaad-7c9747145e91",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "USDTW",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "elijao:772:b1868a",
                        "ysrc": "elijao:772:2b10c2"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~elijao",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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": "2018-11-07 19:57:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "elijao",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T15:31:52.571529Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~deryao123/3.embed",
            "fid": "deryao123:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/deryao123:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/deryao123:3/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/deryao123/3/8_FTR0QBBYBDUWLBIUBTGQ0DY80RXW9R.png",
                "list-thumb": "https://api.plotly.com/v2/files/deryao123:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/deryao123:3",
                "plots": "https://api.plotly.com/v2/plots/deryao123:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=deryao123"
            },
            "owner": "deryao123",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~deryao123/3/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:31:52.588Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~deryao123/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "75638e",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "deryao123:2:055993",
                        "ysrc": "deryao123:2:26fbfa",
                        "error_y": {
                            "type": "data",
                            "visible": true,
                            "arraysrc": "deryao123:2:ba20ba",
                            "symmetric": true
                        }
                    },
                    {
                        "uid": "fe4ad1",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "75638e",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.0038357146976403375,
                                        "value": 0.007007628562983359
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.1724025539111353,
                                        "value": 0.5362904933305083
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Volume of gelatine digested by enzymes/detergent "
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -6.340682117957414,
                            106.34068211795741
                        ],
                        "title": {
                            "text": "Enzyme/detergent concentrations"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.035333333333333314,
                            1.391333333333333
                        ],
                        "title": {
                            "text": "Average gelatine digested"
                        },
                        "autorange": true
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~deryao123",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 15:22:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "deryao123",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T15:31:18.551806Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jscanass/92.embed",
            "fid": "jscanass:92",
            "filename": "gauge-meter-chart",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jscanass/92/9_1C4PEWKOZ3K69BYY5EGHNOPJSI6RAS.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jscanass:92/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jscanass:92/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/92/9_1C4PEWKOZ3K69BYY5EGHNOPJSI6RAS.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jscanass:92",
                "plots": "https://api.plotly.com/v2/plots/jscanass:92",
                "parent": "https://api.plotly.com/v2/folders/home?user=jscanass"
            },
            "owner": "jscanass",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Gauge vs Gauge",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jscanass/92/gauge-vs-gauge/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:31:19.036Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jscanass/92/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "734ada42-c87e-4135-92a9-ee2d60b51c15",
                        "hole": 0.4,
                        "name": "Gauge",
                        "type": "pie",
                        "domain": {
                            "x": [
                                0,
                                0.48
                            ]
                        },
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "colors": [
                                "rgb(255, 255, 255)",
                                "rgb(255, 255, 255)",
                                "rgb(255, 255, 255)",
                                "rgb(255, 255, 255)",
                                "rgb(255, 255, 255)",
                                "rgb(255, 255, 255)",
                                "rgb(255, 255, 255)"
                            ]
                        },
                        "rotation": 108,
                        "textinfo": "label",
                        "direction": "clockwise",
                        "hoverinfo": "none",
                        "labelssrc": "jscanass:93:f3dfe9",
                        "valuessrc": "jscanass:93:b8d3f8",
                        "showlegend": false,
                        "textposition": "outside"
                    },
                    {
                        "uid": "50ec60ac-51ca-4f3c-8f8f-d06d0e0867f4",
                        "hole": 0.3,
                        "name": "Gauge",
                        "type": "pie",
                        "domain": {
                            "x": [
                                0,
                                0.48
                            ]
                        },
                        "marker": {
                            "colors": [
                                "rgb(255, 255, 255)",
                                "rgb(232,226,202)",
                                "rgb(226,210,172)",
                                "rgb(223,189,139)",
                                "rgb(223,162,103)",
                                "rgb(226,126,64)"
                            ]
                        },
                        "rotation": 90,
                        "textinfo": "label",
                        "direction": "clockwise",
                        "hoverinfo": "none",
                        "labelssrc": "jscanass:93:23b163",
                        "valuessrc": "jscanass:93:06f926",
                        "showlegend": false,
                        "textposition": "inside"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "shapes": [
                        {
                            "line": {
                                "width": 0.5
                            },
                            "path": "M 0.235 0.5 L 0.24 0.65 L 0.245 0.5 Z",
                            "type": "path",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": "rgba(44, 160, 101, 0.5)"
                        }
                    ],
                    "annotations": [
                        {
                            "x": 0.23,
                            "y": 0.45,
                            "text": "50",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jscanass",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-10 13:24:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jscanass",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}