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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTE3KzAyJTNBNTklM0ExNi4wMTg0NzUlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0xNysxNCUzQTE5JTNBMzcuNzczODEwJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-08-17T14:19:37.773810Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~malemany/31.embed",
            "fid": "malemany:31",
            "filename": "CTG_n=_1_to_3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/malemany/31/9_9W5042L6BKJ0HFEY0SRJJ3BSPUOOU0.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/malemany/31/2_JRLG70VBH18QENVM0DHW3EJE642HO7.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/malemany/31/8_L15NV56IYLOR2DETFOHK8WZQD2JQ1B.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/malemany/31/9_9W5042L6BKJ0HFEY0SRJJ3BSPUOOU0.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/malemany:31",
                "plots": "https://api.plotly.com/v2/plots/malemany:31",
                "parent": "https://api.plotly.com/v2/folders/home?user=malemany"
            },
            "owner": "malemany",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~malemany/31/",
            "world_readable": true,
            "date_modified": "2025-08-17T16:52:28.080Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~malemany/31/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "name": "6h",
                        "type": "bar",
                        "xsrc": "malemany:30:c83df2",
                        "ysrc": "malemany:30:2cbeb4",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 1
                            },
                            "color": "rgb(255, 255, 255)"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "rgb(0, 0, 0)",
                            "value": 20,
                            "width": 4,
                            "visible": false,
                            "symmetric": false,
                            "thickness": 1,
                            "valueminus": 0
                        },
                        "error_y": {
                            "value": 20,
                            "width": 7,
                            "visible": true,
                            "symmetric": false,
                            "thickness": 1,
                            "valueminus": 0
                        },
                        "hoverinfo": "x+y+name",
                        "legendgroup": 1,
                        "orientation": "v",
                        "hovertemplate": ""
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "name": "24h",
                        "type": "bar",
                        "xsrc": "malemany:30:c83df2",
                        "ysrc": "malemany:30:b7e0bb",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 1
                            },
                            "color": "rgb(217, 217, 217)"
                        },
                        "error_y": {
                            "value": 23,
                            "width": 7,
                            "visible": true,
                            "symmetric": false,
                            "thickness": 1,
                            "valueminus": 0
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "name": "48h",
                        "type": "bar",
                        "xsrc": "malemany:30:c83df2",
                        "ysrc": "malemany:30:b7e0bb",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 1
                            },
                            "color": "rgb(145, 145, 145)"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "rgb(0, 0, 0)",
                            "value": 22,
                            "width": 7,
                            "visible": false,
                            "symmetric": false,
                            "thickness": 1,
                            "valueminus": 0
                        },
                        "error_y": {
                            "value": 22,
                            "width": 7,
                            "visible": true,
                            "symmetric": false,
                            "thickness": 1,
                            "valueminus": 0
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D"
                            }
                        },
                        "name": "72h",
                        "type": "bar",
                        "xsrc": "malemany:30:c83df2",
                        "ysrc": "malemany:30:92f3d9",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 1
                            },
                            "color": "rgb(0, 0, 0)"
                        },
                        "error_y": {
                            "value": 25,
                            "width": 7,
                            "visible": true,
                            "symmetric": false,
                            "thickness": 1,
                            "valueminus": 0
                        },
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "color": "rgb(0, 0, 0)"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            3.5
                        ],
                        "nticks": 5,
                        "showgrid": false,
                        "showline": true,
                        "autorange": true,
                        "linecolor": "rgb(0, 0, 0)",
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                -0.5,
                                3.5
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "spikethickness": 18,
                        "separatethousands": true
                    },
                    "yaxis": {
                        "range": [
                            0,
                            317415250.1052632
                        ],
                        "nticks": 5,
                        "showline": false,
                        "autorange": true,
                        "linecolor": "rgb(0, 0, 0)",
                        "automargin": true,
                        "showexponent": "none",
                        "exponentformat": "none",
                        "showticklabels": true,
                        "separatethousands": true
                    },
                    "barmode": "group",
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "bargroupgap": 0
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~malemany",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.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-17 15:39:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "malemany",
                "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-08-17T13:48:50.815935Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ratha/20.embed",
            "fid": "ratha:20",
            "filename": "Plot 20",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ratha/20/9_6CKM2DEXBXOYL65782O3EQFHMDT6DG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ratha/20/2_MX42EW4628RJYPVKNLNM58T15D9VBB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ratha/20/8_2WHUV1QOM4M7ZSU8E6NCFP3NBRBM7A.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ratha/20/9_6CKM2DEXBXOYL65782O3EQFHMDT6DG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ratha:20",
                "plots": "https://api.plotly.com/v2/plots/ratha:20",
                "parent": "https://api.plotly.com/v2/folders/home?user=ratha"
            },
            "owner": "ratha",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ratha/20/",
            "world_readable": true,
            "date_modified": "2025-08-17T13:48:50.832Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ratha/20/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "y"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "ratha:19:53d8ed",
                        "ysrc": "ratha:19:a00e48"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.7127505082776651,
                            358.99258046629524
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.06914908778843389,
                            0.28770233602098644
                        ],
                        "autorange": true
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ratha",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-15 19:13:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ratha",
                "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-08-17T12:29:27.279040Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ratha/16.embed",
            "fid": "ratha:16",
            "filename": "Plot 16",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ratha/16/9_K8A1TAX8SJ9OZXSHCYN0MPWUO2S1UE.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ratha/16/2_X1R8NVHCDLKIXZ8RGHZA4IGHWPWG91.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ratha/16/8_1KDWS15F8F8ZMPALM1RGMWNE75ASDZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ratha/16/9_K8A1TAX8SJ9OZXSHCYN0MPWUO2S1UE.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ratha:16",
                "plots": "https://api.plotly.com/v2/plots/ratha:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=ratha"
            },
            "owner": "ratha",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ratha/16/",
            "world_readable": true,
            "date_modified": "2025-08-17T12:29:27.293Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ratha/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "y"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "ratha:15:4925b5",
                        "ysrc": "ratha:15:73eb3c"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1.708408386288916,
                            358.1354945150605
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.08236462113060994,
                            0.11236947540935358
                        ],
                        "autorange": true
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ratha",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-15 19:13:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ratha",
                "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-08-17T12:15:32.163549Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~wangjingust/2.embed",
            "fid": "wangjingust:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/wangjingust/2/9_V9C59AV9WM7AFIAGMRCY8Y385YWHPR.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/wangjingust/2/2_WSNGWL4ZYOHRTCTK6YWVI0SEYND6WU.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wangjingust/2/8_8338BA2HGA9EVGS7CC0VLTOXK5Z4P8.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/wangjingust/2/9_V9C59AV9WM7AFIAGMRCY8Y385YWHPR.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/wangjingust:2",
                "plots": "https://api.plotly.com/v2/plots/wangjingust:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=wangjingust"
            },
            "owner": "wangjingust",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~wangjingust/2/",
            "world_readable": true,
            "date_modified": "2025-08-17T14:28:43.474Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~wangjingust/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "asrc": "wangjingust:1:942be0",
                        "bsrc": "wangjingust:1:c2a3b8",
                        "csrc": "wangjingust:1:1affb9",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C",
                                "text": "D",
                                "marker": {
                                    "size": "D",
                                    "color": "D"
                                }
                            }
                        },
                        "mode": "markers",
                        "name": "25%",
                        "type": "scatterternary",
                        "marker": {
                            "cmax": 150866,
                            "cmin": 12140,
                            "line": {
                                "width": 0
                            },
                            "meta": {
                                "columnNames": {
                                    "size": "D",
                                    "color": "D"
                                }
                            },
                            "cauto": false,
                            "opacity": 1,
                            "sizeref": 333.3333333333333,
                            "sizesrc": "wangjingust:1:c7a421",
                            "colorbar": {
                                "x": 0.7658256029684601,
                                "y": 0.5
                            },
                            "colorsrc": "wangjingust:1:c7a421",
                            "sizemode": "area",
                            "showscale": true,
                            "colorscale": [
                                [
                                    0,
                                    "#440154"
                                ],
                                [
                                    0.1111111111111111,
                                    "#482878"
                                ],
                                [
                                    0.2222222222222222,
                                    "#3e4989"
                                ],
                                [
                                    0.3333333333333333,
                                    "#31688e"
                                ],
                                [
                                    0.4444444444444444,
                                    "#26828e"
                                ],
                                [
                                    0.5555555555555556,
                                    "#1f9e89"
                                ],
                                [
                                    0.6666666666666666,
                                    "#35b779"
                                ],
                                [
                                    0.7777777777777778,
                                    "#6ece58"
                                ],
                                [
                                    0.8888888888888888,
                                    "#b5de2b"
                                ],
                                [
                                    1,
                                    "#fde725"
                                ]
                            ],
                            "reversescale": true
                        },
                        "hoveron": "points",
                        "subplot": "ternary",
                        "textsrc": "wangjingust:1:c7a421",
                        "visible": "legendonly",
                        "hoverinfo": "a+b+c",
                        "showlegend": true,
                        "legendgroup": 1,
                        "autocolorscale": false
                    },
                    {
                        "asrc": "wangjingust:1:942be0",
                        "bsrc": "wangjingust:1:c2a3b8",
                        "csrc": "wangjingust:1:1affb9",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C",
                                "text": "E",
                                "marker": {
                                    "size": "E",
                                    "color": "E"
                                }
                            }
                        },
                        "mode": "markers",
                        "name": "50%",
                        "type": "scatterternary",
                        "marker": {
                            "cmax": 150866,
                            "cmin": 12140,
                            "line": {
                                "width": 0
                            },
                            "meta": {
                                "columnNames": {
                                    "size": "E",
                                    "color": "E"
                                }
                            },
                            "cauto": false,
                            "opacity": 1,
                            "sizemin": 0,
                            "sizeref": 333.3333333333333,
                            "sizesrc": "wangjingust:1:c03317",
                            "colorsrc": "wangjingust:1:c03317",
                            "sizemode": "area",
                            "showscale": false,
                            "colorscale": [
                                [
                                    0,
                                    "#440154"
                                ],
                                [
                                    0.1111111111111111,
                                    "#482878"
                                ],
                                [
                                    0.2222222222222222,
                                    "#3e4989"
                                ],
                                [
                                    0.3333333333333333,
                                    "#31688e"
                                ],
                                [
                                    0.4444444444444444,
                                    "#26828e"
                                ],
                                [
                                    0.5555555555555556,
                                    "#1f9e89"
                                ],
                                [
                                    0.6666666666666666,
                                    "#35b779"
                                ],
                                [
                                    0.7777777777777778,
                                    "#6ece58"
                                ],
                                [
                                    0.8888888888888888,
                                    "#b5de2b"
                                ],
                                [
                                    1,
                                    "#fde725"
                                ]
                            ],
                            "reversescale": true
                        },
                        "hoveron": "points",
                        "opacity": 1,
                        "textsrc": "wangjingust:1:c03317",
                        "visible": "legendonly",
                        "cliponaxis": true,
                        "autocolorscale": false
                    },
                    {
                        "asrc": "wangjingust:1:942be0",
                        "bsrc": "wangjingust:1:c2a3b8",
                        "csrc": "wangjingust:1:1affb9",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C",
                                "marker": {
                                    "size": "F",
                                    "color": "F"
                                }
                            }
                        },
                        "mode": "markers",
                        "name": "75%",
                        "type": "scatterternary",
                        "marker": {
                            "cmax": 150866,
                            "cmin": 12140,
                            "line": {
                                "width": 0
                            },
                            "meta": {
                                "columnNames": {
                                    "size": "F",
                                    "color": "F"
                                }
                            },
                            "cauto": false,
                            "sizeref": 333.3333333333333,
                            "sizesrc": "wangjingust:1:cc0e19",
                            "colorsrc": "wangjingust:1:cc0e19",
                            "sizemode": "area",
                            "colorscale": [
                                [
                                    0,
                                    "#440154"
                                ],
                                [
                                    0.1111111111111111,
                                    "#482878"
                                ],
                                [
                                    0.2222222222222222,
                                    "#3e4989"
                                ],
                                [
                                    0.3333333333333333,
                                    "#31688e"
                                ],
                                [
                                    0.4444444444444444,
                                    "#26828e"
                                ],
                                [
                                    0.5555555555555556,
                                    "#1f9e89"
                                ],
                                [
                                    0.6666666666666666,
                                    "#35b779"
                                ],
                                [
                                    0.7777777777777778,
                                    "#6ece58"
                                ],
                                [
                                    0.8888888888888888,
                                    "#b5de2b"
                                ],
                                [
                                    1,
                                    "#fde725"
                                ]
                            ],
                            "maxdisplayed": 0,
                            "reversescale": true
                        },
                        "visible": true,
                        "autocolorscale": false
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "asrc": "DavidTen:8:800055",
                                "bsrc": "DavidTen:8:00f6ec",
                                "csrc": "DavidTen:8:16c320",
                                "mode": "markers",
                                "name": "Central Region",
                                "type": "scatterternary",
                                "frame": "2010",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(74,198,183,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:edb33b",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(74,198,183,0.5)"
                                },
                                "textsrc": "DavidTen:8:59b53d",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:25eba2",
                                "bsrc": "DavidTen:8:e2042d",
                                "csrc": "DavidTen:8:cac1c7",
                                "mode": "markers",
                                "name": "East Region",
                                "type": "scatterternary",
                                "frame": "2010",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(25,114,164,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:2603b2",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(25,114,164,0.5)"
                                },
                                "textsrc": "DavidTen:8:6af003",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:4d73c8",
                                "bsrc": "DavidTen:8:6b8c55",
                                "csrc": "DavidTen:8:c4fb0f",
                                "mode": "markers",
                                "name": "North East Region",
                                "type": "scatterternary",
                                "frame": "2010",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(150,95,138,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:79e07a",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(150,95,138,0.5)"
                                },
                                "textsrc": "DavidTen:8:18278d",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:70a503",
                                "bsrc": "DavidTen:8:6f06a4",
                                "csrc": "DavidTen:8:e51b26",
                                "mode": "markers",
                                "name": "North Region",
                                "type": "scatterternary",
                                "frame": "2010",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(255,112,112,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:b5495a",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(255,112,112,0.5)"
                                },
                                "textsrc": "DavidTen:8:e2ba11",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:27d77c",
                                "bsrc": "DavidTen:8:3a0406",
                                "csrc": "DavidTen:8:fcd4e9",
                                "mode": "markers",
                                "name": "West Region",
                                "type": "scatterternary",
                                "frame": "2010",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(198,25,81,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:0bdac7",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(198,25,81,0.5)"
                                },
                                "textsrc": "DavidTen:8:ed43fa",
                                "visible": true
                            }
                        ],
                        "name": "2010",
                        "traces": [
                            0,
                            1,
                            2,
                            3,
                            4
                        ]
                    },
                    {
                        "data": [
                            {
                                "asrc": "DavidTen:8:d7647a",
                                "bsrc": "DavidTen:8:683173",
                                "csrc": "DavidTen:8:f3ae45",
                                "mode": "markers",
                                "name": "Central Region",
                                "type": "scatterternary",
                                "frame": "2011",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(74,198,183,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:e9888a",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(74,198,183,0.5)"
                                },
                                "textsrc": "DavidTen:8:6f3999",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:a2c78e",
                                "bsrc": "DavidTen:8:03307a",
                                "csrc": "DavidTen:8:fae0a9",
                                "mode": "markers",
                                "name": "East Region",
                                "type": "scatterternary",
                                "frame": "2011",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(25,114,164,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:d129ca",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(25,114,164,0.5)"
                                },
                                "textsrc": "DavidTen:8:0d22ba",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:41ff8f",
                                "bsrc": "DavidTen:8:95f648",
                                "csrc": "DavidTen:8:824640",
                                "mode": "markers",
                                "name": "North East Region",
                                "type": "scatterternary",
                                "frame": "2011",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(150,95,138,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:5afcb4",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(150,95,138,0.5)"
                                },
                                "textsrc": "DavidTen:8:7bf150",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:fc7b51",
                                "bsrc": "DavidTen:8:ab3e0b",
                                "csrc": "DavidTen:8:9234a5",
                                "mode": "markers",
                                "name": "North Region",
                                "type": "scatterternary",
                                "frame": "2011",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(255,112,112,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:5681a9",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(255,112,112,0.5)"
                                },
                                "textsrc": "DavidTen:8:34c26f",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:41a4e6",
                                "bsrc": "DavidTen:8:29c443",
                                "csrc": "DavidTen:8:bd2a40",
                                "mode": "markers",
                                "name": "West Region",
                                "type": "scatterternary",
                                "frame": "2011",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(198,25,81,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:ba8611",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(198,25,81,0.5)"
                                },
                                "textsrc": "DavidTen:8:ebf92c",
                                "visible": true
                            }
                        ],
                        "name": "2011",
                        "traces": [
                            0,
                            1,
                            2,
                            3,
                            4
                        ]
                    },
                    {
                        "data": [
                            {
                                "asrc": "DavidTen:8:73e539",
                                "bsrc": "DavidTen:8:d9c626",
                                "csrc": "DavidTen:8:57125f",
                                "mode": "markers",
                                "name": "Central Region",
                                "type": "scatterternary",
                                "frame": "2012",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(74,198,183,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:d4e97a",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(74,198,183,0.5)"
                                },
                                "textsrc": "DavidTen:8:0d7b34",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:7f23fd",
                                "bsrc": "DavidTen:8:0dccb2",
                                "csrc": "DavidTen:8:950632",
                                "mode": "markers",
                                "name": "East Region",
                                "type": "scatterternary",
                                "frame": "2012",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(25,114,164,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:71a192",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(25,114,164,0.5)"
                                },
                                "textsrc": "DavidTen:8:143841",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:aa4bed",
                                "bsrc": "DavidTen:8:ef258e",
                                "csrc": "DavidTen:8:c10c0e",
                                "mode": "markers",
                                "name": "North East Region",
                                "type": "scatterternary",
                                "frame": "2012",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(150,95,138,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:f418a2",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(150,95,138,0.5)"
                                },
                                "textsrc": "DavidTen:8:c3549a",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:833977",
                                "bsrc": "DavidTen:8:c5a0c1",
                                "csrc": "DavidTen:8:659f90",
                                "mode": "markers",
                                "name": "North Region",
                                "type": "scatterternary",
                                "frame": "2012",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(255,112,112,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:0e5798",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(255,112,112,0.5)"
                                },
                                "textsrc": "DavidTen:8:b979a4",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:3f77d3",
                                "bsrc": "DavidTen:8:f25947",
                                "csrc": "DavidTen:8:306214",
                                "mode": "markers",
                                "name": "West Region",
                                "type": "scatterternary",
                                "frame": "2012",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(198,25,81,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:54130f",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(198,25,81,0.5)"
                                },
                                "textsrc": "DavidTen:8:188fdf",
                                "visible": true
                            }
                        ],
                        "name": "2012",
                        "traces": [
                            0,
                            1,
                            2,
                            3,
                            4
                        ]
                    },
                    {
                        "data": [
                            {
                                "asrc": "DavidTen:8:b52f8a",
                                "bsrc": "DavidTen:8:e9611b",
                                "csrc": "DavidTen:8:bb499e",
                                "mode": "markers",
                                "name": "Central Region",
                                "type": "scatterternary",
                                "frame": "2013",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(74,198,183,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:f99de4",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(74,198,183,0.5)"
                                },
                                "textsrc": "DavidTen:8:402e30",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:0bbb5c",
                                "bsrc": "DavidTen:8:317524",
                                "csrc": "DavidTen:8:4d5ec9",
                                "mode": "markers",
                                "name": "East Region",
                                "type": "scatterternary",
                                "frame": "2013",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(25,114,164,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:58a131",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(25,114,164,0.5)"
                                },
                                "textsrc": "DavidTen:8:96db91",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:ec2b54",
                                "bsrc": "DavidTen:8:f5ac72",
                                "csrc": "DavidTen:8:506731",
                                "mode": "markers",
                                "name": "North East Region",
                                "type": "scatterternary",
                                "frame": "2013",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(150,95,138,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:52dd9f",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(150,95,138,0.5)"
                                },
                                "textsrc": "DavidTen:8:fa6770",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:cffc66",
                                "bsrc": "DavidTen:8:e3f58c",
                                "csrc": "DavidTen:8:de27ed",
                                "mode": "markers",
                                "name": "North Region",
                                "type": "scatterternary",
                                "frame": "2013",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(255,112,112,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:3a3a05",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(255,112,112,0.5)"
                                },
                                "textsrc": "DavidTen:8:0d46b2",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:74fbe4",
                                "bsrc": "DavidTen:8:11ee36",
                                "csrc": "DavidTen:8:2f8463",
                                "mode": "markers",
                                "name": "West Region",
                                "type": "scatterternary",
                                "frame": "2013",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(198,25,81,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:1da65c",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(198,25,81,0.5)"
                                },
                                "textsrc": "DavidTen:8:76bb92",
                                "visible": true
                            }
                        ],
                        "name": "2013",
                        "traces": [
                            0,
                            1,
                            2,
                            3,
                            4
                        ]
                    },
                    {
                        "data": [
                            {
                                "asrc": "DavidTen:8:95facf",
                                "bsrc": "DavidTen:8:3aa400",
                                "csrc": "DavidTen:8:7052a1",
                                "mode": "markers",
                                "name": "Central Region",
                                "type": "scatterternary",
                                "frame": "2014",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(74,198,183,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:62562c",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(74,198,183,0.5)"
                                },
                                "textsrc": "DavidTen:8:c4508b",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:a4a0bb",
                                "bsrc": "DavidTen:8:ea8a5e",
                                "csrc": "DavidTen:8:791800",
                                "mode": "markers",
                                "name": "East Region",
                                "type": "scatterternary",
                                "frame": "2014",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(25,114,164,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:f9833f",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(25,114,164,0.5)"
                                },
                                "textsrc": "DavidTen:8:5a3ddd",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:1fd5a3",
                                "bsrc": "DavidTen:8:3c5d33",
                                "csrc": "DavidTen:8:fd5aa0",
                                "mode": "markers",
                                "name": "North East Region",
                                "type": "scatterternary",
                                "frame": "2014",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(150,95,138,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:da8db1",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(150,95,138,0.5)"
                                },
                                "textsrc": "DavidTen:8:41e447",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:a6c29e",
                                "bsrc": "DavidTen:8:fe5ef3",
                                "csrc": "DavidTen:8:3e900d",
                                "mode": "markers",
                                "name": "North Region",
                                "type": "scatterternary",
                                "frame": "2014",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(255,112,112,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:a2e99b",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(255,112,112,0.5)"
                                },
                                "textsrc": "DavidTen:8:130261",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:a94425",
                                "bsrc": "DavidTen:8:f1606e",
                                "csrc": "DavidTen:8:c96639",
                                "mode": "markers",
                                "name": "West Region",
                                "type": "scatterternary",
                                "frame": "2014",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(198,25,81,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:eee0b4",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(198,25,81,0.5)"
                                },
                                "textsrc": "DavidTen:8:b63c69",
                                "visible": true
                            }
                        ],
                        "name": "2014",
                        "traces": [
                            0,
                            1,
                            2,
                            3,
                            4
                        ]
                    },
                    {
                        "data": [
                            {
                                "asrc": "DavidTen:8:dbe945",
                                "bsrc": "DavidTen:8:87c3b2",
                                "csrc": "DavidTen:8:8bf178",
                                "mode": "markers",
                                "name": "Central Region",
                                "type": "scatterternary",
                                "frame": "2015",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(74,198,183,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:5d308b",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(74,198,183,0.5)"
                                },
                                "textsrc": "DavidTen:8:3ceed4",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:57c083",
                                "bsrc": "DavidTen:8:4d35db",
                                "csrc": "DavidTen:8:491f8f",
                                "mode": "markers",
                                "name": "East Region",
                                "type": "scatterternary",
                                "frame": "2015",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(25,114,164,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:bb5a5c",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(25,114,164,0.5)"
                                },
                                "textsrc": "DavidTen:8:a21440",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:711060",
                                "bsrc": "DavidTen:8:e0aef2",
                                "csrc": "DavidTen:8:cfbad1",
                                "mode": "markers",
                                "name": "North East Region",
                                "type": "scatterternary",
                                "frame": "2015",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(150,95,138,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:5640cd",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(150,95,138,0.5)"
                                },
                                "textsrc": "DavidTen:8:1a735d",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:7a6ac6",
                                "bsrc": "DavidTen:8:50b6e5",
                                "csrc": "DavidTen:8:1dd8a3",
                                "mode": "markers",
                                "name": "North Region",
                                "type": "scatterternary",
                                "frame": "2015",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(255,112,112,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:ea4f69",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(255,112,112,0.5)"
                                },
                                "textsrc": "DavidTen:8:4f6b01",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:9c0b9e",
                                "bsrc": "DavidTen:8:c07dad",
                                "csrc": "DavidTen:8:0d2cba",
                                "mode": "markers",
                                "name": "West Region",
                                "type": "scatterternary",
                                "frame": "2015",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(198,25,81,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:985903",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(198,25,81,0.5)"
                                },
                                "textsrc": "DavidTen:8:39c3be",
                                "visible": true
                            }
                        ],
                        "name": "2015",
                        "traces": [
                            0,
                            1,
                            2,
                            3,
                            4
                        ]
                    },
                    {
                        "data": [
                            {
                                "asrc": "DavidTen:8:fc3171",
                                "bsrc": "DavidTen:8:903aa3",
                                "csrc": "DavidTen:8:08442f",
                                "mode": "markers",
                                "name": "Central Region",
                                "type": "scatterternary",
                                "frame": "2016",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(74,198,183,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:07fadf",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(74,198,183,0.5)"
                                },
                                "textsrc": "DavidTen:8:9608e1",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:381445",
                                "bsrc": "DavidTen:8:2ba5d7",
                                "csrc": "DavidTen:8:f9bfa6",
                                "mode": "markers",
                                "name": "East Region",
                                "type": "scatterternary",
                                "frame": "2016",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(25,114,164,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:5531a3",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(25,114,164,0.5)"
                                },
                                "textsrc": "DavidTen:8:0bc586",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:c63198",
                                "bsrc": "DavidTen:8:fe245d",
                                "csrc": "DavidTen:8:3735ee",
                                "mode": "markers",
                                "name": "North East Region",
                                "type": "scatterternary",
                                "frame": "2016",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(150,95,138,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:ec2bbb",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(150,95,138,0.5)"
                                },
                                "textsrc": "DavidTen:8:145109",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:838b59",
                                "bsrc": "DavidTen:8:1e727a",
                                "csrc": "DavidTen:8:cf52c1",
                                "mode": "markers",
                                "name": "North Region",
                                "type": "scatterternary",
                                "frame": "2016",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(255,112,112,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:49c1ed",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(255,112,112,0.5)"
                                },
                                "textsrc": "DavidTen:8:ee33dd",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:d654e5",
                                "bsrc": "DavidTen:8:b23822",
                                "csrc": "DavidTen:8:055620",
                                "mode": "markers",
                                "name": "West Region",
                                "type": "scatterternary",
                                "frame": "2016",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(198,25,81,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:27a1eb",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(198,25,81,0.5)"
                                },
                                "textsrc": "DavidTen:8:838cab",
                                "visible": true
                            }
                        ],
                        "name": "2016",
                        "traces": [
                            0,
                            1,
                            2,
                            3,
                            4
                        ]
                    },
                    {
                        "data": [
                            {
                                "asrc": "DavidTen:8:f4149e",
                                "bsrc": "DavidTen:8:1ebf19",
                                "csrc": "DavidTen:8:dfc7b6",
                                "mode": "markers",
                                "name": "Central Region",
                                "type": "scatterternary",
                                "frame": "2017",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(74,198,183,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:3c7f98",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(74,198,183,0.5)"
                                },
                                "textsrc": "DavidTen:8:004c65",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:64c25d",
                                "bsrc": "DavidTen:8:a9b8cd",
                                "csrc": "DavidTen:8:c3471d",
                                "mode": "markers",
                                "name": "East Region",
                                "type": "scatterternary",
                                "frame": "2017",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(25,114,164,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:d24fcc",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(25,114,164,0.5)"
                                },
                                "textsrc": "DavidTen:8:7d5dff",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:4f8a84",
                                "bsrc": "DavidTen:8:51e77f",
                                "csrc": "DavidTen:8:dec642",
                                "mode": "markers",
                                "name": "North East Region",
                                "type": "scatterternary",
                                "frame": "2017",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(150,95,138,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:ce0db8",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(150,95,138,0.5)"
                                },
                                "textsrc": "DavidTen:8:201bf9",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:b4f5d0",
                                "bsrc": "DavidTen:8:99f56e",
                                "csrc": "DavidTen:8:168126",
                                "mode": "markers",
                                "name": "North Region",
                                "type": "scatterternary",
                                "frame": "2017",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(255,112,112,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:5cfb19",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(255,112,112,0.5)"
                                },
                                "textsrc": "DavidTen:8:cb1e0f",
                                "visible": true
                            },
                            {
                                "asrc": "DavidTen:8:5956ff",
                                "bsrc": "DavidTen:8:e804f5",
                                "csrc": "DavidTen:8:2a487e",
                                "mode": "markers",
                                "name": "West Region",
                                "type": "scatterternary",
                                "frame": "2017",
                                "marker": {
                                    "line": {
                                        "color": "#FFFFFF",
                                        "width": 2
                                    },
                                    "color": "rgba(198,25,81,1)",
                                    "symbol": "circle",
                                    "opacity": 0.4,
                                    "sizeref": 2,
                                    "sizesrc": "DavidTen:8:370927",
                                    "sizemode": "diameter",
                                    "fillcolor": "rgba(198,25,81,0.5)"
                                },
                                "textsrc": "DavidTen:8:149b22",
                                "visible": true
                            }
                        ],
                        "name": "2017",
                        "traces": [
                            0,
                            1,
                            2,
                            3,
                            4
                        ]
                    }
                ],
                "layout": {
                    "aaxis": {
                        "domain": [
                            0,
                            1
                        ]
                    },
                    "baxis": {
                        "domain": [
                            0,
                            1
                        ]
                    },
                    "caxis": {
                        "domain": [
                            0,
                            1
                        ]
                    },
                    "title": {
                        "text": "<br>"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "sliders": [
                        {
                            "pad": {
                                "t": 40
                            },
                            "steps": [
                                {
                                    "args": [
                                        [
                                            "2010"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "2010",
                                    "value": "2010",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2011"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "2011",
                                    "value": "2011",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2012"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "2012",
                                    "value": "2012",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2013"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "2013",
                                    "value": "2013",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2014"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "2014",
                                    "value": "2014",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2015"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "2015",
                                    "value": "2015",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2016"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "2016",
                                    "value": "2016",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2017"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "2017",
                                    "value": "2017",
                                    "method": "animate"
                                }
                            ],
                            "active": 2,
                            "visible": false,
                            "currentvalue": {
                                "font": {
                                    "size": 16,
                                    "color": "red"
                                },
                                "prefix": "YEAR ",
                                "xanchor": "right"
                            }
                        }
                    ],
                    "ternary": {
                        "sum": 1,
                        "aaxis": {
                            "title": {
                                "text": "<br>"
                            }
                        },
                        "baxis": {
                            "title": {
                                "text": "<br>"
                            }
                        },
                        "caxis": {
                            "title": {
                                "text": "<br>"
                            }
                        },
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        }
                    },
                    "autosize": true,
                    "hovermode": "closest",
                    "showlegend": true,
                    "updatemenus": [
                        {
                            "x": 0,
                            "y": 0,
                            "pad": {
                                "r": 5,
                                "t": 60
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "Play",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "right",
                            "showactive": false
                        }
                    ],
                    "plot_bgcolor": "rgb(243, 243, 243)",
                    "paper_bgcolor": "rgb(243, 243, 243)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~wangjingust",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-18 03:01:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "wangjingust",
                "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-08-17T12:07:14.568682Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~swegner98/11.embed",
            "fid": "swegner98:11",
            "filename": "Plot 11",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/swegner98/11/9_NH735AIPPCIHGX8BRBX8WSYLGS7P95.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/swegner98/11/2_6NNR0VJ0ONDR70WQAZ9DCUQQZ8M2QB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/swegner98/11/8_08J7RLDO4L8X1HG2G309BM8X6V6U6Y.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/swegner98/11/9_NH735AIPPCIHGX8BRBX8WSYLGS7P95.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/swegner98:11",
                "plots": "https://api.plotly.com/v2/plots/swegner98:11",
                "parent": "https://api.plotly.com/v2/folders/home?user=swegner98"
            },
            "owner": "swegner98",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~swegner98/11/",
            "world_readable": true,
            "date_modified": "2025-08-17T12:07:14.580Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~swegner98/11/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "error_x": {
                                    "array": "D",
                                    "arrayminus": "C"
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "swegner98:10:35dbfe",
                        "ysrc": "swegner98:10:6f8f73",
                        "error_x": {
                            "meta": {
                                "columnNames": {
                                    "array": "D",
                                    "arrayminus": "C"
                                }
                            },
                            "type": "data",
                            "visible": true,
                            "arraysrc": "swegner98:10:72d27f",
                            "symmetric": false,
                            "arrayminussrc": "swegner98:10:0a6c52"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": " 90% η²ₚ Konfidenzintervalle"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            0.6
                        ],
                        "title": {
                            "text": "η²ₚ"
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "category",
                        "range": [
                            -0.20309050772626933,
                            2.2030905077262695
                        ],
                        "title": {
                            "text": "Effekt"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~swegner98",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-06 13:26:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "swegner98",
                "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-08-17T10:51:52.653259Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~bapan/3.embed",
            "fid": "bapan:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/bapan/3/9_DWGLCOVJ5CWEIXCF20T90XMI1M2FL2.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/bapan/3/2_JK2S4G12JN731JUX90Q3D4BLQ1QRF1.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bapan/3/8_TLBY30THWMUQ6SPEA9KKJ27GT7FGXN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/bapan/3/9_DWGLCOVJ5CWEIXCF20T90XMI1M2FL2.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/bapan:3",
                "plots": "https://api.plotly.com/v2/plots/bapan:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=bapan"
            },
            "owner": "bapan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~bapan/3/",
            "world_readable": true,
            "date_modified": "2025-08-17T10:57:18.365Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~bapan/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "SF Zoo, x; LA Zoo, x",
                                "y": "SF Zoo, y"
                            }
                        },
                        "name": "Analytical",
                        "type": "bar",
                        "xsrc": "bapan:2:dcadea",
                        "ysrc": "bapan:2:94f96f"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "SF Zoo, x; LA Zoo, x",
                                "y": "LA Zoo, y"
                            }
                        },
                        "name": "Ansys",
                        "type": "bar",
                        "xsrc": "bapan:2:dcadea",
                        "ysrc": "bapan:2:e1ec93"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Comparison Of Angle Of Twist For different type of Shaft (Graph 02)"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "title": {
                            "text": "Shaft type"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            0.14
                        ],
                        "title": {
                            "text": "Angle Of  Twist"
                        },
                        "autorange": true
                    },
                    "barmode": "group",
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~bapan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-17 10:27:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "bapan",
                "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-08-17T10:51:01.489801Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~swegner98/9.embed",
            "fid": "swegner98:9",
            "filename": "Plot 9",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/swegner98/9/9_SIFSVFSQP9LK70GQ2QH3DVCCQM57ZN.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/swegner98/9/2_MVL563KJAF112Y0ICTV8PN6T3VRTQE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/swegner98/9/8_IC4DDNXJFO6TJV9OX9PHDVVGIFV3K1.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/swegner98/9/9_SIFSVFSQP9LK70GQ2QH3DVCCQM57ZN.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/swegner98:9",
                "plots": "https://api.plotly.com/v2/plots/swegner98:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=swegner98"
            },
            "owner": "swegner98",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~swegner98/9/",
            "world_readable": true,
            "date_modified": "2025-08-17T10:51:01.501Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~swegner98/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "Sham<br>",
                        "type": "box",
                        "ysrc": "swegner98:8:6e39df",
                        "boxpoints": false,
                        "stackgroup": null,
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "B"
                            }
                        },
                        "name": "Stim",
                        "type": "box",
                        "ysrc": "swegner98:8:ff0244",
                        "boxpoints": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "C"
                            }
                        },
                        "name": "Split",
                        "type": "box",
                        "ysrc": "swegner98:8:47f591",
                        "boxpoints": false
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Frequency-Pulling in verschiedenen Stimulations-Settings"
                    },
                    "xaxis": {
                        "type": "category",
                        "dtick": 0.1,
                        "range": [
                            -0.5,
                            2.5
                        ],
                        "title": {
                            "text": "Stimulationssetting"
                        },
                        "tickmode": "linear",
                        "autorange": true,
                        "rangeslider": {
                            "range": [
                                -0.5,
                                2.5
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true,
                            "thickness": 0
                        }
                    },
                    "yaxis": {
                        "type": "linear",
                        "dtick": 0.5,
                        "range": [
                            -3.1666666666666665,
                            2.166666666666667
                        ],
                        "tick0": 1,
                        "ticks": "",
                        "title": {
                            "text": "Frequencypulling"
                        },
                        "tickmode": "linear",
                        "autorange": false,
                        "automargin": false,
                        "showticklabels": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~swegner98",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-06 13:26:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "swegner98",
                "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-08-17T10:46:51.660751Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~bapan/1.embed",
            "fid": "bapan:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/bapan/1/9_QDL54U2ECTXJEK7PLABW2ICO6GEH2T.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/bapan/1/2_K5WHXJ0O0NV67G20OQZR39V2LIU992.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bapan/1/8_NA5LUECW0TYEAI530ZH65PRRB2U37M.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/bapan/1/9_QDL54U2ECTXJEK7PLABW2ICO6GEH2T.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/bapan:1",
                "plots": "https://api.plotly.com/v2/plots/bapan:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=bapan"
            },
            "owner": "bapan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~bapan/1/",
            "world_readable": true,
            "date_modified": "2025-08-17T10:47:12.598Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~bapan/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "SF Zoo, x; LA Zoo, x",
                                "y": "SF Zoo, y"
                            }
                        },
                        "name": "Analytical",
                        "type": "bar",
                        "xsrc": "bapan:0:08b3a1",
                        "ysrc": "bapan:0:458ff3"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "SF Zoo, x; LA Zoo, x",
                                "y": "LA Zoo, y"
                            }
                        },
                        "name": "Ansys",
                        "type": "bar",
                        "xsrc": "bapan:0:08b3a1",
                        "ysrc": "bapan:0:63830a",
                        "visible": true,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Maximum Stress Analysis Comparison for different types of shaft  (Graph 01)"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "title": {
                            "text": "Shaft Type"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            10.2
                        ],
                        "title": {
                            "text": "Maximum Shear Stess (Mpa )"
                        },
                        "autorange": true
                    },
                    "barmode": "group",
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~bapan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-17 10:27:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "bapan",
                "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-08-17T10:05:03.057193Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Tmms/1.embed",
            "fid": "Tmms:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Tmms/1/9_LZ2GTPAAPH4ZZTW7TC5EHYQH0TF8JW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Tmms/1/2_CHIV170QWG5TSBR8EY3T5MSTJYGH0I.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Tmms/1/8_LKPXAVJ3GNG4XVB66YCKDX9G0FE17F.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Tmms/1/9_LZ2GTPAAPH4ZZTW7TC5EHYQH0TF8JW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Tmms:1",
                "plots": "https://api.plotly.com/v2/plots/Tmms:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Tmms"
            },
            "owner": "Tmms",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Tmms/1/",
            "world_readable": true,
            "date_modified": "2025-08-17T10:05:03.069Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Tmms/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "meta": {
                                "columnNames": {
                                    "value": "C",
                                    "source": "A",
                                    "target": "B"
                                }
                            },
                            "valuesrc": "Tmms:0:d6b240",
                            "sourcesrc": "Tmms:0:67e06a",
                            "targetsrc": "Tmms:0:8afc96"
                        },
                        "meta": {
                            "columnNames": {
                                "link": {
                                    "value": "C",
                                    "source": "A",
                                    "target": "B"
                                },
                                "node": {
                                    "label": "A",
                                    "groups": ""
                                }
                            }
                        },
                        "mode": "markers",
                        "node": {
                            "meta": {
                                "columnNames": {
                                    "label": "A",
                                    "groups": "B"
                                }
                            },
                            "labelsrc": "Tmms:0:67e06a"
                        },
                        "type": "sankey"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Tmms",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/58.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-17 09:51:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Tmms",
                "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-08-17T02:59:16.018475Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~elsaeaster/23.embed",
            "fid": "elsaeaster:23",
            "filename": "PCoA_HHTAuNP_JensenShannon_g",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/elsaeaster/23/9_4CA1HFBOJPLSPYWWFC7F41QB0Q2V6F.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/elsaeaster/23/2_B324XVCA8DB6ZJQ329U0LZMU5Y7BRB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/elsaeaster/23/8_B3MB0M3SZ17GUETICZXBWGDQ5HIRX9.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/elsaeaster/23/9_4CA1HFBOJPLSPYWWFC7F41QB0Q2V6F.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/elsaeaster:23",
                "plots": "https://api.plotly.com/v2/plots/elsaeaster:23",
                "parent": "https://api.plotly.com/v2/folders/home?user=elsaeaster"
            },
            "owner": "elsaeaster",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~elsaeaster/23/",
            "world_readable": true,
            "date_modified": "2025-08-17T07:56:03.330Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~elsaeaster/23/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "CON, x",
                                "y": "CON, y",
                                "z": "CON, z",
                                "text": "CON"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>CON</b>",
                        "type": "scatter3d",
                        "xsrc": "elsaeaster:22:c5621a",
                        "ysrc": "elsaeaster:22:c54a75",
                        "zsrc": "elsaeaster:22:15b9c5",
                        "marker": {
                            "line": {
                                "color": "rgb(35, 41, 49)",
                                "width": 2
                            },
                            "size": 8,
                            "color": "rgb(106, 111, 122)"
                        },
                        "textsrc": "elsaeaster:22:95a522",
                        "visible": true,
                        "hovertemplate": ""
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "EAE, x",
                                "y": "EAE, y",
                                "z": "EAE, z",
                                "text": "EAE"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>EAE</b>",
                        "type": "scatter3d",
                        "xsrc": "elsaeaster:22:940912",
                        "ysrc": "elsaeaster:22:b58b11",
                        "zsrc": "elsaeaster:22:bc0f6b",
                        "scene": "scene",
                        "marker": {
                            "line": {
                                "color": "rgb(4, 86, 4)",
                                "width": 2
                            },
                            "color": "rgb(4, 139, 4)"
                        },
                        "textsrc": "elsaeaster:22:2592be",
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "HHT, x",
                                "y": "HHT, y",
                                "z": "HHT, z",
                                "text": "HHT"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>HHT-AuNP</b>",
                        "type": "scatter3d",
                        "xsrc": "elsaeaster:22:33836a",
                        "ysrc": "elsaeaster:22:ce5caf",
                        "zsrc": "elsaeaster:22:4479a9",
                        "marker": {
                            "line": {
                                "color": "rgb(20, 10, 138)",
                                "width": 2
                            },
                            "color": "rgb(36, 21, 220)",
                            "opacity": 1
                        },
                        "textsrc": "elsaeaster:22:747b6a"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "color": "rgb(31, 28, 28)",
                        "family": "Times New Roman"
                    },
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "range": [
                                -0.12,
                                0.12
                            ],
                            "title": {
                                "font": {
                                    "size": 20,
                                    "family": "Times New Roman"
                                },
                                "text": "<b>PCoA1 (60.4%)</b>"
                            },
                            "mirror": false,
                            "showline": true,
                            "tickfont": {
                                "size": 16,
                                "family": "Times New Roman"
                            },
                            "autorange": true,
                            "gridcolor": "rgb(201, 203, 206)",
                            "gridwidth": 1,
                            "linecolor": "rgb(31, 28, 28)",
                            "linewidth": 4,
                            "tickangle": 45,
                            "zerolinecolor": "rgb(31, 28, 28)",
                            "zerolinewidth": 2
                        },
                        "yaxis": {
                            "type": "linear",
                            "range": [
                                -0.8,
                                0.8
                            ],
                            "title": {
                                "font": {
                                    "size": 20,
                                    "family": "Times New Roman"
                                },
                                "text": "<b>PCoA2 (25.1%)</b>"
                            },
                            "mirror": false,
                            "showline": true,
                            "tickfont": {
                                "size": 16,
                                "family": "Times New Roman"
                            },
                            "autorange": false,
                            "gridcolor": "rgb(201, 203, 206)",
                            "gridwidth": 2,
                            "linecolor": "rgb(31, 28, 28)",
                            "linewidth": 3,
                            "tickangle": 45,
                            "zerolinecolor": "rgb(31, 28, 28)",
                            "zerolinewidth": 2
                        },
                        "zaxis": {
                            "type": "linear",
                            "range": [
                                -0.1,
                                0.04
                            ],
                            "title": {
                                "font": {
                                    "size": 20,
                                    "family": "Times New Roman"
                                },
                                "text": "<b>PCoA3 (12.3%)</b>"
                            },
                            "mirror": false,
                            "showline": true,
                            "tickfont": {
                                "size": 16,
                                "family": "Times New Roman"
                            },
                            "autorange": false,
                            "gridcolor": "rgb(201, 203, 206)",
                            "gridwidth": 2,
                            "linecolor": "rgb(31, 28, 28)",
                            "linewidth": 3,
                            "tickangle": 45,
                            "zerolinecolor": "rgb(31, 28, 28)",
                            "zerolinewidth": 2
                        },
                        "camera": {
                            "up": {
                                "x": -0.03833671983189215,
                                "y": -0.7541715821282178,
                                "z": 0.6555574121484342
                            },
                            "eye": {
                                "x": 0.4691869992588596,
                                "y": -1.111171512679366,
                                "z": -1.56774781469527
                            },
                            "center": {
                                "x": -0.008040576283199862,
                                "y": 0.12549169911645616,
                                "z": -0.17296393429704854
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "dragmode": "pan",
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1.40713987929723,
                            "y": 0.9771007369360449,
                            "z": 0.7273164122590772
                        }
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 30,
                            "color": "rgb(31, 28, 28)",
                            "family": "Times New Roman"
                        },
                        "text": "<b>Jensen-Shannon</b>"
                    },
                    "width": 1000,
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "height": 850,
                    "legend": {
                        "x": 0.8411144244737762,
                        "y": 0.9981818181818182,
                        "font": {
                            "size": 22,
                            "family": "Times New Roman"
                        },
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 100,
                        "l": 100,
                        "r": 101,
                        "t": 200
                    },
                    "autosize": false,
                    "colorway": [
                        "#1b9e77",
                        "#d95f02",
                        "#7570b3",
                        "#e7298a",
                        "#66a61e",
                        "#e6ab02",
                        "#a6761d",
                        "#666666"
                    ],
                    "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"
                    },
                    "uniformtext": {
                        "mode": false
                    },
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": 850,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~elsaeaster",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-14 06:58:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "elsaeaster",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}