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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD01NTkyMDE%3D&format=api&order_by=-views",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9NjkwMDgw&format=api&order_by=-views",
    "results": [
        {
            "creation_time": "2018-02-27T00:32:15.608534Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~PythonPlotBot/797.embed",
            "fid": "PythonPlotBot:797",
            "filename": "text-hover-bar",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/PythonPlotBot%2F797%2F9_MV5PLNG5ZYR9NGPGOLHEG21G13XN01.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/PythonPlotBot%2F797%2F2_QSMFYNXEZEO62C65LWLVVG5BJT30SR.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/PythonPlotBot%2F797%2F8_40SURWCCTWPSHM8IE3J9R5XJC99P6S.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/PythonPlotBot%2F797%2F9_MV5PLNG5ZYR9NGPGOLHEG21G13XN01.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/PythonPlotBot:797",
                "plots": "https://api.plotly.com/v2/plots/PythonPlotBot:797",
                "parent": "https://api.plotly.com/v2/folders/home?user=PythonPlotBot"
            },
            "owner": "PythonPlotBot",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "January 2013 Sales Report",
            "views": 690080,
            "web_url": "https://plotly.com/~PythonPlotBot/797/january-2013-sales-report/",
            "world_readable": true,
            "date_modified": "2018-07-03T05:36:09.728Z",
            "stars": {
                "results": [
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~wenliuwen1",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                            "bio": "",
                            "nickname": "",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2023-03-10 13:19:33",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "wenliuwen1",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~zhlele",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.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-05-14 06:36:25",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "zhlele",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    }
                ],
                "count": 2
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~PythonPlotBot/797/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "bar",
                        "xsrc": "PythonPlotBot:2277:370ce5",
                        "ysrc": "PythonPlotBot:2277:e6509c",
                        "marker": {
                            "line": {
                                "color": "rgb(8,48,107)",
                                "width": 1.5
                            },
                            "color": "rgb(158,202,225)"
                        },
                        "opacity": 0.6,
                        "textsrc": "PythonPlotBot:2277:006295"
                    }
                ],
                "layout": {
                    "title": "January 2013 Sales Report"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~PythonPlotBot",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.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": "2017-02-14 21:07:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "PythonPlotBot",
                "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": "2015-08-01T04:26:41.473888Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~RPlotBot/1143.embed",
            "fid": "RPlotBot:1143",
            "filename": "carat vs (40). price (1)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/RPlotBot/1143/9_8REAYUJ3428JHRYJOV5JK04SKBZBT6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/RPlotBot%2F1143%2F2_8U7DGU6A0E0M2EHMUWDNRP6RVBHN7A.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RPlotBot%2F1143%2F8_4U64UN1655W628SO294VMFQLJTW5TR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RPlotBot/1143/9_8REAYUJ3428JHRYJOV5JK04SKBZBT6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/RPlotBot:1143",
                "plots": "https://api.plotly.com/v2/plots/RPlotBot:1143",
                "parent": "https://api.plotly.com/v2/folders/home?user=RPlotBot"
            },
            "owner": "RPlotBot",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "price vs carat",
            "views": 681088,
            "web_url": "https://plotly.com/~RPlotBot/1143/price-vs-carat/",
            "world_readable": true,
            "date_modified": "2015-08-01T04:26:41.783Z",
            "stars": {
                "results": [
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~felmarangoni",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.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": "2022-03-18 02:45:05",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "felmarangoni",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~Arhodes-CGRB-OSU",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1439933384.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                            "bio": "",
                            "nickname": "Arhodes",
                            "website": "https://oregonstate.academia.edu/AdelaideRhodes",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2015-08-18 18:38:10",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "Arhodes-CGRB-OSU",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~tfg250",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.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": "2016-03-30 19:09:21",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "tfg250",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~LuisLoza",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                            "bio": "",
                            "nickname": "Luis",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2016-01-04 18:19:26",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "LuisLoza",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~jolui",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.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": "2015-05-13 01:59:37",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "jolui",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~allameh",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.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": "2016-06-19 09:52:12",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "allameh",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~jack_kim",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.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": "2016-02-03 03:11:04",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "jack_kim",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~AndyChen",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/45.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": "2015-04-14 11:37:50",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "AndyChen",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~pcyplotly",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.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": "2016-11-22 06:57:49",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "pcyplotly",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~Slavina555",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                            "bio": "",
                            "nickname": "",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2017-01-24 15:14:46",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "Slavina555",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~Bernardm",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                            "bio": "",
                            "nickname": "",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2017-07-18 14:38:56",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "Bernardm",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    }
                ],
                "count": 11
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~RPlotBot/1143/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "RPlotBot:4669:0e06c1",
                        "ysrc": "RPlotBot:4669:278782",
                        "marker": {
                            "sizesrc": "RPlotBot:4669:1b244d",
                            "colorbar": {
                                "title": "carat"
                            },
                            "colorsrc": "RPlotBot:4669:a74848",
                            "sizemode": "area",
                            "colorscale": [
                                [
                                    0,
                                    "#440154"
                                ],
                                [
                                    0.111111111111111,
                                    "#482878"
                                ],
                                [
                                    0.222222222222222,
                                    "#3E4A89"
                                ],
                                [
                                    0.333333333333333,
                                    "#31688E"
                                ],
                                [
                                    0.444444444444444,
                                    "#26838E"
                                ],
                                [
                                    0.555555555555555,
                                    "#1F9D89"
                                ],
                                [
                                    0.666666666666667,
                                    "#35B779"
                                ],
                                [
                                    0.777777777777778,
                                    "#6CCE59"
                                ],
                                [
                                    0.888888888888889,
                                    "#B4DD2C"
                                ],
                                [
                                    1,
                                    "#FDE725"
                                ]
                            ]
                        },
                        "inherit": true,
                        "sizesrc": "RPlotBot:4669:739cfa",
                        "textsrc": "RPlotBot:4669:711519"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": "carat"
                    },
                    "yaxis": {
                        "title": "price"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~RPlotBot",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-07-30 22:02:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "RPlotBot",
                "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": "2015-11-16T23:41:47.354026Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~RhettAllain/1487.embed",
            "fid": "RhettAllain:1487",
            "filename": "Foot and Head Trajectories",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/RhettAllain%2F1487%2F9_475VL276AJUM4I1YVWONACORF6ADUA.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/RhettAllain%2F1487%2F2_H2TJG41ILM5YH48JC5QYZKIQESJRDC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RhettAllain%2F1487%2F8_USLB3T3YKLMM17VKHD8ULK12TJNB15.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RhettAllain%2F1487%2F9_475VL276AJUM4I1YVWONACORF6ADUA.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/RhettAllain:1487",
                "plots": "https://api.plotly.com/v2/plots/RhettAllain:1487",
                "parent": "https://api.plotly.com/v2/folders/home?user=RhettAllain"
            },
            "owner": "RhettAllain",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Foot and Head Trajectories",
            "views": 675266,
            "web_url": "https://plotly.com/~RhettAllain/1487/foot-and-head-trajectories/",
            "world_readable": true,
            "date_modified": "2015-11-16T23:41:48.131Z",
            "stars": {
                "results": [
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~monfera",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/4.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                            "bio": "",
                            "nickname": "monfera",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2016-03-27 19:12:06",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "monfera",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~bronsolo",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1396614370.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                            "bio": "I am an engineer here @ Plotly based in Montreal!  I love data visualization and long walks on the beach.",
                            "nickname": "Chuck Bronson",
                            "website": "https://plot.ly/team",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2014-02-12 01:31:14",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "bronsolo",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~jolui",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.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": "2015-05-13 01:59:37",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "jolui",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~jackp",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/NRIGSXBYZT3V46K5Y56OXF8F4QRONJ.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                            "bio": "😎 🌴 🍹",
                            "nickname": "c e o @ plotly",
                            "website": "https://github.com/jackparmer",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2012-09-28 19:38:03",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "jackp",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    }
                ],
                "count": 4
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~RhettAllain/1487/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "0f9fa6",
                        "mode": "lines+markers",
                        "name": "Foot-y [m]",
                        "type": "scatter",
                        "xsrc": "RhettAllain:1934:ee079c",
                        "ysrc": "RhettAllain:1934:de16de",
                        "marker": {
                            "size": 8
                        }
                    },
                    {
                        "uid": "3fdd59",
                        "mode": "lines+markers",
                        "name": "Head-y [m]",
                        "type": "scatter",
                        "xsrc": "RhettAllain:1934:0d4503",
                        "ysrc": "RhettAllain:1934:3dca8c",
                        "marker": {
                            "size": 8
                        }
                    }
                ],
                "layout": {
                    "title": "Foot and Head Trajectories",
                    "width": 847,
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.31187082831589963,
                            1.5719801770948947
                        ],
                        "title": "x-Position [m]",
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.8437075515970338,
                            1.393486567889398
                        ],
                        "title": "y-Position [m]",
                        "autorange": true
                    },
                    "height": 553,
                    "autosize": true
                }
            },
            "height": 553,
            "width": 847,
            "user": {
                "profile_url": "https://plotly.com/~RhettAllain",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1406305592.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "Physics faculty and Wired Science Blogger.",
                "nickname": "Rhett Allain",
                "website": "http://www.wired.com/wiredscience/dotphysics",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2013-12-15 03:15:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "RhettAllain",
                "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": "2015-08-20T17:20:47.500470Z",
            "comments": {
                "results": [
                    {
                        "cid": 3283,
                        "comment": "It's really cool, man.",
                        "commenter": {
                            "profile_url": "https://plotly.com/~dummy1122",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                            "bio": "",
                            "nickname": "",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2016-04-14 11:06:08",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "dummy1122",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        },
                        "ref_id": null,
                        "creation_time": "2016-04-14T11:43:11.288760Z"
                    },
                    {
                        "cid": 3624,
                        "comment": "How did you do the errors?",
                        "commenter": {
                            "profile_url": "https://plotly.com/~jcalderon41",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.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": "2016-06-30 23:55:27",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "jcalderon41",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        },
                        "ref_id": null,
                        "creation_time": "2016-07-21T11:13:53.587264Z"
                    },
                    {
                        "cid": 4402,
                        "comment": "Dear author, please tell me how can I run your Matlab code  but plot the figure successfully?  My e-mail: 15184742190@163.com",
                        "commenter": {
                            "profile_url": "https://plotly.com/~cdj2013",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.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": "2017-02-22 01:41:25",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "cdj2013",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        },
                        "ref_id": null,
                        "creation_time": "2017-02-22T05:22:42.919306Z"
                    },
                    {
                        "cid": 4180,
                        "comment": "Really nice presentation. \nHow did you calculate your error range?",
                        "commenter": {
                            "profile_url": "https://plotly.com/~ozturm",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.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": "2015-04-22 21:37:00",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "ozturm",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        },
                        "ref_id": null,
                        "creation_time": "2016-12-22T20:01:18.222141Z"
                    }
                ],
                "count": 4
            },
            "parented": true,
            "embed_url": "https://plotly.com/~RPlotBot/1145.embed",
            "fid": "RPlotBot:1145",
            "filename": "plot from API (59)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/RPlotBot/1145/9_UK6R4Y0653335U3O244DT309491RCZ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/RPlotBot%2F1145%2F2_HMG89QOIKEQMC4HN4K6GOGBTFS8XHH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RPlotBot%2F1145%2F8_RQLP35615F9UBHVJIM28C65PUERXH6.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RPlotBot/1145/9_UK6R4Y0653335U3O244DT309491RCZ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/RPlotBot:1145",
                "plots": "https://api.plotly.com/v2/plots/RPlotBot:1145",
                "parent": "https://api.plotly.com/v2/folders/home?user=RPlotBot"
            },
            "owner": "RPlotBot",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "None, None, None, None, None, Fair, Good, Very Good, Premium, Ideal, Fair, Good, Very Good, Premium, Ideal",
            "views": 593118,
            "web_url": "https://plotly.com/~RPlotBot/1145/none-none-none-none-none-fair-good-very-good-premium-ideal-fair-good-very-good-p/",
            "world_readable": true,
            "date_modified": "2015-08-20T17:20:47.534Z",
            "stars": {
                "results": [
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~tfg250",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.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": "2016-03-30 19:09:21",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "tfg250",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~LuisLoza",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                            "bio": "",
                            "nickname": "Luis",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2016-01-04 18:19:26",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "LuisLoza",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~zcconly",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/58.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": "2016-01-14 10:43:39",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "zcconly",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~pcyplotly",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.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": "2016-11-22 06:57:49",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "pcyplotly",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~ozturm",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.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": "2015-04-22 21:37:00",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "ozturm",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~happyht",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/51.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": "2018-08-11 20:42:11",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "happyht",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~sunjiannankai",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                            "bio": "",
                            "nickname": "",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2017-03-23 11:28:32",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "sunjiannankai",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    }
                ],
                "count": 7
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~RPlotBot/1145/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "71e1ea",
                        "mode": "markers",
                        "name": null,
                        "type": "scatter",
                        "xsrc": "RPlotBot:4670:e57c8f",
                        "ysrc": "RPlotBot:4670:b7ac06",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgb(140, 140, 140)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "rgb(67, 67, 67)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizeref": 1,
                            "sizemode": "area"
                        },
                        "textsrc": "RPlotBot:4670:26232a",
                        "showlegend": false
                    },
                    {
                        "uid": "0695ed",
                        "mode": "markers",
                        "name": null,
                        "type": "scatter",
                        "xsrc": "RPlotBot:4670:0f2c82",
                        "ysrc": "RPlotBot:4670:860e79",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgb(140, 140, 140)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "rgb(67, 67, 67)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizeref": 1,
                            "sizemode": "area"
                        },
                        "textsrc": "RPlotBot:4670:34863c",
                        "showlegend": false
                    },
                    {
                        "uid": "fd8e0a",
                        "mode": "markers",
                        "name": null,
                        "type": "scatter",
                        "xsrc": "RPlotBot:4670:eac40b",
                        "ysrc": "RPlotBot:4670:a53093",
                        "xaxis": "x3",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgb(140, 140, 140)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "rgb(67, 67, 67)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizeref": 1,
                            "sizemode": "area"
                        },
                        "textsrc": "RPlotBot:4670:205360",
                        "showlegend": false
                    },
                    {
                        "uid": "eb65c9",
                        "mode": "markers",
                        "name": null,
                        "type": "scatter",
                        "xsrc": "RPlotBot:4670:83d811",
                        "ysrc": "RPlotBot:4670:0fc38c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgb(140, 140, 140)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "rgb(67, 67, 67)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizeref": 1,
                            "sizemode": "area"
                        },
                        "textsrc": "RPlotBot:4670:d2f7f9",
                        "showlegend": false
                    },
                    {
                        "uid": "39a57d",
                        "mode": "markers",
                        "name": null,
                        "type": "scatter",
                        "xsrc": "RPlotBot:4670:987c3d",
                        "ysrc": "RPlotBot:4670:3d2ae6",
                        "xaxis": "x2",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgb(140, 140, 140)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "rgb(67, 67, 67)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizeref": 1,
                            "sizemode": "area"
                        },
                        "textsrc": "RPlotBot:4670:dca2e3",
                        "showlegend": false
                    },
                    {
                        "uid": "63b8d7",
                        "fill": "tozerox",
                        "line": {
                            "dash": "solid",
                            "color": "transparent",
                            "shape": "linear",
                            "width": 2
                        },
                        "mode": "lines",
                        "name": "Fair",
                        "text": null,
                        "type": "scatter",
                        "xsrc": "RPlotBot:4670:689f72",
                        "ysrc": "RPlotBot:4670:f2b485",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgb(140, 140, 140)",
                                "width": 0.5
                            },
                            "color": "rgb(67, 67, 67)"
                        },
                        "fillcolor": "rgba(248,118,109,0.2)",
                        "showlegend": false
                    },
                    {
                        "uid": "76b0f9",
                        "fill": "tozerox",
                        "line": {
                            "dash": "solid",
                            "color": "transparent",
                            "shape": "linear",
                            "width": 2
                        },
                        "mode": "lines",
                        "name": "Good",
                        "text": null,
                        "type": "scatter",
                        "xsrc": "RPlotBot:4670:91915d",
                        "ysrc": "RPlotBot:4670:911ff0",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgb(140, 140, 140)",
                                "width": 0.5
                            },
                            "color": "rgb(67, 67, 67)"
                        },
                        "fillcolor": "rgba(163,165,0,0.2)",
                        "showlegend": false
                    },
                    {
                        "uid": "39f795",
                        "fill": "tozerox",
                        "line": {
                            "dash": "solid",
                            "color": "transparent",
                            "shape": "linear",
                            "width": 2
                        },
                        "mode": "lines",
                        "name": "Very Good",
                        "text": null,
                        "type": "scatter",
                        "xsrc": "RPlotBot:4670:f0a0d9",
                        "ysrc": "RPlotBot:4670:9cea49",
                        "xaxis": "x3",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgb(140, 140, 140)",
                                "width": 0.5
                            },
                            "color": "rgb(67, 67, 67)"
                        },
                        "fillcolor": "rgba(0,191,125,0.2)",
                        "showlegend": false
                    },
                    {
                        "uid": "2293e3",
                        "fill": "tozerox",
                        "line": {
                            "dash": "solid",
                            "color": "transparent",
                            "shape": "linear",
                            "width": 2
                        },
                        "mode": "lines",
                        "name": "Premium",
                        "text": null,
                        "type": "scatter",
                        "xsrc": "RPlotBot:4670:d91839",
                        "ysrc": "RPlotBot:4670:94d21f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgb(140, 140, 140)",
                                "width": 0.5
                            },
                            "color": "rgb(67, 67, 67)"
                        },
                        "fillcolor": "rgba(0,176,246,0.2)",
                        "showlegend": false
                    },
                    {
                        "uid": "133c9d",
                        "fill": "tozerox",
                        "line": {
                            "dash": "solid",
                            "color": "transparent",
                            "shape": "linear",
                            "width": 2
                        },
                        "mode": "lines",
                        "name": "Ideal",
                        "text": null,
                        "type": "scatter",
                        "xsrc": "RPlotBot:4670:9b88e4",
                        "ysrc": "RPlotBot:4670:3289af",
                        "xaxis": "x2",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgb(140, 140, 140)",
                                "width": 0.5
                            },
                            "color": "rgb(67, 67, 67)"
                        },
                        "fillcolor": "rgba(231,107,243,0.2)",
                        "showlegend": false
                    },
                    {
                        "uid": "2a6468",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(248,118,109)",
                            "shape": "linear",
                            "width": 2
                        },
                        "mode": "lines",
                        "name": "Fair",
                        "text": null,
                        "type": "scatter",
                        "xsrc": "RPlotBot:4670:7b7eb2",
                        "ysrc": "RPlotBot:4670:ba41fc",
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgb(140, 140, 140)",
                                "width": 0.5
                            },
                            "color": "rgb(67, 67, 67)"
                        },
                        "showlegend": true
                    },
                    {
                        "uid": "5b18db",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(163,165,0)",
                            "shape": "linear",
                            "width": 2
                        },
                        "mode": "lines",
                        "name": "Good",
                        "text": null,
                        "type": "scatter",
                        "xsrc": "RPlotBot:4670:52b1c6",
                        "ysrc": "RPlotBot:4670:ffee04",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgb(140, 140, 140)",
                                "width": 0.5
                            },
                            "color": "rgb(67, 67, 67)"
                        },
                        "showlegend": true
                    },
                    {
                        "uid": "2cbf43",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(0,191,125)",
                            "shape": "linear",
                            "width": 2
                        },
                        "mode": "lines",
                        "name": "Very Good",
                        "text": null,
                        "type": "scatter",
                        "xsrc": "RPlotBot:4670:076ebd",
                        "ysrc": "RPlotBot:4670:c6e720",
                        "xaxis": "x3",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgb(140, 140, 140)",
                                "width": 0.5
                            },
                            "color": "rgb(67, 67, 67)"
                        },
                        "showlegend": true
                    },
                    {
                        "uid": "08a56c",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(0,176,246)",
                            "shape": "linear",
                            "width": 2
                        },
                        "mode": "lines",
                        "name": "Premium",
                        "text": null,
                        "type": "scatter",
                        "xsrc": "RPlotBot:4670:0a9ea1",
                        "ysrc": "RPlotBot:4670:f07691",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgb(140, 140, 140)",
                                "width": 0.5
                            },
                            "color": "rgb(67, 67, 67)"
                        },
                        "showlegend": true
                    },
                    {
                        "uid": "8b4bfb",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(231,107,243)",
                            "shape": "linear",
                            "width": 2
                        },
                        "mode": "lines",
                        "name": "Ideal",
                        "text": null,
                        "type": "scatter",
                        "xsrc": "RPlotBot:4670:ae4116",
                        "ysrc": "RPlotBot:4670:0f061a",
                        "xaxis": "x2",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgb(140, 140, 140)",
                                "width": 0.5
                            },
                            "color": "rgb(67, 67, 67)"
                        },
                        "showlegend": true
                    }
                ],
                "layout": {
                    "width": 1412,
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.0915,
                            3.1385
                        ],
                        "ticks": "outside",
                        "anchor": "y",
                        "domain": [
                            0,
                            0.303333333333333
                        ],
                        "showgrid": true,
                        "showline": false,
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgb(255,255,255)",
                        "tickcolor": "rgb(127,127,127)",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -2424.94920630485,
                            19760
                        ],
                        "ticks": "outside",
                        "anchor": "x",
                        "domain": [
                            0,
                            0.43
                        ],
                        "showgrid": true,
                        "showline": false,
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgb(255,255,255)",
                        "tickcolor": "rgb(127,127,127)",
                        "showticklabels": true
                    },
                    "height": 761,
                    "legend": {
                        "x": 1.05,
                        "y": 0.5,
                        "font": {
                            "family": ""
                        },
                        "bgcolor": "rgb(255,255,255)",
                        "xanchor": "center",
                        "yanchor": "top",
                        "bordercolor": "transparent"
                    },
                    "margin": {
                        "l": 60,
                        "r": 0,
                        "t": 30
                    },
                    "xaxis2": {
                        "type": "linear",
                        "range": [
                            0.0915,
                            3.1385
                        ],
                        "ticks": "outside",
                        "anchor": "y",
                        "domain": [
                            0.353333333333333,
                            0.656666666666667
                        ],
                        "showgrid": true,
                        "showline": false,
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgb(255,255,255)",
                        "tickcolor": "rgb(127,127,127)",
                        "showticklabels": true
                    },
                    "xaxis3": {
                        "type": "linear",
                        "range": [
                            0.0915,
                            3.1385
                        ],
                        "ticks": "outside",
                        "anchor": "y",
                        "domain": [
                            0.686666666666667,
                            1
                        ],
                        "showgrid": true,
                        "showline": false,
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgb(255,255,255)",
                        "tickcolor": "rgb(127,127,127)",
                        "showticklabels": true
                    },
                    "yaxis2": {
                        "type": "linear",
                        "range": [
                            -2424.94920630485,
                            19764.6166288717
                        ],
                        "ticks": "outside",
                        "anchor": "x",
                        "domain": [
                            0.52,
                            0.95
                        ],
                        "showgrid": true,
                        "showline": false,
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgb(255,255,255)",
                        "tickcolor": "rgb(127,127,127)",
                        "showticklabels": true
                    },
                    "autosize": true,
                    "titlefont": {
                        "family": ""
                    },
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.161666666666667,
                            "y": 0.9925,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 14
                            },
                            "text": "Fair",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "top",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.495,
                            "y": 0.9925,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 14
                            },
                            "text": "Good",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "top",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.828333333333333,
                            "y": 0.9925,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 14
                            },
                            "text": "Very Good",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "top",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.161666666666667,
                            "y": 0.4925,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 14
                            },
                            "text": "Premium",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "top",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.495,
                            "y": 0.4925,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 14
                            },
                            "text": "Ideal",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "top",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.5,
                            "y": -0.05,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 14
                            },
                            "text": "carat",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "auto",
                            "yanchor": "top",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": -0.04016641452344932,
                            "y": 0.478494623655914,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 14
                            },
                            "text": "price",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "auto",
                            "yanchor": "auto",
                            "showarrow": false,
                            "textangle": -90
                        }
                    ],
                    "plot_bgcolor": "rgb(229,229,229)",
                    "paper_bgcolor": "rgb(255,255,255)"
                }
            },
            "height": 761,
            "width": 1412,
            "user": {
                "profile_url": "https://plotly.com/~RPlotBot",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-07-30 22:02:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "RPlotBot",
                "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": "2016-01-07T18:06:07.354556Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~stacyannj/2184.embed",
            "fid": "stacyannj:2184",
            "filename": "Monthly household estimates, 1995 through Sept. 2015",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/stacyannj%2F2184%2F9_9QSJUYHXWTXT4GOF9DQFNCPME3Q0SD.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/stacyannj%2F2184%2F2_9PGM2JD6U9H5AO4EGKJW1LSDN2WRVG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/stacyannj%2F2184%2F8_LVXMWC5EGDUM9WQO8Q4R2SCGW6QBF7.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/stacyannj%2F2184%2F9_9QSJUYHXWTXT4GOF9DQFNCPME3Q0SD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/stacyannj:2184",
                "plots": "https://api.plotly.com/v2/plots/stacyannj:2184",
                "parent": "https://api.plotly.com/v2/folders/home?user=stacyannj"
            },
            "owner": "stacyannj",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Household growth, 1995 through Sept. 2015",
            "views": 575825,
            "web_url": "https://plotly.com/~stacyannj/2184/household-growth-1995-through-sept-2015/",
            "world_readable": true,
            "date_modified": "2016-01-07T18:06:07.447Z",
            "stars": {
                "results": [
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~gmurga",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.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": "2017-08-24 04:33:15",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "gmurga",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    }
                ],
                "count": 1
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~stacyannj/2184/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "x": [
                            "Jan-96",
                            "Feb-96",
                            "Mar-96",
                            "Apr-96",
                            "May-96",
                            "Jun-96",
                            "Jul-96",
                            "Aug-96",
                            "Sep-96",
                            "Oct-96",
                            "Nov-96",
                            "Dec-96",
                            "Jan-97",
                            "Feb-97",
                            "Mar-97",
                            "Apr-97",
                            "May-97",
                            "Jun-97",
                            "Jul-97",
                            "Aug-97",
                            "Sep-97",
                            "Oct-97",
                            "Nov-97",
                            "Dec-97",
                            "Jan-98",
                            "Feb-98",
                            "Mar-98",
                            "Apr-98",
                            "May-98",
                            "Jun-98",
                            "Jul-98",
                            "Aug-98",
                            "Sep-98",
                            "Oct-98",
                            "Nov-98",
                            "Dec-98",
                            "Jan-99",
                            "Feb-99",
                            "Mar-99",
                            "Apr-99",
                            "May-99",
                            "Jun-99",
                            "Jul-99",
                            "Aug-99",
                            "Sep-99",
                            "Oct-99",
                            "Nov-99",
                            "Dec-99",
                            "Jan-00",
                            "Feb-00",
                            "Mar-00",
                            "Apr-00",
                            "May-00",
                            "Jun-00",
                            "Jul-00",
                            "Aug-00",
                            "Sep-00",
                            "Oct-00",
                            "Nov-00",
                            "Dec-00",
                            "Jan-01",
                            "Feb-01",
                            "Mar-01",
                            "Apr-01",
                            "May-01",
                            "Jun-01",
                            "Jul-01",
                            "Aug-01",
                            "Sep-01",
                            "Oct-01",
                            "Nov-01",
                            "Dec-01",
                            "Jan-02",
                            "Feb-02",
                            "Mar-02",
                            "Apr-02",
                            "May-02",
                            "Jun-02",
                            "Jul-02",
                            "Aug-02",
                            "Sep-02",
                            "Oct-02",
                            "Nov-02",
                            "Dec-02",
                            "Jan-03",
                            "Feb-03",
                            "Mar-03",
                            "Apr-03",
                            "May-03",
                            "Jun-03",
                            "Jul-03",
                            "Aug-03",
                            "Sep-03",
                            "Oct-03",
                            "Nov-03",
                            "Dec-03",
                            "Jan-04",
                            "Feb-04",
                            "Mar-04",
                            "Apr-04",
                            "May-04",
                            "Jun-04",
                            "Jul-04",
                            "Aug-04",
                            "Sep-04",
                            "Oct-04",
                            "Nov-04",
                            "Dec-04",
                            "Jan-05",
                            "Feb-05",
                            "Mar-05",
                            "Apr-05",
                            "May-05",
                            "Jun-05",
                            "Jul-05",
                            "Aug-05",
                            "Sep-05",
                            "Oct-05",
                            "Nov-05",
                            "Dec-05",
                            "Jan-06",
                            "Feb-06",
                            "Mar-06",
                            "Apr-06",
                            "May-06",
                            "Jun-06",
                            "Jul-06",
                            "Aug-06",
                            "Sep-06",
                            "Oct-06",
                            "Nov-06",
                            "Dec-06",
                            "Jan-07",
                            "Feb-07",
                            "Mar-07",
                            "Apr-07",
                            "May-07",
                            "Jun-07",
                            "Jul-07",
                            "Aug-07",
                            "Sep-07",
                            "Oct-07",
                            "Nov-07",
                            "Dec-07",
                            "Jan-08",
                            "Feb-08",
                            "Mar-08",
                            "Apr-08",
                            "May-08",
                            "Jun-08",
                            "Jul-08",
                            "Aug-08",
                            "Sep-08",
                            "Oct-08",
                            "Nov-08",
                            "Dec-08",
                            "Jan-09",
                            "Feb-09",
                            "Mar-09",
                            "Apr-09",
                            "May-09",
                            "Jun-09",
                            "Jul-09",
                            "Aug-09",
                            "Sep-09",
                            "Oct-09",
                            "Nov-09",
                            "Dec-09",
                            "Jan-10",
                            "Feb-10",
                            "Mar-10",
                            "Apr-10",
                            "May-10",
                            "Jun-10",
                            "Jul-10",
                            "Aug-10",
                            "Sep-10",
                            "Oct-10",
                            "Nov-10",
                            "Dec-10",
                            "Jan-11",
                            "Feb-11",
                            "Mar-11",
                            "Apr-11",
                            "May-11",
                            "Jun-11",
                            "Jul-11",
                            "Aug-11",
                            "Sep-11",
                            "Oct-11",
                            "Nov-11",
                            "Dec-11",
                            "Jan-12",
                            "Feb-12",
                            "Mar-12",
                            "Apr-12",
                            "May-12",
                            "Jun-12",
                            "Jul-12",
                            "Aug-12",
                            "Sep-12",
                            "Oct-12",
                            "Nov-12",
                            "Dec-12",
                            "Jan-13",
                            "Feb-13",
                            "Mar-13",
                            "Apr-13",
                            "May-13",
                            "Jun-13",
                            "Jul-13",
                            "Aug-13",
                            "Sep-13",
                            "Oct-13",
                            "Nov-13",
                            "Dec-13",
                            "Jan-14",
                            "Feb-14",
                            "Mar-14",
                            "Apr-14",
                            "May-14",
                            "Jun-14",
                            "Jul-14",
                            "Aug-14",
                            "Sep-14",
                            "Oct-14",
                            "Nov-14",
                            "Dec-14",
                            "Jan-15",
                            "Feb-15",
                            "Mar-15",
                            "Apr-15",
                            "May-15",
                            "Jun-15",
                            "Jul-15",
                            "Aug-15",
                            "Sep-15"
                        ],
                        "y": [
                            "526000",
                            "765000",
                            "809000",
                            "1083000",
                            "1144000",
                            "1223000",
                            "1243000",
                            "1166000",
                            "1329000",
                            "867000",
                            "893000",
                            "944000",
                            "959000",
                            "1408000",
                            "1320000",
                            "1060000",
                            "933000",
                            "898000",
                            "1096000",
                            "1295000",
                            "1549000",
                            "1512000",
                            "1538000",
                            "1031000",
                            "1501000",
                            "1189000",
                            "1465000",
                            "1644000",
                            "1327000",
                            "1455000",
                            "1147000",
                            "975000",
                            "1055000",
                            "1168000",
                            "1283000",
                            "1783000",
                            "1410000",
                            "1422000",
                            "1291000",
                            "992000",
                            "1438000",
                            "1453000",
                            "1620000",
                            "1820000",
                            "1504000",
                            "1425000",
                            "1287000",
                            "1039000",
                            "821000",
                            "1071000",
                            "606000",
                            "702000",
                            "498000",
                            "242000",
                            "677000",
                            "481000",
                            "822000",
                            "1025000",
                            "1055000",
                            "1540000",
                            "1579000",
                            "1322000",
                            "1599000",
                            "1529000",
                            "1454000",
                            "1424000",
                            "992000",
                            "1119000",
                            "1028000",
                            "1072000",
                            "1305000",
                            "1044000",
                            "-2204000",
                            "-2444000",
                            "-2470000",
                            "-2035000",
                            "-1715000",
                            "-1713000",
                            "-1585000",
                            "-1638000",
                            "-1845000",
                            "-2095000",
                            "-2373000",
                            "-2411000",
                            "1032000",
                            "1047000",
                            "881000",
                            "752000",
                            "415000",
                            "426000",
                            "214000",
                            "342000",
                            "469000",
                            "413000",
                            "514000",
                            "627000",
                            "290000",
                            "574000",
                            "525000",
                            "469000",
                            "701000",
                            "602000",
                            "1065000",
                            "1556000",
                            "1492000",
                            "1761000",
                            "1826000",
                            "1476000",
                            "1973000",
                            "2064000",
                            "1618000",
                            "1621000",
                            "1664000",
                            "2066000",
                            "1951000",
                            "1422000",
                            "1312000",
                            "1125000",
                            "1221000",
                            "1681000",
                            "1626000",
                            "1298000",
                            "1678000",
                            "1793000",
                            "1751000",
                            "1256000",
                            "1174000",
                            "1163000",
                            "1256000",
                            "1384000",
                            "1080000",
                            "667000",
                            "405000",
                            "332000",
                            "508000",
                            "844000",
                            "918000",
                            "911000",
                            "691000",
                            "665000",
                            "652000",
                            "719000",
                            "938000",
                            "1183000",
                            "1117000",
                            "1168000",
                            "1074000",
                            "918000",
                            "609000",
                            "1136000",
                            "1377000",
                            "1448000",
                            "1468000",
                            "1334000",
                            "917000",
                            "675000",
                            "155000",
                            "545000",
                            "932000",
                            "991000",
                            "800000",
                            "882000",
                            "-274000",
                            "-297000",
                            "-242000",
                            "-375000",
                            "5000",
                            "-60000",
                            "607000",
                            "468000",
                            "371000",
                            "20000",
                            "349000",
                            "-82000",
                            "314000",
                            "177000",
                            "876000",
                            "818000",
                            "606000",
                            "798000",
                            "641000",
                            "338000",
                            "-37000",
                            "256000",
                            "274000",
                            "244000",
                            "1657000",
                            "1925000",
                            "1323000",
                            "1617000",
                            "1664000",
                            "1624000",
                            "1933000",
                            "1948000",
                            "1994000",
                            "1673000",
                            "1644000",
                            "1864000",
                            "1179000",
                            "1191000",
                            "1066000",
                            "983000",
                            "886000",
                            "973000",
                            "526000",
                            "547000",
                            "490000",
                            "317000",
                            "781000",
                            "335000",
                            "42000",
                            "79000",
                            "97000",
                            "-110000",
                            "103000",
                            "-205000",
                            "-22000",
                            "14000",
                            "197000",
                            "639000",
                            "274000",
                            "434000",
                            "560000",
                            "249000",
                            "818000",
                            "1435000",
                            "1618000",
                            "2001000",
                            "1585700",
                            "1525200",
                            "1489800",
                            "2330600",
                            "1901000",
                            "2245700",
                            "2095500",
                            "2118200",
                            "1917200"
                        ],
                        "uid": "1c333a",
                        "fill": "tozeroy",
                        "line": {
                            "color": "rgb(0, 51, 102)",
                            "shape": "linear",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Col3",
                        "type": "scatter",
                        "xsrc": "stacyannj:2182:a97151",
                        "ysrc": "stacyannj:2182:7fda7c",
                        "marker": {
                            "color": "rgb(0, 51, 102)"
                        },
                        "autobinx": true,
                        "autobiny": true,
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "Household growth, 1995 through Sept. 2015",
                    "width": 545,
                    "xaxis": {
                        "type": "category",
                        "dtick": 12,
                        "range": [
                            0,
                            236
                        ],
                        "title": "Source: <a href=\"http://www.census.gov/housing/hvs/data/histtables.html\">U.S. Census Bureau</a>",
                        "showgrid": false,
                        "tickfont": {
                            "size": 11,
                            "family": "Droid Sans, sans-serif"
                        },
                        "tickmode": "linear",
                        "autorange": true,
                        "tickangle": -45,
                        "titlefont": {
                            "size": 11,
                            "family": "Droid Sans, sans-serif"
                        }
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -2736700,
                            2597300
                        ],
                        "tickfont": {
                            "size": 11,
                            "family": "Droid Sans, sans-serif"
                        },
                        "autorange": true,
                        "titlefont": {
                            "family": "Droid Sans, sans-serif"
                        }
                    },
                    "height": 400,
                    "margin": {
                        "b": 90,
                        "l": 60,
                        "r": 60,
                        "t": 80,
                        "pad": 0
                    },
                    "autosize": false,
                    "titlefont": {
                        "size": 18,
                        "family": "Droid Serif, serif"
                    }
                }
            },
            "height": 400,
            "width": 545,
            "user": {
                "profile_url": "https://plotly.com/~stacyannj",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "Fortune Data Team",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-05-22 14:55:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "stacyannj",
                "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": "2015-04-19T17:11:11.365230Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~swader/12.embed",
            "fid": "swader:12",
            "filename": "PHP Framework Popularity at Work - SitePoint, 2015",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/swader/12/9_RU03UJYPWGWSZ2T82WH6LRDSSUJEMB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/swader%2F12%2F2_7I66G0YBY7SKJZ6WGP5TZCQVSOBO5E.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/swader%2F12%2F8_1WLJSSCORO6KHNLIE27AYOBW6G2LUY.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/swader/12/9_RU03UJYPWGWSZ2T82WH6LRDSSUJEMB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/swader:12",
                "plots": "https://api.plotly.com/v2/plots/swader:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=swader"
            },
            "owner": "swader",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "PHP Framework Popularity at Work - SitePoint, 2015",
            "views": 568591,
            "web_url": "https://plotly.com/~swader/12/php-framework-popularity-at-work-sitepoint-2015/",
            "world_readable": true,
            "date_modified": "2015-07-10T15:03:30.130Z",
            "stars": {
                "results": [
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~wenliuwen1",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                            "bio": "",
                            "nickname": "",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2023-03-10 13:19:33",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "wenliuwen1",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~Cesare",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                            "bio": "",
                            "nickname": "",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2017-03-17 03:04:51",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "Cesare",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    }
                ],
                "count": 2
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~swader/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "2f399e",
                        "name": "Votes",
                        "type": "bar",
                        "xsrc": "swader:46:22c69e",
                        "ysrc": "swader:46:5afa24",
                        "zmax": 1,
                        "zmin": 0,
                        "xbins": {
                            "end": 2499.5,
                            "size": 500,
                            "start": -500.5
                        },
                        "ybins": {
                            "end": 23.5,
                            "size": 1,
                            "start": -1.5
                        },
                        "opacity": 1,
                        "visible": true,
                        "autobinx": true,
                        "autobiny": true,
                        "contours": {
                            "end": 0.901,
                            "size": 0.1,
                            "start": 0.1,
                            "coloring": "fill",
                            "showlines": true
                        },
                        "showlegend": true,
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "title": "PHP Framework Popularity at Work - SitePoint, 2015",
                    "width": 1151,
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -198.2562959184288,
                            1830.6731869091736
                        ],
                        "title": "Votes",
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "category",
                        "range": [
                            -3.301575351429676,
                            23.42061223132087
                        ],
                        "title": "Framework",
                        "autorange": false
                    },
                    "height": 742,
                    "margin": {
                        "l": 210,
                        "pad": 4
                    },
                    "barmode": "group",
                    "barnorm": "",
                    "autosize": true,
                    "showlegend": false
                }
            },
            "height": 742,
            "width": 1151,
            "user": {
                "profile_url": "https://plotly.com/~swader",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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": "2015-03-28 11:25:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "swader",
                "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": "2015-07-30T01:59:33.910292Z",
            "comments": {
                "results": [
                    {
                        "cid": 8655,
                        "comment": "hello/",
                        "commenter": {
                            "profile_url": "https://plotly.com/~timed",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                            "bio": "",
                            "nickname": "",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2020-11-09 20:06:48",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "timed",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        },
                        "ref_id": null,
                        "creation_time": "2020-11-13T19:06:17.944387Z"
                    },
                    {
                        "cid": 8654,
                        "comment": "hello\"",
                        "commenter": {
                            "profile_url": "https://plotly.com/~timed",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                            "bio": "",
                            "nickname": "",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2020-11-09 20:06:48",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "timed",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        },
                        "ref_id": null,
                        "creation_time": "2020-11-13T19:05:23.474634Z"
                    },
                    {
                        "cid": 8653,
                        "comment": "hello%22",
                        "commenter": {
                            "profile_url": "https://plotly.com/~timed",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                            "bio": "",
                            "nickname": "",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2020-11-09 20:06:48",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "timed",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        },
                        "ref_id": null,
                        "creation_time": "2020-11-13T19:02:48.441458Z"
                    },
                    {
                        "cid": 8652,
                        "comment": "hello",
                        "commenter": {
                            "profile_url": "https://plotly.com/~timed",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                            "bio": "",
                            "nickname": "",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2020-11-09 20:06:48",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "timed",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        },
                        "ref_id": null,
                        "creation_time": "2020-11-13T19:01:58.688292Z"
                    }
                ],
                "count": 4
            },
            "parented": true,
            "embed_url": "https://plotly.com/~cufflinks/25.embed",
            "fid": "cufflinks:25",
            "filename": "grouped-bar-chart",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cufflinks/25/9_RWNCKBKFP70OA2K7V3HN9X0HCWAV6B.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cufflinks%2F25%2F2_NQN20EGKK96ZTOI25ZDP0ZP3KNOJEE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cufflinks%2F25%2F8_2LCNR7FTJCSVGS8KLP797V63OKR0EN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cufflinks/25/9_RWNCKBKFP70OA2K7V3HN9X0HCWAV6B.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cufflinks:25",
                "plots": "https://api.plotly.com/v2/plots/cufflinks:25",
                "parent": "https://api.plotly.com/v2/folders/cufflinks:3"
            },
            "owner": "cufflinks",
            "parent": 3,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "A, B, C, D",
            "views": 563567,
            "web_url": "https://plotly.com/~cufflinks/25/a-b-c-d/",
            "world_readable": true,
            "date_modified": "2015-07-30T01:59:34.188Z",
            "stars": {
                "results": [
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~wenliuwen1",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                            "bio": "",
                            "nickname": "",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2023-03-10 13:19:33",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "wenliuwen1",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    }
                ],
                "count": 1
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~cufflinks/25/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "A",
                        "type": "bar",
                        "xsrc": "cufflinks:170:83257d",
                        "ysrc": "cufflinks:170:580946",
                        "marker": {
                            "line": {
                                "color": "rgba(226, 74, 51, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(226, 74, 51, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "name": "B",
                        "type": "bar",
                        "xsrc": "cufflinks:170:83257d",
                        "ysrc": "cufflinks:170:1ed761",
                        "marker": {
                            "line": {
                                "color": "rgba(62, 111, 176, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(62, 111, 176, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "name": "C",
                        "type": "bar",
                        "xsrc": "cufflinks:170:83257d",
                        "ysrc": "cufflinks:170:4d0998",
                        "marker": {
                            "line": {
                                "color": "rgba(132, 118, 202, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(132, 118, 202, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "name": "D",
                        "type": "bar",
                        "xsrc": "cufflinks:170:83257d",
                        "ysrc": "cufflinks:170:b4b93b",
                        "marker": {
                            "line": {
                                "color": "rgba(101, 101, 101, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(101, 101, 101, 0.6)"
                        },
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "legend": {
                        "font": {
                            "color": "#666666"
                        },
                        "bgcolor": "#FFFFFF",
                        "traceorder": "normal"
                    },
                    "xaxis1": {
                        "title": "",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#666666"
                        },
                        "gridcolor": "#F6F6F6",
                        "titlefont": {
                            "color": "#666666"
                        },
                        "zerolinecolor": "#F6F6F6"
                    },
                    "yaxis1": {
                        "title": "",
                        "tickfont": {
                            "color": "#666666"
                        },
                        "gridcolor": "#F6F6F6",
                        "titlefont": {
                            "color": "#666666"
                        },
                        "zerolinecolor": "#F6F6F6"
                    },
                    "barmode": "stack",
                    "titlefont": {
                        "color": "#151516"
                    },
                    "plot_bgcolor": "#E5E5E5",
                    "paper_bgcolor": "#FFFFFF"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~cufflinks",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-07-29 22:42:21",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cufflinks",
                "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": "2015-03-28T11:41:40.821513Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~swader/21.embed",
            "fid": "swader:21",
            "filename": "PHP Framework Popularity in Personal Projects - SitePoint, 2015",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/swader/21/9_H1A2K5MOLCJT97NT3LPDK8G2P75W11.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/swader%2F21%2F2_ONCQMSMFZDP7RGPVZEXFHM2EOTSUAA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/swader%2F21%2F8_IM25KMIH2ZR2JEVLLPX8IVUQDD0MHB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/swader/21/9_H1A2K5MOLCJT97NT3LPDK8G2P75W11.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/swader:21",
                "plots": "https://api.plotly.com/v2/plots/swader:21",
                "parent": "https://api.plotly.com/v2/folders/home?user=swader"
            },
            "owner": "swader",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "PHP Framework Popularity in Personal Projects - SitePoint, 2015",
            "views": 563379,
            "web_url": "https://plotly.com/~swader/21/php-framework-popularity-in-personal-projects-sitepoint-2015/",
            "world_readable": true,
            "date_modified": "2015-07-10T15:01:56.933Z",
            "stars": {
                "results": [
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~yanxinbob",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                            "bio": "",
                            "nickname": "",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2016-06-08 18:08:15",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "yanxinbob",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    },
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~anazanaz",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.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": "2016-08-08 17:52:03",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "anazanaz",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    }
                ],
                "count": 2
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~swader/21/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "bf3ef1",
                        "name": "Votes",
                        "type": "bar",
                        "xsrc": "swader:47:9a6283",
                        "ysrc": "swader:47:e06933",
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "title": "PHP Framework Popularity in Personal Projects - SitePoint, 2015",
                    "width": 1150,
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            2223.157894736842
                        ],
                        "title": "Votes",
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            21.5
                        ],
                        "title": "Framework",
                        "autorange": true
                    },
                    "height": 702,
                    "margin": {
                        "l": 210,
                        "pad": 4
                    },
                    "autosize": true,
                    "showlegend": false
                }
            },
            "height": 702,
            "width": 1150,
            "user": {
                "profile_url": "https://plotly.com/~swader",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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": "2015-03-28 11:25:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "swader",
                "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": "2015-02-17T21:52:29.847637Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~PlotBot/88.embed",
            "fid": "PlotBot:88",
            "filename": "mpl-basic-histogram",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/PlotBot/88/9_M4PRZVSFSZ50VS845QR5SRWT8IOL39.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/PlotBot%2F88%2F2_B6U6XFGGN6I2G7BHDMA3PQQOHHSQMZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/PlotBot%2F88%2F8_FMG9TQ69E6OQ548URKRYKBNMSOB6EX.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/PlotBot/88/9_M4PRZVSFSZ50VS845QR5SRWT8IOL39.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/PlotBot:88",
                "plots": "https://api.plotly.com/v2/plots/PlotBot:88",
                "parent": "https://api.plotly.com/v2/folders/home?user=PlotBot"
            },
            "owner": "PlotBot",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Gaussian Histogram",
            "views": 561814,
            "web_url": "https://plotly.com/~PlotBot/88/gaussian-histogram/",
            "world_readable": true,
            "date_modified": "2015-07-10T13:58:12.937Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~PlotBot/88/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "bar",
                        "xsrc": "PlotBot:1455:3969a1",
                        "ysrc": "PlotBot:1455:c7fe2b",
                        "xaxis": "x1",
                        "yaxis": "y1",
                        "marker": {
                            "line": {
                                "width": 1.0
                            },
                            "color": "#0000FF"
                        },
                        "opacity": 1,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": "Gaussian Histogram",
                    "width": 500,
                    "bargap": -4.440892098500626e-16,
                    "height": 500,
                    "margin": {
                        "b": 65,
                        "l": 65,
                        "r": 50,
                        "t": 90
                    },
                    "xaxis1": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -4.0,
                            3.0
                        ],
                        "ticks": "inside",
                        "title": "Value",
                        "anchor": "y1",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 8,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 12.0
                        },
                        "zeroline": false,
                        "titlefont": {
                            "size": 12.0,
                            "color": "#000000"
                        }
                    },
                    "yaxis1": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.0,
                            250.0
                        ],
                        "ticks": "inside",
                        "title": "Frequency",
                        "anchor": "x1",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 6,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 12.0
                        },
                        "zeroline": false,
                        "titlefont": {
                            "size": 12.0,
                            "color": "#000000"
                        }
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "titlefont": {
                        "size": 14.399999999999999,
                        "color": "#000000"
                    },
                    "showlegend": false
                }
            },
            "height": 500,
            "width": 500,
            "user": {
                "profile_url": "https://plotly.com/~PlotBot",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.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": "2014-06-12 19:26:47",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "PlotBot",
                "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": "2015-08-19T00:25:42.493363Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~MattSundquist/19544.embed",
            "fid": "MattSundquist:19544",
            "filename": "mpl-histogram",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/MattSundquist/19544/9_LA20S6IL9DCRHZ2CRGM8IY4C6ZMWT2.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/MattSundquist%2F19544%2F2_D53SNH5I1INNN02CQOIYW88JVQSESO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MattSundquist%2F19544%2F8_8L1E88WRBADA0CECDZ3IDVJH5INMFT.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MattSundquist/19544/9_LA20S6IL9DCRHZ2CRGM8IY4C6ZMWT2.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/MattSundquist:19544",
                "plots": "https://api.plotly.com/v2/plots/MattSundquist:19544",
                "parent": "https://api.plotly.com/v2/folders/MattSundquist:19543"
            },
            "owner": "MattSundquist",
            "parent": 19543,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 559201,
            "web_url": "https://plotly.com/~MattSundquist/19544/",
            "world_readable": true,
            "date_modified": "2015-08-19T00:25:42.834Z",
            "stars": {
                "results": [
                    {
                        "creator": {
                            "profile_url": "https://plotly.com/~wenliuwen1",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                            "bio": "",
                            "nickname": "",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2023-03-10 13:19:33",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "wenliuwen1",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        }
                    }
                ],
                "count": 1
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~MattSundquist/19544/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "bar",
                        "xsrc": "MattSundquist:22375:02f45b",
                        "ysrc": "MattSundquist:22375:817b7a",
                        "xaxis": "x1",
                        "yaxis": "y1",
                        "marker": {
                            "line": {
                                "width": 1.0
                            },
                            "color": "#0000FF"
                        },
                        "opacity": 1,
                        "orientation": "v"
                    },
                    {
                        "type": "bar",
                        "xsrc": "MattSundquist:22375:ba2053",
                        "ysrc": "MattSundquist:22375:80843e",
                        "xaxis": "x1",
                        "yaxis": "y1",
                        "marker": {
                            "line": {
                                "width": 1.0
                            },
                            "color": "#007F00"
                        },
                        "opacity": 1,
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "bargap": 11.864179406671795,
                    "xaxis1": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            50.0,
                            300.0
                        ],
                        "ticks": "inside",
                        "anchor": "y1",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 6,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 12.0
                        },
                        "zeroline": false
                    },
                    "yaxis1": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.0,
                            350.0
                        ],
                        "ticks": "inside",
                        "anchor": "x1",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "mirror": "ticks",
                        "nticks": 8,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 12.0
                        },
                        "zeroline": false
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~MattSundquist",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1428999724.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "matthewsundquist.com",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2012-12-19 03:08:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "MattSundquist",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}