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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE0JTNBMzQlM0EyMC4yNTgwNzUlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNCUzQTQ1JTNBMzEuODM5NDUyJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T14:45:31.839452Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~v0rtex/0.embed",
            "fid": "v0rtex:0",
            "filename": "untitled",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/v0rtex:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/v0rtex:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/v0rtex/0/8_KUB2OCT8ILNX13GHQN3F0CF2DYGST4.png",
                "list-thumb": "https://api.plotly.com/v2/files/v0rtex:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/v0rtex:0",
                "plots": "https://api.plotly.com/v2/plots/v0rtex:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=v0rtex"
            },
            "owner": "v0rtex",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "<b><b></b></b>",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~v0rtex/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:45:32.367Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~v0rtex/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "contour",
                        "xsrc": "v0rtex:1:dc7e45",
                        "ysrc": "v0rtex:1:f937f8",
                        "zmax": 7.37889649423163,
                        "zmin": -5.85036747339283,
                        "zsrc": "v0rtex:1:-dc7e45,f937f8",
                        "xaxis": "x1",
                        "xtype": "array",
                        "yaxis": "y1",
                        "ytype": "array",
                        "visible": true,
                        "colorscale": [
                            [
                                0,
                                "rgb(53.0655,42.4065,134.946)"
                            ],
                            [
                                0.0158730158730159,
                                "rgb(53.9641,48.3941,147.3074)"
                            ],
                            [
                                0.0317460317460317,
                                "rgb(54.1244,54.5117,159.8777)"
                            ],
                            [
                                0.0476190476190476,
                                "rgb(53.0655,60.843,172.6569)"
                            ],
                            [
                                0.0634920634920635,
                                "rgb(49.9557,67.4366,185.6145)"
                            ],
                            [
                                0.0793650793650794,
                                "rgb(43.5358,74.4442,198.7081)"
                            ],
                            [
                                0.0952380952380952,
                                "rgb(31.9442,82.6819,211.7192)"
                            ],
                            [
                                0.111111111111111,
                                "rgb(15.079,91.7575,221.425)"
                            ],
                            [
                                0.126984126984127,
                                "rgb(2.9823,98.8149,224.8991)"
                            ],
                            [
                                0.142857142857143,
                                "rgb(1.5191,104.1966,225.1249)"
                            ],
                            [
                                0.158730158730159,
                                "rgb(4.2111,108.783,224.0515)"
                            ],
                            [
                                0.174603174603175,
                                "rgb(8.3774,112.9759,222.3491)"
                            ],
                            [
                                0.19047619047619,
                                "rgb(12.7026,116.9357,220.3346)"
                            ],
                            [
                                0.206349206349206,
                                "rgb(16.048,120.7911,218.1367)"
                            ],
                            [
                                0.222222222222222,
                                "rgb(18.428,124.61,215.9085)"
                            ],
                            [
                                0.238095238095238,
                                "rgb(19.8754,128.5164,213.7847)"
                            ],
                            [
                                0.253968253968254,
                                "rgb(20.2336,132.6061,211.9511)"
                            ],
                            [
                                0.26984126984127,
                                "rgb(19.1104,137.0734,210.6992)"
                            ],
                            [
                                0.285714285714286,
                                "rgb(16.3346,142.0314,210.1091)"
                            ],
                            [
                                0.301587301587302,
                                "rgb(12.4367,147.1921,209.8213)"
                            ],
                            [
                                0.317460317460317,
                                "rgb(8.7574,152.1281,209.0624)"
                            ],
                            [
                                0.333333333333333,
                                "rgb(6.7575,156.4935,207.4425)"
                            ],
                            [
                                0.349206349206349,
                                "rgb(6.0921,160.3088,204.9593)"
                            ],
                            [
                                0.365079365079365,
                                "rgb(5.8881,163.6554,201.773)"
                            ],
                            [
                                0.380952380952381,
                                "rgb(5.8067,166.6389,198.0731)"
                            ],
                            [
                                0.396825396825397,
                                "rgb(6.7988,169.3698,193.9834)"
                            ],
                            [
                                0.412698412698413,
                                "rgb(9.7847,171.9392,189.6059)"
                            ],
                            [
                                0.428571428571429,
                                "rgb(15.0377,174.3581,184.9734)"
                            ],
                            [
                                0.444444444444444,
                                "rgb(21.4965,176.6725,180.0725)"
                            ],
                            [
                                0.46031746031746,
                                "rgb(28.8903,178.8825,174.8936)"
                            ],
                            [
                                0.476190476190476,
                                "rgb(37.0442,180.9881,169.4803)"
                            ],
                            [
                                0.492063492063492,
                                "rgb(45.934,183.0026,163.8205)"
                            ],
                            [
                                0.507936507936508,
                                "rgb(55.5463,184.8859,157.9118)"
                            ],
                            [
                                0.523809523809524,
                                "rgb(65.9539,186.5871,151.8343)"
                            ],
                            [
                                0.53968253968254,
                                "rgb(77.0537,188.0892,145.6524)"
                            ],
                            [
                                0.555555555555556,
                                "rgb(88.7825,189.3205,139.553)"
                            ],
                            [
                                0.571428571428571,
                                "rgb(100.7906,190.2045,133.7329)"
                            ],
                            [
                                0.587301587301587,
                                "rgb(112.7124,190.7606,128.3451)"
                            ],
                            [
                                0.603174603174603,
                                "rgb(124.2166,191.0108,123.4139)"
                            ],
                            [
                                0.619047619047619,
                                "rgb(135.1573,191.0241,118.8591)"
                            ],
                            [
                                0.634920634920635,
                                "rgb(145.5686,190.8724,114.5946)"
                            ],
                            [
                                0.650793650793651,
                                "rgb(155.5124,190.5651,110.5899)"
                            ],
                            [
                                0.666666666666667,
                                "rgb(165.0615,190.128,106.794)"
                            ],
                            [
                                0.682539682539683,
                                "rgb(174.2719,189.5864,103.1305)"
                            ],
                            [
                                0.698412698412698,
                                "rgb(183.1944,188.989,99.5714)"
                            ],
                            [
                                0.714285714285714,
                                "rgb(191.8839,188.292,96.0876)"
                            ],
                            [
                                0.73015873015873,
                                "rgb(200.3899,187.5695,92.6342)"
                            ],
                            [
                                0.746031746031746,
                                "rgb(208.7187,186.847,89.1966)"
                            ],
                            [
                                0.761904761904762,
                                "rgb(216.9176,186.1245,85.6873)"
                            ],
                            [
                                0.777777777777778,
                                "rgb(225.0205,185.4955,82.0335)"
                            ],
                            [
                                0.793650793650794,
                                "rgb(233.053,185.0754,78.1004)"
                            ],
                            [
                                0.80952380952381,
                                "rgb(240.9641,185.1591,73.6039)"
                            ],
                            [
                                0.825396825396825,
                                "rgb(248.3433,186.5058,67.9951)"
                            ],
                            [
                                0.841269841269841,
                                "rgb(253.4117,190.0916,61.2886)"
                            ],
                            [
                                0.857142857142857,
                                "rgb(254.7559,195.1551,55.1856)"
                            ],
                            [
                                0.873015873015873,
                                "rgb(253.861,200.4446,50.1464)"
                            ],
                            [
                                0.888888888888889,
                                "rgb(251.94,205.683,45.7385)"
                            ],
                            [
                                0.904761904761905,
                                "rgb(249.6086,210.9214,41.6451)"
                            ],
                            [
                                0.920634920634921,
                                "rgb(247.2735,216.2752,37.6004)"
                            ],
                            [
                                0.936507936507937,
                                "rgb(245.4594,221.9811,33.3795)"
                            ],
                            [
                                0.952380952380952,
                                "rgb(244.5122,228.1995,28.8769)"
                            ],
                            [
                                0.968253968253968,
                                "rgb(244.7551,235.0675,24.1837)"
                            ],
                            [
                                0.984126984126984,
                                "rgb(246.3555,242.6179,19.261)"
                            ],
                            [
                                1,
                                "rgb(248.9565,250.6905,13.719)"
                            ]
                        ],
                        "showlegend": true
                    }
                ],
                "layout": {
                    "title": "<b><b></b></b>",
                    "width": 840,
                    "height": 630,
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 80,
                        "pad": 0
                    },
                    "xaxis1": {
                        "side": "bottom",
                        "type": "linear",
                        "anchor": "y1",
                        "domain": [
                            0.13,
                            0.905
                        ]
                    },
                    "yaxis1": {
                        "side": "left",
                        "type": "linear",
                        "anchor": "x1",
                        "domain": [
                            0.11,
                            0.925
                        ]
                    },
                    "showlegend": false,
                    "annotations": []
                }
            },
            "height": 630,
            "width": 840,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~v0rtex",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 14:41:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "v0rtex",
                "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-17T14:41:40.478432Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Angilaka/80.embed",
            "fid": "Angilaka:80",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Angilaka:80/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Angilaka/80/2_7HPSB25XIIVQ54VF2ZB8R2173XVKHD.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Angilaka/80/8_JF6Z418DIBQPRZHI9V797OP94BF3ZS.png",
                "list-thumb": "https://api.plotly.com/v2/files/Angilaka:80/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Angilaka:80",
                "plots": "https://api.plotly.com/v2/plots/Angilaka:80",
                "parent": "https://api.plotly.com/v2/folders/home?user=Angilaka"
            },
            "owner": "Angilaka",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "FRYco3 MODIS_6 2008: 2D Density Plot",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Angilaka/80/fryco3-modis-6-2008-2d-density-plot/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:43:45.653Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Angilaka/80/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "35eb0d32-360a-4a44-90bb-54f593425c37",
                        "mode": "markers",
                        "name": "points",
                        "type": "scatter",
                        "xsrc": "Angilaka:81:3c8c10",
                        "ysrc": "Angilaka:81:739afa",
                        "marker": {
                            "size": 4,
                            "color": "rgb(0, 0, 128)",
                            "opacity": 0.4
                        }
                    },
                    {
                        "uid": "c3eeb43f-9f19-471b-b4d9-b0b2dbdcab2c",
                        "name": "density",
                        "type": "histogram2dcontour",
                        "xsrc": "Angilaka:81:3c8c10",
                        "ysrc": "Angilaka:81:739afa",
                        "colorbar": {
                            "title": {
                                "text": ""
                            }
                        },
                        "contours": {
                            "end": 30,
                            "size": 2,
                            "start": 0
                        },
                        "ncontours": 10,
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "rgb(122, 69, 121)"
                            ],
                            [
                                0.25,
                                "rgb(213, 96, 115)"
                            ],
                            [
                                0.5,
                                "rgb(236, 158, 105)"
                            ],
                            [
                                0.75,
                                "rgb(255, 255, 51)"
                            ],
                            [
                                1,
                                "rgb(250, 250, 250)"
                            ]
                        ],
                        "reversescale": true
                    },
                    {
                        "uid": "a44e141f-2e90-4af0-884c-b00b89c555e3",
                        "name": "x density",
                        "type": "histogram",
                        "xsrc": "Angilaka:81:3c8c10",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(192, 192, 192)"
                        }
                    },
                    {
                        "uid": "86df03ad-be80-4ea5-a198-f8e466860a1f",
                        "name": "y density",
                        "type": "histogram",
                        "ysrc": "Angilaka:81:739afa",
                        "xaxis": "x2",
                        "marker": {
                            "color": "rgb(192, 192, 192)"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "FRYco3 MODIS_6 2008: 2D Density Plot"
                    },
                    "width": 600,
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            365
                        ],
                        "title": {
                            "text": "DOB"
                        },
                        "domain": [
                            0,
                            0.85
                        ],
                        "showgrid": false,
                        "zeroline": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            25
                        ],
                        "title": {
                            "text": "BA per pixel [ha]"
                        },
                        "domain": [
                            0,
                            0.82
                        ],
                        "showgrid": false,
                        "zeroline": false
                    },
                    "bargap": 0,
                    "height": 600,
                    "margin": {
                        "t": 50
                    },
                    "xaxis2": {
                        "range": [
                            0,
                            1835.7894736842104
                        ],
                        "title": {
                            "text": "N"
                        },
                        "domain": [
                            0.85,
                            1
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": true
                    },
                    "yaxis2": {
                        "range": [
                            0,
                            256.8421052631579
                        ],
                        "title": {
                            "text": "N"
                        },
                        "domain": [
                            0.85,
                            1
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": true
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 600,
            "width": 600,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Angilaka",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 10:09:39",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Angilaka",
                "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-17T14:40:53.282554Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~RRRRRRR/10.embed",
            "fid": "RRRRRRR:10",
            "filename": "soybean yield at county level",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/RRRRRRR:10/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/RRRRRRR:10/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/RRRRRRR:10/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/RRRRRRR:10/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/RRRRRRR:10",
                "plots": "https://api.plotly.com/v2/plots/RRRRRRR:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=RRRRRRR"
            },
            "owner": "RRRRRRR",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "soybean yield at county level",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~RRRRRRR/10/soybean-yield-at-county-level/",
            "world_readable": true,
            "date_modified": "2019-06-21T08:59:43.928Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~RRRRRRR/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "x": [],
                        "y": [],
                        "uid": "28c4d323-6400-4256-94b6-5b39cd7b339d",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "< 5.0",
                        "type": "scatter",
                        "fillcolor": "#f7fbff",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "52e2098a-bf2c-4331-b241-6b04dd7a1573",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "5.0 - 9.67",
                        "type": "scatter",
                        "fillcolor": "#ebf3fb",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "dc7fc80d-385a-4ef5-afb9-7a12e117c0ee",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "9.67 - 14.33",
                        "type": "scatter",
                        "fillcolor": "#deebf7",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "49566df3-0474-43e5-a29a-46a077a7b058",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "14.33 - 19.0",
                        "type": "scatter",
                        "fillcolor": "#d2e3f3",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7744e883-b02b-4a51-814e-cc3314cba806",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "19.0 - 23.67",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:11:d0d420",
                        "ysrc": "RRRRRRR:11:a01b4f",
                        "fillcolor": "#c6dbef",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "cc7c7c06-b23c-4122-a1a7-194395f3ef42",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "23.67 - 28.33",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:11:e05590",
                        "ysrc": "RRRRRRR:11:27b5dd",
                        "fillcolor": "#b3d2e9",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "70c13ae0-408f-405f-8b08-046fd30611d9",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "28.33 - 33.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:11:2d1340",
                        "ysrc": "RRRRRRR:11:71d037",
                        "fillcolor": "#9ecae1",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "543f03ed-48ac-4733-b821-7cd3be10ac5b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "33.0 - 37.67",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:11:1179dd",
                        "ysrc": "RRRRRRR:11:808fff",
                        "fillcolor": "#85bcdb",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a40401d8-9822-4a6e-b940-5724e7b96458",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "37.67 - 42.33",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:11:ef7a1c",
                        "ysrc": "RRRRRRR:11:861f35",
                        "fillcolor": "#6baed6",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7dd5f715-f8d0-4dec-a3c4-8c22a583c7c1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "42.33 - 47.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:11:7ede97",
                        "ysrc": "RRRRRRR:11:8befa1",
                        "fillcolor": "#57a0ce",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "fdcb5320-c182-4cbd-9d71-91f2e1cbab71",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "47.0 - 51.67",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:11:45b8d3",
                        "ysrc": "RRRRRRR:11:3800d6",
                        "fillcolor": "#4292c6",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "cadb3c6d-e9e0-43e9-af80-454afb1629b7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "51.67 - 56.33",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:11:3c1d04",
                        "ysrc": "RRRRRRR:11:0f28e4",
                        "fillcolor": "#3082be",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "37d35660-fc4b-42c3-b1b8-43bd96e46d20",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "56.33 - 61.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:11:a7e0f4",
                        "ysrc": "RRRRRRR:11:bc1b1d",
                        "fillcolor": "#2171b5",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "89fcbcc1-26c1-42be-b3c9-dbd339a95dee",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "61.0 - 65.67",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:11:1ac244",
                        "ysrc": "RRRRRRR:11:68abbe",
                        "fillcolor": "#1361a9",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6da1f3d4-9f8c-4eea-bc3a-4a4683c7bce9",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "65.67 - 70.33",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:11:c51aa0",
                        "ysrc": "RRRRRRR:11:4e61b5",
                        "fillcolor": "#08519c",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "0293f584-b8db-471e-a176-55c49aaf35c1",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "70.33 - 75.0",
                        "type": "scatter",
                        "fillcolor": "#0b4083",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "577515f2-5152-4d42-8272-62fbbbfa80d8",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "> 75.0",
                        "type": "scatter",
                        "fillcolor": "#08306b",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "c2fd4906-8f6d-43b0-8386-cd1692557602",
                        "mode": "markers",
                        "name": "US Counties",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:11:df27f0",
                        "ysrc": "RRRRRRR:11:766504",
                        "marker": {
                            "color": "white",
                            "opacity": 0
                        },
                        "textsrc": "RRRRRRR:11:5dae73",
                        "selected": {
                            "marker": {
                                "opacity": 0
                            }
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "unselected": {
                            "marker": {
                                "opacity": 0
                            }
                        },
                        "legendgroup": "centroids"
                    },
                    {
                        "uid": "6d4c1078-d4c9-48ac-970d-6be12685764a",
                        "line": {
                            "color": "rgb(240, 240, 240)",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:11:7f8548",
                        "ysrc": "RRRRRRR:11:5428e9",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "States"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "soybean yield at county level"
                    },
                    "width": 900,
                    "xaxis": {
                        "range": [
                            -125.0,
                            -55.0
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "range": [
                            24.93103448275862,
                            49.06896551724138
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "height": 450,
                    "legend": {
                        "x": 1,
                        "y": 1,
                        "xanchor": "right",
                        "yanchor": "top",
                        "traceorder": "reversed"
                    },
                    "margin": {
                        "b": 20,
                        "l": 20,
                        "r": 20,
                        "t": 40
                    },
                    "dragmode": "select",
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": 1,
                            "y": 1.05,
                            "text": "<b>yield</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "right",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 450,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~RRRRRRR",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:47:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "RRRRRRR",
                "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-17T14:40:12.951499Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~orenkishon1/1.embed",
            "fid": "orenkishon1:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/orenkishon1:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/orenkishon1/1/2_5M5WFZPO8YUAMLX9N9D33E5JJ4RM8Y.png",
                "block-thumb": "https://api.plotly.com/v2/files/orenkishon1:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/orenkishon1:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/orenkishon1:1",
                "plots": "https://api.plotly.com/v2/plots/orenkishon1:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=orenkishon1"
            },
            "owner": "orenkishon1",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~orenkishon1/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:40:12.967Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~orenkishon1/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "orenkishon1:0:65d16d",
                        "ysrc": "orenkishon1:0:06a75b",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 2,
                            "color": "#636efa"
                        },
                        "stackgaps": "interpolate",
                        "stackgroup": "",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "July 17, 2019: Access by folder ID"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -31.463807155684478,
                            554.4638071556844
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -1949.3977900552488,
                            29427.39779005525
                        ],
                        "autorange": true,
                        "tickformat": "",
                        "exponentformat": "none",
                        "separatethousands": false
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~orenkishon1",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 14:39:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "orenkishon1",
                "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-17T14:39:34.745206Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~yyyyyywwwwz/4.embed",
            "fid": "yyyyyywwwwz:4",
            "filename": "plot from API (2)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/yyyyyywwwwz:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/yyyyyywwwwz:4/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/yyyyyywwwwz:4/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/yyyyyywwwwz:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/yyyyyywwwwz:4",
                "plots": "https://api.plotly.com/v2/plots/yyyyyywwwwz:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=yyyyyywwwwz"
            },
            "owner": "yyyyyywwwwz",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Not Normalized vs Normalized",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~yyyyyywwwwz/4/not-normalized-vs-normalized/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:39:35.175Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~yyyyyywwwwz/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ac5ce5cb-f5fc-4685-bb1f-22912a78c3c0",
                        "name": "Not Normalized",
                        "type": "box",
                        "xsrc": "yyyyyywwwwz:5:857780",
                        "ysrc": "yyyyyywwwwz:5:c8c78c",
                        "marker": {
                            "color": "#3D9970"
                        },
                        "boxmean": false,
                        "orientation": "h"
                    },
                    {
                        "uid": "cafefae1-1c02-435c-9e56-02e76a6ac812",
                        "name": "Normalized",
                        "type": "box",
                        "xsrc": "yyyyyywwwwz:5:08e712",
                        "ysrc": "yyyyyywwwwz:5:c8c78c",
                        "marker": {
                            "color": "rgba(127, 96, 0, 0.5)"
                        },
                        "boxmean": false,
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "zeroline": false
                    },
                    "boxmode": "group"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~yyyyyywwwwz",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 13:38:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "yyyyyywwwwz",
                "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-17T14:39:13.395261Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~RRRRRRR/8.embed",
            "fid": "RRRRRRR:8",
            "filename": "corn yield at county level",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/RRRRRRR:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/RRRRRRR/8/2_QFO5ENPBHLMD0XQGIBTSQ8B0LD8HP1.png",
                "block-thumb": "https://api.plotly.com/v2/files/RRRRRRR:8/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/RRRRRRR:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/RRRRRRR:8",
                "plots": "https://api.plotly.com/v2/plots/RRRRRRR:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=RRRRRRR"
            },
            "owner": "RRRRRRR",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": " corn yield at county level",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~RRRRRRR/8/corn-yield-at-county-level/",
            "world_readable": true,
            "date_modified": "2019-06-21T08:59:32.473Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~RRRRRRR/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "x": [],
                        "y": [],
                        "uid": "2eba9d55-ebb1-4618-af97-9bff0b3f3e4c",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "< 10.0",
                        "type": "scatter",
                        "fillcolor": "#f7fbff",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "6f003e8c-91a7-4858-ae8b-e2c9187840a3",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "10.0 - 26.0",
                        "type": "scatter",
                        "fillcolor": "#ebf3fb",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "52668a6f-2c8d-411d-80ac-2cab2525fa28",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "26.0 - 42.0",
                        "type": "scatter",
                        "fillcolor": "#deebf7",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "0bf3bf01-70ce-45b1-abac-611ecef14428",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "42.0 - 58.0",
                        "type": "scatter",
                        "fillcolor": "#d2e3f3",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "ab02a383-b314-4ba8-b257-38f1a5ba9ccd",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "58.0 - 74.0",
                        "type": "scatter",
                        "fillcolor": "#c6dbef",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "847e0516-9641-4270-92bc-21b5e10a4fd0",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "74.0 - 90.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:9:64e14a",
                        "ysrc": "RRRRRRR:9:f79428",
                        "fillcolor": "#b3d2e9",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a474e4cb-b29f-4d12-99c6-7e041272579b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "90.0 - 106.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:9:5aefef",
                        "ysrc": "RRRRRRR:9:f5097f",
                        "fillcolor": "#9ecae1",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "321cf2e9-16d5-4994-8dc1-cb40a8ed28fd",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "106.0 - 122.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:9:9e76fd",
                        "ysrc": "RRRRRRR:9:76b5ad",
                        "fillcolor": "#85bcdb",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7789f60f-e03e-4ed8-ab64-d4c8f3f23d5b",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "122.0 - 138.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:9:3c1e04",
                        "ysrc": "RRRRRRR:9:fa4fe3",
                        "fillcolor": "#6baed6",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "bf5ca9b5-113f-4f6f-b1c4-60df526e8491",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "138.0 - 154.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:9:3700c7",
                        "ysrc": "RRRRRRR:9:fe1b85",
                        "fillcolor": "#57a0ce",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "a0757cf9-2687-4b23-86b3-af4a50ef62ee",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "154.0 - 170.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:9:91208b",
                        "ysrc": "RRRRRRR:9:50e114",
                        "fillcolor": "#4292c6",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "5d9b749d-8248-4431-8cd6-5efee70621ec",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "170.0 - 186.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:9:7aa1d7",
                        "ysrc": "RRRRRRR:9:2e81e0",
                        "fillcolor": "#3082be",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "3f84ae94-afbe-4b54-8d1b-a67e4204dfcb",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "186.0 - 202.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:9:c75855",
                        "ysrc": "RRRRRRR:9:a190c2",
                        "fillcolor": "#2171b5",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "15f0b77a-53ca-44ea-9755-b604dc493cff",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "202.0 - 218.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:9:ef96d7",
                        "ysrc": "RRRRRRR:9:6f41f4",
                        "fillcolor": "#1361a9",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "1aaccaef-802f-4b4b-893b-da004cdae4fa",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "218.0 - 234.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:9:0b2dd4",
                        "ysrc": "RRRRRRR:9:646f46",
                        "fillcolor": "#08519c",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "6926f809-23a4-4daf-bc4e-09932fac8579",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "234.0 - 250.0",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:9:152f70",
                        "ysrc": "RRRRRRR:9:88e367",
                        "fillcolor": "#0b4083",
                        "hoverinfo": "none"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "6d41be82-fd9c-45a3-9151-aebb730634c7",
                        "fill": "toself",
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "> 250.0",
                        "type": "scatter",
                        "fillcolor": "#08306b",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "7725a451-0e68-4ecb-80ef-b7ea3a38ddaa",
                        "mode": "markers",
                        "name": "US Counties",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:9:976320",
                        "ysrc": "RRRRRRR:9:862c44",
                        "marker": {
                            "color": "white",
                            "opacity": 0
                        },
                        "textsrc": "RRRRRRR:9:e47634",
                        "selected": {
                            "marker": {
                                "opacity": 0
                            }
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "unselected": {
                            "marker": {
                                "opacity": 0
                            }
                        },
                        "legendgroup": "centroids"
                    },
                    {
                        "uid": "e8437101-4a96-479a-8966-8211c17c42f7",
                        "line": {
                            "color": "rgb(240, 240, 240)",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "RRRRRRR:9:2aefc3",
                        "ysrc": "RRRRRRR:9:7a270e",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "States"
                    }
                ],
                "layout": {
                    "title": {
                        "text": " corn yield at county level"
                    },
                    "width": 900,
                    "xaxis": {
                        "range": [
                            -125.0,
                            -55.0
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "range": [
                            24.93103448275862,
                            49.06896551724138
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showticklabels": false
                    },
                    "height": 450,
                    "legend": {
                        "x": 1,
                        "y": 1,
                        "xanchor": "right",
                        "yanchor": "top",
                        "traceorder": "reversed"
                    },
                    "margin": {
                        "b": 20,
                        "l": 20,
                        "r": 20,
                        "t": 40
                    },
                    "dragmode": "select",
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": 1,
                            "y": 1.05,
                            "text": "<b>yield</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "right",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 450,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~RRRRRRR",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:47:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "RRRRRRR",
                "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-17T14:38:10.029356Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~agoodric/0.embed",
            "fid": "agoodric:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/agoodric:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/agoodric/0/2_RKUO2RSZN0J8N00JI3MPI835EBZ22Y.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/agoodric/0/8_DTKA2UXPL31UYVHRZG6PLX3ZICYOOT.png",
                "list-thumb": "https://api.plotly.com/v2/files/agoodric:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/agoodric:0",
                "plots": "https://api.plotly.com/v2/plots/agoodric:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=agoodric"
            },
            "owner": "agoodric",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Basic Sankey Diagram",
            "views": 11,
            "web_url": "https://chart-studio.plotly.com/~agoodric/0/basic-sankey-diagram/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:38:10.552Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~agoodric/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "agoodric:1:c4caf4",
                            "sourcesrc": "agoodric:1:1ec767",
                            "targetsrc": "agoodric:1:06123a"
                        },
                        "node": {
                            "pad": 15,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "agoodric:1:19266c",
                            "labelsrc": "agoodric:1:27b3b0",
                            "thickness": 20
                        },
                        "type": "sankey"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Basic Sankey Diagram"
                }
            },
            "height": null,
            "width": null,
            "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-17T14:37:21.323818Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~zslt/16.embed",
            "fid": "zslt:16",
            "filename": "execkms-histogram",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/zslt:16/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/zslt/16/2_P6SVFAPDBB8BEZANR9XNISMBJ8OB3R.png",
                "block-thumb": "https://api.plotly.com/v2/files/zslt:16/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/zslt:16/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/zslt:16",
                "plots": "https://api.plotly.com/v2/plots/zslt:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=zslt"
            },
            "owner": "zslt",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Job distances",
            "views": 8,
            "web_url": "https://chart-studio.plotly.com/~zslt/16/job-distances/",
            "world_readable": true,
            "date_modified": "2019-06-28T11:44:52.298Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~zslt/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "e31910d1-ed40-42b3-9f57-99a127c9f299",
                        "type": "histogram",
                        "xsrc": "zslt:17:c4c8a6"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Job distances"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Distance in km"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Job"
                        }
                    },
                    "bargap": 0.2,
                    "shapes": [
                        {
                            "x0": 466.007,
                            "x1": 466.007,
                            "y0": -0.1,
                            "y1": 1,
                            "line": {
                                "dash": "solid",
                                "color": "#0099FF",
                                "width": 1
                            },
                            "xref": "x",
                            "yref": "paper"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~zslt",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-11 15:23:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "zslt",
                "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-17T14:35:43.703739Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ntr002/1.embed",
            "fid": "ntr002:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ntr002:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ntr002/1/2_DEQNHA7ZD8ZLTG71IX1HBZ5T6XOTEJ.png",
                "block-thumb": "https://api.plotly.com/v2/files/ntr002:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/ntr002:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ntr002:1",
                "plots": "https://api.plotly.com/v2/plots/ntr002:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=ntr002"
            },
            "owner": "ntr002",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 25,
            "web_url": "https://chart-studio.plotly.com/~ntr002/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:36:22.888Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ntr002/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9623a328-5a81-49e5-ae0b-2c4ab9007b17",
                        "type": "heatmap",
                        "xsrc": "ntr002:0:1fdbda",
                        "ysrc": "ntr002:0:5fd419",
                        "zsrc": "ntr002:0:09f778,22d84d,e05617",
                        "showscale": false,
                        "colorscale": "Viridis",
                        "reversescale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Outstanding Dues"
                    },
                    "xaxis": {
                        "side": "top",
                        "type": "category",
                        "dtick": 1,
                        "range": [
                            -0.5,
                            2.5
                        ],
                        "ticks": "",
                        "title": {
                            "text": "Click to enter X axis title"
                        },
                        "autorange": true,
                        "gridcolor": "rgb(0, 0, 0)"
                    },
                    "yaxis": {
                        "type": "category",
                        "dtick": 1,
                        "range": [
                            -0.5,
                            2.5
                        ],
                        "ticks": "",
                        "title": {
                            "text": "Propensity to pay Back"
                        },
                        "autorange": true,
                        "ticksuffix": "  "
                    },
                    "annotations": [
                        {
                            "x": "Low",
                            "y": "High",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "Minimal Collections Efforts",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "Medium",
                            "y": "High",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "Strict Follow-Up",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "High",
                            "y": "High",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "Accelerated Collection Efforts",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "Low",
                            "y": "Medium",
                            "font": {
                                "color": "#000000"
                            },
                            "text": "Minimal Collections Efforts",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "Medium",
                            "y": "Medium",
                            "font": {
                                "color": "#000000"
                            },
                            "text": "Steady Follow-Up",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "High",
                            "y": "Medium",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "Strict Follow-Up",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "Low",
                            "y": "Low",
                            "font": {
                                "color": "#000000"
                            },
                            "text": "<a href=\"/vgood/Sites/n1.html/?sub=low\" target=\"_self\">Low</a>",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "Medium",
                            "y": "Low",
                            "font": {
                                "color": "#000000"
                            },
                            "text": "Do Nothing",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "High",
                            "y": "Low",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "Steady Follow-Up",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ntr002",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 14:35:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ntr002",
                "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-17T14:34:20.258075Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jmunozu/0.embed",
            "fid": "jmunozu:0",
            "filename": "basic-line",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jmunozu:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jmunozu:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jmunozu/0/8_T9QLQRPLTX118I32WNWXFKR4XJGEHG.png",
                "list-thumb": "https://api.plotly.com/v2/files/jmunozu:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jmunozu:0",
                "plots": "https://api.plotly.com/v2/plots/jmunozu:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=jmunozu"
            },
            "owner": "jmunozu",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jmunozu/0/",
            "world_readable": true,
            "date_modified": "2019-07-02T14:41:42.817Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jmunozu/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d6601f44-1938-40a7-9af6-c5ffe40f5ad7",
                        "type": "scatter",
                        "xsrc": "jmunozu:1:923d74",
                        "ysrc": "jmunozu:1:dd1a1a"
                    },
                    {
                        "uid": "b0aade9e-ef32-4739-a006-9dacd7c3cab6",
                        "type": "scatter",
                        "xsrc": "jmunozu:1:923d74",
                        "ysrc": "jmunozu:1:7c4712"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jmunozu",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 13:36:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jmunozu",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}