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/plotly2_demo:208/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "creation_time": "2016-10-04T19:37:15.441527Z",
    "comments": {
        "results": [],
        "count": 0
    },
    "parented": true,
    "embed_url": "https://chart-studio.plotly.com/~plotly2_demo/208.embed",
    "fid": "plotly2_demo:208",
    "filename": "Subplot",
    "filetype": "plot",
    "img_url": "https://storage.googleapis.com/plotly-prod-images/plotly2_demo%2F208%2F9_SCO5TP88SP9TITSSYNLK4FQL9LZ2CQ.png",
    "image_urls": {
        "default": "https://storage.googleapis.com/plotly-prod-images/plotly2_demo%2F208%2F2_DZETRVOC0QSDXEVTSV5X36QSY4ZU6H.png",
        "block-thumb": "https://storage.googleapis.com/plotly-prod-images/plotly2_demo%2F208%2F8_VZTPVQZ2JTX9RHD8B7PWKMEFKUZZV9.png",
        "list-thumb": "https://storage.googleapis.com/plotly-prod-images/plotly2_demo%2F208%2F9_SCO5TP88SP9TITSSYNLK4FQL9LZ2CQ.png"
    },
    "api_urls": {
        "files": "https://api.plotly.com/v2/files/plotly2_demo:208",
        "plots": "https://api.plotly.com/v2/plots/plotly2_demo:208",
        "parent": "https://api.plotly.com/v2/folders/home?user=plotly2_demo"
    },
    "owner": "plotly2_demo",
    "parent": -1,
    "preview": "",
    "referencers": [],
    "references": [],
    "title": "",
    "views": 8696,
    "web_url": "https://chart-studio.plotly.com/~plotly2_demo/208/",
    "world_readable": true,
    "date_modified": "2016-10-04T19:37:16.218Z",
    "stars": {
        "results": [],
        "count": 0
    },
    "collaborators": {
        "results": [],
        "count": 0
    },
    "subfolder_count": null,
    "refresh_interval": null,
    "organize_view_url": "https://chart-studio.plotly.com/~plotly2_demo/208/",
    "current_user_permission": "read",
    "is_theme": null,
    "is_template": null,
    "autosize": true,
    "caption": "",
    "figure": {
        "data": [
            {
                "x": [
                    "0",
                    "0.101010101",
                    "0.202020202",
                    "0.303030303",
                    "0.404040404",
                    "0.505050505",
                    "0.606060606",
                    "0.707070707",
                    "0.808080808",
                    "0.909090909",
                    "1.01010101",
                    "1.111111111",
                    "1.212121212",
                    "1.313131313",
                    "1.414141414",
                    "1.515151515",
                    "1.616161616",
                    "1.717171717",
                    "1.818181818",
                    "1.919191919",
                    "2.02020202",
                    "2.121212121",
                    "2.222222222",
                    "2.323232323",
                    "2.424242424",
                    "2.525252525",
                    "2.626262626",
                    "2.727272727",
                    "2.828282828",
                    "2.929292929",
                    "3.03030303",
                    "3.131313131",
                    "3.232323232",
                    "3.333333333",
                    "3.434343434",
                    "3.535353535",
                    "3.636363636",
                    "3.737373737",
                    "3.838383838",
                    "3.939393939",
                    "4.04040404",
                    "4.141414141",
                    "4.242424242",
                    "4.343434343",
                    "4.444444444",
                    "4.545454545",
                    "4.646464646",
                    "4.747474747",
                    "4.848484848",
                    "4.949494949",
                    "5.050505051",
                    "5.151515152",
                    "5.252525253",
                    "5.353535354",
                    "5.454545455",
                    "5.555555556",
                    "5.656565657",
                    "5.757575758",
                    "5.858585859",
                    "5.95959596",
                    "6.060606061",
                    "6.161616162",
                    "6.262626263",
                    "6.363636364",
                    "6.464646465",
                    "6.565656566",
                    "6.666666667",
                    "6.767676768",
                    "6.868686869",
                    "6.96969697",
                    "7.070707071",
                    "7.171717172",
                    "7.272727273",
                    "7.373737374",
                    "7.474747475",
                    "7.575757576",
                    "7.676767677",
                    "7.777777778",
                    "7.878787879",
                    "7.97979798",
                    "8.080808081",
                    "8.181818182",
                    "8.282828283",
                    "8.383838384",
                    "8.484848485",
                    "8.585858586",
                    "8.686868687",
                    "8.787878788",
                    "8.888888889",
                    "8.98989899",
                    "9.090909091",
                    "9.191919192",
                    "9.292929293",
                    "9.393939394",
                    "9.494949495",
                    "9.595959596",
                    "9.696969697",
                    "9.797979798",
                    "9.898989899",
                    "10"
                ],
                "y": [
                    "0",
                    "0.10083842",
                    "0.200648857",
                    "0.298413804",
                    "0.393136612",
                    "0.48385164",
                    "0.569634107",
                    "0.649609514",
                    "0.722962561",
                    "0.788945463",
                    "0.846885564",
                    "0.896192201",
                    "0.936362725",
                    "0.966987623",
                    "0.987754692",
                    "0.998452227",
                    "0.998971172",
                    "0.989306237",
                    "0.969555949",
                    "0.939921651",
                    "0.900705446",
                    "0.852307118",
                    "0.795220057",
                    "0.73002623",
                    "0.657390247",
                    "0.578052585",
                    "0.492822043",
                    "0.402567491",
                    "0.308209017",
                    "0.210708548",
                    "0.111060038",
                    "0.010279341",
                    "-0.090606147",
                    "-0.190567963",
                    "-0.288587059",
                    "-0.383664192",
                    "-0.474830111",
                    "-0.561155437",
                    "-0.641760138",
                    "-0.715822499",
                    "-0.782587503",
                    "-0.841374521",
                    "-0.891584257",
                    "-0.932704856",
                    "-0.964317117",
                    "-0.986098774",
                    "-0.997827778",
                    "-0.999384558",
                    "-0.990753243",
                    "-0.972021825",
                    "-0.943381258",
                    "-0.905123516",
                    "-0.857638611",
                    "-0.801410622",
                    "-0.737012758",
                    "-0.665101515",
                    "-0.586409982",
                    "-0.501740369",
                    "-0.411955831",
                    "-0.317971663",
                    "-0.220745975",
                    "-0.121269921",
                    "-0.020557596",
                    "0.0803643",
                    "0.180466932",
                    "0.278729819",
                    "0.374151231",
                    "0.465758407",
                    "0.552617471",
                    "0.633842948",
                    "0.708606798",
                    "0.776146848",
                    "0.835774572",
                    "0.886882102",
                    "0.928948429",
                    "0.961544714",
                    "0.984338658",
                    "0.997097891",
                    "0.999692341",
                    "0.992095559",
                    "0.974384989",
                    "0.946741181",
                    "0.909445943",
                    "0.862879479",
                    "0.807516504",
                    "0.743921408",
                    "0.672742504",
                    "0.594705414",
                    "0.510605678",
                    "0.421300641",
                    "0.327700709",
                    "0.230760075",
                    "0.131466989",
                    "0.030833679",
                    "-0.07011396",
                    "-0.170346832",
                    "-0.268843126",
                    "-0.364598734",
                    "-0.456637488",
                    "-0.544021111"
                ],
                "uid": "36e717",
                "line": {
                    "dash": "dashdot",
                    "color": "rgb(227, 119, 194)",
                    "shape": "linear",
                    "width": 3
                },
                "mode": "lines",
                "name": "Trace 1",
                "type": "scatter",
                "xsrc": "plotly2_demo:207:2dc08d",
                "ysrc": "plotly2_demo:207:9f199c",
                "autobinx": true,
                "autobiny": true
            },
            {
                "x": [
                    "0",
                    "0.101010101",
                    "0.202020202",
                    "0.303030303",
                    "0.404040404",
                    "0.505050505",
                    "0.606060606",
                    "0.707070707",
                    "0.808080808",
                    "0.909090909",
                    "1.01010101",
                    "1.111111111",
                    "1.212121212",
                    "1.313131313",
                    "1.414141414",
                    "1.515151515",
                    "1.616161616",
                    "1.717171717",
                    "1.818181818",
                    "1.919191919",
                    "2.02020202",
                    "2.121212121",
                    "2.222222222",
                    "2.323232323",
                    "2.424242424",
                    "2.525252525",
                    "2.626262626",
                    "2.727272727",
                    "2.828282828",
                    "2.929292929",
                    "3.03030303",
                    "3.131313131",
                    "3.232323232",
                    "3.333333333",
                    "3.434343434",
                    "3.535353535",
                    "3.636363636",
                    "3.737373737",
                    "3.838383838",
                    "3.939393939",
                    "4.04040404",
                    "4.141414141",
                    "4.242424242",
                    "4.343434343",
                    "4.444444444",
                    "4.545454545",
                    "4.646464646",
                    "4.747474747",
                    "4.848484848",
                    "4.949494949",
                    "5.050505051",
                    "5.151515152",
                    "5.252525253",
                    "5.353535354",
                    "5.454545455",
                    "5.555555556",
                    "5.656565657",
                    "5.757575758",
                    "5.858585859",
                    "5.95959596",
                    "6.060606061",
                    "6.161616162",
                    "6.262626263",
                    "6.363636364",
                    "6.464646465",
                    "6.565656566",
                    "6.666666667",
                    "6.767676768",
                    "6.868686869",
                    "6.96969697",
                    "7.070707071",
                    "7.171717172",
                    "7.272727273",
                    "7.373737374",
                    "7.474747475",
                    "7.575757576",
                    "7.676767677",
                    "7.777777778",
                    "7.878787879",
                    "7.97979798",
                    "8.080808081",
                    "8.181818182",
                    "8.282828283",
                    "8.383838384",
                    "8.484848485",
                    "8.585858586",
                    "8.686868687",
                    "8.787878788",
                    "8.888888889",
                    "8.98989899",
                    "9.090909091",
                    "9.191919192",
                    "9.292929293",
                    "9.393939394",
                    "9.494949495",
                    "9.595959596",
                    "9.696969697",
                    "9.797979798",
                    "9.898989899",
                    "10"
                ],
                "y": [
                    "0",
                    "0.200648857",
                    "0.393136612",
                    "0.569634107",
                    "0.722962561",
                    "0.846885564",
                    "0.936362725",
                    "0.987754692",
                    "0.998971172",
                    "0.969555949",
                    "0.900705446",
                    "0.795220057",
                    "0.657390247",
                    "0.492822043",
                    "0.308209017",
                    "0.111060038",
                    "-0.090606147",
                    "-0.288587059",
                    "-0.474830111",
                    "-0.641760138",
                    "-0.782587503",
                    "-0.891584257",
                    "-0.964317117",
                    "-0.997827778",
                    "-0.990753243",
                    "-0.943381258",
                    "-0.857638611",
                    "-0.737012758",
                    "-0.586409982",
                    "-0.411955831",
                    "-0.220745975",
                    "-0.020557596",
                    "0.180466932",
                    "0.374151231",
                    "0.552617471",
                    "0.708606798",
                    "0.835774572",
                    "0.928948429",
                    "0.984338658",
                    "0.999692341",
                    "0.974384989",
                    "0.909445943",
                    "0.807516504",
                    "0.672742504",
                    "0.510605678",
                    "0.327700709",
                    "0.131466989",
                    "-0.07011396",
                    "-0.268843126",
                    "-0.456637488",
                    "-0.625858783",
                    "-0.76962418",
                    "-0.882086232",
                    "-0.958670707",
                    "-0.996262643",
                    "-0.993333042",
                    "-0.950001063",
                    "-0.868029169",
                    "-0.75075145",
                    "-0.602938005",
                    "-0.430600932",
                    "-0.240749792",
                    "-0.041106504",
                    "0.160208732",
                    "0.35500771",
                    "0.535367266",
                    "0.693951535",
                    "0.824310333",
                    "0.921141505",
                    "0.980506583",
                    "0.999990981",
                    "0.978802197",
                    "0.917802055",
                    "0.819471647",
                    "0.687810419",
                    "0.528173502",
                    "0.347053894",
                    "0.151818373",
                    "-0.049592139",
                    "-0.248985564",
                    "-0.438251862",
                    "-0.609692902",
                    "-0.756335569",
                    "-0.872215385",
                    "-0.952619106",
                    "-0.994276428",
                    "-0.995493",
                    "-0.95621934",
                    "-0.878052847",
                    "-0.764172829",
                    "-0.619211191",
                    "-0.449064037",
                    "-0.260651855",
                    "-0.061638037",
                    "0.139882818",
                    "0.335714143",
                    "0.517890782",
                    "0.679002966",
                    "0.81249769",
                    "0.912945251"
                ],
                "uid": "490f52",
                "line": {
                    "dash": "dashdot",
                    "color": "rgb(127, 127, 127)",
                    "width": 3
                },
                "mode": "lines",
                "name": "Trace 2",
                "type": "scatter",
                "xsrc": "plotly2_demo:207:2dc08d",
                "ysrc": "plotly2_demo:207:d9d666",
                "xaxis": "x2",
                "yaxis": "y2",
                "autobinx": true,
                "autobiny": true
            },
            {
                "x": [
                    "0",
                    "0.101010101",
                    "0.202020202",
                    "0.303030303",
                    "0.404040404",
                    "0.505050505",
                    "0.606060606",
                    "0.707070707",
                    "0.808080808",
                    "0.909090909",
                    "1.01010101",
                    "1.111111111",
                    "1.212121212",
                    "1.313131313",
                    "1.414141414",
                    "1.515151515",
                    "1.616161616",
                    "1.717171717",
                    "1.818181818",
                    "1.919191919",
                    "2.02020202",
                    "2.121212121",
                    "2.222222222",
                    "2.323232323",
                    "2.424242424",
                    "2.525252525",
                    "2.626262626",
                    "2.727272727",
                    "2.828282828",
                    "2.929292929",
                    "3.03030303",
                    "3.131313131",
                    "3.232323232",
                    "3.333333333",
                    "3.434343434",
                    "3.535353535",
                    "3.636363636",
                    "3.737373737",
                    "3.838383838",
                    "3.939393939",
                    "4.04040404",
                    "4.141414141",
                    "4.242424242",
                    "4.343434343",
                    "4.444444444",
                    "4.545454545",
                    "4.646464646",
                    "4.747474747",
                    "4.848484848",
                    "4.949494949",
                    "5.050505051",
                    "5.151515152",
                    "5.252525253",
                    "5.353535354",
                    "5.454545455",
                    "5.555555556",
                    "5.656565657",
                    "5.757575758",
                    "5.858585859",
                    "5.95959596",
                    "6.060606061",
                    "6.161616162",
                    "6.262626263",
                    "6.363636364",
                    "6.464646465",
                    "6.565656566",
                    "6.666666667",
                    "6.767676768",
                    "6.868686869",
                    "6.96969697",
                    "7.070707071",
                    "7.171717172",
                    "7.272727273",
                    "7.373737374",
                    "7.474747475",
                    "7.575757576",
                    "7.676767677",
                    "7.777777778",
                    "7.878787879",
                    "7.97979798",
                    "8.080808081",
                    "8.181818182",
                    "8.282828283",
                    "8.383838384",
                    "8.484848485",
                    "8.585858586",
                    "8.686868687",
                    "8.787878788",
                    "8.888888889",
                    "8.98989899",
                    "9.090909091",
                    "9.191919192",
                    "9.292929293",
                    "9.393939394",
                    "9.494949495",
                    "9.595959596",
                    "9.696969697",
                    "9.797979798",
                    "9.898989899",
                    "10"
                ],
                "y": [
                    "0",
                    "0.393136612",
                    "0.722962561",
                    "0.936362725",
                    "0.998971172",
                    "0.900705446",
                    "0.657390247",
                    "0.308209017",
                    "-0.090606147",
                    "-0.474830111",
                    "-0.782587503",
                    "-0.964317117",
                    "-0.990753243",
                    "-0.857638611",
                    "-0.586409982",
                    "-0.220745975",
                    "0.180466932",
                    "0.552617471",
                    "0.835774572",
                    "0.984338658",
                    "0.974384989",
                    "0.807516504",
                    "0.510605678",
                    "0.131466989",
                    "-0.268843126",
                    "-0.625858783",
                    "-0.882086232",
                    "-0.996262643",
                    "-0.950001063",
                    "-0.75075145",
                    "-0.430600932",
                    "-0.041106504",
                    "0.35500771",
                    "0.693951535",
                    "0.921141505",
                    "0.999990981",
                    "0.917802055",
                    "0.687810419",
                    "0.347053894",
                    "-0.049592139",
                    "-0.438251862",
                    "-0.756335569",
                    "-0.952619106",
                    "-0.995493",
                    "-0.878052847",
                    "-0.619211191",
                    "-0.260651855",
                    "0.139882818",
                    "0.517890782",
                    "0.81249769",
                    "0.976260089",
                    "0.982805704",
                    "0.831080432",
                    "0.545518088",
                    "0.172105591",
                    "-0.229022766",
                    "-0.59326933",
                    "-0.861975887",
                    "-0.991869973",
                    "-0.962033463",
                    "-0.777271223",
                    "-0.46733734",
                    "-0.082143519",
                    "0.316278683",
                    "0.663767411",
                    "0.904363132",
                    "0.999320346",
                    "0.933347156",
                    "0.717067877",
                    "0.385312091",
                    "-0.008494298",
                    "-0.400932767",
                    "-0.728805081",
                    "-0.939310731",
                    "-0.998549917",
                    "-0.896982771",
                    "-0.650965649",
                    "-0.300117114",
                    "0.099062238",
                    "0.482288621",
                    "0.787847315",
                    "0.966531192",
                    "0.989565026",
                    "0.853239452",
                    "0.579508322",
                    "0.212453255",
                    "-0.188815253",
                    "-0.55967698",
                    "-0.840408407",
                    "-0.985800587",
                    "-0.972439584",
                    "-0.802477052",
                    "-0.503283732",
                    "-0.123041673",
                    "0.277014999",
                    "0.632461216",
                    "0.886055971",
                    "0.996960401",
                    "0.947314473",
                    "0.74511316"
                ],
                "uid": "d6c98b",
                "line": {
                    "dash": "dashdot",
                    "color": "rgb(48, 151, 222)",
                    "width": 3
                },
                "mode": "lines",
                "name": "Trace 3",
                "type": "scatter",
                "xsrc": "plotly2_demo:207:2dc08d",
                "ysrc": "plotly2_demo:207:946b7f",
                "xaxis": "x3",
                "yaxis": "y3",
                "autobinx": true,
                "autobiny": true
            },
            {
                "x": [
                    "0",
                    "0.101010101",
                    "0.202020202",
                    "0.303030303",
                    "0.404040404",
                    "0.505050505",
                    "0.606060606",
                    "0.707070707",
                    "0.808080808",
                    "0.909090909",
                    "1.01010101",
                    "1.111111111",
                    "1.212121212",
                    "1.313131313",
                    "1.414141414",
                    "1.515151515",
                    "1.616161616",
                    "1.717171717",
                    "1.818181818",
                    "1.919191919",
                    "2.02020202",
                    "2.121212121",
                    "2.222222222",
                    "2.323232323",
                    "2.424242424",
                    "2.525252525",
                    "2.626262626",
                    "2.727272727",
                    "2.828282828",
                    "2.929292929",
                    "3.03030303",
                    "3.131313131",
                    "3.232323232",
                    "3.333333333",
                    "3.434343434",
                    "3.535353535",
                    "3.636363636",
                    "3.737373737",
                    "3.838383838",
                    "3.939393939",
                    "4.04040404",
                    "4.141414141",
                    "4.242424242",
                    "4.343434343",
                    "4.444444444",
                    "4.545454545",
                    "4.646464646",
                    "4.747474747",
                    "4.848484848",
                    "4.949494949",
                    "5.050505051",
                    "5.151515152",
                    "5.252525253",
                    "5.353535354",
                    "5.454545455",
                    "5.555555556",
                    "5.656565657",
                    "5.757575758",
                    "5.858585859",
                    "5.95959596",
                    "6.060606061",
                    "6.161616162",
                    "6.262626263",
                    "6.363636364",
                    "6.464646465",
                    "6.565656566",
                    "6.666666667",
                    "6.767676768",
                    "6.868686869",
                    "6.96969697",
                    "7.070707071",
                    "7.171717172",
                    "7.272727273",
                    "7.373737374",
                    "7.474747475",
                    "7.575757576",
                    "7.676767677",
                    "7.777777778",
                    "7.878787879",
                    "7.97979798",
                    "8.080808081",
                    "8.181818182",
                    "8.282828283",
                    "8.383838384",
                    "8.484848485",
                    "8.585858586",
                    "8.686868687",
                    "8.787878788",
                    "8.888888889",
                    "8.98989899",
                    "9.090909091",
                    "9.191919192",
                    "9.292929293",
                    "9.393939394",
                    "9.494949495",
                    "9.595959596",
                    "9.696969697",
                    "9.797979798",
                    "9.898989899",
                    "10"
                ],
                "y": [
                    "0",
                    "0.722962561",
                    "0.998971172",
                    "0.657390247",
                    "-0.090606147",
                    "-0.782587503",
                    "-0.990753243",
                    "-0.586409982",
                    "0.180466932",
                    "0.835774572",
                    "0.974384989",
                    "0.510605678",
                    "-0.268843126",
                    "-0.882086232",
                    "-0.950001063",
                    "-0.430600932",
                    "0.35500771",
                    "0.921141505",
                    "0.917802055",
                    "0.347053894",
                    "-0.438251862",
                    "-0.952619106",
                    "-0.878052847",
                    "-0.260651855",
                    "0.517890782",
                    "0.976260089",
                    "0.831080432",
                    "0.172105591",
                    "-0.59326933",
                    "-0.991869973",
                    "-0.777271223",
                    "-0.082143519",
                    "0.663767411",
                    "0.999320346",
                    "0.717067877",
                    "-0.008494298",
                    "-0.728805081",
                    "-0.998549917",
                    "-0.650965649",
                    "0.099062238",
                    "0.787847315",
                    "0.989565026",
                    "0.579508322",
                    "-0.188815253",
                    "-0.840408407",
                    "-0.972439584",
                    "-0.503283732",
                    "0.277014999",
                    "0.886055971",
                    "0.947314473",
                    "0.422918933",
                    "-0.362935911",
                    "-0.92441449",
                    "-0.914396381",
                    "-0.339075037",
                    "0.44587117",
                    "0.955168413",
                    "0.873956107",
                    "0.252441776",
                    "-0.525138518",
                    "-0.978064746",
                    "-0.826326326",
                    "-0.163731831",
                    "0.600085871",
                    "0.992915135",
                    "0.771898861",
                    "0.073674963",
                    "-0.670096682",
                    "-0.999597414",
                    "-0.711121453",
                    "0.016987984",
                    "0.734595014",
                    "0.998056613",
                    "0.644494081",
                    "-0.107511181",
                    "-0.79305028",
                    "-0.988305407",
                    "-0.572564848",
                    "0.197149949",
                    "0.844981603",
                    "0.970424013",
                    "0.495925472",
                    "-0.285166884",
                    "-0.889961776",
                    "-0.94455953",
                    "-0.415206418",
                    "0.370837924",
                    "0.927620775",
                    "0.91092473",
                    "0.331071713",
                    "-0.453458307",
                    "-0.957648801",
                    "-0.869796306",
                    "-0.244213483",
                    "0.532348363",
                    "0.979798832",
                    "0.821512597",
                    "0.155346257",
                    "-0.606859113",
                    "-0.993888654"
                ],
                "uid": "9b7a92",
                "line": {
                    "dash": "dashdot",
                    "color": "rgb(148, 103, 189)",
                    "width": 3
                },
                "mode": "lines",
                "name": "Trace 4",
                "type": "scatter",
                "xsrc": "plotly2_demo:207:2dc08d",
                "ysrc": "plotly2_demo:207:c15267",
                "xaxis": "x4",
                "yaxis": "y4",
                "autobinx": true,
                "autobiny": true
            }
        ],
        "layout": {
            "font": {
                "size": 14,
                "family": "Roboto"
            },
            "title": "",
            "width": 1077.55,
            "xaxis": {
                "type": "linear",
                "range": [
                    0,
                    10
                ],
                "title": "",
                "domain": [
                    0,
                    0.45
                ],
                "nticks": -1,
                "showgrid": false,
                "showline": false,
                "tickfont": {
                    "size": 12
                },
                "autorange": true
            },
            "yaxis": {
                "type": "linear",
                "range": [
                    -1.1104443857222224,
                    1.1107521687222222
                ],
                "title": "",
                "domain": [
                    0,
                    0.45
                ],
                "showgrid": false,
                "showline": false,
                "tickfont": {
                    "size": 12
                },
                "autorange": true
            },
            "height": 605.139,
            "xaxis2": {
                "type": "linear",
                "range": [
                    0,
                    10
                ],
                "title": "",
                "anchor": "y2",
                "domain": [
                    0.55,
                    1
                ],
                "nticks": 0,
                "showgrid": false,
                "showline": false,
                "tickfont": {
                    "size": 12
                },
                "autorange": true
            },
            "xaxis3": {
                "type": "linear",
                "range": [
                    0,
                    10
                ],
                "title": "",
                "anchor": "y3",
                "domain": [
                    0,
                    0.45
                ],
                "showgrid": false,
                "showline": false,
                "tickfont": {
                    "size": 12
                },
                "autorange": true
            },
            "xaxis4": {
                "type": "linear",
                "range": [
                    0,
                    10
                ],
                "title": "",
                "anchor": "y4",
                "domain": [
                    0.55,
                    1
                ],
                "showgrid": false,
                "showline": false,
                "tickfont": {
                    "size": 12
                },
                "autorange": true
            },
            "yaxis2": {
                "type": "linear",
                "range": [
                    -1.1088177090555555,
                    1.1109809120555556
                ],
                "title": "",
                "anchor": "x2",
                "domain": [
                    0,
                    0.45
                ],
                "showgrid": false,
                "showline": false,
                "tickfont": {
                    "size": 12
                },
                "autorange": true
            },
            "yaxis3": {
                "type": "linear",
                "range": [
                    -1.1095799668888888,
                    1.1110210308888888
                ],
                "title": "",
                "anchor": "x3",
                "domain": [
                    0.55,
                    1
                ],
                "showgrid": false,
                "showline": false,
                "tickfont": {
                    "size": 12
                },
                "autorange": true
            },
            "yaxis4": {
                "type": "linear",
                "range": [
                    -1.1106484006666666,
                    1.1103713326666667
                ],
                "title": "",
                "anchor": "x4",
                "domain": [
                    0.55,
                    1
                ],
                "showgrid": false,
                "showline": false,
                "tickfont": {
                    "size": 12
                },
                "autorange": true
            },
            "autosize": true,
            "hovermode": "closest",
            "showlegend": false,
            "annotations": [
                {
                    "x": 0.15305010893246182,
                    "y": 0.4447058823529411,
                    "text": "<b>Subplot 1: sin(x)</b>",
                    "xref": "paper",
                    "yref": "paper",
                    "showarrow": false
                },
                {
                    "x": 0.8529411764705882,
                    "y": 0.4552941176470589,
                    "text": "<b>Subplot 2: sin(2x)</b>",
                    "xref": "paper",
                    "yref": "paper",
                    "showarrow": false
                },
                {
                    "x": 0.14161220043572986,
                    "y": 1.091764705882353,
                    "text": "<b>Subplot 3: sin(4x)</b>",
                    "xref": "paper",
                    "yref": "paper",
                    "showarrow": false
                },
                {
                    "x": 0.8420479302832243,
                    "y": 1.0941176470588236,
                    "text": "<b>Subplot 4: sin(8x)</b>",
                    "xref": "paper",
                    "yref": "paper",
                    "showarrow": false
                }
            ],
            "plot_bgcolor": "rgb(198, 192, 192)",
            "paper_bgcolor": "rgb(198, 192, 192)"
        }
    },
    "height": 605,
    "width": 1077,
    "user": {
        "profile_url": "https://chart-studio.plotly.com/~plotly2_demo",
        "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.jpg",
        "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
        "bio": "",
        "nickname": "Plotly Demo",
        "website": "",
        "stream_tokens": null,
        "feature_set_id": null,
        "csrf_token": null,
        "date_joined": "2016-06-29 15:09:01",
        "mapbox_access_tokens": null,
        "has_password": null,
        "username": "plotly2_demo",
        "email": null,
        "is_active": null,
        "readonly": null,
        "is_dash_creator": null,
        "dash_created_count": null,
        "is_chart_creator": null,
        "charts_created_count": null
    }
}