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

{
    "next": "https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA3LTA0KzA4JTNBMjUlM0E0OC41ODg0MjMlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0wNCsxMiUzQTA4JTNBMDQuNjE1NDc2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-07-04T12:08:04.615476Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ViviRios0830/1.embed",
            "fid": "ViviRios0830:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ViviRios0830:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ViviRios0830:1/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ViviRios0830/1/8_4WGSN7E2MH7PD0UKPHDHMJ7XUVTDG5.png",
                "list-thumb": "https://api.plotly.com/v2/files/ViviRios0830:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ViviRios0830:1",
                "plots": "https://api.plotly.com/v2/plots/ViviRios0830:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=ViviRios0830"
            },
            "owner": "ViviRios0830",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ViviRios0830/1/",
            "world_readable": true,
            "date_modified": "2025-07-04T12:15:28.941Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ViviRios0830/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "AuNPs",
                        "type": "scatter",
                        "xsrc": "ViviRios0830:0:836f86",
                        "ysrc": "ViviRios0830:0:bde2d6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(25, 25, 25)"
                        },
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "name": "Conjugado AuNPs/AntiPMeV",
                        "type": "scatter",
                        "xsrc": "ViviRios0830:0:836f86",
                        "ysrc": "ViviRios0830:0:44dbb9",
                        "xaxis": "x"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D"
                            }
                        },
                        "mode": "markers",
                        "name": "Conjugado AuNPs/AntiPMeV bloqueado com BSA 0.5%",
                        "type": "scatter",
                        "xsrc": "ViviRios0830:0:836f86",
                        "ysrc": "ViviRios0830:0:4c7761",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "Conjugado AuNPs/AntiPMeV bloqueado com Caseína 0.5%",
                        "type": "scatter",
                        "xsrc": "ViviRios0830:0:836f86",
                        "ysrc": "ViviRios0830:0:da1762",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "F"
                            }
                        },
                        "mode": "markers",
                        "name": "Conjugado AuNPs/AntiPMeV Não bloqueado",
                        "type": "scatter",
                        "xsrc": "ViviRios0830:0:836f86",
                        "ysrc": "ViviRios0830:0:411e10",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.14,
                        "font": {
                            "size": 22,
                            "color": "rgb(17, 17, 18)",
                            "family": "Roboto"
                        },
                        "text": "<b>Caracterização de Conjugados por UV/Vis</b>"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            472.912673056443,
                            597.087326943557
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "color": "rgb(10, 10, 10)"
                            },
                            "text": "<b>Comprimento de onda (nm)</b>"
                        },
                        "nticks": 0,
                        "autorange": true,
                        "gridwidth": 1,
                        "automargin": true,
                        "fixedrange": false,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                472.912673056443,
                                597.087326943557
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "zerolinewidth": 0,
                        "spikethickness": 3
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -555.9923400049419,
                            9909.992340004941
                        ],
                        "title": {
                            "font": {
                                "color": "rgb(10, 10, 10)"
                            },
                            "text": "<b>OD</b>"
                        },
                        "autorange": true,
                        "showspikes": false,
                        "spikethickness": 3
                    },
                    "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/~ViviRios0830",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-04 00:27:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ViviRios0830",
                "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-07-04T10:38:06.524374Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AlexandraRN/1.embed",
            "fid": "AlexandraRN:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/AlexandraRN:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/AlexandraRN:1/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AlexandraRN/1/8_BKYW1PPSOF3X1T1BVTN9IZL47Q1SJZ.png",
                "list-thumb": "https://api.plotly.com/v2/files/AlexandraRN:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AlexandraRN:1",
                "plots": "https://api.plotly.com/v2/plots/AlexandraRN:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=AlexandraRN"
            },
            "owner": "AlexandraRN",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AlexandraRN/1/",
            "world_readable": true,
            "date_modified": "2025-07-04T10:38:06.538Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AlexandraRN/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Irf1",
                                "y": "Casp2",
                                "z": "Cd74"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "AlexandraRN:0:61b61d",
                        "ysrc": "AlexandraRN:0:c9da23",
                        "zsrc": "AlexandraRN:0:3bc0ef"
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "log",
                            "title": {
                                "text": "Irf1"
                            }
                        },
                        "yaxis": {
                            "type": "log",
                            "title": {
                                "text": "Casp2"
                            }
                        },
                        "zaxis": {
                            "type": "log",
                            "title": {
                                "text": "Cd74"
                            }
                        },
                        "camera": {
                            "up": {
                                "x": -0.16561154800857938,
                                "y": -0.42275192069762935,
                                "z": 0.8909846399981695
                            },
                            "eye": {
                                "x": 1.1587029028984968,
                                "y": 1.5780315491619463,
                                "z": 0.9641136459574513
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "orthographic"
                            }
                        },
                        "aspectmode": "manual",
                        "aspectratio": {
                            "x": 0.9027493492452436,
                            "y": 0.8660311447640427,
                            "z": 1.279084703584583
                        }
                    },
                    "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/~AlexandraRN",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/74.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-04 09:17:32",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AlexandraRN",
                "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-07-04T10:12:27.504335Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab/15.embed",
            "fid": "l.morelli.cartcaslab:15",
            "filename": "Plot 15",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:15/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:15/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/l.morelli.cartcaslab/15/8_GS8S3C0CQMX8RXW6HLD8EVL8CWKFMW.png",
                "list-thumb": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:15/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:15",
                "plots": "https://api.plotly.com/v2/plots/l.morelli.cartcaslab:15",
                "parent": "https://api.plotly.com/v2/folders/home?user=l.morelli.cartcaslab"
            },
            "owner": "l.morelli.cartcaslab",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab/15/",
            "world_readable": true,
            "date_modified": "2025-07-04T10:12:27.516Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab/15/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "True, x",
                                "y": "True, y"
                            }
                        },
                        "name": "True",
                        "type": "bar",
                        "xsrc": "l.morelli.cartcaslab:14:29653f",
                        "ysrc": "l.morelli.cartcaslab:14:676f5b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "#E45756",
                            "pattern": {
                                "shape": ""
                            }
                        },
                        "showlegend": true,
                        "legendgroup": "True",
                        "offsetgroup": "True",
                        "orientation": "h",
                        "textposition": "auto",
                        "hovertemplate": "segno=True<br>Spearman ρ=%{x}<br>Habitat=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "False, x",
                                "y": "False, y"
                            }
                        },
                        "name": "False",
                        "type": "bar",
                        "xsrc": "l.morelli.cartcaslab:14:3fbb55",
                        "ysrc": "l.morelli.cartcaslab:14:235f95",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "#1B9E77",
                            "pattern": {
                                "shape": ""
                            }
                        },
                        "showlegend": true,
                        "legendgroup": "False",
                        "offsetgroup": "False",
                        "orientation": "h",
                        "textposition": "auto",
                        "hovertemplate": "segno=False<br>Spearman ρ=%{x}<br>Habitat=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "dtick": 0.25,
                        "range": [
                            -1,
                            1
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "showticklabels": false
                    },
                    "yaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            8.5
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true,
                        "categoryarray": [
                            "HABITAT28_122122",
                            "HABITAT26_122112",
                            "HABITAT49_221111",
                            "HABITAT48_212222",
                            "HABITAT18_121112",
                            "HABITAT51_221121",
                            "HABITAT39_211221",
                            "HABITAT20_121122",
                            "HABITAT47_212221"
                        ],
                        "categoryorder": "array",
                        "showticklabels": false
                    },
                    "bargap": 0.5,
                    "legend": {
                        "title": {
                            "text": "segno"
                        },
                        "tracegroupgap": 0
                    },
                    "margin": {
                        "r": 300,
                        "t": 60
                    },
                    "barmode": "relative",
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "coloraxis": {
                        "showscale": false
                    },
                    "showlegend": false,
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-16 10:14:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "l.morelli.cartcaslab",
                "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-07-04T10:06:12.671065Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab/13.embed",
            "fid": "l.morelli.cartcaslab:13",
            "filename": "Plot 13",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:13/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:13/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/l.morelli.cartcaslab/13/8_9MNOI0ET2PNKWW5VAIO71CU20Q9XB1.png",
                "list-thumb": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:13/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:13",
                "plots": "https://api.plotly.com/v2/plots/l.morelli.cartcaslab:13",
                "parent": "https://api.plotly.com/v2/folders/home?user=l.morelli.cartcaslab"
            },
            "owner": "l.morelli.cartcaslab",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab/13/",
            "world_readable": true,
            "date_modified": "2025-07-04T10:06:12.681Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab/13/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "True, x",
                                "y": "True, y"
                            }
                        },
                        "mode": "markers",
                        "name": "True",
                        "type": "scatter",
                        "xsrc": "l.morelli.cartcaslab:12:dffc2c",
                        "ysrc": "l.morelli.cartcaslab:12:d0b7da",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "size": 8,
                            "color": "#1B9E77",
                            "symbol": "square"
                        },
                        "error_x": {
                            "meta": {
                                "columnNames": {
                                    "array": "True, array",
                                    "arrayminus": "True, arrayminus"
                                }
                            },
                            "arraysrc": "l.morelli.cartcaslab:12:d7f719",
                            "arrayminussrc": "l.morelli.cartcaslab:12:5ce47a"
                        },
                        "showlegend": true,
                        "legendgroup": "True",
                        "orientation": "h",
                        "hovertemplate": "hazard_sign=True<br>hazard_ratio=%{x}<br>habitat=%{y}<extra></extra>"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "False, x",
                                "y": "False, y"
                            }
                        },
                        "mode": "markers",
                        "name": "False",
                        "type": "scatter",
                        "xsrc": "l.morelli.cartcaslab:12:ecf01d",
                        "ysrc": "l.morelli.cartcaslab:12:0d97fd",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "size": 8,
                            "color": "#E45756",
                            "symbol": "square"
                        },
                        "error_x": {
                            "meta": {
                                "columnNames": {
                                    "array": "False, array",
                                    "arrayminus": "False, arrayminus"
                                }
                            },
                            "arraysrc": "l.morelli.cartcaslab:12:9cc91a",
                            "arrayminussrc": "l.morelli.cartcaslab:12:b2fca5"
                        },
                        "showlegend": true,
                        "legendgroup": "False",
                        "orientation": "h",
                        "hovertemplate": "hazard_sign=False<br>hazard_ratio=%{x}<br>habitat=%{y}<extra></extra>"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.03203148923134208,
                            2.659707444192465
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "type": "category",
                        "range": [
                            -0.7097315436241611,
                            9.70973154362416
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true,
                        "categoryarray": [
                            "HABITAT26_122112",
                            "HABITAT28_122122",
                            "HABITAT16_112222",
                            "HABITAT18_121112",
                            "HABITAT17_121111",
                            "HABITAT20_121122",
                            "HABITAT48_212222",
                            "HABITAT19_121121",
                            "HABITAT49_221111",
                            "HABITAT47_212221"
                        ],
                        "categoryorder": "array",
                        "showticklabels": false
                    },
                    "legend": {
                        "title": {
                            "text": "hazard_sign"
                        },
                        "tracegroupgap": 0
                    },
                    "margin": {
                        "r": 250,
                        "t": 60
                    },
                    "shapes": [
                        {
                            "x0": 1,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "dash": "dash",
                                "width": 1
                            },
                            "type": "line",
                            "xref": "x",
                            "yref": "paper"
                        }
                    ],
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "white",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#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
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "white",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "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": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "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",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "showlegend": false,
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-16 10:14:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "l.morelli.cartcaslab",
                "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-07-04T10:01:11.452565Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab/11.embed",
            "fid": "l.morelli.cartcaslab:11",
            "filename": "Plot 11",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:11/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:11/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/l.morelli.cartcaslab/11/8_QOH2RHDC5SEBZL3WBKKLBBB9A4WOOL.png",
                "list-thumb": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:11/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:11",
                "plots": "https://api.plotly.com/v2/plots/l.morelli.cartcaslab:11",
                "parent": "https://api.plotly.com/v2/folders/home?user=l.morelli.cartcaslab"
            },
            "owner": "l.morelli.cartcaslab",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab/11/",
            "world_readable": true,
            "date_modified": "2025-07-04T10:01:11.462Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab/11/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "0, x",
                                "y": "0, y",
                                "customdata": "0, customdata[0]; 0 (1), customdata[0]; 0 (2), customdata[0] - 0, customdata[1]; 0 (1), customdata[1]; 0 (2), customdata[1] - 0, customdata[2]; 0 (1), customdata[2]; 0 (2), customdata[2] - 0, customdata[3]; 0 (1), customdata[3]; 0 (2), customdata[3] - 0, customdata[4]; 0 (1), customdata[4]; 0 (2), customdata[4] - 0, customdata[5]; 0 (1), customdata[5]; 0 (2), customdata[5] - 0, customdata[6]; 0 (1), customdata[6]; 0 (2), customdata[6]"
                            }
                        },
                        "name": "0",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:10:d54e65",
                        "ysrc": "l.morelli.cartcaslab:10:7dbc9a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "#1B9E77"
                        },
                        "notched": false,
                        "showlegend": true,
                        "legendgroup": "0",
                        "offsetgroup": "0",
                        "orientation": "v",
                        "customdatasrc": "l.morelli.cartcaslab:10:309716,0ccf8a,0d7b3b,293d48,e13cd7,7bc9e2,157b7e",
                        "hovertemplate": "earlyLR_24m=0<br>habitat=%{x}<br>value=%{y}<br>pt=%{customdata[0]}<br>fup_2024=%{customdata[1]}<br>time2rec_2024=%{customdata[2]}<br>GTV-rec-overlap=%{customdata[3]}<br>CTVHD-rec-overlap=%{customdata[4]}<br>CTVLD-rec-overlap=%{customdata[5]}<br>timepoint=%{customdata[6]}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "0 (1), x",
                                "y": "0 (1), y",
                                "customdata": "0, customdata[0]; 0 (1), customdata[0]; 0 (2), customdata[0] - 0, customdata[1]; 0 (1), customdata[1]; 0 (2), customdata[1] - 0, customdata[2]; 0 (1), customdata[2]; 0 (2), customdata[2] - 0, customdata[3]; 0 (1), customdata[3]; 0 (2), customdata[3] - 0, customdata[4]; 0 (1), customdata[4]; 0 (2), customdata[4] - 0, customdata[5]; 0 (1), customdata[5]; 0 (2), customdata[5] - 0, customdata[6]; 0 (1), customdata[6]; 0 (2), customdata[6]"
                            }
                        },
                        "name": "0",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:10:3048ac",
                        "ysrc": "l.morelli.cartcaslab:10:c3ea67",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "#1B9E77"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "0",
                        "offsetgroup": "0",
                        "orientation": "v",
                        "customdatasrc": "l.morelli.cartcaslab:10:309716,0ccf8a,0d7b3b,293d48,e13cd7,7bc9e2,157b7e",
                        "hovertemplate": "earlyLR_24m=0<br>habitat=%{x}<br>value=%{y}<br>pt=%{customdata[0]}<br>fup_2024=%{customdata[1]}<br>time2rec_2024=%{customdata[2]}<br>GTV-rec-overlap=%{customdata[3]}<br>CTVHD-rec-overlap=%{customdata[4]}<br>CTVLD-rec-overlap=%{customdata[5]}<br>timepoint=%{customdata[6]}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "0 (2), x",
                                "y": "0 (2), y",
                                "customdata": "0, customdata[0]; 0 (1), customdata[0]; 0 (2), customdata[0] - 0, customdata[1]; 0 (1), customdata[1]; 0 (2), customdata[1] - 0, customdata[2]; 0 (1), customdata[2]; 0 (2), customdata[2] - 0, customdata[3]; 0 (1), customdata[3]; 0 (2), customdata[3] - 0, customdata[4]; 0 (1), customdata[4]; 0 (2), customdata[4] - 0, customdata[5]; 0 (1), customdata[5]; 0 (2), customdata[5] - 0, customdata[6]; 0 (1), customdata[6]; 0 (2), customdata[6]"
                            }
                        },
                        "name": "0",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:10:c207f3",
                        "ysrc": "l.morelli.cartcaslab:10:4b7312",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "color": "#1B9E77"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "0",
                        "offsetgroup": "0",
                        "orientation": "v",
                        "customdatasrc": "l.morelli.cartcaslab:10:309716,0ccf8a,0d7b3b,293d48,e13cd7,7bc9e2,157b7e",
                        "hovertemplate": "earlyLR_24m=0<br>habitat=%{x}<br>value=%{y}<br>pt=%{customdata[0]}<br>fup_2024=%{customdata[1]}<br>time2rec_2024=%{customdata[2]}<br>GTV-rec-overlap=%{customdata[3]}<br>CTVHD-rec-overlap=%{customdata[4]}<br>CTVLD-rec-overlap=%{customdata[5]}<br>timepoint=%{customdata[6]}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "1, x",
                                "y": "1, y",
                                "customdata": "1, customdata[0]; 1 (1), customdata[0]; 1 (2), customdata[0] - 1, customdata[1]; 1 (1), customdata[1]; 1 (2), customdata[1] - 1, customdata[2]; 1 (1), customdata[2]; 1 (2), customdata[2] - 1, customdata[3]; 1 (1), customdata[3]; 1 (2), customdata[3] - 1, customdata[4]; 1 (1), customdata[4]; 1 (2), customdata[4] - 1, customdata[5]; 1 (1), customdata[5]; 1 (2), customdata[5] - 1, customdata[6]; 1 (1), customdata[6]; 1 (2), customdata[6]"
                            }
                        },
                        "name": "1",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:10:3cda99",
                        "ysrc": "l.morelli.cartcaslab:10:f44380",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "#F58518"
                        },
                        "notched": false,
                        "showlegend": true,
                        "legendgroup": "1",
                        "offsetgroup": "1",
                        "orientation": "v",
                        "customdatasrc": "l.morelli.cartcaslab:10:f70470,bad70d,a45a7b,9f5834,a290b5,e626e7,9e79ef",
                        "hovertemplate": "earlyLR_24m=1<br>habitat=%{x}<br>value=%{y}<br>pt=%{customdata[0]}<br>fup_2024=%{customdata[1]}<br>time2rec_2024=%{customdata[2]}<br>GTV-rec-overlap=%{customdata[3]}<br>CTVHD-rec-overlap=%{customdata[4]}<br>CTVLD-rec-overlap=%{customdata[5]}<br>timepoint=%{customdata[6]}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "1 (1), x",
                                "y": "1 (1), y",
                                "customdata": "1, customdata[0]; 1 (1), customdata[0]; 1 (2), customdata[0] - 1, customdata[1]; 1 (1), customdata[1]; 1 (2), customdata[1] - 1, customdata[2]; 1 (1), customdata[2]; 1 (2), customdata[2] - 1, customdata[3]; 1 (1), customdata[3]; 1 (2), customdata[3] - 1, customdata[4]; 1 (1), customdata[4]; 1 (2), customdata[4] - 1, customdata[5]; 1 (1), customdata[5]; 1 (2), customdata[5] - 1, customdata[6]; 1 (1), customdata[6]; 1 (2), customdata[6]"
                            }
                        },
                        "name": "1",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:10:d3577e",
                        "ysrc": "l.morelli.cartcaslab:10:b9cc09",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "#F58518"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "1",
                        "offsetgroup": "1",
                        "orientation": "v",
                        "customdatasrc": "l.morelli.cartcaslab:10:f70470,bad70d,a45a7b,9f5834,a290b5,e626e7,9e79ef",
                        "hovertemplate": "earlyLR_24m=1<br>habitat=%{x}<br>value=%{y}<br>pt=%{customdata[0]}<br>fup_2024=%{customdata[1]}<br>time2rec_2024=%{customdata[2]}<br>GTV-rec-overlap=%{customdata[3]}<br>CTVHD-rec-overlap=%{customdata[4]}<br>CTVLD-rec-overlap=%{customdata[5]}<br>timepoint=%{customdata[6]}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "1 (2), x",
                                "y": "1 (2), y",
                                "customdata": "1, customdata[0]; 1 (1), customdata[0]; 1 (2), customdata[0] - 1, customdata[1]; 1 (1), customdata[1]; 1 (2), customdata[1] - 1, customdata[2]; 1 (1), customdata[2]; 1 (2), customdata[2] - 1, customdata[3]; 1 (1), customdata[3]; 1 (2), customdata[3] - 1, customdata[4]; 1 (1), customdata[4]; 1 (2), customdata[4] - 1, customdata[5]; 1 (1), customdata[5]; 1 (2), customdata[5] - 1, customdata[6]; 1 (1), customdata[6]; 1 (2), customdata[6]"
                            }
                        },
                        "name": "1",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:10:ea23c4",
                        "ysrc": "l.morelli.cartcaslab:10:9b7a5d",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "color": "#F58518"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "1",
                        "offsetgroup": "1",
                        "orientation": "v",
                        "customdatasrc": "l.morelli.cartcaslab:10:f70470,bad70d,a45a7b,9f5834,a290b5,e626e7,9e79ef",
                        "hovertemplate": "earlyLR_24m=1<br>habitat=%{x}<br>value=%{y}<br>pt=%{customdata[0]}<br>fup_2024=%{customdata[1]}<br>time2rec_2024=%{customdata[2]}<br>GTV-rec-overlap=%{customdata[3]}<br>CTVHD-rec-overlap=%{customdata[4]}<br>CTVLD-rec-overlap=%{customdata[5]}<br>timepoint=%{customdata[6]}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "2, x",
                                "y": "2, y",
                                "customdata": "2, customdata[0]; 2 (1), customdata[0]; 2 (2), customdata[0] - 2, customdata[1]; 2 (1), customdata[1]; 2 (2), customdata[1] - 2, customdata[2]; 2 (1), customdata[2]; 2 (2), customdata[2] - 2, customdata[3]; 2 (1), customdata[3]; 2 (2), customdata[3] - 2, customdata[4]; 2 (1), customdata[4]; 2 (2), customdata[4] - 2, customdata[5]; 2 (1), customdata[5]; 2 (2), customdata[5] - 2, customdata[6]; 2 (1), customdata[6]; 2 (2), customdata[6]"
                            }
                        },
                        "name": "2",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:10:a8d74f",
                        "ysrc": "l.morelli.cartcaslab:10:5aceef",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "#E45756"
                        },
                        "notched": false,
                        "showlegend": true,
                        "legendgroup": "2",
                        "offsetgroup": "2",
                        "orientation": "v",
                        "customdatasrc": "l.morelli.cartcaslab:10:057b53,595649,ec53db,3799f6,8c4748,005800,2ffedb",
                        "hovertemplate": "earlyLR_24m=2<br>habitat=%{x}<br>value=%{y}<br>pt=%{customdata[0]}<br>fup_2024=%{customdata[1]}<br>time2rec_2024=%{customdata[2]}<br>GTV-rec-overlap=%{customdata[3]}<br>CTVHD-rec-overlap=%{customdata[4]}<br>CTVLD-rec-overlap=%{customdata[5]}<br>timepoint=%{customdata[6]}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "2 (1), x",
                                "y": "2 (1), y",
                                "customdata": "2, customdata[0]; 2 (1), customdata[0]; 2 (2), customdata[0] - 2, customdata[1]; 2 (1), customdata[1]; 2 (2), customdata[1] - 2, customdata[2]; 2 (1), customdata[2]; 2 (2), customdata[2] - 2, customdata[3]; 2 (1), customdata[3]; 2 (2), customdata[3] - 2, customdata[4]; 2 (1), customdata[4]; 2 (2), customdata[4] - 2, customdata[5]; 2 (1), customdata[5]; 2 (2), customdata[5] - 2, customdata[6]; 2 (1), customdata[6]; 2 (2), customdata[6]"
                            }
                        },
                        "name": "2",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:10:5863df",
                        "ysrc": "l.morelli.cartcaslab:10:bdec36",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "#E45756"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "2",
                        "offsetgroup": "2",
                        "orientation": "v",
                        "customdatasrc": "l.morelli.cartcaslab:10:057b53,595649,ec53db,3799f6,8c4748,005800,2ffedb",
                        "hovertemplate": "earlyLR_24m=2<br>habitat=%{x}<br>value=%{y}<br>pt=%{customdata[0]}<br>fup_2024=%{customdata[1]}<br>time2rec_2024=%{customdata[2]}<br>GTV-rec-overlap=%{customdata[3]}<br>CTVHD-rec-overlap=%{customdata[4]}<br>CTVLD-rec-overlap=%{customdata[5]}<br>timepoint=%{customdata[6]}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "2 (2), x",
                                "y": "2 (2), y",
                                "customdata": "2, customdata[0]; 2 (1), customdata[0]; 2 (2), customdata[0] - 2, customdata[1]; 2 (1), customdata[1]; 2 (2), customdata[1] - 2, customdata[2]; 2 (1), customdata[2]; 2 (2), customdata[2] - 2, customdata[3]; 2 (1), customdata[3]; 2 (2), customdata[3] - 2, customdata[4]; 2 (1), customdata[4]; 2 (2), customdata[4] - 2, customdata[5]; 2 (1), customdata[5]; 2 (2), customdata[5] - 2, customdata[6]; 2 (1), customdata[6]; 2 (2), customdata[6]"
                            }
                        },
                        "name": "2",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:10:99afbd",
                        "ysrc": "l.morelli.cartcaslab:10:bb0c7b",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "color": "#E45756"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "2",
                        "offsetgroup": "2",
                        "orientation": "v",
                        "customdatasrc": "l.morelli.cartcaslab:10:057b53,595649,ec53db,3799f6,8c4748,005800,2ffedb",
                        "hovertemplate": "earlyLR_24m=2<br>habitat=%{x}<br>value=%{y}<br>pt=%{customdata[0]}<br>fup_2024=%{customdata[1]}<br>time2rec_2024=%{customdata[2]}<br>GTV-rec-overlap=%{customdata[3]}<br>CTVHD-rec-overlap=%{customdata[4]}<br>CTVLD-rec-overlap=%{customdata[5]}<br>timepoint=%{customdata[6]}<extra></extra>",
                        "alignmentgroup": "True"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "y": 0.95,
                        "text": "Habitat frequency baseline - (GTV_None) - earlyLR_24m",
                        "yref": "container",
                        "yanchor": "bottom"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5120987256009034,
                            0.5120987256009034
                        ],
                        "anchor": "y",
                        "domain": [
                            0,
                            0.27999999999999997
                        ],
                        "autorange": true,
                        "categoryarray": [
                            "HABITAT47_212221",
                            "HABITAT28_122122",
                            "HABITAT26_122112"
                        ],
                        "categoryorder": "array",
                        "showticklabels": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.0943996335029158,
                            0.5846067982918332
                        ],
                        "title": {
                            "text": "value"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true,
                        "tickformat": ".0%",
                        "showticklabels": false
                    },
                    "legend": {
                        "x": 0,
                        "y": -0.1,
                        "title": {
                            "text": ""
                        },
                        "yanchor": "top",
                        "orientation": "h",
                        "tracegroupgap": 0
                    },
                    "margin": {
                        "t": 125
                    },
                    "shapes": [],
                    "xaxis2": {
                        "type": "category",
                        "range": [
                            0.48790127439909664,
                            1.5120987256009033
                        ],
                        "anchor": "y2",
                        "domain": [
                            0.36,
                            0.6399999999999999
                        ],
                        "autorange": true,
                        "categoryarray": [
                            "HABITAT47_212221",
                            "HABITAT28_122122",
                            "HABITAT26_122112"
                        ],
                        "categoryorder": "array",
                        "showticklabels": false
                    },
                    "xaxis3": {
                        "type": "category",
                        "range": [
                            1.4879012743990967,
                            2.5120987256009033
                        ],
                        "anchor": "y3",
                        "domain": [
                            0.72,
                            1
                        ],
                        "autorange": true,
                        "categoryarray": [
                            "HABITAT47_212221",
                            "HABITAT28_122122",
                            "HABITAT26_122112"
                        ],
                        "categoryorder": "array",
                        "showticklabels": false
                    },
                    "yaxis2": {
                        "type": "linear",
                        "range": [
                            -0.009803921568627453,
                            0.16937992467729135
                        ],
                        "anchor": "x2",
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": false,
                        "tickformat": ".0%",
                        "showticklabels": false
                    },
                    "yaxis3": {
                        "type": "linear",
                        "range": [
                            -0.008661771709151465,
                            0.17836296197746304
                        ],
                        "anchor": "x3",
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true,
                        "tickformat": ".0%",
                        "showticklabels": false
                    },
                    "boxmode": "group",
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-16 10:14:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "l.morelli.cartcaslab",
                "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-07-04T09:55:29.032908Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Venki8578/5.embed",
            "fid": "Venki8578:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Venki8578:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Venki8578:5/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Venki8578/5/8_KQ564TME3EU55N5YIF0R56W7C6P32Q.png",
                "list-thumb": "https://api.plotly.com/v2/files/Venki8578:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Venki8578:5",
                "plots": "https://api.plotly.com/v2/plots/Venki8578:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=Venki8578"
            },
            "owner": "Venki8578",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Venki8578/5/",
            "world_readable": true,
            "date_modified": "2025-07-05T05:28:34.571Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Venki8578/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "dot",
                            "color": "rgb(1, 3, 31)",
                            "shape": "linear",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "marker": {
                                    "size": "B"
                                }
                            }
                        },
                        "mode": "markers+lines+text",
                        "name": "trace 1",
                        "type": "scatter",
                        "xsrc": "Venki8578:4:600646",
                        "ysrc": "Venki8578:4:9fe03a",
                        "marker": {
                            "line": {
                                "color": "rgb(1, 31, 5)"
                            },
                            "meta": {
                                "columnNames": {
                                    "size": "B"
                                }
                            },
                            "size": 6,
                            "color": "rgb(197, 33, 208)",
                            "sizeref": 7.430083706879997,
                            "sizemode": "area"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            0,
                            14
                        ],
                        "tick0": 1,
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 12,
                                "family": "Arial"
                            },
                            "text": "pH value"
                        },
                        "domain": [
                            0,
                            0.8
                        ],
                        "ticklen": 3,
                        "showline": false,
                        "tickmode": "linear",
                        "autorange": false,
                        "gridcolor": "rgb(1, 9, 23)",
                        "linecolor": "rgb(0, 8, 19)",
                        "tickwidth": 3,
                        "zerolinecolor": "rgb(0, 2, 6)",
                        "zerolinewidth": 2
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -460.2555555555556,
                            460.2555555555556
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 12,
                                "family": "Arial"
                            },
                            "text": "Sensor O/P for\n&nbsp;&nbsp;Ideal pH Value"
                        },
                        "domain": [
                            0,
                            0.8
                        ],
                        "nticks": 10,
                        "ticklen": 3,
                        "tickfont": {
                            "size": 11
                        },
                        "autorange": false,
                        "tickwidth": 3
                    },
                    "images": [],
                    "shapes": [],
                    "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"
                    },
                    "annotations": [
                        {
                            "text": "Mid Point Nutral(0,0)"
                        },
                        {
                            "x": 4,
                            "y": 177.65,
                            "text": "High Point Acidic(4,177.65)"
                        },
                        {
                            "x": 10,
                            "y": -177.65,
                            "text": "Low point Basic (10,-177.65)"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Venki8578",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-01 07:06:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Venki8578",
                "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-07-04T09:45:59.671699Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab/9.embed",
            "fid": "l.morelli.cartcaslab:9",
            "filename": "Plot 9",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:9/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:9/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/l.morelli.cartcaslab/9/8_JHF5MLCHPEONDCIYOSRW33U6RFK4GU.png",
                "list-thumb": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:9/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:9",
                "plots": "https://api.plotly.com/v2/plots/l.morelli.cartcaslab:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=l.morelli.cartcaslab"
            },
            "owner": "l.morelli.cartcaslab",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab/9/",
            "world_readable": true,
            "date_modified": "2025-07-04T09:45:59.682Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "Trace 0, y; Trace 1, y; Trace 2, y",
                                "z": "Trace 0, z[0] - Trace 0, z[1] - Trace 0, z[2] - Trace 0, z[3] - Trace 0, z[4] - Trace 0, z[5] - Trace 0, z[6] - Trace 0, z[7] - Trace 0, z[8] - Trace 0, z[9]",
                                "text": "Trace 0, text[0] - Trace 0, text[1] - Trace 0, text[2] - Trace 0, text[3] - Trace 0, text[4] - Trace 0, text[5] - Trace 0, text[6] - Trace 0, text[7] - Trace 0, text[8] - Trace 0, text[9]"
                            }
                        },
                        "type": "heatmap",
                        "xsrc": "l.morelli.cartcaslab:8:12f9c3",
                        "ysrc": "l.morelli.cartcaslab:8:775e16",
                        "zmax": 0.023075019071890236,
                        "zmin": 4.350902776138842e-05,
                        "zsrc": "l.morelli.cartcaslab:8:f4e66d,ecacd2,1ae4d6,641586,08a04d,cbcd56,586fbe,1699b6,d616e3,09a3b2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "textsrc": "l.morelli.cartcaslab:8:69238b,21f923,1da8b5,c4d104,bb1e24,f7efea,e1e96d,86c1c3,0f907e,7d5012",
                        "colorbar": {
                            "x": 0.16,
                            "y": -0.55,
                            "len": 0.3,
                            "meta": {
                                "columnNames": {
                                    "ticktext": "Trace 0, ticktext; Trace 1, ticktext",
                                    "tickvals": "Trace 0, tickvals; Trace 1, tickvals"
                                }
                            },
                            "tickfont": {
                                "size": 16
                            },
                            "tickmode": "array",
                            "orientation": "h",
                            "ticktextsrc": "l.morelli.cartcaslab:8:b4879e",
                            "tickvalssrc": "l.morelli.cartcaslab:8:de92fc",
                            "ticklabelposition": "outside bottom"
                        },
                        "textfont": {
                            "size": 14
                        },
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "rgb(12, 51, 131)"
                            ],
                            [
                                0.1,
                                "rgb(12, 51, 131)"
                            ],
                            [
                                0.1,
                                "rgb(11, 89, 155)"
                            ],
                            [
                                0.2,
                                "rgb(11, 89, 155)"
                            ],
                            [
                                0.2,
                                "rgb(10, 127, 180)"
                            ],
                            [
                                0.3,
                                "rgb(10, 127, 180)"
                            ],
                            [
                                0.3,
                                "rgb(87, 161, 143)"
                            ],
                            [
                                0.4,
                                "rgb(87, 161, 143)"
                            ],
                            [
                                0.4,
                                "rgb(190, 194, 85)"
                            ],
                            [
                                0.5,
                                "rgb(190, 194, 85)"
                            ],
                            [
                                0.5,
                                "rgb(242, 196, 56)"
                            ],
                            [
                                0.6,
                                "rgb(242, 196, 56)"
                            ],
                            [
                                0.6,
                                "rgb(242, 166, 56)"
                            ],
                            [
                                0.7,
                                "rgb(242, 166, 56)"
                            ],
                            [
                                0.7,
                                "rgb(239, 130, 53)"
                            ],
                            [
                                0.8,
                                "rgb(239, 130, 53)"
                            ],
                            [
                                0.8,
                                "rgb(228, 80, 42)"
                            ],
                            [
                                0.9,
                                "rgb(228, 80, 42)"
                            ],
                            [
                                0.9,
                                "rgb(217, 30, 30)"
                            ],
                            [
                                1,
                                "rgb(217, 30, 30)"
                            ]
                        ],
                        "texttemplate": "%{text:.3f}"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "Trace 0, y; Trace 1, y; Trace 2, y",
                                "z": "Trace 1, z[0] - Trace 1, z[1] - Trace 1, z[2] - Trace 1, z[3] - Trace 1, z[4] - Trace 1, z[5] - Trace 1, z[6] - Trace 1, z[7] - Trace 1, z[8] - Trace 1, z[9]",
                                "text": "Trace 1, text[0] - Trace 1, text[1] - Trace 1, text[2] - Trace 1, text[3] - Trace 1, text[4] - Trace 1, text[5] - Trace 1, text[6] - Trace 1, text[7] - Trace 1, text[8] - Trace 1, text[9]"
                            }
                        },
                        "type": "heatmap",
                        "xsrc": "l.morelli.cartcaslab:8:12f9c3",
                        "ysrc": "l.morelli.cartcaslab:8:775e16",
                        "zmax": 0.023075019071890236,
                        "zmin": 4.350902776138842e-05,
                        "zsrc": "l.morelli.cartcaslab:8:1ff312,a64aa3,07d3b1,51a190,7b13f7,657429,51ab27,ed7424,6feab4,fe4f2a",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "textsrc": "l.morelli.cartcaslab:8:5c5650,e9d318,5e8a90,763fb3,cb532b,94eded,1c2390,c47f20,1fe629,2debdb",
                        "colorbar": {
                            "x": 0.5,
                            "y": -0.55,
                            "len": 0.3,
                            "meta": {
                                "columnNames": {
                                    "ticktext": "Trace 0, ticktext; Trace 1, ticktext",
                                    "tickvals": "Trace 0, tickvals; Trace 1, tickvals"
                                }
                            },
                            "tickfont": {
                                "size": 16
                            },
                            "tickmode": "array",
                            "orientation": "h",
                            "ticktextsrc": "l.morelli.cartcaslab:8:b4879e",
                            "tickvalssrc": "l.morelli.cartcaslab:8:de92fc",
                            "ticklabelposition": "outside bottom"
                        },
                        "textfont": {
                            "size": 14
                        },
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "rgb(12, 51, 131)"
                            ],
                            [
                                0.1,
                                "rgb(12, 51, 131)"
                            ],
                            [
                                0.1,
                                "rgb(11, 89, 155)"
                            ],
                            [
                                0.2,
                                "rgb(11, 89, 155)"
                            ],
                            [
                                0.2,
                                "rgb(10, 127, 180)"
                            ],
                            [
                                0.3,
                                "rgb(10, 127, 180)"
                            ],
                            [
                                0.3,
                                "rgb(87, 161, 143)"
                            ],
                            [
                                0.4,
                                "rgb(87, 161, 143)"
                            ],
                            [
                                0.4,
                                "rgb(190, 194, 85)"
                            ],
                            [
                                0.5,
                                "rgb(190, 194, 85)"
                            ],
                            [
                                0.5,
                                "rgb(242, 196, 56)"
                            ],
                            [
                                0.6,
                                "rgb(242, 196, 56)"
                            ],
                            [
                                0.6,
                                "rgb(242, 166, 56)"
                            ],
                            [
                                0.7,
                                "rgb(242, 166, 56)"
                            ],
                            [
                                0.7,
                                "rgb(239, 130, 53)"
                            ],
                            [
                                0.8,
                                "rgb(239, 130, 53)"
                            ],
                            [
                                0.8,
                                "rgb(228, 80, 42)"
                            ],
                            [
                                0.9,
                                "rgb(228, 80, 42)"
                            ],
                            [
                                0.9,
                                "rgb(217, 30, 30)"
                            ],
                            [
                                1,
                                "rgb(217, 30, 30)"
                            ]
                        ],
                        "texttemplate": "%{text:.3f}"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "Trace 0, y; Trace 1, y; Trace 2, y",
                                "z": "Trace 2, z[0] - Trace 2, z[1] - Trace 2, z[2] - Trace 2, z[3] - Trace 2, z[4] - Trace 2, z[5] - Trace 2, z[6] - Trace 2, z[7] - Trace 2, z[8] - Trace 2, z[9]",
                                "text": "Trace 2, text[0] - Trace 2, text[1] - Trace 2, text[2] - Trace 2, text[3] - Trace 2, text[4] - Trace 2, text[5] - Trace 2, text[6] - Trace 2, text[7] - Trace 2, text[8] - Trace 2, text[9]"
                            }
                        },
                        "type": "heatmap",
                        "xsrc": "l.morelli.cartcaslab:8:12f9c3",
                        "ysrc": "l.morelli.cartcaslab:8:775e16",
                        "zsrc": "l.morelli.cartcaslab:8:f90598,f08169,59186b,05ffc7,d4b331,7aab65,c5e5cd,f1c099,c09767,ea92cd",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "textsrc": "l.morelli.cartcaslab:8:6bf6eb,47f7aa,7cd5c2,a58d76,b8144d,7b8f56,e23159,baab0e,145bf6,1d7173",
                        "colorbar": {
                            "x": 0.8400000000000001,
                            "y": -0.55,
                            "len": 0.3,
                            "tickfont": {
                                "size": 16
                            },
                            "orientation": "h",
                            "ticklabelposition": "outside bottom"
                        },
                        "textfont": {
                            "size": 14
                        },
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "rgb(0, 0, 0)"
                            ],
                            [
                                0.3333333333333333,
                                "rgb(230,0,0)"
                            ],
                            [
                                0.6666666666666666,
                                "rgb(255,210,0)"
                            ],
                            [
                                1,
                                "rgb(255,255,255)"
                            ]
                        ],
                        "texttemplate": "%{text}"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Normalized MSI baseline"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            9.5
                        ],
                        "anchor": "y",
                        "domain": [
                            0,
                            0.32
                        ],
                        "tickfont": {
                            "size": 16
                        },
                        "autorange": true,
                        "tickangle": 90,
                        "fixedrange": false,
                        "tickprefix": " "
                    },
                    "yaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            9.5
                        ],
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "tickfont": {
                            "size": 16
                        },
                        "autorange": true,
                        "ticksuffix": " "
                    },
                    "xaxis2": {
                        "type": "category",
                        "range": [
                            -0.5,
                            9.5
                        ],
                        "anchor": "y2",
                        "domain": [
                            0.34,
                            0.66
                        ],
                        "tickfont": {
                            "size": 16
                        },
                        "autorange": true,
                        "tickangle": 90,
                        "tickprefix": " "
                    },
                    "xaxis3": {
                        "type": "category",
                        "range": [
                            -0.5,
                            9.5
                        ],
                        "anchor": "y3",
                        "domain": [
                            0.68,
                            1
                        ],
                        "tickfont": {
                            "size": 16
                        },
                        "autorange": true,
                        "tickangle": 90,
                        "tickprefix": " "
                    },
                    "yaxis2": {
                        "type": "category",
                        "range": [
                            -0.5,
                            9.5
                        ],
                        "anchor": "x2",
                        "domain": [
                            0,
                            1
                        ],
                        "matches": "y",
                        "tickfont": {
                            "size": 16
                        },
                        "autorange": true,
                        "ticksuffix": " ",
                        "showticklabels": false
                    },
                    "yaxis3": {
                        "type": "category",
                        "range": [
                            -0.5,
                            9.5
                        ],
                        "anchor": "x3",
                        "domain": [
                            0,
                            1
                        ],
                        "matches": "y",
                        "tickfont": {
                            "size": 16
                        },
                        "autorange": true,
                        "ticksuffix": " ",
                        "showticklabels": false
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-16 10:14:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "l.morelli.cartcaslab",
                "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-07-04T09:43:42.043547Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~melissa_s/16.embed",
            "fid": "melissa_s:16",
            "filename": "Plot cluster density",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/melissa_s:16/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/melissa_s:16/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/melissa_s/16/8_SBJUZ3BZEXTXEDHJOCKV9LUCHZGDTN.png",
                "list-thumb": "https://api.plotly.com/v2/files/melissa_s:16/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/melissa_s:16",
                "plots": "https://api.plotly.com/v2/plots/melissa_s:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=melissa_s"
            },
            "owner": "melissa_s",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~melissa_s/16/",
            "world_readable": true,
            "date_modified": "2025-07-04T10:21:07.300Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~melissa_s/16/",
            "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": "alt",
                        "type": "bar",
                        "xsrc": "melissa_s:15:f6e76e",
                        "ysrc": "melissa_s:15:ac0b19",
                        "marker": {
                            "color": "rgb(0, 0, 255)"
                        },
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "SF Zoo, x; LA Zoo, x",
                                "y": "LA Zoo, y"
                            }
                        },
                        "name": "neu",
                        "type": "bar",
                        "xsrc": "melissa_s:15:f6e76e",
                        "ysrc": "melissa_s:15:798dc8",
                        "marker": {
                            "color": "rgb(0, 128, 0)",
                            "opacity": 1
                        },
                        "visible": true
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": ""
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            2.5
                        ],
                        "title": {
                            "font": {
                                "size": 40,
                                "family": "Arial"
                            },
                            "text": "<b>Laufnummer</b>"
                        },
                        "tickfont": {
                            "size": 45,
                            "family": "Arial"
                        },
                        "autorange": true,
                        "automargin": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            1354.7368421052631
                        ],
                        "title": {
                            "font": {
                                "size": 40,
                                "family": "Arial"
                            },
                            "text": "<b>Cluster density [K/mm²]</b>"
                        },
                        "tickfont": {
                            "size": 45,
                            "family": "Arial"
                        },
                        "autorange": true,
                        "automargin": true
                    },
                    "bargap": 0.5,
                    "legend": {
                        "font": {
                            "size": 45,
                            "family": "Arial"
                        },
                        "title": {
                            "text": "<br>"
                        },
                        "borderwidth": 0
                    },
                    "barmode": "group",
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~melissa_s",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.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-07-03 09:16:58",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "melissa_s",
                "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-07-04T09:39:40.202111Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab/7.embed",
            "fid": "l.morelli.cartcaslab:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:7/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:7/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/l.morelli.cartcaslab/7/8_BKNOMPLKN7MK024VHKF5HHB0HPI5WD.png",
                "list-thumb": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:7/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/l.morelli.cartcaslab:7",
                "plots": "https://api.plotly.com/v2/plots/l.morelli.cartcaslab:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=l.morelli.cartcaslab"
            },
            "owner": "l.morelli.cartcaslab",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab/7/",
            "world_readable": true,
            "date_modified": "2025-07-04T09:39:40.213Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "0_baseline, x; 0_fup1, x",
                                "y": "0_baseline, y"
                            }
                        },
                        "name": "0_baseline",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:2d3041",
                        "ysrc": "l.morelli.cartcaslab:6:8e4249",
                        "xaxis": "x7",
                        "yaxis": "y7",
                        "marker": {
                            "color": "#1B9E77"
                        },
                        "notched": false,
                        "showlegend": true,
                        "legendgroup": "0_baseline",
                        "offsetgroup": "0_baseline",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=0_baseline<br>LR=0<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "0_baseline (1), x; 0_fup1 (1), x",
                                "y": "0_baseline (1), y"
                            }
                        },
                        "name": "0_baseline",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:ee8dad",
                        "ysrc": "l.morelli.cartcaslab:6:d57aef",
                        "xaxis": "x8",
                        "yaxis": "y8",
                        "marker": {
                            "color": "#1B9E77"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "0_baseline",
                        "offsetgroup": "0_baseline",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=0_baseline<br>LR=0<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "0_baseline (2), x; 0_fup1 (2), x",
                                "y": "0_baseline (2), y"
                            }
                        },
                        "name": "0_baseline",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:dafc48",
                        "ysrc": "l.morelli.cartcaslab:6:6f3def",
                        "xaxis": "x9",
                        "yaxis": "y9",
                        "marker": {
                            "color": "#1B9E77"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "0_baseline",
                        "offsetgroup": "0_baseline",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=0_baseline<br>LR=0<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "0_baseline (3), x; 0_fup1 (3), x",
                                "y": "0_baseline (3), y"
                            }
                        },
                        "name": "0_baseline",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:d65f31",
                        "ysrc": "l.morelli.cartcaslab:6:ee427e",
                        "xaxis": "x10",
                        "yaxis": "y10",
                        "marker": {
                            "color": "#1B9E77"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "0_baseline",
                        "offsetgroup": "0_baseline",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=0_baseline<br>LR=0<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "0_baseline (4), x; 0_fup1 (4), x",
                                "y": "0_baseline (4), y"
                            }
                        },
                        "name": "0_baseline",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:ed93f8",
                        "ysrc": "l.morelli.cartcaslab:6:6af57c",
                        "xaxis": "x11",
                        "yaxis": "y11",
                        "marker": {
                            "color": "#1B9E77"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "0_baseline",
                        "offsetgroup": "0_baseline",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=0_baseline<br>LR=0<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "0_baseline (5), x; 0_fup1 (5), x",
                                "y": "0_baseline (5), y"
                            }
                        },
                        "name": "0_baseline",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:55792b",
                        "ysrc": "l.morelli.cartcaslab:6:aed996",
                        "xaxis": "x12",
                        "yaxis": "y12",
                        "marker": {
                            "color": "#1B9E77"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "0_baseline",
                        "offsetgroup": "0_baseline",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=0_baseline<br>LR=0<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "1_baseline, x; 1_fup1, x",
                                "y": "1_baseline, y"
                            }
                        },
                        "name": "1_baseline",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:3fa38f",
                        "ysrc": "l.morelli.cartcaslab:6:62812d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "#E45756"
                        },
                        "notched": false,
                        "showlegend": true,
                        "legendgroup": "1_baseline",
                        "offsetgroup": "1_baseline",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=1_baseline<br>LR=1<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "1_baseline (1), x; 1_fup1 (1), x",
                                "y": "1_baseline (1), y"
                            }
                        },
                        "name": "1_baseline",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:85e873",
                        "ysrc": "l.morelli.cartcaslab:6:dd834c",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "#E45756"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "1_baseline",
                        "offsetgroup": "1_baseline",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=1_baseline<br>LR=1<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "1_baseline (2), x; 1_fup1 (2), x",
                                "y": "1_baseline (2), y"
                            }
                        },
                        "name": "1_baseline",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:657e81",
                        "ysrc": "l.morelli.cartcaslab:6:2a8fbe",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "color": "#E45756"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "1_baseline",
                        "offsetgroup": "1_baseline",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=1_baseline<br>LR=1<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "1_baseline (3), x; 1_fup1 (3), x",
                                "y": "1_baseline (3), y"
                            }
                        },
                        "name": "1_baseline",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:b724d3",
                        "ysrc": "l.morelli.cartcaslab:6:a5db63",
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "marker": {
                            "color": "#E45756"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "1_baseline",
                        "offsetgroup": "1_baseline",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=1_baseline<br>LR=1<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "1_baseline (4), x; 1_fup1 (4), x",
                                "y": "1_baseline (4), y"
                            }
                        },
                        "name": "1_baseline",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:689a6f",
                        "ysrc": "l.morelli.cartcaslab:6:6cac1c",
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "marker": {
                            "color": "#E45756"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "1_baseline",
                        "offsetgroup": "1_baseline",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=1_baseline<br>LR=1<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "1_baseline (5), x; 1_fup1 (5), x",
                                "y": "1_baseline (5), y"
                            }
                        },
                        "name": "1_baseline",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:f0369a",
                        "ysrc": "l.morelli.cartcaslab:6:9bf6b7",
                        "xaxis": "x6",
                        "yaxis": "y6",
                        "marker": {
                            "color": "#E45756"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "1_baseline",
                        "offsetgroup": "1_baseline",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=1_baseline<br>LR=1<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "0_baseline, x; 0_fup1, x",
                                "y": "0_fup1, y"
                            }
                        },
                        "name": "0_fup1",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:2d3041",
                        "ysrc": "l.morelli.cartcaslab:6:e83a9d",
                        "xaxis": "x7",
                        "yaxis": "y7",
                        "marker": {
                            "color": "#66C2A5"
                        },
                        "notched": false,
                        "showlegend": true,
                        "legendgroup": "0_fup1",
                        "offsetgroup": "0_fup1",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=0_fup1<br>LR=0<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "0_baseline (1), x; 0_fup1 (1), x",
                                "y": "0_fup1 (1), y"
                            }
                        },
                        "name": "0_fup1",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:ee8dad",
                        "ysrc": "l.morelli.cartcaslab:6:472d3b",
                        "xaxis": "x8",
                        "yaxis": "y8",
                        "marker": {
                            "color": "#66C2A5"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "0_fup1",
                        "offsetgroup": "0_fup1",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=0_fup1<br>LR=0<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "0_baseline (2), x; 0_fup1 (2), x",
                                "y": "0_fup1 (2), y"
                            }
                        },
                        "name": "0_fup1",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:dafc48",
                        "ysrc": "l.morelli.cartcaslab:6:300148",
                        "xaxis": "x9",
                        "yaxis": "y9",
                        "marker": {
                            "color": "#66C2A5"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "0_fup1",
                        "offsetgroup": "0_fup1",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=0_fup1<br>LR=0<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "0_baseline (3), x; 0_fup1 (3), x",
                                "y": "0_fup1 (3), y"
                            }
                        },
                        "name": "0_fup1",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:d65f31",
                        "ysrc": "l.morelli.cartcaslab:6:f9115a",
                        "xaxis": "x10",
                        "yaxis": "y10",
                        "marker": {
                            "color": "#66C2A5"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "0_fup1",
                        "offsetgroup": "0_fup1",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=0_fup1<br>LR=0<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "0_baseline (4), x; 0_fup1 (4), x",
                                "y": "0_fup1 (4), y"
                            }
                        },
                        "name": "0_fup1",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:ed93f8",
                        "ysrc": "l.morelli.cartcaslab:6:c2a542",
                        "xaxis": "x11",
                        "yaxis": "y11",
                        "marker": {
                            "color": "#66C2A5"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "0_fup1",
                        "offsetgroup": "0_fup1",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=0_fup1<br>LR=0<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "0_baseline (5), x; 0_fup1 (5), x",
                                "y": "0_fup1 (5), y"
                            }
                        },
                        "name": "0_fup1",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:55792b",
                        "ysrc": "l.morelli.cartcaslab:6:9a15db",
                        "xaxis": "x12",
                        "yaxis": "y12",
                        "marker": {
                            "color": "#66C2A5"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "0_fup1",
                        "offsetgroup": "0_fup1",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=0_fup1<br>LR=0<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "1_baseline, x; 1_fup1, x",
                                "y": "1_fup1, y"
                            }
                        },
                        "name": "1_fup1",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:3fa38f",
                        "ysrc": "l.morelli.cartcaslab:6:475b9d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "#FB8072"
                        },
                        "notched": false,
                        "showlegend": true,
                        "legendgroup": "1_fup1",
                        "offsetgroup": "1_fup1",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=1_fup1<br>LR=1<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "1_baseline (1), x; 1_fup1 (1), x",
                                "y": "1_fup1 (1), y"
                            }
                        },
                        "name": "1_fup1",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:85e873",
                        "ysrc": "l.morelli.cartcaslab:6:9f2257",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "#FB8072"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "1_fup1",
                        "offsetgroup": "1_fup1",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=1_fup1<br>LR=1<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "1_baseline (2), x; 1_fup1 (2), x",
                                "y": "1_fup1 (2), y"
                            }
                        },
                        "name": "1_fup1",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:657e81",
                        "ysrc": "l.morelli.cartcaslab:6:cf12cb",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "color": "#FB8072"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "1_fup1",
                        "offsetgroup": "1_fup1",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=1_fup1<br>LR=1<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "1_baseline (3), x; 1_fup1 (3), x",
                                "y": "1_fup1 (3), y"
                            }
                        },
                        "name": "1_fup1",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:b724d3",
                        "ysrc": "l.morelli.cartcaslab:6:882453",
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "marker": {
                            "color": "#FB8072"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "1_fup1",
                        "offsetgroup": "1_fup1",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=1_fup1<br>LR=1<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "1_baseline (4), x; 1_fup1 (4), x",
                                "y": "1_fup1 (4), y"
                            }
                        },
                        "name": "1_fup1",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:689a6f",
                        "ysrc": "l.morelli.cartcaslab:6:909e11",
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "marker": {
                            "color": "#FB8072"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "1_fup1",
                        "offsetgroup": "1_fup1",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=1_fup1<br>LR=1<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    },
                    {
                        "x0": " ",
                        "y0": " ",
                        "meta": {
                            "columnNames": {
                                "x": "1_baseline (5), x; 1_fup1 (5), x",
                                "y": "1_fup1 (5), y"
                            }
                        },
                        "name": "1_fup1",
                        "type": "box",
                        "xsrc": "l.morelli.cartcaslab:6:f0369a",
                        "ysrc": "l.morelli.cartcaslab:6:daf29b",
                        "xaxis": "x6",
                        "yaxis": "y6",
                        "marker": {
                            "color": "#FB8072"
                        },
                        "notched": false,
                        "showlegend": false,
                        "legendgroup": "1_fup1",
                        "offsetgroup": "1_fup1",
                        "orientation": "v",
                        "hovertemplate": "group_timepoint=1_fup1<br>LR=1<br>micro=%{x}<br>value=%{y}<extra></extra>",
                        "alignmentgroup": "True"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 15
                    },
                    "title": {
                        "y": 0.99,
                        "text": ""
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5367301963024935,
                            0.5367301963024935
                        ],
                        "anchor": "y",
                        "domain": [
                            0,
                            0.09666666666666665
                        ],
                        "autorange": true,
                        "categoryarray": [
                            "R",
                            "vf",
                            "ecc",
                            "ADC",
                            "D",
                            "cellAppEcc"
                        ],
                        "categoryorder": "array",
                        "showticklabels": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            6.5129827703055705,
                            8.444519123207623
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            0.47
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "legend": {
                        "title": {
                            "text": "group_timepoint"
                        },
                        "tracegroupgap": 0
                    },
                    "margin": {
                        "t": 60
                    },
                    "shapes": [],
                    "xaxis2": {
                        "type": "category",
                        "range": [
                            0.5,
                            1.5
                        ],
                        "anchor": "y2",
                        "domain": [
                            0.17666666666666664,
                            0.2733333333333333
                        ],
                        "autorange": true,
                        "categoryarray": [
                            "R",
                            "vf",
                            "ecc",
                            "ADC",
                            "D",
                            "cellAppEcc"
                        ],
                        "categoryorder": "array",
                        "showticklabels": false
                    },
                    "xaxis3": {
                        "type": "category",
                        "range": [
                            1.5,
                            2.5
                        ],
                        "anchor": "y3",
                        "domain": [
                            0.3533333333333333,
                            0.44999999999999996
                        ],
                        "autorange": true,
                        "categoryarray": [
                            "R",
                            "vf",
                            "ecc",
                            "ADC",
                            "D",
                            "cellAppEcc"
                        ],
                        "categoryorder": "array",
                        "showticklabels": false
                    },
                    "xaxis4": {
                        "type": "category",
                        "range": [
                            2.4632698036975063,
                            3.5367301963024937
                        ],
                        "anchor": "y4",
                        "domain": [
                            0.5299999999999999,
                            0.6266666666666666
                        ],
                        "autorange": true,
                        "categoryarray": [
                            "R",
                            "vf",
                            "ecc",
                            "ADC",
                            "D",
                            "cellAppEcc"
                        ],
                        "categoryorder": "array",
                        "showticklabels": false
                    },
                    "xaxis5": {
                        "type": "category",
                        "range": [
                            3.4632698036975063,
                            4.536730196302494
                        ],
                        "anchor": "y5",
                        "domain": [
                            0.7066666666666666,
                            0.8033333333333332
                        ],
                        "autorange": true,
                        "categoryarray": [
                            "R",
                            "vf",
                            "ecc",
                            "ADC",
                            "D",
                            "cellAppEcc"
                        ],
                        "categoryorder": "array",
                        "showticklabels": false
                    },
                    "xaxis6": {
                        "type": "category",
                        "range": [
                            4.5,
                            5.5
                        ],
                        "anchor": "y6",
                        "domain": [
                            0.8833333333333333,
                            0.98
                        ],
                        "autorange": true,
                        "categoryarray": [
                            "R",
                            "vf",
                            "ecc",
                            "ADC",
                            "D",
                            "cellAppEcc"
                        ],
                        "categoryorder": "array",
                        "showticklabels": false
                    },
                    "xaxis7": {
                        "type": "category",
                        "range": [
                            -0.5,
                            0.5
                        ],
                        "anchor": "y7",
                        "domain": [
                            0,
                            0.09666666666666665
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "xaxis8": {
                        "type": "category",
                        "range": [
                            -0.5,
                            0.5
                        ],
                        "anchor": "y8",
                        "domain": [
                            0.17666666666666664,
                            0.2733333333333333
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "xaxis9": {
                        "type": "category",
                        "range": [
                            -0.5,
                            0.5
                        ],
                        "anchor": "y9",
                        "domain": [
                            0.3533333333333333,
                            0.44999999999999996
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "yaxis2": {
                        "type": "linear",
                        "range": [
                            0.32196949779715117,
                            0.4064086957058001
                        ],
                        "anchor": "x2",
                        "domain": [
                            0,
                            0.47
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "yaxis3": {
                        "type": "linear",
                        "range": [
                            0.5867351219550532,
                            0.7457344360932043
                        ],
                        "anchor": "x3",
                        "domain": [
                            0,
                            0.47
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "yaxis4": {
                        "type": "linear",
                        "range": [
                            1.0067424020150217,
                            1.7849217223055651
                        ],
                        "anchor": "x4",
                        "domain": [
                            0,
                            0.47
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "yaxis5": {
                        "type": "linear",
                        "range": [
                            2.1557501282343394,
                            2.7971142807845317
                        ],
                        "anchor": "x5",
                        "domain": [
                            0,
                            0.47
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "yaxis6": {
                        "type": "linear",
                        "range": [
                            0.001248049206451776,
                            0.002464245793482456
                        ],
                        "anchor": "x6",
                        "domain": [
                            0,
                            0.47
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "yaxis7": {
                        "type": "linear",
                        "range": [
                            6.271183397315296,
                            8.364685839367361
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "x7",
                        "domain": [
                            0.53,
                            1
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "yaxis8": {
                        "type": "linear",
                        "range": [
                            0.32011797476227605,
                            0.4153419094877396
                        ],
                        "anchor": "x8",
                        "domain": [
                            0.53,
                            1
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "yaxis9": {
                        "type": "linear",
                        "range": [
                            0.5669366468980448,
                            0.7415233409224038
                        ],
                        "anchor": "x9",
                        "domain": [
                            0.53,
                            1
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "boxmode": "group",
                    "xaxis10": {
                        "type": "category",
                        "range": [
                            -0.5,
                            0.5
                        ],
                        "anchor": "y10",
                        "domain": [
                            0.5299999999999999,
                            0.6266666666666666
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "xaxis11": {
                        "type": "category",
                        "range": [
                            -0.5,
                            0.5
                        ],
                        "anchor": "y11",
                        "domain": [
                            0.7066666666666666,
                            0.8033333333333332
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "xaxis12": {
                        "type": "category",
                        "range": [
                            -0.5,
                            0.5
                        ],
                        "anchor": "y12",
                        "domain": [
                            0.8833333333333333,
                            0.98
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "yaxis10": {
                        "type": "linear",
                        "range": [
                            0.9151261815965059,
                            1.75891692740607
                        ],
                        "anchor": "x10",
                        "domain": [
                            0.53,
                            1
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "yaxis11": {
                        "type": "linear",
                        "range": [
                            2.1495009424949663,
                            2.8385924213623857
                        ],
                        "anchor": "x11",
                        "domain": [
                            0.53,
                            1
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "yaxis12": {
                        "type": "linear",
                        "range": [
                            0.0012482659644974655,
                            0.0028947260778926756
                        ],
                        "anchor": "x12",
                        "domain": [
                            0.53,
                            1
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "showlegend": false,
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~l.morelli.cartcaslab",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-16 10:14:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "l.morelli.cartcaslab",
                "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-07-04T08:25:48.588423Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~vijay.karthik/5.embed",
            "fid": "vijay.karthik:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/vijay.karthik:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/vijay.karthik:5/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vijay.karthik/5/8_7FOP57SZ8ACLFSIDQC4JLJRSHCB0LD.png",
                "list-thumb": "https://api.plotly.com/v2/files/vijay.karthik:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/vijay.karthik:5",
                "plots": "https://api.plotly.com/v2/plots/vijay.karthik:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=vijay.karthik"
            },
            "owner": "vijay.karthik",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~vijay.karthik/5/",
            "world_readable": true,
            "date_modified": "2025-07-04T08:25:48.601Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~vijay.karthik/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "BallId",
                                "y": "OverTotal",
                                "z": "PBR"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "vijay.karthik:4:a34ec6",
                        "ysrc": "vijay.karthik:4:d76d85",
                        "zsrc": "vijay.karthik:4:335302"
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "camera": {
                            "up": {
                                "x": 0.9200327163584725,
                                "y": -0.3893066125046836,
                                "z": -0.04449901448547747
                            },
                            "eye": {
                                "x": 0.3411232859558197,
                                "y": 1.0861584664005388,
                                "z": -2.4495843574735634
                            },
                            "center": {
                                "x": -1.1102230246251565e-16,
                                "y": -1.6653345369377348e-16,
                                "z": 6.661338147750939e-16
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "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/~vijay.karthik",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-26 12:55:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "vijay.karthik",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}