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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA2LTA1KzIxJTNBMTYlM0E0NS4wOTIxOTIlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wNi0wNSsyMSUzQTIxJTNBMDguMTM2NzQ5JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-06-05T21:21:08.136749Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cpsievert/38610.embed",
            "fid": "cpsievert:38610",
            "filename": "Plot 38610",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cpsievert:38610/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cpsievert:38610/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38610/8_U5EAZYER9A7XB7KPEF7PAHHYLDB2ZQ.png",
                "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38610/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cpsievert:38610",
                "plots": "https://api.plotly.com/v2/plots/cpsievert:38610",
                "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert"
            },
            "owner": "cpsievert",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cpsievert/38610/",
            "world_readable": true,
            "date_modified": "2025-06-05T21:21:08.178Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38610/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "bar",
                        "xsrc": "cpsievert:38609:1dbbcf",
                        "ysrc": "cpsievert:38609:79525a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(89,89,89,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "cpsievert:38609:2d09fd",
                        "textsrc": "cpsievert:38609:81b0db",
                        "widthsrc": "cpsievert:38609:a24e84",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.055000000000000104,
                            10.944999999999999
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "1:10"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.68949771689498,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "2.5",
                            "5.0",
                            "7.5",
                            "10.0"
                        ],
                        "tickvals": [
                            2.5,
                            5,
                            7.500000000000001,
                            10
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(255,255,255,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.66417600664176,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2.5",
                            "5.0",
                            "7.5",
                            "10.0"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "count"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.68949771689498,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0.00",
                            "0.25",
                            "0.50",
                            "0.75",
                            "1.00"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(255,255,255,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.66417600664176,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0.00",
                            "0.25",
                            "0.50",
                            "0.75",
                            "1.00"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 11.68949771689498,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "bgcolor": "rgba(255,255,255,1)",
                        "bordercolor": "transparent",
                        "borderwidth": 1.8897637795275593
                    },
                    "margin": {
                        "b": 39.69558599695587,
                        "l": 48.94977168949772,
                        "r": 7.305936073059362,
                        "t": 25.74124809741248
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "layer": "below",
                            "fillcolor": null
                        }
                    ],
                    "barmode": "relative",
                    "hovermode": "closest",
                    "showlegend": false,
                    "plot_bgcolor": "rgba(235,235,235,1)",
                    "paper_bgcolor": "rgba(255,255,255,1)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cpsievert",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cpsievert",
                "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": "2025-06-05T21:21:05.878278Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cpsievert/38608.embed",
            "fid": "cpsievert:38608",
            "filename": "Plot 38608",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cpsievert:38608/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cpsievert:38608/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38608/8_Q3XB4MAZDSE53D7I4Z6TSMNNHJ8T6A.png",
                "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38608/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cpsievert:38608",
                "plots": "https://api.plotly.com/v2/plots/cpsievert:38608",
                "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert"
            },
            "owner": "cpsievert",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cpsievert/38608/",
            "world_readable": true,
            "date_modified": "2025-06-05T21:21:05.911Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38608/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "cpsievert:38607:88e3a9",
                        "ysrc": "cpsievert:38607:8b93da",
                        "frame": "1",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "cmax": 10,
                            "cmin": 1,
                            "line": {
                                "cmax": 10,
                                "cmin": 1,
                                "colorbar": {
                                    "title": "",
                                    "ticklen": 2
                                },
                                "colorsrc": "cpsievert:38607:97ce49",
                                "showscale": false,
                                "colorscale": [
                                    [
                                        "0",
                                        "rgba(68,1,84,1)"
                                    ],
                                    [
                                        "0.0416666666666667",
                                        "rgba(70,19,97,1)"
                                    ],
                                    [
                                        "0.0833333333333333",
                                        "rgba(72,32,111,1)"
                                    ],
                                    [
                                        "0.125",
                                        "rgba(71,45,122,1)"
                                    ],
                                    [
                                        "0.166666666666667",
                                        "rgba(68,58,128,1)"
                                    ],
                                    [
                                        "0.208333333333333",
                                        "rgba(64,70,135,1)"
                                    ],
                                    [
                                        "0.25",
                                        "rgba(60,82,138,1)"
                                    ],
                                    [
                                        "0.291666666666667",
                                        "rgba(56,93,140,1)"
                                    ],
                                    [
                                        "0.333333333333333",
                                        "rgba(49,104,142,1)"
                                    ],
                                    [
                                        "0.375",
                                        "rgba(46,114,142,1)"
                                    ],
                                    [
                                        "0.416666666666667",
                                        "rgba(42,123,142,1)"
                                    ],
                                    [
                                        "0.458333333333333",
                                        "rgba(38,133,141,1)"
                                    ],
                                    [
                                        "0.5",
                                        "rgba(37,144,140,1)"
                                    ],
                                    [
                                        "0.541666666666667",
                                        "rgba(33,154,138,1)"
                                    ],
                                    [
                                        "0.583333333333333",
                                        "rgba(39,164,133,1)"
                                    ],
                                    [
                                        "0.625",
                                        "rgba(47,174,127,1)"
                                    ],
                                    [
                                        "0.666666666666667",
                                        "rgba(53,183,121,1)"
                                    ],
                                    [
                                        "0.708333333333333",
                                        "rgba(79,191,110,1)"
                                    ],
                                    [
                                        "0.75",
                                        "rgba(98,199,98,1)"
                                    ],
                                    [
                                        "0.791666666666667",
                                        "rgba(119,207,85,1)"
                                    ],
                                    [
                                        "0.833333333333333",
                                        "rgba(147,214,70,1)"
                                    ],
                                    [
                                        "0.875",
                                        "rgba(172,220,52,1)"
                                    ],
                                    [
                                        "0.916666666666667",
                                        "rgba(199,225,42,1)"
                                    ],
                                    [
                                        "0.958333333333333",
                                        "rgba(226,228,40,1)"
                                    ],
                                    [
                                        "1",
                                        "rgba(253,231,37,1)"
                                    ]
                                ]
                            },
                            "colorbar": {
                                "title": "",
                                "ticklen": 2
                            },
                            "colorsrc": "cpsievert:38607:60dc7b",
                            "showscale": false,
                            "colorscale": [
                                [
                                    "0",
                                    "rgba(68,1,84,1)"
                                ],
                                [
                                    "0.0416666666666667",
                                    "rgba(70,19,97,1)"
                                ],
                                [
                                    "0.0833333333333333",
                                    "rgba(72,32,111,1)"
                                ],
                                [
                                    "0.125",
                                    "rgba(71,45,122,1)"
                                ],
                                [
                                    "0.166666666666667",
                                    "rgba(68,58,128,1)"
                                ],
                                [
                                    "0.208333333333333",
                                    "rgba(64,70,135,1)"
                                ],
                                [
                                    "0.25",
                                    "rgba(60,82,138,1)"
                                ],
                                [
                                    "0.291666666666667",
                                    "rgba(56,93,140,1)"
                                ],
                                [
                                    "0.333333333333333",
                                    "rgba(49,104,142,1)"
                                ],
                                [
                                    "0.375",
                                    "rgba(46,114,142,1)"
                                ],
                                [
                                    "0.416666666666667",
                                    "rgba(42,123,142,1)"
                                ],
                                [
                                    "0.458333333333333",
                                    "rgba(38,133,141,1)"
                                ],
                                [
                                    "0.5",
                                    "rgba(37,144,140,1)"
                                ],
                                [
                                    "0.541666666666667",
                                    "rgba(33,154,138,1)"
                                ],
                                [
                                    "0.583333333333333",
                                    "rgba(39,164,133,1)"
                                ],
                                [
                                    "0.625",
                                    "rgba(47,174,127,1)"
                                ],
                                [
                                    "0.666666666666667",
                                    "rgba(53,183,121,1)"
                                ],
                                [
                                    "0.708333333333333",
                                    "rgba(79,191,110,1)"
                                ],
                                [
                                    "0.75",
                                    "rgba(98,199,98,1)"
                                ],
                                [
                                    "0.791666666666667",
                                    "rgba(119,207,85,1)"
                                ],
                                [
                                    "0.833333333333333",
                                    "rgba(147,214,70,1)"
                                ],
                                [
                                    "0.875",
                                    "rgba(172,220,52,1)"
                                ],
                                [
                                    "0.916666666666667",
                                    "rgba(199,225,42,1)"
                                ],
                                [
                                    "0.958333333333333",
                                    "rgba(226,228,40,1)"
                                ],
                                [
                                    "1",
                                    "rgba(253,231,37,1)"
                                ]
                            ]
                        },
                        "visible": true
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "cpsievert:38607:fbed83",
                        "ysrc": "cpsievert:38607:a17527",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "cmax": 10,
                            "cmin": 1,
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "colorbar": {
                                "y": 1,
                                "len": 0.5,
                                "title": "",
                                "lenmode": "fraction",
                                "ticklen": 2,
                                "yanchor": "top"
                            },
                            "colorsrc": "cpsievert:38607:2b8198",
                            "showscale": true,
                            "colorscale": [
                                [
                                    "0",
                                    "rgba(68,1,84,1)"
                                ],
                                [
                                    "0.0416666666666667",
                                    "rgba(70,19,97,1)"
                                ],
                                [
                                    "0.0833333333333333",
                                    "rgba(72,32,111,1)"
                                ],
                                [
                                    "0.125",
                                    "rgba(71,45,122,1)"
                                ],
                                [
                                    "0.166666666666667",
                                    "rgba(68,58,128,1)"
                                ],
                                [
                                    "0.208333333333333",
                                    "rgba(64,70,135,1)"
                                ],
                                [
                                    "0.25",
                                    "rgba(60,82,138,1)"
                                ],
                                [
                                    "0.291666666666667",
                                    "rgba(56,93,140,1)"
                                ],
                                [
                                    "0.333333333333333",
                                    "rgba(49,104,142,1)"
                                ],
                                [
                                    "0.375",
                                    "rgba(46,114,142,1)"
                                ],
                                [
                                    "0.416666666666667",
                                    "rgba(42,123,142,1)"
                                ],
                                [
                                    "0.458333333333333",
                                    "rgba(38,133,141,1)"
                                ],
                                [
                                    "0.5",
                                    "rgba(37,144,140,1)"
                                ],
                                [
                                    "0.541666666666667",
                                    "rgba(33,154,138,1)"
                                ],
                                [
                                    "0.583333333333333",
                                    "rgba(39,164,133,1)"
                                ],
                                [
                                    "0.625",
                                    "rgba(47,174,127,1)"
                                ],
                                [
                                    "0.666666666666667",
                                    "rgba(53,183,121,1)"
                                ],
                                [
                                    "0.708333333333333",
                                    "rgba(79,191,110,1)"
                                ],
                                [
                                    "0.75",
                                    "rgba(98,199,98,1)"
                                ],
                                [
                                    "0.791666666666667",
                                    "rgba(119,207,85,1)"
                                ],
                                [
                                    "0.833333333333333",
                                    "rgba(147,214,70,1)"
                                ],
                                [
                                    "0.875",
                                    "rgba(172,220,52,1)"
                                ],
                                [
                                    "0.916666666666667",
                                    "rgba(199,225,42,1)"
                                ],
                                [
                                    "0.958333333333333",
                                    "rgba(226,228,40,1)"
                                ],
                                [
                                    "1",
                                    "rgba(253,231,37,1)"
                                ]
                            ]
                        },
                        "opacity": 0,
                        "hoverinfo": "none",
                        "showlegend": false
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "type": "scatter",
                                "xsrc": "cpsievert:38607:58a388",
                                "ysrc": "cpsievert:38607:77e6e3",
                                "frame": "1",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "cmax": 10,
                                    "cmin": 1,
                                    "line": {
                                        "cmax": 10,
                                        "cmin": 1,
                                        "colorbar": {
                                            "title": "",
                                            "ticklen": 2
                                        },
                                        "colorsrc": "cpsievert:38607:11d254",
                                        "showscale": false,
                                        "colorscale": [
                                            [
                                                "0",
                                                "rgba(68,1,84,1)"
                                            ],
                                            [
                                                "0.0416666666666667",
                                                "rgba(70,19,97,1)"
                                            ],
                                            [
                                                "0.0833333333333333",
                                                "rgba(72,32,111,1)"
                                            ],
                                            [
                                                "0.125",
                                                "rgba(71,45,122,1)"
                                            ],
                                            [
                                                "0.166666666666667",
                                                "rgba(68,58,128,1)"
                                            ],
                                            [
                                                "0.208333333333333",
                                                "rgba(64,70,135,1)"
                                            ],
                                            [
                                                "0.25",
                                                "rgba(60,82,138,1)"
                                            ],
                                            [
                                                "0.291666666666667",
                                                "rgba(56,93,140,1)"
                                            ],
                                            [
                                                "0.333333333333333",
                                                "rgba(49,104,142,1)"
                                            ],
                                            [
                                                "0.375",
                                                "rgba(46,114,142,1)"
                                            ],
                                            [
                                                "0.416666666666667",
                                                "rgba(42,123,142,1)"
                                            ],
                                            [
                                                "0.458333333333333",
                                                "rgba(38,133,141,1)"
                                            ],
                                            [
                                                "0.5",
                                                "rgba(37,144,140,1)"
                                            ],
                                            [
                                                "0.541666666666667",
                                                "rgba(33,154,138,1)"
                                            ],
                                            [
                                                "0.583333333333333",
                                                "rgba(39,164,133,1)"
                                            ],
                                            [
                                                "0.625",
                                                "rgba(47,174,127,1)"
                                            ],
                                            [
                                                "0.666666666666667",
                                                "rgba(53,183,121,1)"
                                            ],
                                            [
                                                "0.708333333333333",
                                                "rgba(79,191,110,1)"
                                            ],
                                            [
                                                "0.75",
                                                "rgba(98,199,98,1)"
                                            ],
                                            [
                                                "0.791666666666667",
                                                "rgba(119,207,85,1)"
                                            ],
                                            [
                                                "0.833333333333333",
                                                "rgba(147,214,70,1)"
                                            ],
                                            [
                                                "0.875",
                                                "rgba(172,220,52,1)"
                                            ],
                                            [
                                                "0.916666666666667",
                                                "rgba(199,225,42,1)"
                                            ],
                                            [
                                                "0.958333333333333",
                                                "rgba(226,228,40,1)"
                                            ],
                                            [
                                                "1",
                                                "rgba(253,231,37,1)"
                                            ]
                                        ]
                                    },
                                    "colorbar": {
                                        "title": "",
                                        "ticklen": 2
                                    },
                                    "colorsrc": "cpsievert:38607:087b1d",
                                    "showscale": false,
                                    "colorscale": [
                                        [
                                            "0",
                                            "rgba(68,1,84,1)"
                                        ],
                                        [
                                            "0.0416666666666667",
                                            "rgba(70,19,97,1)"
                                        ],
                                        [
                                            "0.0833333333333333",
                                            "rgba(72,32,111,1)"
                                        ],
                                        [
                                            "0.125",
                                            "rgba(71,45,122,1)"
                                        ],
                                        [
                                            "0.166666666666667",
                                            "rgba(68,58,128,1)"
                                        ],
                                        [
                                            "0.208333333333333",
                                            "rgba(64,70,135,1)"
                                        ],
                                        [
                                            "0.25",
                                            "rgba(60,82,138,1)"
                                        ],
                                        [
                                            "0.291666666666667",
                                            "rgba(56,93,140,1)"
                                        ],
                                        [
                                            "0.333333333333333",
                                            "rgba(49,104,142,1)"
                                        ],
                                        [
                                            "0.375",
                                            "rgba(46,114,142,1)"
                                        ],
                                        [
                                            "0.416666666666667",
                                            "rgba(42,123,142,1)"
                                        ],
                                        [
                                            "0.458333333333333",
                                            "rgba(38,133,141,1)"
                                        ],
                                        [
                                            "0.5",
                                            "rgba(37,144,140,1)"
                                        ],
                                        [
                                            "0.541666666666667",
                                            "rgba(33,154,138,1)"
                                        ],
                                        [
                                            "0.583333333333333",
                                            "rgba(39,164,133,1)"
                                        ],
                                        [
                                            "0.625",
                                            "rgba(47,174,127,1)"
                                        ],
                                        [
                                            "0.666666666666667",
                                            "rgba(53,183,121,1)"
                                        ],
                                        [
                                            "0.708333333333333",
                                            "rgba(79,191,110,1)"
                                        ],
                                        [
                                            "0.75",
                                            "rgba(98,199,98,1)"
                                        ],
                                        [
                                            "0.791666666666667",
                                            "rgba(119,207,85,1)"
                                        ],
                                        [
                                            "0.833333333333333",
                                            "rgba(147,214,70,1)"
                                        ],
                                        [
                                            "0.875",
                                            "rgba(172,220,52,1)"
                                        ],
                                        [
                                            "0.916666666666667",
                                            "rgba(199,225,42,1)"
                                        ],
                                        [
                                            "0.958333333333333",
                                            "rgba(226,228,40,1)"
                                        ],
                                        [
                                            "1",
                                            "rgba(253,231,37,1)"
                                        ]
                                    ]
                                },
                                "visible": true
                            }
                        ],
                        "name": "1",
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "type": "scatter",
                                "xsrc": "cpsievert:38607:2f0cd0",
                                "ysrc": "cpsievert:38607:41ae29",
                                "frame": "2",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "cmax": 10,
                                    "cmin": 1,
                                    "line": {
                                        "cmax": 10,
                                        "cmin": 1,
                                        "colorbar": {
                                            "title": "",
                                            "ticklen": 2
                                        },
                                        "colorsrc": "cpsievert:38607:dc666e",
                                        "showscale": false,
                                        "colorscale": [
                                            [
                                                "0",
                                                "rgba(68,1,84,1)"
                                            ],
                                            [
                                                "0.0416666666666667",
                                                "rgba(70,19,97,1)"
                                            ],
                                            [
                                                "0.0833333333333333",
                                                "rgba(72,32,111,1)"
                                            ],
                                            [
                                                "0.125",
                                                "rgba(71,45,122,1)"
                                            ],
                                            [
                                                "0.166666666666667",
                                                "rgba(68,58,128,1)"
                                            ],
                                            [
                                                "0.208333333333333",
                                                "rgba(64,70,135,1)"
                                            ],
                                            [
                                                "0.25",
                                                "rgba(60,82,138,1)"
                                            ],
                                            [
                                                "0.291666666666667",
                                                "rgba(56,93,140,1)"
                                            ],
                                            [
                                                "0.333333333333333",
                                                "rgba(49,104,142,1)"
                                            ],
                                            [
                                                "0.375",
                                                "rgba(46,114,142,1)"
                                            ],
                                            [
                                                "0.416666666666667",
                                                "rgba(42,123,142,1)"
                                            ],
                                            [
                                                "0.458333333333333",
                                                "rgba(38,133,141,1)"
                                            ],
                                            [
                                                "0.5",
                                                "rgba(37,144,140,1)"
                                            ],
                                            [
                                                "0.541666666666667",
                                                "rgba(33,154,138,1)"
                                            ],
                                            [
                                                "0.583333333333333",
                                                "rgba(39,164,133,1)"
                                            ],
                                            [
                                                "0.625",
                                                "rgba(47,174,127,1)"
                                            ],
                                            [
                                                "0.666666666666667",
                                                "rgba(53,183,121,1)"
                                            ],
                                            [
                                                "0.708333333333333",
                                                "rgba(79,191,110,1)"
                                            ],
                                            [
                                                "0.75",
                                                "rgba(98,199,98,1)"
                                            ],
                                            [
                                                "0.791666666666667",
                                                "rgba(119,207,85,1)"
                                            ],
                                            [
                                                "0.833333333333333",
                                                "rgba(147,214,70,1)"
                                            ],
                                            [
                                                "0.875",
                                                "rgba(172,220,52,1)"
                                            ],
                                            [
                                                "0.916666666666667",
                                                "rgba(199,225,42,1)"
                                            ],
                                            [
                                                "0.958333333333333",
                                                "rgba(226,228,40,1)"
                                            ],
                                            [
                                                "1",
                                                "rgba(253,231,37,1)"
                                            ]
                                        ]
                                    },
                                    "colorbar": {
                                        "title": "",
                                        "ticklen": 2
                                    },
                                    "colorsrc": "cpsievert:38607:1d9825",
                                    "showscale": false,
                                    "colorscale": [
                                        [
                                            "0",
                                            "rgba(68,1,84,1)"
                                        ],
                                        [
                                            "0.0416666666666667",
                                            "rgba(70,19,97,1)"
                                        ],
                                        [
                                            "0.0833333333333333",
                                            "rgba(72,32,111,1)"
                                        ],
                                        [
                                            "0.125",
                                            "rgba(71,45,122,1)"
                                        ],
                                        [
                                            "0.166666666666667",
                                            "rgba(68,58,128,1)"
                                        ],
                                        [
                                            "0.208333333333333",
                                            "rgba(64,70,135,1)"
                                        ],
                                        [
                                            "0.25",
                                            "rgba(60,82,138,1)"
                                        ],
                                        [
                                            "0.291666666666667",
                                            "rgba(56,93,140,1)"
                                        ],
                                        [
                                            "0.333333333333333",
                                            "rgba(49,104,142,1)"
                                        ],
                                        [
                                            "0.375",
                                            "rgba(46,114,142,1)"
                                        ],
                                        [
                                            "0.416666666666667",
                                            "rgba(42,123,142,1)"
                                        ],
                                        [
                                            "0.458333333333333",
                                            "rgba(38,133,141,1)"
                                        ],
                                        [
                                            "0.5",
                                            "rgba(37,144,140,1)"
                                        ],
                                        [
                                            "0.541666666666667",
                                            "rgba(33,154,138,1)"
                                        ],
                                        [
                                            "0.583333333333333",
                                            "rgba(39,164,133,1)"
                                        ],
                                        [
                                            "0.625",
                                            "rgba(47,174,127,1)"
                                        ],
                                        [
                                            "0.666666666666667",
                                            "rgba(53,183,121,1)"
                                        ],
                                        [
                                            "0.708333333333333",
                                            "rgba(79,191,110,1)"
                                        ],
                                        [
                                            "0.75",
                                            "rgba(98,199,98,1)"
                                        ],
                                        [
                                            "0.791666666666667",
                                            "rgba(119,207,85,1)"
                                        ],
                                        [
                                            "0.833333333333333",
                                            "rgba(147,214,70,1)"
                                        ],
                                        [
                                            "0.875",
                                            "rgba(172,220,52,1)"
                                        ],
                                        [
                                            "0.916666666666667",
                                            "rgba(199,225,42,1)"
                                        ],
                                        [
                                            "0.958333333333333",
                                            "rgba(226,228,40,1)"
                                        ],
                                        [
                                            "1",
                                            "rgba(253,231,37,1)"
                                        ]
                                    ]
                                },
                                "visible": true
                            }
                        ],
                        "name": "2",
                        "traces": [
                            0
                        ]
                    }
                ],
                "layout": {
                    "xaxis": {
                        "range": [
                            0.55,
                            10.45
                        ],
                        "title": [],
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "range": [
                            0.55,
                            10.45
                        ],
                        "title": [],
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "sliders": [
                        {
                            "pad": {
                                "t": 40
                            },
                            "steps": [
                                {
                                    "args": [
                                        [
                                            "1"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "1",
                                    "value": "1",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "2",
                                    "value": "2",
                                    "method": "animate"
                                }
                            ],
                            "visible": true
                        }
                    ],
                    "hovermode": "closest",
                    "showlegend": false,
                    "updatemenus": [
                        {
                            "x": 0,
                            "y": 0,
                            "pad": {
                                "r": 5,
                                "t": 60
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "Play",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "right",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cpsievert",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cpsievert",
                "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": "2025-06-05T21:21:03.893907Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cpsievert/38606.embed",
            "fid": "cpsievert:38606",
            "filename": "Plot 38606",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cpsievert:38606/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cpsievert:38606/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38606/8_EWTVAE7J4Q4UDCKU38KYEANDNKSBK7.png",
                "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38606/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cpsievert:38606",
                "plots": "https://api.plotly.com/v2/plots/cpsievert:38606",
                "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert"
            },
            "owner": "cpsievert",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cpsievert/38606/",
            "world_readable": true,
            "date_modified": "2025-06-05T21:21:03.961Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38606/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "cpsievert:38605:0b3607",
                        "ysrc": "cpsievert:38605:a1d407",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "cmax": 10,
                            "cmin": 1,
                            "line": {
                                "cmax": 10,
                                "cmin": 1,
                                "colorbar": {
                                    "title": "",
                                    "ticklen": 2
                                },
                                "colorsrc": "cpsievert:38605:90684a",
                                "showscale": false,
                                "colorscale": [
                                    [
                                        "0",
                                        "rgba(68,1,84,1)"
                                    ],
                                    [
                                        "0.0416666666666667",
                                        "rgba(70,19,97,1)"
                                    ],
                                    [
                                        "0.0833333333333333",
                                        "rgba(72,32,111,1)"
                                    ],
                                    [
                                        "0.125",
                                        "rgba(71,45,122,1)"
                                    ],
                                    [
                                        "0.166666666666667",
                                        "rgba(68,58,128,1)"
                                    ],
                                    [
                                        "0.208333333333333",
                                        "rgba(64,70,135,1)"
                                    ],
                                    [
                                        "0.25",
                                        "rgba(60,82,138,1)"
                                    ],
                                    [
                                        "0.291666666666667",
                                        "rgba(56,93,140,1)"
                                    ],
                                    [
                                        "0.333333333333333",
                                        "rgba(49,104,142,1)"
                                    ],
                                    [
                                        "0.375",
                                        "rgba(46,114,142,1)"
                                    ],
                                    [
                                        "0.416666666666667",
                                        "rgba(42,123,142,1)"
                                    ],
                                    [
                                        "0.458333333333333",
                                        "rgba(38,133,141,1)"
                                    ],
                                    [
                                        "0.5",
                                        "rgba(37,144,140,1)"
                                    ],
                                    [
                                        "0.541666666666667",
                                        "rgba(33,154,138,1)"
                                    ],
                                    [
                                        "0.583333333333333",
                                        "rgba(39,164,133,1)"
                                    ],
                                    [
                                        "0.625",
                                        "rgba(47,174,127,1)"
                                    ],
                                    [
                                        "0.666666666666667",
                                        "rgba(53,183,121,1)"
                                    ],
                                    [
                                        "0.708333333333333",
                                        "rgba(79,191,110,1)"
                                    ],
                                    [
                                        "0.75",
                                        "rgba(98,199,98,1)"
                                    ],
                                    [
                                        "0.791666666666667",
                                        "rgba(119,207,85,1)"
                                    ],
                                    [
                                        "0.833333333333333",
                                        "rgba(147,214,70,1)"
                                    ],
                                    [
                                        "0.875",
                                        "rgba(172,220,52,1)"
                                    ],
                                    [
                                        "0.916666666666667",
                                        "rgba(199,225,42,1)"
                                    ],
                                    [
                                        "0.958333333333333",
                                        "rgba(226,228,40,1)"
                                    ],
                                    [
                                        "1",
                                        "rgba(253,231,37,1)"
                                    ]
                                ]
                            },
                            "colorbar": {
                                "title": "",
                                "ticklen": 2
                            },
                            "colorsrc": "cpsievert:38605:047782",
                            "showscale": false,
                            "colorscale": [
                                [
                                    "0",
                                    "rgba(68,1,84,1)"
                                ],
                                [
                                    "0.0416666666666667",
                                    "rgba(70,19,97,1)"
                                ],
                                [
                                    "0.0833333333333333",
                                    "rgba(72,32,111,1)"
                                ],
                                [
                                    "0.125",
                                    "rgba(71,45,122,1)"
                                ],
                                [
                                    "0.166666666666667",
                                    "rgba(68,58,128,1)"
                                ],
                                [
                                    "0.208333333333333",
                                    "rgba(64,70,135,1)"
                                ],
                                [
                                    "0.25",
                                    "rgba(60,82,138,1)"
                                ],
                                [
                                    "0.291666666666667",
                                    "rgba(56,93,140,1)"
                                ],
                                [
                                    "0.333333333333333",
                                    "rgba(49,104,142,1)"
                                ],
                                [
                                    "0.375",
                                    "rgba(46,114,142,1)"
                                ],
                                [
                                    "0.416666666666667",
                                    "rgba(42,123,142,1)"
                                ],
                                [
                                    "0.458333333333333",
                                    "rgba(38,133,141,1)"
                                ],
                                [
                                    "0.5",
                                    "rgba(37,144,140,1)"
                                ],
                                [
                                    "0.541666666666667",
                                    "rgba(33,154,138,1)"
                                ],
                                [
                                    "0.583333333333333",
                                    "rgba(39,164,133,1)"
                                ],
                                [
                                    "0.625",
                                    "rgba(47,174,127,1)"
                                ],
                                [
                                    "0.666666666666667",
                                    "rgba(53,183,121,1)"
                                ],
                                [
                                    "0.708333333333333",
                                    "rgba(79,191,110,1)"
                                ],
                                [
                                    "0.75",
                                    "rgba(98,199,98,1)"
                                ],
                                [
                                    "0.791666666666667",
                                    "rgba(119,207,85,1)"
                                ],
                                [
                                    "0.833333333333333",
                                    "rgba(147,214,70,1)"
                                ],
                                [
                                    "0.875",
                                    "rgba(172,220,52,1)"
                                ],
                                [
                                    "0.916666666666667",
                                    "rgba(199,225,42,1)"
                                ],
                                [
                                    "0.958333333333333",
                                    "rgba(226,228,40,1)"
                                ],
                                [
                                    "1",
                                    "rgba(253,231,37,1)"
                                ]
                            ]
                        }
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "cpsievert:38605:1a139a",
                        "ysrc": "cpsievert:38605:5177b5",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "cmax": 10,
                            "cmin": 1,
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "colorbar": {
                                "y": 1,
                                "len": 0.5,
                                "title": "",
                                "lenmode": "fraction",
                                "ticklen": 2,
                                "yanchor": "top"
                            },
                            "colorsrc": "cpsievert:38605:5cc1a3",
                            "showscale": true,
                            "colorscale": [
                                [
                                    "0",
                                    "rgba(68,1,84,1)"
                                ],
                                [
                                    "0.0416666666666667",
                                    "rgba(70,19,97,1)"
                                ],
                                [
                                    "0.0833333333333333",
                                    "rgba(72,32,111,1)"
                                ],
                                [
                                    "0.125",
                                    "rgba(71,45,122,1)"
                                ],
                                [
                                    "0.166666666666667",
                                    "rgba(68,58,128,1)"
                                ],
                                [
                                    "0.208333333333333",
                                    "rgba(64,70,135,1)"
                                ],
                                [
                                    "0.25",
                                    "rgba(60,82,138,1)"
                                ],
                                [
                                    "0.291666666666667",
                                    "rgba(56,93,140,1)"
                                ],
                                [
                                    "0.333333333333333",
                                    "rgba(49,104,142,1)"
                                ],
                                [
                                    "0.375",
                                    "rgba(46,114,142,1)"
                                ],
                                [
                                    "0.416666666666667",
                                    "rgba(42,123,142,1)"
                                ],
                                [
                                    "0.458333333333333",
                                    "rgba(38,133,141,1)"
                                ],
                                [
                                    "0.5",
                                    "rgba(37,144,140,1)"
                                ],
                                [
                                    "0.541666666666667",
                                    "rgba(33,154,138,1)"
                                ],
                                [
                                    "0.583333333333333",
                                    "rgba(39,164,133,1)"
                                ],
                                [
                                    "0.625",
                                    "rgba(47,174,127,1)"
                                ],
                                [
                                    "0.666666666666667",
                                    "rgba(53,183,121,1)"
                                ],
                                [
                                    "0.708333333333333",
                                    "rgba(79,191,110,1)"
                                ],
                                [
                                    "0.75",
                                    "rgba(98,199,98,1)"
                                ],
                                [
                                    "0.791666666666667",
                                    "rgba(119,207,85,1)"
                                ],
                                [
                                    "0.833333333333333",
                                    "rgba(147,214,70,1)"
                                ],
                                [
                                    "0.875",
                                    "rgba(172,220,52,1)"
                                ],
                                [
                                    "0.916666666666667",
                                    "rgba(199,225,42,1)"
                                ],
                                [
                                    "0.958333333333333",
                                    "rgba(226,228,40,1)"
                                ],
                                [
                                    "1",
                                    "rgba(253,231,37,1)"
                                ]
                            ]
                        },
                        "opacity": 0,
                        "hoverinfo": "none",
                        "showlegend": false
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": [],
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": [],
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cpsievert",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cpsievert",
                "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": "2025-06-05T21:21:02.091214Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cpsievert/38604.embed",
            "fid": "cpsievert:38604",
            "filename": "Plot 38604",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cpsievert:38604/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cpsievert:38604/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38604/8_659G5XNZ8TF1HDSP33BP0IF0K2785Y.png",
                "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38604/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cpsievert:38604",
                "plots": "https://api.plotly.com/v2/plots/cpsievert:38604",
                "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert"
            },
            "owner": "cpsievert",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cpsievert/38604/",
            "world_readable": true,
            "date_modified": "2025-06-05T21:21:02.126Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38604/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "cpsievert:38603:39f827",
                        "ysrc": "cpsievert:38603:45c3de",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "red"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        }
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": [],
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": [],
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cpsievert",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cpsievert",
                "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": "2025-06-05T21:20:59.302360Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cpsievert/38602.embed",
            "fid": "cpsievert:38602",
            "filename": "9b81a1d4d98",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cpsievert:38602/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cpsievert:38602/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38602/8_Q80IGQPDDUTMLAZRDYL7J12FSIDOJJ.png",
                "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38602/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cpsievert:38602",
                "plots": "https://api.plotly.com/v2/plots/cpsievert:38602",
                "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert"
            },
            "owner": "cpsievert",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cpsievert/38602/",
            "world_readable": true,
            "date_modified": "2025-06-05T21:21:00.447Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38602/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        }
                    }
                ],
                "layout": {
                    "title": "test",
                    "xaxis": {
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cpsievert",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cpsievert",
                "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": "2025-06-05T21:20:50.519978Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cpsievert/38600.embed",
            "fid": "cpsievert:38600",
            "filename": "Plot 38600",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cpsievert:38600/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cpsievert:38600/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38600/8_9C6WVJ5XATHTEQBP8BRI8KUJT2ZQMO.png",
                "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38600/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cpsievert:38600",
                "plots": "https://api.plotly.com/v2/plots/cpsievert:38600",
                "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert"
            },
            "owner": "cpsievert",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cpsievert/38600/",
            "world_readable": true,
            "date_modified": "2025-06-05T21:20:50.552Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38600/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(102,194,165,1)"
                        },
                        "mode": "markers",
                        "name": "4",
                        "type": "scatter",
                        "xsrc": "cpsievert:38599:7cfb22",
                        "ysrc": "cpsievert:38599:108e12",
                        "frame": "0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(102,194,165,1)"
                            },
                            "color": "rgba(102,194,165,1)"
                        },
                        "error_x": {
                            "color": "rgba(102,194,165,1)"
                        },
                        "error_y": {
                            "color": "rgba(102,194,165,1)"
                        },
                        "visible": true,
                        "textfont": {
                            "color": "rgba(102,194,165,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(252,141,98,1)"
                        },
                        "mode": "markers",
                        "name": "6",
                        "type": "scatter",
                        "xsrc": "cpsievert:38599:ce84ce",
                        "ysrc": "cpsievert:38599:419670",
                        "frame": "0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(252,141,98,1)"
                            },
                            "color": "rgba(252,141,98,1)"
                        },
                        "error_x": {
                            "color": "rgba(252,141,98,1)"
                        },
                        "error_y": {
                            "color": "rgba(252,141,98,1)"
                        },
                        "visible": true,
                        "textfont": {
                            "color": "rgba(252,141,98,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(141,160,203,1)"
                        },
                        "mode": "markers",
                        "name": "8",
                        "type": "scatter",
                        "xsrc": "cpsievert:38599:16ae70",
                        "ysrc": "cpsievert:38599:655af4",
                        "frame": "0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(141,160,203,1)"
                            },
                            "color": "rgba(141,160,203,1)"
                        },
                        "error_x": {
                            "color": "rgba(141,160,203,1)"
                        },
                        "error_y": {
                            "color": "rgba(141,160,203,1)"
                        },
                        "visible": true,
                        "textfont": {
                            "color": "rgba(141,160,203,1)"
                        }
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "line": {
                                    "color": "rgba(102,194,165,1)"
                                },
                                "mode": "markers",
                                "name": "4",
                                "type": "scatter",
                                "xsrc": "cpsievert:38599:a75c91",
                                "ysrc": "cpsievert:38599:b2e3de",
                                "frame": "0",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "line": {
                                        "color": "rgba(102,194,165,1)"
                                    },
                                    "color": "rgba(102,194,165,1)"
                                },
                                "error_x": {
                                    "color": "rgba(102,194,165,1)"
                                },
                                "error_y": {
                                    "color": "rgba(102,194,165,1)"
                                },
                                "visible": true,
                                "textfont": {
                                    "color": "rgba(102,194,165,1)"
                                }
                            },
                            {
                                "line": {
                                    "color": "rgba(252,141,98,1)"
                                },
                                "mode": "markers",
                                "name": "6",
                                "type": "scatter",
                                "xsrc": "cpsievert:38599:f8d59d",
                                "ysrc": "cpsievert:38599:06ebe0",
                                "frame": "0",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "line": {
                                        "color": "rgba(252,141,98,1)"
                                    },
                                    "color": "rgba(252,141,98,1)"
                                },
                                "error_x": {
                                    "color": "rgba(252,141,98,1)"
                                },
                                "error_y": {
                                    "color": "rgba(252,141,98,1)"
                                },
                                "visible": true,
                                "textfont": {
                                    "color": "rgba(252,141,98,1)"
                                }
                            },
                            {
                                "line": {
                                    "color": "rgba(141,160,203,1)"
                                },
                                "mode": "markers",
                                "name": "8",
                                "type": "scatter",
                                "xsrc": "cpsievert:38599:bbfd44",
                                "ysrc": "cpsievert:38599:8e1ed4",
                                "frame": "0",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "line": {
                                        "color": "rgba(141,160,203,1)"
                                    },
                                    "color": "rgba(141,160,203,1)"
                                },
                                "error_x": {
                                    "color": "rgba(141,160,203,1)"
                                },
                                "error_y": {
                                    "color": "rgba(141,160,203,1)"
                                },
                                "visible": true,
                                "textfont": {
                                    "color": "rgba(141,160,203,1)"
                                }
                            }
                        ],
                        "name": "0",
                        "traces": [
                            0,
                            1,
                            2
                        ]
                    },
                    {
                        "data": [
                            {
                                "line": {
                                    "color": "rgba(102,194,165,1)"
                                },
                                "mode": "markers",
                                "name": "4",
                                "type": "scatter",
                                "xsrc": "cpsievert:38599:37b9b5",
                                "ysrc": "cpsievert:38599:abbea7",
                                "frame": "1",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "line": {
                                        "color": "rgba(102,194,165,1)"
                                    },
                                    "color": "rgba(102,194,165,1)"
                                },
                                "error_x": {
                                    "color": "rgba(102,194,165,1)"
                                },
                                "error_y": {
                                    "color": "rgba(102,194,165,1)"
                                },
                                "visible": true,
                                "textfont": {
                                    "color": "rgba(102,194,165,1)"
                                }
                            },
                            {
                                "line": {
                                    "color": "rgba(252,141,98,1)"
                                },
                                "mode": "markers",
                                "name": "6",
                                "type": "scatter",
                                "xsrc": "cpsievert:38599:6e41c8",
                                "ysrc": "cpsievert:38599:6549aa",
                                "frame": "1",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "line": {
                                        "color": "rgba(252,141,98,1)"
                                    },
                                    "color": "rgba(252,141,98,1)"
                                },
                                "error_x": {
                                    "color": "rgba(252,141,98,1)"
                                },
                                "error_y": {
                                    "color": "rgba(252,141,98,1)"
                                },
                                "visible": true,
                                "textfont": {
                                    "color": "rgba(252,141,98,1)"
                                }
                            },
                            {
                                "line": {
                                    "color": "rgba(141,160,203,1)"
                                },
                                "mode": "markers",
                                "name": "8",
                                "type": "scatter",
                                "xsrc": "cpsievert:38599:b1fc0b",
                                "ysrc": "cpsievert:38599:bf2737",
                                "frame": "0",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "line": {
                                        "color": "rgba(141,160,203,1)"
                                    },
                                    "color": "rgba(141,160,203,1)"
                                },
                                "error_x": {
                                    "color": "rgba(141,160,203,1)"
                                },
                                "error_y": {
                                    "color": "rgba(141,160,203,1)"
                                },
                                "visible": false,
                                "textfont": {
                                    "color": "rgba(141,160,203,1)"
                                }
                            }
                        ],
                        "name": "1",
                        "traces": [
                            0,
                            1,
                            2
                        ]
                    }
                ],
                "layout": {
                    "xaxis": {
                        "range": [
                            9.225,
                            35.074999999999996
                        ],
                        "title": "mpg",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "range": [
                            1.3174499999999998,
                            5.61955
                        ],
                        "title": "wt",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "sliders": [
                        {
                            "pad": {
                                "t": 40
                            },
                            "steps": [
                                {
                                    "args": [
                                        [
                                            "0"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "0",
                                    "value": "0",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "1",
                                    "value": "1",
                                    "method": "animate"
                                }
                            ],
                            "visible": true,
                            "currentvalue": {
                                "font": {
                                    "size": 16,
                                    "color": "rgba(204,204,204,1)"
                                },
                                "prefix": "factor(vs): ",
                                "xanchor": "right"
                            }
                        }
                    ],
                    "hovermode": "closest",
                    "showlegend": true,
                    "updatemenus": [
                        {
                            "x": 0,
                            "y": 0,
                            "pad": {
                                "r": 5,
                                "t": 60
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "Play",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "right",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cpsievert",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cpsievert",
                "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": "2025-06-05T21:20:44.464369Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cpsievert/38598.embed",
            "fid": "cpsievert:38598",
            "filename": "Plot 38598",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cpsievert:38598/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cpsievert:38598/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38598/8_5W4QHJWCRGH74UG917KXHMJ4QVD7T0.png",
                "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38598/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cpsievert:38598",
                "plots": "https://api.plotly.com/v2/plots/cpsievert:38598",
                "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert"
            },
            "owner": "cpsievert",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cpsievert/38598/",
            "world_readable": true,
            "date_modified": "2025-06-05T21:20:44.502Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38598/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(102,194,165,1)"
                        },
                        "mode": "markers",
                        "name": "4",
                        "type": "scatter",
                        "xsrc": "cpsievert:38597:2998fc",
                        "ysrc": "cpsievert:38597:2cf9b1",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(102,194,165,1)"
                            },
                            "color": "rgba(102,194,165,1)"
                        },
                        "error_x": {
                            "color": "rgba(102,194,165,1)"
                        },
                        "error_y": {
                            "color": "rgba(102,194,165,1)"
                        },
                        "textfont": {
                            "color": "rgba(102,194,165,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(252,141,98,1)"
                        },
                        "mode": "markers",
                        "name": "6",
                        "type": "scatter",
                        "xsrc": "cpsievert:38597:1170ef",
                        "ysrc": "cpsievert:38597:6728e5",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(252,141,98,1)"
                            },
                            "color": "rgba(252,141,98,1)"
                        },
                        "error_x": {
                            "color": "rgba(252,141,98,1)"
                        },
                        "error_y": {
                            "color": "rgba(252,141,98,1)"
                        },
                        "textfont": {
                            "color": "rgba(252,141,98,1)"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(141,160,203,1)"
                        },
                        "mode": "markers",
                        "name": "8",
                        "type": "scatter",
                        "xsrc": "cpsievert:38597:b7cd3f",
                        "ysrc": "cpsievert:38597:9a8f9d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(141,160,203,1)"
                            },
                            "color": "rgba(141,160,203,1)"
                        },
                        "error_x": {
                            "color": "rgba(141,160,203,1)"
                        },
                        "error_y": {
                            "color": "rgba(141,160,203,1)"
                        },
                        "textfont": {
                            "color": "rgba(141,160,203,1)"
                        }
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": "mpg",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "wt",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cpsievert",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cpsievert",
                "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": "2025-06-05T21:20:38.292439Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cpsievert/38596.embed",
            "fid": "cpsievert:38596",
            "filename": "Plot 38596",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cpsievert:38596/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cpsievert:38596/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38596/8_H2VNE3BEM7A19JN92BKJV8UYZVU14X.png",
                "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38596/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cpsievert:38596",
                "plots": "https://api.plotly.com/v2/plots/cpsievert:38596",
                "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert"
            },
            "owner": "cpsievert",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cpsievert/38596/",
            "world_readable": true,
            "date_modified": "2025-06-05T21:20:38.326Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38596/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "cpsievert:38595:504cbd",
                        "ysrc": "cpsievert:38595:961c77",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        }
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": "mpg",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "wt",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cpsievert",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cpsievert",
                "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": "2025-06-05T21:16:46.942740Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cpsievert/38591.embed",
            "fid": "cpsievert:38591",
            "filename": "Plot 38591",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cpsievert:38591/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cpsievert:38591/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38591/8_5QDLUZBFQA7YT5N6LAAIL0TV5AUCKP.png",
                "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38591/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cpsievert:38591",
                "plots": "https://api.plotly.com/v2/plots/cpsievert:38591",
                "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert"
            },
            "owner": "cpsievert",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cpsievert/38591/",
            "world_readable": true,
            "date_modified": "2025-06-05T21:16:46.976Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38591/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "bar",
                        "xsrc": "cpsievert:38590:a3b22f",
                        "ysrc": "cpsievert:38590:942f12",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(89,89,89,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "cpsievert:38590:ab2e74",
                        "textsrc": "cpsievert:38590:d7ac4e",
                        "widthsrc": "cpsievert:38590:cc8112",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.055000000000000104,
                            10.944999999999999
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "1:10"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.68949771689498,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "2.5",
                            "5.0",
                            "7.5",
                            "10.0"
                        ],
                        "tickvals": [
                            2.5,
                            5,
                            7.500000000000001,
                            10
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(255,255,255,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.66417600664176,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2.5",
                            "5.0",
                            "7.5",
                            "10.0"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "count"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.68949771689498,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0.00",
                            "0.25",
                            "0.50",
                            "0.75",
                            "1.00"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(255,255,255,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.66417600664176,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0.00",
                            "0.25",
                            "0.50",
                            "0.75",
                            "1.00"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 11.68949771689498,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "bgcolor": "rgba(255,255,255,1)",
                        "bordercolor": "transparent",
                        "borderwidth": 1.8897637795275593
                    },
                    "margin": {
                        "b": 39.69558599695587,
                        "l": 48.94977168949772,
                        "r": 7.305936073059362,
                        "t": 25.74124809741248
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "layer": "below",
                            "fillcolor": null
                        }
                    ],
                    "barmode": "relative",
                    "hovermode": "closest",
                    "showlegend": false,
                    "plot_bgcolor": "rgba(235,235,235,1)",
                    "paper_bgcolor": "rgba(255,255,255,1)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cpsievert",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cpsievert",
                "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": "2025-06-05T21:16:45.092192Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cpsievert/38589.embed",
            "fid": "cpsievert:38589",
            "filename": "Plot 38589",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cpsievert:38589/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cpsievert:38589/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38589/8_GY1KPK4IGC1CDS3LC5MD30T2YRNK43.png",
                "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38589/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cpsievert:38589",
                "plots": "https://api.plotly.com/v2/plots/cpsievert:38589",
                "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert"
            },
            "owner": "cpsievert",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cpsievert/38589/",
            "world_readable": true,
            "date_modified": "2025-06-05T21:16:45.123Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38589/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "cpsievert:38588:ba6ca0",
                        "ysrc": "cpsievert:38588:001998",
                        "frame": "1",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "cmax": 10,
                            "cmin": 1,
                            "line": {
                                "cmax": 10,
                                "cmin": 1,
                                "colorbar": {
                                    "title": "",
                                    "ticklen": 2
                                },
                                "colorsrc": "cpsievert:38588:dd3f38",
                                "showscale": false,
                                "colorscale": [
                                    [
                                        "0",
                                        "rgba(68,1,84,1)"
                                    ],
                                    [
                                        "0.0416666666666667",
                                        "rgba(70,19,97,1)"
                                    ],
                                    [
                                        "0.0833333333333333",
                                        "rgba(72,32,111,1)"
                                    ],
                                    [
                                        "0.125",
                                        "rgba(71,45,122,1)"
                                    ],
                                    [
                                        "0.166666666666667",
                                        "rgba(68,58,128,1)"
                                    ],
                                    [
                                        "0.208333333333333",
                                        "rgba(64,70,135,1)"
                                    ],
                                    [
                                        "0.25",
                                        "rgba(60,82,138,1)"
                                    ],
                                    [
                                        "0.291666666666667",
                                        "rgba(56,93,140,1)"
                                    ],
                                    [
                                        "0.333333333333333",
                                        "rgba(49,104,142,1)"
                                    ],
                                    [
                                        "0.375",
                                        "rgba(46,114,142,1)"
                                    ],
                                    [
                                        "0.416666666666667",
                                        "rgba(42,123,142,1)"
                                    ],
                                    [
                                        "0.458333333333333",
                                        "rgba(38,133,141,1)"
                                    ],
                                    [
                                        "0.5",
                                        "rgba(37,144,140,1)"
                                    ],
                                    [
                                        "0.541666666666667",
                                        "rgba(33,154,138,1)"
                                    ],
                                    [
                                        "0.583333333333333",
                                        "rgba(39,164,133,1)"
                                    ],
                                    [
                                        "0.625",
                                        "rgba(47,174,127,1)"
                                    ],
                                    [
                                        "0.666666666666667",
                                        "rgba(53,183,121,1)"
                                    ],
                                    [
                                        "0.708333333333333",
                                        "rgba(79,191,110,1)"
                                    ],
                                    [
                                        "0.75",
                                        "rgba(98,199,98,1)"
                                    ],
                                    [
                                        "0.791666666666667",
                                        "rgba(119,207,85,1)"
                                    ],
                                    [
                                        "0.833333333333333",
                                        "rgba(147,214,70,1)"
                                    ],
                                    [
                                        "0.875",
                                        "rgba(172,220,52,1)"
                                    ],
                                    [
                                        "0.916666666666667",
                                        "rgba(199,225,42,1)"
                                    ],
                                    [
                                        "0.958333333333333",
                                        "rgba(226,228,40,1)"
                                    ],
                                    [
                                        "1",
                                        "rgba(253,231,37,1)"
                                    ]
                                ]
                            },
                            "colorbar": {
                                "title": "",
                                "ticklen": 2
                            },
                            "colorsrc": "cpsievert:38588:d55499",
                            "showscale": false,
                            "colorscale": [
                                [
                                    "0",
                                    "rgba(68,1,84,1)"
                                ],
                                [
                                    "0.0416666666666667",
                                    "rgba(70,19,97,1)"
                                ],
                                [
                                    "0.0833333333333333",
                                    "rgba(72,32,111,1)"
                                ],
                                [
                                    "0.125",
                                    "rgba(71,45,122,1)"
                                ],
                                [
                                    "0.166666666666667",
                                    "rgba(68,58,128,1)"
                                ],
                                [
                                    "0.208333333333333",
                                    "rgba(64,70,135,1)"
                                ],
                                [
                                    "0.25",
                                    "rgba(60,82,138,1)"
                                ],
                                [
                                    "0.291666666666667",
                                    "rgba(56,93,140,1)"
                                ],
                                [
                                    "0.333333333333333",
                                    "rgba(49,104,142,1)"
                                ],
                                [
                                    "0.375",
                                    "rgba(46,114,142,1)"
                                ],
                                [
                                    "0.416666666666667",
                                    "rgba(42,123,142,1)"
                                ],
                                [
                                    "0.458333333333333",
                                    "rgba(38,133,141,1)"
                                ],
                                [
                                    "0.5",
                                    "rgba(37,144,140,1)"
                                ],
                                [
                                    "0.541666666666667",
                                    "rgba(33,154,138,1)"
                                ],
                                [
                                    "0.583333333333333",
                                    "rgba(39,164,133,1)"
                                ],
                                [
                                    "0.625",
                                    "rgba(47,174,127,1)"
                                ],
                                [
                                    "0.666666666666667",
                                    "rgba(53,183,121,1)"
                                ],
                                [
                                    "0.708333333333333",
                                    "rgba(79,191,110,1)"
                                ],
                                [
                                    "0.75",
                                    "rgba(98,199,98,1)"
                                ],
                                [
                                    "0.791666666666667",
                                    "rgba(119,207,85,1)"
                                ],
                                [
                                    "0.833333333333333",
                                    "rgba(147,214,70,1)"
                                ],
                                [
                                    "0.875",
                                    "rgba(172,220,52,1)"
                                ],
                                [
                                    "0.916666666666667",
                                    "rgba(199,225,42,1)"
                                ],
                                [
                                    "0.958333333333333",
                                    "rgba(226,228,40,1)"
                                ],
                                [
                                    "1",
                                    "rgba(253,231,37,1)"
                                ]
                            ]
                        },
                        "visible": true
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "cpsievert:38588:0e80eb",
                        "ysrc": "cpsievert:38588:f80a80",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "cmax": 10,
                            "cmin": 1,
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "colorbar": {
                                "y": 1,
                                "len": 0.5,
                                "title": "",
                                "lenmode": "fraction",
                                "ticklen": 2,
                                "yanchor": "top"
                            },
                            "colorsrc": "cpsievert:38588:4c3364",
                            "showscale": true,
                            "colorscale": [
                                [
                                    "0",
                                    "rgba(68,1,84,1)"
                                ],
                                [
                                    "0.0416666666666667",
                                    "rgba(70,19,97,1)"
                                ],
                                [
                                    "0.0833333333333333",
                                    "rgba(72,32,111,1)"
                                ],
                                [
                                    "0.125",
                                    "rgba(71,45,122,1)"
                                ],
                                [
                                    "0.166666666666667",
                                    "rgba(68,58,128,1)"
                                ],
                                [
                                    "0.208333333333333",
                                    "rgba(64,70,135,1)"
                                ],
                                [
                                    "0.25",
                                    "rgba(60,82,138,1)"
                                ],
                                [
                                    "0.291666666666667",
                                    "rgba(56,93,140,1)"
                                ],
                                [
                                    "0.333333333333333",
                                    "rgba(49,104,142,1)"
                                ],
                                [
                                    "0.375",
                                    "rgba(46,114,142,1)"
                                ],
                                [
                                    "0.416666666666667",
                                    "rgba(42,123,142,1)"
                                ],
                                [
                                    "0.458333333333333",
                                    "rgba(38,133,141,1)"
                                ],
                                [
                                    "0.5",
                                    "rgba(37,144,140,1)"
                                ],
                                [
                                    "0.541666666666667",
                                    "rgba(33,154,138,1)"
                                ],
                                [
                                    "0.583333333333333",
                                    "rgba(39,164,133,1)"
                                ],
                                [
                                    "0.625",
                                    "rgba(47,174,127,1)"
                                ],
                                [
                                    "0.666666666666667",
                                    "rgba(53,183,121,1)"
                                ],
                                [
                                    "0.708333333333333",
                                    "rgba(79,191,110,1)"
                                ],
                                [
                                    "0.75",
                                    "rgba(98,199,98,1)"
                                ],
                                [
                                    "0.791666666666667",
                                    "rgba(119,207,85,1)"
                                ],
                                [
                                    "0.833333333333333",
                                    "rgba(147,214,70,1)"
                                ],
                                [
                                    "0.875",
                                    "rgba(172,220,52,1)"
                                ],
                                [
                                    "0.916666666666667",
                                    "rgba(199,225,42,1)"
                                ],
                                [
                                    "0.958333333333333",
                                    "rgba(226,228,40,1)"
                                ],
                                [
                                    "1",
                                    "rgba(253,231,37,1)"
                                ]
                            ]
                        },
                        "opacity": 0,
                        "hoverinfo": "none",
                        "showlegend": false
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "type": "scatter",
                                "xsrc": "cpsievert:38588:6154be",
                                "ysrc": "cpsievert:38588:91e3c8",
                                "frame": "1",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "cmax": 10,
                                    "cmin": 1,
                                    "line": {
                                        "cmax": 10,
                                        "cmin": 1,
                                        "colorbar": {
                                            "title": "",
                                            "ticklen": 2
                                        },
                                        "colorsrc": "cpsievert:38588:c49e5e",
                                        "showscale": false,
                                        "colorscale": [
                                            [
                                                "0",
                                                "rgba(68,1,84,1)"
                                            ],
                                            [
                                                "0.0416666666666667",
                                                "rgba(70,19,97,1)"
                                            ],
                                            [
                                                "0.0833333333333333",
                                                "rgba(72,32,111,1)"
                                            ],
                                            [
                                                "0.125",
                                                "rgba(71,45,122,1)"
                                            ],
                                            [
                                                "0.166666666666667",
                                                "rgba(68,58,128,1)"
                                            ],
                                            [
                                                "0.208333333333333",
                                                "rgba(64,70,135,1)"
                                            ],
                                            [
                                                "0.25",
                                                "rgba(60,82,138,1)"
                                            ],
                                            [
                                                "0.291666666666667",
                                                "rgba(56,93,140,1)"
                                            ],
                                            [
                                                "0.333333333333333",
                                                "rgba(49,104,142,1)"
                                            ],
                                            [
                                                "0.375",
                                                "rgba(46,114,142,1)"
                                            ],
                                            [
                                                "0.416666666666667",
                                                "rgba(42,123,142,1)"
                                            ],
                                            [
                                                "0.458333333333333",
                                                "rgba(38,133,141,1)"
                                            ],
                                            [
                                                "0.5",
                                                "rgba(37,144,140,1)"
                                            ],
                                            [
                                                "0.541666666666667",
                                                "rgba(33,154,138,1)"
                                            ],
                                            [
                                                "0.583333333333333",
                                                "rgba(39,164,133,1)"
                                            ],
                                            [
                                                "0.625",
                                                "rgba(47,174,127,1)"
                                            ],
                                            [
                                                "0.666666666666667",
                                                "rgba(53,183,121,1)"
                                            ],
                                            [
                                                "0.708333333333333",
                                                "rgba(79,191,110,1)"
                                            ],
                                            [
                                                "0.75",
                                                "rgba(98,199,98,1)"
                                            ],
                                            [
                                                "0.791666666666667",
                                                "rgba(119,207,85,1)"
                                            ],
                                            [
                                                "0.833333333333333",
                                                "rgba(147,214,70,1)"
                                            ],
                                            [
                                                "0.875",
                                                "rgba(172,220,52,1)"
                                            ],
                                            [
                                                "0.916666666666667",
                                                "rgba(199,225,42,1)"
                                            ],
                                            [
                                                "0.958333333333333",
                                                "rgba(226,228,40,1)"
                                            ],
                                            [
                                                "1",
                                                "rgba(253,231,37,1)"
                                            ]
                                        ]
                                    },
                                    "colorbar": {
                                        "title": "",
                                        "ticklen": 2
                                    },
                                    "colorsrc": "cpsievert:38588:be2bf6",
                                    "showscale": false,
                                    "colorscale": [
                                        [
                                            "0",
                                            "rgba(68,1,84,1)"
                                        ],
                                        [
                                            "0.0416666666666667",
                                            "rgba(70,19,97,1)"
                                        ],
                                        [
                                            "0.0833333333333333",
                                            "rgba(72,32,111,1)"
                                        ],
                                        [
                                            "0.125",
                                            "rgba(71,45,122,1)"
                                        ],
                                        [
                                            "0.166666666666667",
                                            "rgba(68,58,128,1)"
                                        ],
                                        [
                                            "0.208333333333333",
                                            "rgba(64,70,135,1)"
                                        ],
                                        [
                                            "0.25",
                                            "rgba(60,82,138,1)"
                                        ],
                                        [
                                            "0.291666666666667",
                                            "rgba(56,93,140,1)"
                                        ],
                                        [
                                            "0.333333333333333",
                                            "rgba(49,104,142,1)"
                                        ],
                                        [
                                            "0.375",
                                            "rgba(46,114,142,1)"
                                        ],
                                        [
                                            "0.416666666666667",
                                            "rgba(42,123,142,1)"
                                        ],
                                        [
                                            "0.458333333333333",
                                            "rgba(38,133,141,1)"
                                        ],
                                        [
                                            "0.5",
                                            "rgba(37,144,140,1)"
                                        ],
                                        [
                                            "0.541666666666667",
                                            "rgba(33,154,138,1)"
                                        ],
                                        [
                                            "0.583333333333333",
                                            "rgba(39,164,133,1)"
                                        ],
                                        [
                                            "0.625",
                                            "rgba(47,174,127,1)"
                                        ],
                                        [
                                            "0.666666666666667",
                                            "rgba(53,183,121,1)"
                                        ],
                                        [
                                            "0.708333333333333",
                                            "rgba(79,191,110,1)"
                                        ],
                                        [
                                            "0.75",
                                            "rgba(98,199,98,1)"
                                        ],
                                        [
                                            "0.791666666666667",
                                            "rgba(119,207,85,1)"
                                        ],
                                        [
                                            "0.833333333333333",
                                            "rgba(147,214,70,1)"
                                        ],
                                        [
                                            "0.875",
                                            "rgba(172,220,52,1)"
                                        ],
                                        [
                                            "0.916666666666667",
                                            "rgba(199,225,42,1)"
                                        ],
                                        [
                                            "0.958333333333333",
                                            "rgba(226,228,40,1)"
                                        ],
                                        [
                                            "1",
                                            "rgba(253,231,37,1)"
                                        ]
                                    ]
                                },
                                "visible": true
                            }
                        ],
                        "name": "1",
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "type": "scatter",
                                "xsrc": "cpsievert:38588:0c8a5f",
                                "ysrc": "cpsievert:38588:dc0948",
                                "frame": "2",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "cmax": 10,
                                    "cmin": 1,
                                    "line": {
                                        "cmax": 10,
                                        "cmin": 1,
                                        "colorbar": {
                                            "title": "",
                                            "ticklen": 2
                                        },
                                        "colorsrc": "cpsievert:38588:d518d3",
                                        "showscale": false,
                                        "colorscale": [
                                            [
                                                "0",
                                                "rgba(68,1,84,1)"
                                            ],
                                            [
                                                "0.0416666666666667",
                                                "rgba(70,19,97,1)"
                                            ],
                                            [
                                                "0.0833333333333333",
                                                "rgba(72,32,111,1)"
                                            ],
                                            [
                                                "0.125",
                                                "rgba(71,45,122,1)"
                                            ],
                                            [
                                                "0.166666666666667",
                                                "rgba(68,58,128,1)"
                                            ],
                                            [
                                                "0.208333333333333",
                                                "rgba(64,70,135,1)"
                                            ],
                                            [
                                                "0.25",
                                                "rgba(60,82,138,1)"
                                            ],
                                            [
                                                "0.291666666666667",
                                                "rgba(56,93,140,1)"
                                            ],
                                            [
                                                "0.333333333333333",
                                                "rgba(49,104,142,1)"
                                            ],
                                            [
                                                "0.375",
                                                "rgba(46,114,142,1)"
                                            ],
                                            [
                                                "0.416666666666667",
                                                "rgba(42,123,142,1)"
                                            ],
                                            [
                                                "0.458333333333333",
                                                "rgba(38,133,141,1)"
                                            ],
                                            [
                                                "0.5",
                                                "rgba(37,144,140,1)"
                                            ],
                                            [
                                                "0.541666666666667",
                                                "rgba(33,154,138,1)"
                                            ],
                                            [
                                                "0.583333333333333",
                                                "rgba(39,164,133,1)"
                                            ],
                                            [
                                                "0.625",
                                                "rgba(47,174,127,1)"
                                            ],
                                            [
                                                "0.666666666666667",
                                                "rgba(53,183,121,1)"
                                            ],
                                            [
                                                "0.708333333333333",
                                                "rgba(79,191,110,1)"
                                            ],
                                            [
                                                "0.75",
                                                "rgba(98,199,98,1)"
                                            ],
                                            [
                                                "0.791666666666667",
                                                "rgba(119,207,85,1)"
                                            ],
                                            [
                                                "0.833333333333333",
                                                "rgba(147,214,70,1)"
                                            ],
                                            [
                                                "0.875",
                                                "rgba(172,220,52,1)"
                                            ],
                                            [
                                                "0.916666666666667",
                                                "rgba(199,225,42,1)"
                                            ],
                                            [
                                                "0.958333333333333",
                                                "rgba(226,228,40,1)"
                                            ],
                                            [
                                                "1",
                                                "rgba(253,231,37,1)"
                                            ]
                                        ]
                                    },
                                    "colorbar": {
                                        "title": "",
                                        "ticklen": 2
                                    },
                                    "colorsrc": "cpsievert:38588:cb2178",
                                    "showscale": false,
                                    "colorscale": [
                                        [
                                            "0",
                                            "rgba(68,1,84,1)"
                                        ],
                                        [
                                            "0.0416666666666667",
                                            "rgba(70,19,97,1)"
                                        ],
                                        [
                                            "0.0833333333333333",
                                            "rgba(72,32,111,1)"
                                        ],
                                        [
                                            "0.125",
                                            "rgba(71,45,122,1)"
                                        ],
                                        [
                                            "0.166666666666667",
                                            "rgba(68,58,128,1)"
                                        ],
                                        [
                                            "0.208333333333333",
                                            "rgba(64,70,135,1)"
                                        ],
                                        [
                                            "0.25",
                                            "rgba(60,82,138,1)"
                                        ],
                                        [
                                            "0.291666666666667",
                                            "rgba(56,93,140,1)"
                                        ],
                                        [
                                            "0.333333333333333",
                                            "rgba(49,104,142,1)"
                                        ],
                                        [
                                            "0.375",
                                            "rgba(46,114,142,1)"
                                        ],
                                        [
                                            "0.416666666666667",
                                            "rgba(42,123,142,1)"
                                        ],
                                        [
                                            "0.458333333333333",
                                            "rgba(38,133,141,1)"
                                        ],
                                        [
                                            "0.5",
                                            "rgba(37,144,140,1)"
                                        ],
                                        [
                                            "0.541666666666667",
                                            "rgba(33,154,138,1)"
                                        ],
                                        [
                                            "0.583333333333333",
                                            "rgba(39,164,133,1)"
                                        ],
                                        [
                                            "0.625",
                                            "rgba(47,174,127,1)"
                                        ],
                                        [
                                            "0.666666666666667",
                                            "rgba(53,183,121,1)"
                                        ],
                                        [
                                            "0.708333333333333",
                                            "rgba(79,191,110,1)"
                                        ],
                                        [
                                            "0.75",
                                            "rgba(98,199,98,1)"
                                        ],
                                        [
                                            "0.791666666666667",
                                            "rgba(119,207,85,1)"
                                        ],
                                        [
                                            "0.833333333333333",
                                            "rgba(147,214,70,1)"
                                        ],
                                        [
                                            "0.875",
                                            "rgba(172,220,52,1)"
                                        ],
                                        [
                                            "0.916666666666667",
                                            "rgba(199,225,42,1)"
                                        ],
                                        [
                                            "0.958333333333333",
                                            "rgba(226,228,40,1)"
                                        ],
                                        [
                                            "1",
                                            "rgba(253,231,37,1)"
                                        ]
                                    ]
                                },
                                "visible": true
                            }
                        ],
                        "name": "2",
                        "traces": [
                            0
                        ]
                    }
                ],
                "layout": {
                    "xaxis": {
                        "range": [
                            0.55,
                            10.45
                        ],
                        "title": [],
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "range": [
                            0.55,
                            10.45
                        ],
                        "title": [],
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "sliders": [
                        {
                            "pad": {
                                "t": 40
                            },
                            "steps": [
                                {
                                    "args": [
                                        [
                                            "1"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "1",
                                    "value": "1",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "2",
                                    "value": "2",
                                    "method": "animate"
                                }
                            ],
                            "visible": true
                        }
                    ],
                    "hovermode": "closest",
                    "showlegend": false,
                    "updatemenus": [
                        {
                            "x": 0,
                            "y": 0,
                            "pad": {
                                "r": 5,
                                "t": 60
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "Play",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "right",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cpsievert",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cpsievert",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}