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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA2LTA2KzEzJTNBMzElM0ExNy4zMTk5NDElMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wNi0wNisxNSUzQTE1JTNBMjQuODQxMjY1JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-06-06T15:15:24.841265Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jmoxley/18067.embed",
            "fid": "jmoxley:18067",
            "filename": "20250605_linkage_history_miax",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jmoxley:18067/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18067/2_6WR4KQM9Y8F3SKK3AQL5CDTF33RWC7.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18067/8_UJOHSTDUANY9MJK7C77C5Y3Q3XY039.png",
                "list-thumb": "https://api.plotly.com/v2/files/jmoxley:18067/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jmoxley:18067",
                "plots": "https://api.plotly.com/v2/plots/jmoxley:18067",
                "parent": "https://api.plotly.com/v2/folders/home?user=jmoxley"
            },
            "owner": "jmoxley",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jmoxley/18067/",
            "world_readable": true,
            "date_modified": "2025-06-06T15:15:24.887Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jmoxley/18067/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "name": "Mean",
                        "type": "scatter",
                        "xsrc": "jmoxley:18066:be0672",
                        "ysrc": "jmoxley:18066:51990f"
                    },
                    {
                        "mode": "lines",
                        "name": "Median",
                        "type": "scatter",
                        "xsrc": "jmoxley:18066:8a1915",
                        "ysrc": "jmoxley:18066:116509"
                    },
                    {
                        "mode": "lines",
                        "name": "Min",
                        "type": "scatter",
                        "xsrc": "jmoxley:18066:daad2a",
                        "ysrc": "jmoxley:18066:a415c8"
                    },
                    {
                        "mode": "lines",
                        "name": "StDev",
                        "type": "scatter",
                        "xsrc": "jmoxley:18066:820226",
                        "ysrc": "jmoxley:18066:eee9db"
                    },
                    {
                        "mode": "lines",
                        "name": "Orders Scaled",
                        "type": "scatter",
                        "xsrc": "jmoxley:18066:004053",
                        "ysrc": "jmoxley:18066:4c65c8"
                    }
                ],
                "layout": {
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jmoxley",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-07-02 18:27:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jmoxley",
                "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-06T15:15:22.133560Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jmoxley/18065.embed",
            "fid": "jmoxley:18065",
            "filename": "20250605_linkage_history",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jmoxley:18065/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18065/2_6WU5GCEPDTEJEPRPVBV5JD1VY7SEDK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18065/8_EHJM6YSHF4TP50ZI761PNIWX570MGR.png",
                "list-thumb": "https://api.plotly.com/v2/files/jmoxley:18065/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jmoxley:18065",
                "plots": "https://api.plotly.com/v2/plots/jmoxley:18065",
                "parent": "https://api.plotly.com/v2/folders/home?user=jmoxley"
            },
            "owner": "jmoxley",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jmoxley/18065/",
            "world_readable": true,
            "date_modified": "2025-06-06T15:15:22.175Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jmoxley/18065/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "name": "Mean",
                        "type": "scatter",
                        "xsrc": "jmoxley:18064:75081e",
                        "ysrc": "jmoxley:18064:c28d3f"
                    },
                    {
                        "mode": "lines",
                        "name": "Median",
                        "type": "scatter",
                        "xsrc": "jmoxley:18064:28893e",
                        "ysrc": "jmoxley:18064:07532e"
                    },
                    {
                        "mode": "lines",
                        "name": "Min",
                        "type": "scatter",
                        "xsrc": "jmoxley:18064:e6e05f",
                        "ysrc": "jmoxley:18064:6ac7f9"
                    },
                    {
                        "mode": "lines",
                        "name": "StDev",
                        "type": "scatter",
                        "xsrc": "jmoxley:18064:2d724e",
                        "ysrc": "jmoxley:18064:d4cb01"
                    },
                    {
                        "mode": "lines",
                        "name": "Orders Scaled",
                        "type": "scatter",
                        "xsrc": "jmoxley:18064:67a29d",
                        "ysrc": "jmoxley:18064:9b6cac"
                    }
                ],
                "layout": {
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jmoxley",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-07-02 18:27:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jmoxley",
                "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-06T15:15:18.999849Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jmoxley/18063.embed",
            "fid": "jmoxley:18063",
            "filename": "20250605_linkage_miax",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jmoxley:18063/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18063/2_67VT8V1LM90C4YRJNL2PM996A176EE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18063/8_OMYACCDA7SKKYE8Y0PIWZFP9YUH0E1.png",
                "list-thumb": "https://api.plotly.com/v2/files/jmoxley:18063/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jmoxley:18063",
                "plots": "https://api.plotly.com/v2/plots/jmoxley:18063",
                "parent": "https://api.plotly.com/v2/folders/home?user=jmoxley"
            },
            "owner": "jmoxley",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jmoxley/18063/",
            "world_readable": true,
            "date_modified": "2025-06-06T15:15:19.044Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jmoxley/18063/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "FIX In",
                        "type": "scatter",
                        "xsrc": "jmoxley:18062:e7d5e3",
                        "ysrc": "jmoxley:18062:5c6b2e",
                        "textsrc": "jmoxley:18062:c13144"
                    },
                    {
                        "mode": "markers",
                        "name": "FIX Out",
                        "type": "scatter",
                        "xsrc": "jmoxley:18062:83721c",
                        "ysrc": "jmoxley:18062:f91d01",
                        "textsrc": "jmoxley:18062:77be72"
                    }
                ],
                "layout": {
                    "shapes": [
                        {
                            "x0": "2025-06-05T13:30:01.678000",
                            "x1": "2025-06-05T19:16:06.193000",
                            "y0": 300,
                            "y1": 300,
                            "line": {
                                "color": "rgb(255, 0, 0)",
                                "width": 1
                            },
                            "type": "line",
                            "xref": "x",
                            "yref": "y"
                        }
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jmoxley",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-07-02 18:27:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jmoxley",
                "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-06T15:15:14.961252Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jmoxley/18061.embed",
            "fid": "jmoxley:18061",
            "filename": "20250605_linkage",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jmoxley:18061/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18061/2_O2LT9QXMFD8KCKFXD2V5G8CUIAPPP2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18061/8_NRY7MDL94X4OR50JVMCDIYWKO5W48F.png",
                "list-thumb": "https://api.plotly.com/v2/files/jmoxley:18061/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jmoxley:18061",
                "plots": "https://api.plotly.com/v2/plots/jmoxley:18061",
                "parent": "https://api.plotly.com/v2/folders/home?user=jmoxley"
            },
            "owner": "jmoxley",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jmoxley/18061/",
            "world_readable": true,
            "date_modified": "2025-06-06T15:15:15.001Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jmoxley/18061/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "FIX",
                        "type": "scatter",
                        "xsrc": "jmoxley:18060:e5a10a",
                        "ysrc": "jmoxley:18060:9693cf"
                    },
                    {
                        "mode": "markers",
                        "name": "MEO",
                        "type": "scatter",
                        "xsrc": "jmoxley:18060:ff7e97",
                        "ysrc": "jmoxley:18060:c0e3d6"
                    }
                ],
                "layout": {
                    "shapes": [
                        {
                            "x0": "2025-06-05T13:30:01.678000",
                            "x1": "2025-06-05T19:16:06.193000",
                            "y0": 300,
                            "y1": 300,
                            "line": {
                                "color": "rgb(255, 0, 0)",
                                "width": 1
                            },
                            "type": "line",
                            "xref": "x",
                            "yref": "y"
                        }
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jmoxley",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-07-02 18:27:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jmoxley",
                "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-06T14:25:59.904685Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~luvvvvs/19.embed",
            "fid": "luvvvvs:19",
            "filename": "dry to wet",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/luvvvvs:19/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/luvvvvs/19/2_PN3EIVZHLHP6HFO0OET9XVLMEYZFEO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/luvvvvs/19/8_5OHH6W92K24IDA9WESDSKEOBWBW1SJ.png",
                "list-thumb": "https://api.plotly.com/v2/files/luvvvvs:19/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/luvvvvs:19",
                "plots": "https://api.plotly.com/v2/plots/luvvvvs:19",
                "parent": "https://api.plotly.com/v2/folders/home?user=luvvvvs"
            },
            "owner": "luvvvvs",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~luvvvvs/19/",
            "world_readable": true,
            "date_modified": "2025-06-06T16:00:45.132Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~luvvvvs/19/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x",
                                "y": "Trace 0, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:5ecf63",
                        "ysrc": "luvvvvs:18:1e7962",
                        "marker": {
                            "color": "#440154"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 1, x",
                                "y": "Trace 1, y"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:b04d40",
                        "ysrc": "luvvvvs:18:dfa002",
                        "marker": {
                            "color": "#471766"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 2, x",
                                "y": "Trace 2, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:09d3c9",
                        "ysrc": "luvvvvs:18:0005bb",
                        "marker": {
                            "color": "#482878"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 3, x",
                                "y": "Trace 3, y"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:54d13f",
                        "ysrc": "luvvvvs:18:1a7caa",
                        "marker": {
                            "color": "#423a82"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 4, x",
                                "y": "Trace 4, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:b1404c",
                        "ysrc": "luvvvvs:18:606bc5",
                        "marker": {
                            "color": "#3e4989"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 5, x",
                                "y": "Trace 5, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:588611",
                        "ysrc": "luvvvvs:18:a0bc3f",
                        "marker": {
                            "color": "#2f5a8e"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 6, x",
                                "y": "Trace 6, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:69ee91",
                        "ysrc": "luvvvvs:18:505951",
                        "marker": {
                            "color": "#31688e"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 7, x",
                                "y": "Trace 7, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:1af548",
                        "ysrc": "luvvvvs:18:3097cc",
                        "marker": {
                            "color": "#217691"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        },
                        "visible": "legendonly"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 8, x",
                                "y": "Trace 8, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:ae0d3e",
                        "ysrc": "luvvvvs:18:70e570",
                        "marker": {
                            "color": "#26828e"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 9, x",
                                "y": "Trace 9, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:f8ee1c",
                        "ysrc": "luvvvvs:18:6e9ffc",
                        "marker": {
                            "color": "#11908f"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 10, x",
                                "y": "Trace 10, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:736364",
                        "ysrc": "luvvvvs:18:b0d30a",
                        "marker": {
                            "color": "#1f9e89"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 11, x",
                                "y": "Trace 11, y"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:a6aa8e",
                        "ysrc": "luvvvvs:18:8b8859",
                        "marker": {
                            "color": "#20ab84"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 12, x",
                                "y": "Trace 12, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:d9d0f8",
                        "ysrc": "luvvvvs:18:9a4608",
                        "marker": {
                            "color": "#35b779"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 13, x",
                                "y": "Trace 13, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:5242ea",
                        "ysrc": "luvvvvs:18:0d67a2",
                        "marker": {
                            "color": "#50c36b"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 14, x",
                                "y": "Trace 14, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:0ae62a",
                        "ysrc": "luvvvvs:18:f6cae0",
                        "marker": {
                            "color": "#6ece58"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 15, x",
                                "y": "Trace 15, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:edce44",
                        "ysrc": "luvvvvs:18:b8a1ea",
                        "marker": {
                            "color": "#91d744"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 16, x",
                                "y": "Trace 16, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:20cd10",
                        "ysrc": "luvvvvs:18:119649",
                        "marker": {
                            "color": "#b5de2b"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 17, x",
                                "y": "Trace 17, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:92567e",
                        "ysrc": "luvvvvs:18:184c2d",
                        "marker": {
                            "color": "#d9e324"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 18, x",
                                "y": "Trace 18, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:18:ed245e",
                        "ysrc": "luvvvvs:18:7a7ea3",
                        "marker": {
                            "color": "#fde725"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "\u001bMIXED_VALUES",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "constant",
                            "value": 35,
                            "visible": true,
                            "symmetric": true
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Graph of Frequency versus Time (Medium Bowl, 300 mL, Dry to Wet - Bottom Strike)"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.10172474635253428,
                            3.7434373203846256
                        ],
                        "title": {
                            "text": "Time (s)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -78.51014632174162,
                            4198.526906767088
                        ],
                        "title": {
                            "text": "Frequency(Hz)"
                        },
                        "autorange": true
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~luvvvvs",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-04-22 07:31:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "luvvvvs",
                "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-06T14:25:21.792723Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~marta.podgorny/17.embed",
            "fid": "marta.podgorny:17",
            "filename": "Plot 17",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/marta.podgorny:17/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/17/2_597QP97R0XRPK9QY2HMOGAP3R1I1PE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/17/8_7PRMCDSMW3C7195PBGIYZCCQVYHN5Q.png",
                "list-thumb": "https://api.plotly.com/v2/files/marta.podgorny:17/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/marta.podgorny:17",
                "plots": "https://api.plotly.com/v2/plots/marta.podgorny:17",
                "parent": "https://api.plotly.com/v2/folders/home?user=marta.podgorny"
            },
            "owner": "marta.podgorny",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~marta.podgorny/17/",
            "world_readable": true,
            "date_modified": "2025-06-06T14:25:21.814Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~marta.podgorny/17/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "none",
                        "line": {
                            "dash": "solid",
                            "shape": "spline",
                            "width": 2,
                            "smoothing": 1.3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "annealed from 20 K",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:15:62eb6a",
                        "ysrc": "marta.podgorny:15:14fd1a",
                        "hoveron": "points",
                        "opacity": 1,
                        "connectgaps": true,
                        "hovertemplate": ""
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "annealed form 30 K",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:16:baaf28",
                        "ysrc": "marta.podgorny:16:fe354b"
                    },
                    {
                        "line": {
                            "color": "rgb(99, 110, 250)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "amorphous",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:15:62eb6a",
                        "ysrc": "marta.podgorny:15:14fd1a",
                        "xaxis": "x2",
                        "yaxis": "y",
                        "showlegend": false,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(239, 85, 59)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "crystalline",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:16:baaf28",
                        "ysrc": "marta.podgorny:16:fe354b",
                        "xaxis": "x2",
                        "stackgaps": "infer zero",
                        "showlegend": false,
                        "stackgroup": "",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "<br>"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            3604.8321678607076,
                            2652.2185880111047
                        ],
                        "tick0": 1,
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 20
                            },
                            "text": "Wavenumber / cm-1"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            0.49
                        ],
                        "mirror": "ticks",
                        "nticks": 0,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 1,
                        "tickangle": "auto",
                        "automargin": true,
                        "fixedrange": true,
                        "overlaying": false,
                        "showspikes": false,
                        "tickformat": "",
                        "rangeslider": {
                            "range": [
                                4000.186,
                                799.8442
                            ],
                            "yaxis": {},
                            "yaxis2": {},
                            "visible": false,
                            "autorange": true,
                            "thickness": 0.18
                        },
                        "zerolinecolor": "rgb(25, 33, 46)",
                        "spikethickness": 7,
                        "separatethousands": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -0.016725182270101113,
                            1.1082530203332888
                        ],
                        "tick0": 1,
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 20
                            },
                            "text": "Absorbance"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": "ticks",
                        "nticks": 0,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "tickangle": "auto",
                        "fixedrange": true,
                        "showspikes": false,
                        "tickformat": "",
                        "zerolinecolor": "rgb(25, 33, 46)",
                        "separatethousands": false
                    },
                    "legend": {
                        "x": 0.3278463311054353,
                        "y": 0.9820143884892086,
                        "font": {
                            "size": 16
                        }
                    },
                    "shapes": [
                        {
                            "x0": 1619,
                            "x1": 1091.4479462369873,
                            "y0": -3,
                            "y1": 1600,
                            "line": {
                                "dash": "solid",
                                "color": "rgb(0, 0, 0)",
                                "width": 1
                            },
                            "type": "line",
                            "xref": "x2",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 0, 0)"
                        },
                        {
                            "x0": 916,
                            "x1": 916,
                            "y0": -2,
                            "y1": 2,
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 1
                            },
                            "type": "line",
                            "xref": "x2",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 0, 0)"
                        }
                    ],
                    "xaxis2": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            1617.9932112559336,
                            915.9328578973385
                        ],
                        "tick0": 1,
                        "title": {
                            "font": {
                                "size": 20
                            },
                            "text": "Wavenumber / cm-1"
                        },
                        "anchor": "y",
                        "domain": [
                            0.505,
                            1
                        ],
                        "mirror": "ticks",
                        "nticks": 0,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "tickangle": "auto",
                        "fixedrange": true,
                        "overlaying": false,
                        "tickformat": "",
                        "zerolinecolor": "rgb(25, 33, 46)",
                        "separatethousands": false
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "annotations": [
                        {
                            "x": 2996.830303296284,
                            "y": 0.4263867356618097,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>2</sub>",
                            "showarrow": false
                        },
                        {
                            "x": 3234.7928792119596,
                            "y": 0.9625723897803319,
                            "ax": 3,
                            "ay": -58,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>1</sub>",
                            "showarrow": false
                        },
                        {
                            "x": 2944.448604195349,
                            "y": 0.4992270509382882,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>9</sub>",
                            "showarrow": false
                        },
                        {
                            "x": 2829.208866173292,
                            "y": 0.6287209447631388,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>3</sub>",
                            "showarrow": false
                        },
                        {
                            "x": 1518.0895987920935,
                            "y": 0.20953237410071945,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>4</sub>",
                            "xref": "x2",
                            "yref": "paper",
                            "showarrow": false
                        },
                        {
                            "x": 1470.0485173887168,
                            "y": 0.2886690647482014,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>10</sub>",
                            "xref": "x2",
                            "yref": "paper",
                            "showarrow": false
                        },
                        {
                            "x": 1418.7319077078373,
                            "y": 0.28677613138189256,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>5</sub>",
                            "xref": "x2",
                            "showarrow": false
                        },
                        {
                            "x": 1142.4956896384217,
                            "y": 0.2746360788358128,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>7</sub>",
                            "xref": "x2",
                            "showarrow": false
                        },
                        {
                            "x": 1043.1379985541655,
                            "y": 0.9463856530522256,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>8</sub>",
                            "xref": "x2",
                            "showarrow": false
                        },
                        {
                            "x": 3546.089833868945,
                            "y": 1.0354127050568103,
                            "font": {
                                "size": 25
                            },
                            "text": "a)",
                            "showarrow": false
                        },
                        {
                            "x": 1592.3349064154938,
                            "y": 1.0455294155118768,
                            "font": {
                                "size": 25
                            },
                            "text": "b)",
                            "xref": "x2",
                            "axref": "x2",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~marta.podgorny",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-19 09:26:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "marta.podgorny",
                "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-06T13:56:54.419577Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~luvvvvs/17.embed",
            "fid": "luvvvvs:17",
            "filename": "Dry to wet",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/luvvvvs:17/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/luvvvvs:17/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/luvvvvs/17/8_IPP98WXX6JQDSXR83F30HA8LDU4CXZ.png",
                "list-thumb": "https://api.plotly.com/v2/files/luvvvvs:17/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/luvvvvs:17",
                "plots": "https://api.plotly.com/v2/plots/luvvvvs:17",
                "parent": "https://api.plotly.com/v2/folders/home?user=luvvvvs"
            },
            "owner": "luvvvvs",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~luvvvvs/17/",
            "world_readable": true,
            "date_modified": "2025-06-06T13:56:54.456Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~luvvvvs/17/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x",
                                "y": "Trace 0, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:b9cf02",
                        "ysrc": "luvvvvs:16:1bdc8b",
                        "marker": {
                            "color": "#440154"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 1, x",
                                "y": "Trace 1, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:5da155",
                        "ysrc": "luvvvvs:16:d4203f",
                        "marker": {
                            "color": "#482878"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 2, x",
                                "y": "Trace 2, y"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:2990c9",
                        "ysrc": "luvvvvs:16:7d7d70",
                        "marker": {
                            "color": "#3e4989"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 3, x",
                                "y": "Trace 3, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:982c4b",
                        "ysrc": "luvvvvs:16:21ca0f",
                        "marker": {
                            "color": "#31688e"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 4, x",
                                "y": "Trace 4, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:9965ad",
                        "ysrc": "luvvvvs:16:88312e",
                        "marker": {
                            "color": "#26828e"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 5, x",
                                "y": "Trace 5, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:50d251",
                        "ysrc": "luvvvvs:16:a3fc26",
                        "marker": {
                            "color": "#1f9e89"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 6, x",
                                "y": "Trace 6, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:338667",
                        "ysrc": "luvvvvs:16:3d07c5",
                        "marker": {
                            "color": "#35b779"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 7, x",
                                "y": "Trace 7, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:7fec98",
                        "ysrc": "luvvvvs:16:833948",
                        "marker": {
                            "color": "#6ece58"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 8, x",
                                "y": "Trace 8, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:3d856c",
                        "ysrc": "luvvvvs:16:2eccfa",
                        "marker": {
                            "color": "#b5de2b"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 9, x",
                                "y": "Trace 9, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:fd28a4",
                        "ysrc": "luvvvvs:16:86e66b",
                        "marker": {
                            "color": "#fde725"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 10, x",
                                "y": "Trace 10, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:90e1ba",
                        "ysrc": "luvvvvs:16:192dc9",
                        "marker": {
                            "color": "#440154"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 11, x",
                                "y": "Trace 11, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:f3834c",
                        "ysrc": "luvvvvs:16:59cf80",
                        "marker": {
                            "color": "#482878"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 12, x",
                                "y": "Trace 12, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:3536ae",
                        "ysrc": "luvvvvs:16:c753d6",
                        "marker": {
                            "color": "#3e4989"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 13, x",
                                "y": "Trace 13, y"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:f3c262",
                        "ysrc": "luvvvvs:16:b3c32d",
                        "marker": {
                            "color": "#31688e"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 14, x",
                                "y": "Trace 14, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:3a7641",
                        "ysrc": "luvvvvs:16:7efd00",
                        "marker": {
                            "color": "#26828e"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 15, x",
                                "y": "Trace 15, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:747462",
                        "ysrc": "luvvvvs:16:4d932c",
                        "marker": {
                            "color": "#1f9e89"
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "type": "scatter"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 17, x",
                                "y": "Trace 17, y"
                            }
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "luvvvvs:16:bee5b7",
                        "ysrc": "luvvvvs:16:f3d074",
                        "marker": {
                            "color": "#35b779"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Graph of Frequency versus Time (Medium Bowl Dry To Wet - Bottom Strike)"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.1631325378427749,
                            2.1990841277810755
                        ],
                        "title": {
                            "text": "Time (s)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -96.4278016497677,
                            4115.886748019007
                        ],
                        "title": {
                            "text": "Frequency(Hz)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "dragmode": "pan"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~luvvvvs",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-04-22 07:31:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "luvvvvs",
                "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-06T13:52:07.989621Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~marta.podgorny/14.embed",
            "fid": "marta.podgorny:14",
            "filename": "Plot 14",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/14/9_T2ID35FP4NOQSO08MPH16VCT7CB90P.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/14/2_BIKU7ZCB8VXZVO9IDI62OERPR2F7VF.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/14/8_0QXPA6SWPWNSDMSRZQXWZ34F4MR5ZT.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/14/9_T2ID35FP4NOQSO08MPH16VCT7CB90P.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/marta.podgorny:14",
                "plots": "https://api.plotly.com/v2/plots/marta.podgorny:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=marta.podgorny"
            },
            "owner": "marta.podgorny",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~marta.podgorny/14/",
            "world_readable": true,
            "date_modified": "2025-06-06T13:52:08.001Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~marta.podgorny/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "none",
                        "line": {
                            "dash": "solid",
                            "shape": "spline",
                            "width": 2,
                            "smoothing": 1.3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "experiment 1",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:13:badf16",
                        "ysrc": "marta.podgorny:13:81ea39",
                        "hoveron": "points",
                        "opacity": 1,
                        "connectgaps": true,
                        "hovertemplate": ""
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "experiment 2",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:12:baf5da",
                        "ysrc": "marta.podgorny:12:d53a04"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "experiment 3",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:11:c460b6",
                        "ysrc": "marta.podgorny:11:42b6cb",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(99, 110, 250)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "amorphous",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:13:badf16",
                        "ysrc": "marta.podgorny:13:81ea39",
                        "xaxis": "x2",
                        "yaxis": "y",
                        "showlegend": false,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(239, 85, 59)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "crystalline",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:12:baf5da",
                        "ysrc": "marta.podgorny:12:d53a04",
                        "xaxis": "x2",
                        "stackgaps": "infer zero",
                        "showlegend": false,
                        "stackgroup": "",
                        "orientation": "v"
                    },
                    {
                        "line": {
                            "color": "rgb(0, 204, 150)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:11:c460b6",
                        "ysrc": "marta.podgorny:11:42b6cb",
                        "xaxis": "x2",
                        "yaxis": "y",
                        "showlegend": false,
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "<br>"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            3604.8321678607076,
                            2652.2185880111047
                        ],
                        "tick0": 1,
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 20
                            },
                            "text": "Wavenumber / cm-1"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            0.49
                        ],
                        "mirror": "ticks",
                        "nticks": 0,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 1,
                        "tickangle": "auto",
                        "automargin": true,
                        "fixedrange": true,
                        "overlaying": false,
                        "showspikes": false,
                        "tickformat": "",
                        "rangeslider": {
                            "range": [
                                4000.186,
                                799.8442
                            ],
                            "yaxis": {},
                            "yaxis2": {},
                            "visible": false,
                            "autorange": true,
                            "thickness": 0.18
                        },
                        "zerolinecolor": "rgb(25, 33, 46)",
                        "spikethickness": 7,
                        "separatethousands": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -0.016725182270101113,
                            1.1082530203332888
                        ],
                        "tick0": 1,
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 20
                            },
                            "text": "Absorbance"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": "ticks",
                        "nticks": 0,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "tickangle": "auto",
                        "fixedrange": true,
                        "showspikes": false,
                        "tickformat": "",
                        "zerolinecolor": "rgb(25, 33, 46)",
                        "separatethousands": false
                    },
                    "legend": {
                        "x": 0.37018659284523514,
                        "y": 0.9820143884892086,
                        "font": {
                            "size": 16
                        }
                    },
                    "shapes": [
                        {
                            "x0": 1619,
                            "x1": 1091.4479462369873,
                            "y0": -3,
                            "y1": 1600,
                            "line": {
                                "dash": "solid",
                                "color": "rgb(0, 0, 0)",
                                "width": 1
                            },
                            "type": "line",
                            "xref": "x2",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 0, 0)"
                        },
                        {
                            "x0": 916,
                            "x1": 916,
                            "y0": -2,
                            "y1": 2,
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 1
                            },
                            "type": "line",
                            "xref": "x2",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 0, 0)"
                        }
                    ],
                    "xaxis2": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            1617.9932112559336,
                            915.9328578973385
                        ],
                        "tick0": 1,
                        "title": {
                            "font": {
                                "size": 20
                            },
                            "text": "Wavenumber / cm-1"
                        },
                        "anchor": "y",
                        "domain": [
                            0.505,
                            1
                        ],
                        "mirror": "ticks",
                        "nticks": 0,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "tickangle": "auto",
                        "fixedrange": true,
                        "overlaying": false,
                        "tickformat": "",
                        "zerolinecolor": "rgb(25, 33, 46)",
                        "separatethousands": false
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "annotations": [
                        {
                            "x": 2996.830303296284,
                            "y": 0.4263867356618097,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>2</sub>",
                            "showarrow": false
                        },
                        {
                            "x": 3234.7928792119596,
                            "y": 0.9625723897803319,
                            "ax": 3,
                            "ay": -58,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>1</sub>",
                            "showarrow": false
                        },
                        {
                            "x": 2944.448604195349,
                            "y": 0.4992270509382882,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>9</sub>",
                            "showarrow": false
                        },
                        {
                            "x": 2829.208866173292,
                            "y": 0.6287209447631388,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>3</sub>",
                            "showarrow": false
                        },
                        {
                            "x": 1518.0895987920935,
                            "y": 0.20953237410071945,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>4</sub>",
                            "xref": "x2",
                            "yref": "paper",
                            "showarrow": false
                        },
                        {
                            "x": 1470.0485173887168,
                            "y": 0.2886690647482014,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>10</sub>",
                            "xref": "x2",
                            "yref": "paper",
                            "showarrow": false
                        },
                        {
                            "x": 1418.7319077078373,
                            "y": 0.28677613138189256,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>5</sub>",
                            "xref": "x2",
                            "showarrow": false
                        },
                        {
                            "x": 1142.4956896384217,
                            "y": 0.2746360788358128,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>7</sub>",
                            "xref": "x2",
                            "showarrow": false
                        },
                        {
                            "x": 1043.1379985541655,
                            "y": 0.9463856530522256,
                            "font": {
                                "size": 20
                            },
                            "text": "ν<sub>8</sub>",
                            "xref": "x2",
                            "showarrow": false
                        },
                        {
                            "x": 3546.089833868945,
                            "y": 1.0354127050568103,
                            "font": {
                                "size": 25
                            },
                            "text": "a)",
                            "showarrow": false
                        },
                        {
                            "x": 1592.3349064154938,
                            "y": 1.0455294155118768,
                            "font": {
                                "size": 25
                            },
                            "text": "b)",
                            "xref": "x2",
                            "axref": "x2",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~marta.podgorny",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-19 09:26:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "marta.podgorny",
                "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-06T13:39:19.381726Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~haresh.karangia/4.embed",
            "fid": "haresh.karangia:4",
            "filename": "Plot 4",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/haresh.karangia:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/haresh.karangia/4/2_P79MANCKDBV718WDINK6N5HJ2VO8TD.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/haresh.karangia/4/8_PAAR69GKRRRS1VFTDCCP99M32KV221.png",
                "list-thumb": "https://api.plotly.com/v2/files/haresh.karangia:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/haresh.karangia:4",
                "plots": "https://api.plotly.com/v2/plots/haresh.karangia:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=haresh.karangia"
            },
            "owner": "haresh.karangia",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~haresh.karangia/4/",
            "world_readable": true,
            "date_modified": "2025-06-06T13:39:19.394Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~haresh.karangia/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "ROW",
                                "y": "OrgUnit - Category"
                            }
                        },
                        "name": "%{meta.columnNames.x}",
                        "type": "bar",
                        "xsrc": "haresh.karangia:3:263114",
                        "ysrc": "haresh.karangia:3:46711f,37d3e0*",
                        "orientation": "h",
                        "hovertemplate": " "
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "GER",
                                "y": "OrgUnit - Category"
                            }
                        },
                        "name": "%{meta.columnNames.x}",
                        "type": "bar",
                        "xsrc": "haresh.karangia:3:7951e6",
                        "ysrc": "haresh.karangia:3:46711f,37d3e0*",
                        "orientation": "h"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            105.26315789473684
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "multicategory",
                        "range": [
                            -0.5,
                            14.5
                        ],
                        "autorange": true
                    },
                    "barmode": "stack",
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~haresh.karangia",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-14 04:39:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "haresh.karangia",
                "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-06T13:31:17.319941Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Smjames388/26.embed",
            "fid": "Smjames388:26",
            "filename": "Age v Multivariable",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Smjames388/26/9_1HU7J0GI699359CN1F3BFTJI8TRVPL.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Smjames388:26/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Smjames388/26/8_RDYPUTPZ3MLPQ4ZHECO2PLRNDA8R6H.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Smjames388/26/9_1HU7J0GI699359CN1F3BFTJI8TRVPL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Smjames388:26",
                "plots": "https://api.plotly.com/v2/plots/Smjames388:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=Smjames388"
            },
            "owner": "Smjames388",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Smjames388/26/",
            "world_readable": true,
            "date_modified": "2025-06-07T15:09:54.197Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Smjames388/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "asrc": "Smjames388:72:877ea0",
                        "bsrc": "Smjames388:72:210a45",
                        "csrc": "Smjames388:64:b9ce1d",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Prehistoric- Number of Methods]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "symbol": "diamond-tall"
                        },
                        "legendgroup": 1,
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:64:c882f1",
                        "bsrc": "Smjames388:64:ea7e0c",
                        "csrc": "Smjames388:64:b9ce1d",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Classical]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "symbol": "diamond-tall"
                        },
                        "legendgroup": 1,
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:67:c57456",
                        "bsrc": "Smjames388:67:246d1d",
                        "csrc": "Smjames388:67:14968b",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Middle Ages]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "symbol": "diamond-tall"
                        },
                        "legendgroup": 1,
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:74:f121b5",
                        "bsrc": "Smjames388:74:21e0b6",
                        "csrc": "Smjames388:74:9c3636",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Early Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "symbol": "diamond-tall"
                        },
                        "legendgroup": 1,
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:70:216f61",
                        "bsrc": "Smjames388:70:becd1e",
                        "csrc": "Smjames388:70:75e09a",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "symbol": "diamond-tall"
                        },
                        "legendgroup": 1,
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:77:2d607e",
                        "bsrc": "Smjames388:77:2ee60d",
                        "csrc": "Smjames388:77:a21829",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Prehistoric- Completion Average]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(31, 119, 180)"
                        },
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:81:f02243",
                        "bsrc": "Smjames388:81:9794eb",
                        "csrc": "Smjames388:81:613af9",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Classical]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(255, 127, 14)"
                        },
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:80:0359a9",
                        "bsrc": "Smjames388:80:fd2d57",
                        "csrc": "Smjames388:80:9acf7a",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Middle Ages]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(44, 160, 44)"
                        },
                        "visible": true,
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:83:8e9d96",
                        "bsrc": "Smjames388:83:925286",
                        "csrc": "Smjames388:83:978fab",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Early Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(214, 39, 40)"
                        },
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:63:435eab",
                        "bsrc": "Smjames388:63:2005da",
                        "csrc": "Smjames388:63:722a1c",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(148, 103, 189)"
                        },
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:65:a6c6dc",
                        "bsrc": "Smjames388:65:0f4425",
                        "csrc": "Smjames388:65:36201a",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Prehistoric- Number of Objects Averages]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "symbol": "star-triangle-up"
                        },
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:68:4a1ef5",
                        "bsrc": "Smjames388:68:49399b",
                        "csrc": "Smjames388:68:ea5a93",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Classical]",
                        "type": "scatterternary",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 20,
                            "symbol": "star-triangle-up"
                        },
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:71:46bd1a",
                        "bsrc": "Smjames388:71:778cda",
                        "csrc": "Smjames388:71:96a423",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Middle Ages]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "symbol": "star-triangle-up"
                        },
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:73:f09956",
                        "bsrc": "Smjames388:73:7f13a2",
                        "csrc": "Smjames388:73:ee82a4",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Early Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "symbol": "star-triangle-up"
                        },
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:75:048563",
                        "bsrc": "Smjames388:75:6a3efd",
                        "csrc": "Smjames388:75:9945d9",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "symbol": "star-triangle-up"
                        },
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:76:599ef6",
                        "bsrc": "Smjames388:76:63aabc",
                        "csrc": "Smjames388:76:e177ca",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Prehistoric- Active Corrosion Seen]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(31, 119, 180)",
                            "symbol": "x"
                        },
                        "opacity": 1,
                        "hoverinfo": "a+b+c",
                        "showlegend": true,
                        "legendgroup": ""
                    },
                    {
                        "asrc": "Smjames388:78:19becb",
                        "bsrc": "Smjames388:78:ff0f7b",
                        "csrc": "Smjames388:78:9a5c03",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Classical]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(255, 127, 14)",
                            "symbol": "x"
                        }
                    },
                    {
                        "asrc": "Smjames388:79:1a358d",
                        "bsrc": "Smjames388:79:ab2b9c",
                        "csrc": "Smjames388:79:c6d70b",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Middle Ages]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(44, 160, 44)",
                            "symbol": "x"
                        },
                        "visible": true
                    },
                    {
                        "asrc": "Smjames388:82:cdbc45",
                        "bsrc": "Smjames388:82:53f14f",
                        "csrc": "Smjames388:82:ec0162",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Early Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(214, 39, 40)",
                            "symbol": "x"
                        }
                    },
                    {
                        "asrc": "Smjames388:84:940086",
                        "bsrc": "Smjames388:84:617143",
                        "csrc": "Smjames388:84:10fe12",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(148, 103, 189)",
                            "symbol": "x"
                        },
                        "visible": true
                    },
                    {
                        "asrc": "Smjames388:66:fd7b68",
                        "bsrc": "Smjames388:66:2065b0",
                        "csrc": "Smjames388:66:3e84fb",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Classical- Region]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(255, 127, 14)",
                            "symbol": "star-open"
                        }
                    },
                    {
                        "asrc": "Smjames388:69:6610ee",
                        "bsrc": "Smjames388:66:2065b0",
                        "csrc": "Smjames388:66:3e84fb",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Middle Ages]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(44, 160, 44)",
                            "symbol": "star-open"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "polar": {
                        "radialaxis": {
                            "range": [
                                0,
                                1
                            ],
                            "autorange": true
                        },
                        "angularaxis": {
                            "rotation": 116.58459722702896
                        }
                    },
                    "scene": {
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 0.2215703595523317,
                                "y": 0.8310321144135479,
                                "z": 2.245149866500332
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "dragmode": "zoom",
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "text": "Graph"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            0.13331328490516506,
                            0.13868399209130208
                        ],
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            1.168099279835391e-16,
                            1.4285813492063493e-16
                        ],
                        "autorange": false
                    },
                    "legend": {
                        "x": 0.71684640694722,
                        "y": 1.197972972972973,
                        "itemsizing": "constant",
                        "traceorder": "grouped",
                        "tracegroupgap": 0
                    },
                    "mapbox": {},
                    "ternary": {
                        "sum": 100,
                        "aaxis": {
                            "min": 43.90338045623316,
                            "type": "multicategory",
                            "dtick": 5,
                            "tick0": 5,
                            "title": {
                                "font": {
                                    "size": 20,
                                    "family": "Times New Roman"
                                },
                                "text": "<b>Chi-Squared (</b><i><b>x</b></i><b>2)</b>"
                            },
                            "tickfont": {
                                "size": 19
                            },
                            "tickmode": "linear"
                        },
                        "baxis": {
                            "min": 0.019490245456775794,
                            "type": "multicategory",
                            "dtick": 5,
                            "tick0": 5,
                            "title": {
                                "font": {
                                    "size": 18,
                                    "family": "Times New Roman"
                                },
                                "text": "<i><b>p</b></i><b>-value</b>"
                            },
                            "tickfont": {
                                "size": 19
                            },
                            "tickmode": "linear"
                        },
                        "caxis": {
                            "min": 21.95863267729591,
                            "type": "multicategory",
                            "dtick": 5,
                            "tick0": 5,
                            "title": {
                                "font": {
                                    "size": 18,
                                    "family": "Times New Roman"
                                },
                                "text": "<b>Cramer's </b><i><b>V</b></i>"
                            },
                            "tickfont": {
                                "size": 19
                            },
                            "tickmode": "linear"
                        }
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "themeRef": "PLOTLY_CLASSIC"
                    },
                    "hovermode": false,
                    "colorscale": {
                        "sequentialminus": [
                            [
                                0,
                                "#050aac"
                            ],
                            [
                                0.2,
                                "#283cbe"
                            ],
                            [
                                0.4,
                                "#4664f5"
                            ],
                            [
                                0.6,
                                "#5a78f5"
                            ],
                            [
                                0.8,
                                "#6a89f7"
                            ],
                            [
                                1,
                                "#dcdcdc"
                            ]
                        ]
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Smjames388",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-27 12:55:58",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Smjames388",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}