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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA2LTA3KzE1JTNBMDYlM0EyMC43MDk4MTElMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wNi0wNysyMCUzQTE1JTNBNTYuNDc0MTA5JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-06-07T20:15:56.474109Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Edennaos/3.embed",
            "fid": "Edennaos:3",
            "filename": "אפקט עיקרי להומור",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Edennaos/3/9_YV6OFV6BGOE2JK7H3DBPURR6U3E2FY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Edennaos/3/2_VF5UAGJI0ARWMDRPTAJGI96DWDS0QR.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Edennaos/3/8_7R76MQ23VRE7HRCAFY7639DOEW2N36.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Edennaos/3/9_YV6OFV6BGOE2JK7H3DBPURR6U3E2FY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Edennaos:3",
                "plots": "https://api.plotly.com/v2/plots/Edennaos:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=Edennaos"
            },
            "owner": "Edennaos",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Edennaos/3/",
            "world_readable": true,
            "date_modified": "2025-06-07T20:43:15.074Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Edennaos/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Group",
                                "y": "Mean",
                                "error_x": {
                                    "array": ""
                                },
                                "error_y": {
                                    "array": "C"
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "Edennaos:2:44dab0",
                        "ysrc": "Edennaos:2:56bfc2",
                        "marker": {
                            "color": "rgb(118, 201, 188)"
                        },
                        "error_x": {
                            "type": "data",
                            "visible": false,
                            "traceref": 0,
                            "symmetric": true,
                            "copy_ystyle": true
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "C"
                                }
                            },
                            "type": "data",
                            "color": "#444",
                            "width": 4,
                            "visible": true,
                            "arraysrc": "Edennaos:2:1ec69d",
                            "traceref": 0,
                            "symmetric": true,
                            "thickness": 2,
                            "tracerefminus": 0
                        },
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.48,
                        "font": {
                            "size": 30,
                            "color": "rgb(42, 52, 95)",
                            "family": "Overpass"
                        },
                        "text": "<b>אפקט עיקרי להומור</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "title": {
                            "text": "<b>סוג קבוצה</b>"
                        },
                        "autorange": false,
                        "showspikes": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            3.8842105263157896
                        ],
                        "title": {
                            "text": "<b>ממוצע</b>"
                        },
                        "autorange": false,
                        "showspikes": true
                    },
                    "margin": {
                        "b": 82
                    },
                    "autosize": true,
                    "colorway": [
                        "#8dd3c7",
                        "#ffffb3",
                        "#bebada",
                        "#fb8072",
                        "#80b1d3",
                        "#fdb462",
                        "#b3de69",
                        "#fccde5",
                        "#d9d9d9",
                        "#bc80bd",
                        "#ccebc5",
                        "#ffed6f"
                    ],
                    "dragmode": "pan",
                    "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"
                    },
                    "clickmode": "event",
                    "hovermode": "x",
                    "hoverlabel": {
                        "font": {
                            "family": "Open Sans"
                        }
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Edennaos",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-07 19:35:31",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Edennaos",
                "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-07T20:12:15.565467Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Edennaos/1.embed",
            "fid": "Edennaos:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Edennaos/1/9_K5I25PLV6YH75AU3BIAVBW1EMYPKZV.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Edennaos/1/2_BYKQIJUDXU418F1EWNSHORQYSHV24G.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Edennaos/1/8_9474R8CSRVY4D6IGCCW6RLI0THWGZE.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Edennaos/1/9_K5I25PLV6YH75AU3BIAVBW1EMYPKZV.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Edennaos:1",
                "plots": "https://api.plotly.com/v2/plots/Edennaos:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Edennaos"
            },
            "owner": "Edennaos",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Edennaos/1/",
            "world_readable": true,
            "date_modified": "2025-06-07T20:12:15.577Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Edennaos/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Group",
                                "y": "Mean"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "Edennaos:0:528634",
                        "ysrc": "Edennaos:0:ce2402",
                        "marker": {
                            "color": "rgb(118, 201, 188)"
                        },
                        "error_y": {
                            "type": "constant",
                            "color": "#444",
                            "value": 0.59,
                            "width": 4,
                            "visible": true,
                            "symmetric": false,
                            "thickness": 2,
                            "valueminus": 0.58
                        },
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.48,
                        "font": {
                            "size": 30,
                            "color": "rgb(42, 52, 95)",
                            "family": "Overpass"
                        },
                        "text": "<b>אפקט עיקרי להומור</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "title": {
                            "text": "<b>סוג קבוצה</b>"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            3.8842105263157896
                        ],
                        "title": {
                            "text": "<b>ממוצע</b>"
                        },
                        "autorange": true
                    },
                    "margin": {
                        "b": 82
                    },
                    "autosize": true,
                    "colorway": [
                        "#8dd3c7",
                        "#ffffb3",
                        "#bebada",
                        "#fb8072",
                        "#80b1d3",
                        "#fdb462",
                        "#b3de69",
                        "#fccde5",
                        "#d9d9d9",
                        "#bc80bd",
                        "#ccebc5",
                        "#ffed6f"
                    ],
                    "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"
                    },
                    "clickmode": "event",
                    "hoverlabel": {
                        "font": {
                            "family": "Open Sans"
                        }
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Edennaos",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-07 19:35:31",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Edennaos",
                "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-07T19:44:48.398234Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~bern0077/8.embed",
            "fid": "bern0077:8",
            "filename": "Plot 8",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/bern0077/8/9_JWY6JBM5C622RDTCQ45ZAM7BCLFOAD.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/bern0077/8/2_5HEBN06I183MCEM3L0UIKCM8WXIAO4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bern0077/8/8_SLJSOGPTCML0251NAF68OTHV0VSYD2.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/bern0077/8/9_JWY6JBM5C622RDTCQ45ZAM7BCLFOAD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/bern0077:8",
                "plots": "https://api.plotly.com/v2/plots/bern0077:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=bern0077"
            },
            "owner": "bern0077",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~bern0077/8/",
            "world_readable": true,
            "date_modified": "2025-06-07T19:44:48.409Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~bern0077/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "D",
                                "y": "F",
                                "marker": {
                                    "color": "D"
                                },
                                "error_x": {
                                    "array": "C"
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "bern0077:7:18e2b4",
                        "ysrc": "bern0077:7:734043",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "meta": {
                                "columnNames": {
                                    "color": "D"
                                }
                            },
                            "cauto": true,
                            "colorsrc": "bern0077:7:18e2b4",
                            "colorscale": [
                                [
                                    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,
                                    "#f0f921"
                                ]
                            ],
                            "reversescale": true
                        },
                        "error_x": {
                            "meta": {
                                "columnNames": {
                                    "array": "C"
                                }
                            },
                            "type": "data",
                            "width": 3,
                            "visible": true,
                            "arraysrc": "bern0077:7:90f16e",
                            "symmetric": true,
                            "thickness": 1
                        },
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Lag times"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -50,
                            1500
                        ],
                        "title": {
                            "text": " Lag time (Ma)"
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "category",
                        "range": [
                            -0.3897849462365591,
                            5.389784946236559
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "colorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#19d3f3",
                        "#e763fa",
                        "#fecb52",
                        "#ffa15a",
                        "#ff6692",
                        "#b6e880"
                    ],
                    "colorscale": {
                        "diverging": [
                            [
                                0,
                                "#9e0142"
                            ],
                            [
                                0.1,
                                "#d53e4f"
                            ],
                            [
                                0.2,
                                "#f46d43"
                            ],
                            [
                                0.3,
                                "#fdae61"
                            ],
                            [
                                0.4,
                                "#fee08b"
                            ],
                            [
                                0.5,
                                "#ffffbf"
                            ],
                            [
                                0.6,
                                "#e6f598"
                            ],
                            [
                                0.7,
                                "#abdda4"
                            ],
                            [
                                0.8,
                                "#66c2a5"
                            ],
                            [
                                0.9,
                                "#3288bd"
                            ],
                            [
                                1,
                                "#5e4fa2"
                            ]
                        ]
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~bern0077",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-02-26 20:52:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "bern0077",
                "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-07T19:10:24.197437Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jimmyg23/166.embed",
            "fid": "jimmyg23:166",
            "filename": "Crude Inventories",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/166/9_6ND3KGUHPKPYIGI6JSLMT9I6NFMSV1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/166/2_CCW3AVASTDNBEI5OON6PF3KEWESJAY.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/166/8_8V015MQCWVG45ETET9POMEJOXLKZXU.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/166/9_6ND3KGUHPKPYIGI6JSLMT9I6NFMSV1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jimmyg23:166",
                "plots": "https://api.plotly.com/v2/plots/jimmyg23:166",
                "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23"
            },
            "owner": "jimmyg23",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jimmyg23/166/",
            "world_readable": true,
            "date_modified": "2025-06-08T21:30:03.070Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/166/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "tonexty",
                        "line": {
                            "dash": "dot",
                            "color": "rgb(23, 50, 80)",
                            "shape": "spline",
                            "width": 3,
                            "smoothing": 0.9
                        },
                        "meta": {
                            "columnNames": {
                                "y": "D"
                            }
                        },
                        "mode": "lines",
                        "name": "<i><b>5 Year Avg</b></i>",
                        "type": "scatter",
                        "ysrc": "jimmyg23:162:26561d",
                        "fillcolor": "rgba(158, 217, 252, 0.5)",
                        "stackgaps": "infer zero",
                        "stackgroup": 1,
                        "connectgaps": false,
                        "orientation": "v"
                    },
                    {
                        "line": {
                            "color": "rgb(102, 12, 159)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "y": "2020"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>%{meta.columnNames.y}</b>",
                        "type": "scatter",
                        "ysrc": "jimmyg23:162:53d2f8",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(21, 151, 36)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "y": "2021"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>%{meta.columnNames.y}</b>",
                        "type": "scatter",
                        "ysrc": "jimmyg23:163:749f10",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(255, 102, 0)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "2022"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>%{meta.columnNames.y}</b>",
                        "type": "scatter",
                        "ysrc": "jimmyg23:165:6eebfa",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(255, 0, 4)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "y": "2023"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>%{meta.columnNames.y}</b>",
                        "type": "scatter",
                        "ysrc": "jimmyg23:161:6d7001",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "2024"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>%{meta.columnNames.y}</b>",
                        "type": "scatter",
                        "ysrc": "jimmyg23:164:7fe7bd",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(10, 68, 255)",
                            "width": 6
                        },
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "2025"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>%{meta.columnNames.y}</b>",
                        "type": "scatter",
                        "ysrc": "jimmyg23:160:32a48f",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 16,
                        "color": "rgb(0, 0, 0)",
                        "family": "Overpass"
                    },
                    "title": {
                        "x": 0.46,
                        "text": "<b>U.S. Crude Oil Inventories</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "dtick": 5,
                        "range": [
                            0,
                            51
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "text": ""
                        },
                        "nticks": 12,
                        "tickson": "labels",
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(0, 0, 0)"
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": true,
                        "gridwidth": 1,
                        "linecolor": "rgb(1, 6, 13)",
                        "linewidth": 1,
                        "tickangle": 45,
                        "automargin": true,
                        "fixedrange": false,
                        "tickprefix": "",
                        "zerolinewidth": 5,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "dtick": 2,
                        "range": [
                            390000,
                            560181.052631579
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "Thousand Barells"
                        },
                        "nticks": 10,
                        "ticklen": 10,
                        "showline": true,
                        "tickmode": "auto",
                        "autorange": false,
                        "gridcolor": "rgb(178, 179, 181)",
                        "gridwidth": 1,
                        "linecolor": "rgb(3, 11, 23)",
                        "linewidth": 2,
                        "tickangle": "auto",
                        "tickwidth": 2
                    },
                    "legend": {
                        "x": 1.02,
                        "y": 0.5599999999999996
                    },
                    "modebar": {
                        "color": "rgb(23, 50, 80)",
                        "bgcolor": "rgb(244, 244, 244)",
                        "activecolor": "rgb(136, 146, 230)"
                    },
                    "autosize": true,
                    "colorway": [
                        "#FD3216",
                        "#00FE35",
                        "#6A76FC",
                        "#FED4C4",
                        "#FE00CE",
                        "#0DF9FF",
                        "#F6F926",
                        "#FF9616",
                        "#479B55",
                        "#EEA6FB",
                        "#DC587D",
                        "#D626FF",
                        "#6E899C",
                        "#00B5F7",
                        "#B68E00",
                        "#C9FBE5",
                        "#FF0092",
                        "#22FFA7",
                        "#E3EE9E",
                        "#86CE00",
                        "#BC7196",
                        "#7E7DCD",
                        "#FC6955",
                        "#E48F72"
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#506784"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#2a3f5f"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    },
                                    "baxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    }
                                }
                            ],
                            "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": "rgb(17,17,17)",
                                "showland": true,
                                "lakecolor": "rgb(17,17,17)",
                                "landcolor": "rgb(17,17,17)",
                                "showlakes": true,
                                "subunitcolor": "#506784"
                            },
                            "font": {
                                "color": "#f2f5fa"
                            },
                            "polar": {
                                "bgcolor": "rgb(17,17,17)",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "bgcolor": "rgb(17,17,17)"
                            },
                            "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": "rgb(17,17,17)",
                            "paper_bgcolor": "rgb(17,17,17)",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#f2f5fa"
                            },
                            "sliderdefaults": {
                                "bgcolor": "#C8D4E3",
                                "tickwidth": 0,
                                "bordercolor": "rgb(17,17,17)",
                                "borderwidth": 1
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#f2f5fa",
                                "arrowwidth": 1
                            },
                            "updatemenudefaults": {
                                "bgcolor": "#506784",
                                "borderwidth": 0
                            }
                        },
                        "themeRef": "PLOTLY_DARK"
                    },
                    "plot_bgcolor": "rgb(244, 244, 244)",
                    "paper_bgcolor": "rgb(244, 244, 244)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jimmyg23",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-03-19 23:02:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jimmyg23",
                "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-07T18:19:30.484003Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Smjames388/160.embed",
            "fid": "Smjames388:160",
            "filename": "Age v Treatment",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Smjames388/160/9_VWVMOJV20Y7G9DTTR7BJRAGP2BH2PC.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Smjames388/160/2_3MHLVEM1DYB5KT8YEN3MJU0KZLDHRE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Smjames388/160/8_6ZU0XLZXN5F8EA8326TJV9JU47DYBD.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Smjames388/160/9_VWVMOJV20Y7G9DTTR7BJRAGP2BH2PC.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Smjames388:160",
                "plots": "https://api.plotly.com/v2/plots/Smjames388:160",
                "parent": "https://api.plotly.com/v2/folders/home?user=Smjames388"
            },
            "owner": "Smjames388",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Smjames388/160/",
            "world_readable": true,
            "date_modified": "2025-06-07T18:19:30.496Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Smjames388/160/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "asrc": "Smjames388:144:862d97",
                        "bsrc": "Smjames388:144:95f8fb",
                        "csrc": "Smjames388:144:21e529",
                        "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:146:5f943c",
                        "bsrc": "Smjames388:146:fab54e",
                        "csrc": "Smjames388:146:6bf35f",
                        "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:148:d4ced3",
                        "bsrc": "Smjames388:148:96732b",
                        "csrc": "Smjames388:148:fd8a6b",
                        "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:150:c3eac1",
                        "bsrc": "Smjames388:150:b5c64e",
                        "csrc": "Smjames388:150:ce339e",
                        "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:152:0e753b",
                        "bsrc": "Smjames388:152:563366",
                        "csrc": "Smjames388:152:81c041",
                        "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:154:5b1ff4",
                        "bsrc": "Smjames388:154:672047",
                        "csrc": "Smjames388:154:e531dd",
                        "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:156:da0aef",
                        "bsrc": "Smjames388:156:8c076c",
                        "csrc": "Smjames388:156:b384e0",
                        "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:158:78f6f3",
                        "bsrc": "Smjames388:158:7967d1",
                        "csrc": "Smjames388:158:4a8969",
                        "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:140:211e5a",
                        "bsrc": "Smjames388:140:639947",
                        "csrc": "Smjames388:140:fbb2fe",
                        "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:142:6d5110",
                        "bsrc": "Smjames388:142:9883f0",
                        "csrc": "Smjames388:142:de0190",
                        "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:143:c92847",
                        "bsrc": "Smjames388:143:6da572",
                        "csrc": "Smjames388:143:d87a49",
                        "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:145:0bc53d",
                        "bsrc": "Smjames388:145:dec438",
                        "csrc": "Smjames388:145:357a03",
                        "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:147:8bdb46",
                        "bsrc": "Smjames388:147:f59242",
                        "csrc": "Smjames388:147:2a232f",
                        "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:149:72a712",
                        "bsrc": "Smjames388:149:fdfbe9",
                        "csrc": "Smjames388:149:6ad864",
                        "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:151:ea0018",
                        "bsrc": "Smjames388:151:283d42",
                        "csrc": "Smjames388:151:66ce97",
                        "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:153:0e8076",
                        "bsrc": "Smjames388:153:3ee595",
                        "csrc": "Smjames388:153:357387",
                        "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:155:a8d37d",
                        "bsrc": "Smjames388:155:8cd491",
                        "csrc": "Smjames388:155:b0b13a",
                        "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:157:af556a",
                        "bsrc": "Smjames388:157:6325ef",
                        "csrc": "Smjames388:157:29f1cd",
                        "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:159:f57c78",
                        "bsrc": "Smjames388:159:50c434",
                        "csrc": "Smjames388:159:d42234",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Early Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 18,
                            "color": "rgb(214, 39, 40)",
                            "symbol": "x"
                        }
                    },
                    {
                        "asrc": "Smjames388:141:f46c56",
                        "bsrc": "Smjames388:141:3e0fa9",
                        "csrc": "Smjames388:141:b521db",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(148, 103, 189)",
                            "symbol": "x"
                        }
                    }
                ],
                "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": 49.86922239502922,
                            "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.16830747020911455,
                            "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.632799124763082,
                            "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
            }
        },
        {
            "creation_time": "2025-06-07T17:24:19.481482Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Smjames388/139.embed",
            "fid": "Smjames388:139",
            "filename": "Age v Object variables",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Smjames388/139/9_H4QVHGT5HY549OKYZG6S3A1Q1KW1PQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Smjames388/139/2_3PR6N804VCS66B8R7FSE0T7B0H00I6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Smjames388/139/8_6669TDD0QPDBDYEOX6YHN0JEJM4GRO.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Smjames388/139/9_H4QVHGT5HY549OKYZG6S3A1Q1KW1PQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Smjames388:139",
                "plots": "https://api.plotly.com/v2/plots/Smjames388:139",
                "parent": "https://api.plotly.com/v2/folders/home?user=Smjames388"
            },
            "owner": "Smjames388",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Smjames388/139/",
            "world_readable": true,
            "date_modified": "2025-06-07T17:24:19.491Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Smjames388/139/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "asrc": "Smjames388:120:1ef0b4",
                        "bsrc": "Smjames388:120:fce00a",
                        "csrc": "Smjames388:120:53eb1e",
                        "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:124:a29206",
                        "bsrc": "Smjames388:124:59213b",
                        "csrc": "Smjames388:124:851251",
                        "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:127:6ec15d",
                        "bsrc": "Smjames388:127:440dce",
                        "csrc": "Smjames388:127:f0ef67",
                        "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:129:f653f3",
                        "bsrc": "Smjames388:129:e1a477",
                        "csrc": "Smjames388:129:cad6d3",
                        "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:131:4ea758",
                        "bsrc": "Smjames388:131:3f38fd",
                        "csrc": "Smjames388:131:23b277",
                        "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:133:c46ae9",
                        "bsrc": "Smjames388:133:087ec9",
                        "csrc": "Smjames388:133:c62cd7",
                        "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:135:b43cb4",
                        "bsrc": "Smjames388:135:653a17",
                        "csrc": "Smjames388:135:2021fa",
                        "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:137:66348e",
                        "bsrc": "Smjames388:137:654582",
                        "csrc": "Smjames388:137:9197c9",
                        "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:119:1f2d37",
                        "bsrc": "Smjames388:119:b3fab8",
                        "csrc": "Smjames388:119:ca9613",
                        "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:123:206258",
                        "bsrc": "Smjames388:123:c8143b",
                        "csrc": "Smjames388:123:ff23a8",
                        "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:125:8582ba",
                        "bsrc": "Smjames388:125:c4d65c",
                        "csrc": "Smjames388:125:3fecba",
                        "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:122:5a02a5",
                        "bsrc": "Smjames388:122:57e3d3",
                        "csrc": "Smjames388:122:37db1b",
                        "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:126:986f2a",
                        "bsrc": "Smjames388:126:7e2ae3",
                        "csrc": "Smjames388:126:85bff5",
                        "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:128:4c68c9",
                        "bsrc": "Smjames388:128:370a07",
                        "csrc": "Smjames388:128:db65f0",
                        "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:130:1d015a",
                        "bsrc": "Smjames388:130:f3701e",
                        "csrc": "Smjames388:130:b2b468",
                        "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:132:f7591e",
                        "bsrc": "Smjames388:132:e472d7",
                        "csrc": "Smjames388:132:213f41",
                        "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:134:f1f75b",
                        "bsrc": "Smjames388:134:ae7096",
                        "csrc": "Smjames388:134:7e6e97",
                        "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:136:c34c08",
                        "bsrc": "Smjames388:136:c2169f",
                        "csrc": "Smjames388:136:bc7c0d",
                        "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:138:fb679d",
                        "bsrc": "Smjames388:138:627a3c",
                        "csrc": "Smjames388:138:2849ee",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Early Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 18,
                            "color": "rgb(214, 39, 40)",
                            "symbol": "x"
                        }
                    },
                    {
                        "asrc": "Smjames388:121:0f3cfe",
                        "bsrc": "Smjames388:121:12f643",
                        "csrc": "Smjames388:121:bbdd3f",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(148, 103, 189)",
                            "symbol": "x"
                        }
                    }
                ],
                "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": 49.127356142399066,
                            "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,
                            "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.03171860115005,
                            "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
            }
        },
        {
            "creation_time": "2025-06-07T15:09:55.726087Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Smjames388/118.embed",
            "fid": "Smjames388:118",
            "filename": "Age vs Demographics",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Smjames388/118/9_5K2JOZXBA7WZEPQIX6V4357YDBBDET.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Smjames388/118/2_8X5WKSRI10E13MB69KXRP2ZD039B34.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Smjames388/118/8_GF6D3BIC32V3RBU2Y22KYRJRE7VKUL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Smjames388/118/9_5K2JOZXBA7WZEPQIX6V4357YDBBDET.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Smjames388:118",
                "plots": "https://api.plotly.com/v2/plots/Smjames388:118",
                "parent": "https://api.plotly.com/v2/folders/home?user=Smjames388"
            },
            "owner": "Smjames388",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Smjames388/118/",
            "world_readable": true,
            "date_modified": "2025-06-07T16:57:55.880Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Smjames388/118/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "asrc": "Smjames388:81:f02243",
                        "bsrc": "Smjames388:81:9794eb",
                        "csrc": "Smjames388:81:613af9",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Classical - Location]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(255, 127, 14)",
                            "symbol": "diamond-tall"
                        },
                        "legendgroup": 1,
                        "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": "[Middle Ages]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(44, 160, 44)",
                            "symbol": "diamond-tall"
                        },
                        "legendgroup": 1,
                        "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": "[Prehistoric - Occupation]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(31, 119, 180)",
                            "symbol": "circle"
                        },
                        "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": "[Classical]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(255, 127, 14)",
                            "symbol": "circle"
                        },
                        "legendgroup": 1,
                        "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": "[Middle Ages]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(44, 160, 44)"
                        },
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:72:877ea0",
                        "bsrc": "Smjames388:72:210a45",
                        "csrc": "Smjames388:72:869c26",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Early Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(255, 14, 61)"
                        },
                        "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": "[Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(198, 163, 252)"
                        },
                        "visible": true,
                        "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": "[Prehistoric - Organisation]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(31, 119, 180)",
                            "symbol": "x"
                        },
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "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"
                        },
                        "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": "[Middle Ages]",
                        "type": "scatterternary",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 20,
                            "color": "rgb(44, 160, 44)",
                            "symbol": "x"
                        },
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:84:940086",
                        "bsrc": "Smjames388:84:617143",
                        "csrc": "Smjames388:84:10fe12",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Early Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(242, 7, 23)",
                            "symbol": "x"
                        },
                        "opacity": 1,
                        "hoverinfo": "a+b+c",
                        "showlegend": true,
                        "legendgroup": ""
                    },
                    {
                        "asrc": "Smjames388:79:1a358d",
                        "bsrc": "Smjames388:79:ab2b9c",
                        "csrc": "Smjames388:79:c6d70b",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(198, 163, 252)",
                            "symbol": "x"
                        }
                    },
                    {
                        "asrc": "Smjames388:74:f121b5",
                        "bsrc": "Smjames388:74:21e0b6",
                        "csrc": "Smjames388:74:9c3636",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Prehistoric - Experience]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(31, 119, 180)",
                            "symbol": "star-triangle-up"
                        },
                        "visible": true
                    },
                    {
                        "asrc": "Smjames388:69:6610ee",
                        "bsrc": "Smjames388:69:1fb6cc",
                        "csrc": "Smjames388:69:002b87",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Classical]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(255, 127, 14)",
                            "symbol": "star-triangle-up"
                        }
                    },
                    {
                        "asrc": "Smjames388:82:cdbc45",
                        "bsrc": "Smjames388:82:53f14f",
                        "csrc": "Smjames388:82:ec0162",
                        "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-triangle-up"
                        },
                        "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": "[Early Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(255, 14, 61)",
                            "symbol": "star-triangle-up"
                        }
                    },
                    {
                        "asrc": "Smjames388:65:a6c6dc",
                        "bsrc": "Smjames388:65:0f4425",
                        "csrc": "Smjames388:65:36201a",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Modern]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(198, 163, 252)",
                            "symbol": "star-triangle-up"
                        }
                    }
                ],
                "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.3037930787930787,
                        "itemsizing": "constant",
                        "traceorder": "grouped",
                        "tracegroupgap": 0
                    },
                    "mapbox": {},
                    "ternary": {
                        "sum": 100,
                        "aaxis": {
                            "min": 42.25500350830298,
                            "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.0506748747601371,
                            "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": 14.951350560193713,
                            "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
            }
        },
        {
            "creation_time": "2025-06-07T15:06:26.282124Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jmoxley/18091.embed",
            "fid": "jmoxley:18091",
            "filename": "20250606_linkage_history_miax_b",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jmoxley:18091/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18091/2_ARDYH019XN28WCO0I3W7B05TCXEW4H.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18091/8_IGJY4UN7SGIA7FRNI50YHWSB9BKPK5.png",
                "list-thumb": "https://api.plotly.com/v2/files/jmoxley:18091/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jmoxley:18091",
                "plots": "https://api.plotly.com/v2/plots/jmoxley:18091",
                "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/18091/",
            "world_readable": true,
            "date_modified": "2025-06-07T15:06:26.320Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jmoxley/18091/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "name": "Mean",
                        "type": "scatter",
                        "xsrc": "jmoxley:18090:7e2097",
                        "ysrc": "jmoxley:18090:d2edaa"
                    },
                    {
                        "mode": "lines",
                        "name": "Median",
                        "type": "scatter",
                        "xsrc": "jmoxley:18090:5723cb",
                        "ysrc": "jmoxley:18090:0ae0d9"
                    },
                    {
                        "mode": "lines",
                        "name": "Min",
                        "type": "scatter",
                        "xsrc": "jmoxley:18090:0b9db0",
                        "ysrc": "jmoxley:18090:65dcec"
                    },
                    {
                        "mode": "lines",
                        "name": "StDev",
                        "type": "scatter",
                        "xsrc": "jmoxley:18090:42389a",
                        "ysrc": "jmoxley:18090:98dbcc"
                    },
                    {
                        "mode": "lines",
                        "name": "Orders Scaled",
                        "type": "scatter",
                        "xsrc": "jmoxley:18090:933554",
                        "ysrc": "jmoxley:18090:05e857"
                    }
                ],
                "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-07T15:06:23.137839Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jmoxley/18089.embed",
            "fid": "jmoxley:18089",
            "filename": "20250606_linkage_history_b",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18089/9_ORABZRIBEFSPX98G1BB06UM0JN7VA4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18089/2_AM03N6AB8ZU6B37XLPUZKL1LCXCO2E.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18089/8_HRLHEEHG398MH08Q60XVS5CMUDYV8I.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18089/9_ORABZRIBEFSPX98G1BB06UM0JN7VA4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jmoxley:18089",
                "plots": "https://api.plotly.com/v2/plots/jmoxley:18089",
                "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/18089/",
            "world_readable": true,
            "date_modified": "2025-06-07T15:06:23.175Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jmoxley/18089/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "name": "Mean",
                        "type": "scatter",
                        "xsrc": "jmoxley:18088:980b01",
                        "ysrc": "jmoxley:18088:04196f"
                    },
                    {
                        "mode": "lines",
                        "name": "Median",
                        "type": "scatter",
                        "xsrc": "jmoxley:18088:7d1f54",
                        "ysrc": "jmoxley:18088:75b7fa"
                    },
                    {
                        "mode": "lines",
                        "name": "Min",
                        "type": "scatter",
                        "xsrc": "jmoxley:18088:6d5f55",
                        "ysrc": "jmoxley:18088:50cc22"
                    },
                    {
                        "mode": "lines",
                        "name": "StDev",
                        "type": "scatter",
                        "xsrc": "jmoxley:18088:fb0cdd",
                        "ysrc": "jmoxley:18088:707c1c"
                    },
                    {
                        "mode": "lines",
                        "name": "Orders Scaled",
                        "type": "scatter",
                        "xsrc": "jmoxley:18088:9c65d5",
                        "ysrc": "jmoxley:18088:da536e"
                    }
                ],
                "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-07T15:06:20.709811Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jmoxley/18087.embed",
            "fid": "jmoxley:18087",
            "filename": "20250606_linkage_miax_b",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18087/9_O3P67ECP8WOWVVOJG3NZB1S6N33WTH.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18087/2_1BFRV088Y6YT9JL1HT0MGPJRNYS841.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18087/8_RN8ISQJIMH5WLUAEPOJI9RS55T7187.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18087/9_O3P67ECP8WOWVVOJG3NZB1S6N33WTH.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jmoxley:18087",
                "plots": "https://api.plotly.com/v2/plots/jmoxley:18087",
                "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/18087/",
            "world_readable": true,
            "date_modified": "2025-06-07T15:06:20.748Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jmoxley/18087/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "FIX In",
                        "type": "scatter",
                        "xsrc": "jmoxley:18086:db58a0",
                        "ysrc": "jmoxley:18086:95f65a",
                        "textsrc": "jmoxley:18086:dbe401"
                    },
                    {
                        "mode": "markers",
                        "name": "FIX Out",
                        "type": "scatter",
                        "xsrc": "jmoxley:18086:17ff9a",
                        "ysrc": "jmoxley:18086:315c42",
                        "textsrc": "jmoxley:18086:17dedb"
                    }
                ],
                "layout": {
                    "shapes": [
                        {
                            "x0": "2025-06-06T13:30:02.018000",
                            "x1": "2025-06-06T19:57:49.723000",
                            "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
            }
        }
    ]
}