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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTAxKzEyJTNBNTQlM0ExOC4wNDAyODMlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0wMSsxNSUzQTEwJTNBMDcuNzYzMDc1JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-08-01T15:10:07.763075Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~imanbahlouli/33.embed",
            "fid": "imanbahlouli:33",
            "filename": "HE_FUNGUILD_plot",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/imanbahlouli:33/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/imanbahlouli/33/2_XOLHWQNMIEEA2WKGR6G1ITAHSA9U7Q.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/imanbahlouli/33/8_C32GQE7IQCPQARBSWOUZXB1SQ0QEF5.png",
                "list-thumb": "https://api.plotly.com/v2/files/imanbahlouli:33/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/imanbahlouli:33",
                "plots": "https://api.plotly.com/v2/plots/imanbahlouli:33",
                "parent": "https://api.plotly.com/v2/folders/home?user=imanbahlouli"
            },
            "owner": "imanbahlouli",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~imanbahlouli/33/",
            "world_readable": true,
            "date_modified": "2025-08-01T15:10:07.774Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~imanbahlouli/33/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "Symbiotroph"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "imanbahlouli:32:9d5cb6",
                        "ysrc": "imanbahlouli:32:229d0e",
                        "marker": {
                            "color": "rgb(3, 8, 81)"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "Saprotroph"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "imanbahlouli:32:9d5cb6",
                        "ysrc": "imanbahlouli:32:499172",
                        "marker": {
                            "color": "rgb(241, 76, 229)"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "Pathotroph"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "imanbahlouli:32:9d5cb6",
                        "ysrc": "imanbahlouli:32:b5dbab",
                        "marker": {
                            "color": "rgb(247, 255, 1)"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "Not_Assigned"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "imanbahlouli:32:9d5cb6",
                        "ysrc": "imanbahlouli:32:3cbd83",
                        "marker": {
                            "color": "rgb(97, 228, 232)"
                        },
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            0.5
                        ],
                        "title": {
                            "font": {
                                "size": 18,
                                "color": "rgb(0, 0, 0)",
                                "family": "Times New Roman"
                            },
                            "text": "<br>"
                        },
                        "domain": [
                            0.375,
                            0.5
                        ],
                        "showline": true,
                        "tickfont": {
                            "size": 18,
                            "color": "rgb(0, 0, 0)",
                            "family": "Times New Roman"
                        },
                        "autorange": true,
                        "linecolor": "rgb(0, 0, 0)"
                    },
                    "yaxis": {
                        "range": [
                            0,
                            100
                        ],
                        "title": {
                            "font": {
                                "size": 18,
                                "color": "rgb(0, 0, 0)",
                                "family": "Times New Roman"
                            },
                            "text": "<b>Relative connectivity (%)</b>"
                        },
                        "domain": [
                            0,
                            0.875
                        ],
                        "tickfont": {
                            "size": 18,
                            "color": "rgb(0, 0, 0)",
                            "family": "Times New Roman"
                        },
                        "autorange": true,
                        "linecolor": "rgb(0, 0, 0)"
                    },
                    "legend": {
                        "x": 0.49944696837323077,
                        "y": 0.9253261358524516,
                        "font": {
                            "size": 16,
                            "color": "rgb(0, 0, 0)",
                            "family": "Times New Roman"
                        }
                    },
                    "barmode": "stack",
                    "barnorm": "percent",
                    "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/~imanbahlouli",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-18 12:04:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "imanbahlouli",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-01T15:09:22.997528Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~imanbahlouli/31.embed",
            "fid": "imanbahlouli:31",
            "filename": "ME_FUNGUILD",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/imanbahlouli:31/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/imanbahlouli/31/2_JNYI3WSSYS6WKDM43CLIGU5MOTIHD0.png",
                "block-thumb": "https://api.plotly.com/v2/files/imanbahlouli:31/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/imanbahlouli:31/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/imanbahlouli:31",
                "plots": "https://api.plotly.com/v2/plots/imanbahlouli:31",
                "parent": "https://api.plotly.com/v2/folders/home?user=imanbahlouli"
            },
            "owner": "imanbahlouli",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~imanbahlouli/31/",
            "world_readable": true,
            "date_modified": "2025-08-01T15:09:23.007Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~imanbahlouli/31/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "Symbiotroph"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "imanbahlouli:30:d11bf0",
                        "ysrc": "imanbahlouli:30:056cf2",
                        "marker": {
                            "color": "rgb(3, 8, 81)"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "Saprotroph"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "imanbahlouli:30:d11bf0",
                        "ysrc": "imanbahlouli:30:2684d7",
                        "marker": {
                            "color": "rgb(241, 76, 229)"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "Pathotroph"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "imanbahlouli:30:d11bf0",
                        "ysrc": "imanbahlouli:30:233d2c",
                        "marker": {
                            "color": "rgb(247, 255, 1)"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "Not_Assigned"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "imanbahlouli:30:d11bf0",
                        "ysrc": "imanbahlouli:30:bc68d1",
                        "marker": {
                            "color": "rgb(97, 228, 232)"
                        },
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            0.5
                        ],
                        "title": {
                            "text": "<br>"
                        },
                        "domain": [
                            0.375,
                            0.5
                        ],
                        "showline": true,
                        "tickfont": {
                            "size": 18,
                            "color": "rgb(0, 0, 0)",
                            "family": "Times New Roman"
                        },
                        "autorange": true,
                        "linecolor": "rgb(0, 0, 0)"
                    },
                    "yaxis": {
                        "range": [
                            0,
                            100
                        ],
                        "title": {
                            "font": {
                                "size": 18,
                                "color": "rgb(0, 0, 0)",
                                "family": "Times New Roman"
                            },
                            "text": "<b>Relative connectivity (%)</b>"
                        },
                        "domain": [
                            0,
                            0.875
                        ],
                        "tickfont": {
                            "size": 18,
                            "color": "rgb(0, 0, 0)",
                            "family": "Times New Roman"
                        },
                        "autorange": true,
                        "linecolor": "rgb(0, 0, 0)"
                    },
                    "legend": {
                        "x": 0.4996435435960161,
                        "y": 0.9209486166007905,
                        "font": {
                            "size": 16,
                            "color": "rgb(0, 0, 0)",
                            "family": "Times New Roman"
                        }
                    },
                    "barmode": "stack",
                    "barnorm": "percent",
                    "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/~imanbahlouli",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-18 12:04:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "imanbahlouli",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-01T15:08:31.944126Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~imanbahlouli/29.embed",
            "fid": "imanbahlouli:29",
            "filename": "LE_FUNGUILDPlot",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/imanbahlouli:29/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/imanbahlouli/29/2_SV91BGTCKXMO283M19I7BMWWYMP0R7.png",
                "block-thumb": "https://api.plotly.com/v2/files/imanbahlouli:29/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/imanbahlouli:29/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/imanbahlouli:29",
                "plots": "https://api.plotly.com/v2/plots/imanbahlouli:29",
                "parent": "https://api.plotly.com/v2/folders/home?user=imanbahlouli"
            },
            "owner": "imanbahlouli",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~imanbahlouli/29/",
            "world_readable": true,
            "date_modified": "2025-08-01T15:08:31.957Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~imanbahlouli/29/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "Symbiotroph"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "imanbahlouli:28:b93e96",
                        "ysrc": "imanbahlouli:28:270a45",
                        "marker": {
                            "color": "rgb(3, 8, 81)"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "Saprotroph"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "imanbahlouli:28:b93e96",
                        "ysrc": "imanbahlouli:28:b4b560",
                        "marker": {
                            "color": "rgb(241, 76, 229)"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "Pathotroph"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "imanbahlouli:28:b93e96",
                        "ysrc": "imanbahlouli:28:2042a8",
                        "marker": {
                            "color": "rgb(247, 255, 1)"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "Not_Assigned"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "imanbahlouli:28:b93e96",
                        "ysrc": "imanbahlouli:28:10a227",
                        "marker": {
                            "color": "rgb(97, 228, 232)"
                        },
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            0.5
                        ],
                        "title": {
                            "text": "<br>"
                        },
                        "domain": [
                            0.375,
                            0.5
                        ],
                        "showline": true,
                        "tickfont": {
                            "size": 18,
                            "color": "rgb(0, 0, 0)",
                            "family": "Times New Roman"
                        },
                        "autorange": true,
                        "linecolor": "rgb(0, 0, 0)"
                    },
                    "yaxis": {
                        "range": [
                            0,
                            100
                        ],
                        "title": {
                            "font": {
                                "size": 18,
                                "color": "rgb(0, 0, 0)",
                                "family": "Times New Roman"
                            },
                            "text": "<b>Relative connectivity (%)</b>"
                        },
                        "domain": [
                            0,
                            0.875
                        ],
                        "showline": true,
                        "tickfont": {
                            "size": 18,
                            "color": "rgb(0, 0, 0)",
                            "family": "Times New Roman"
                        },
                        "autorange": true,
                        "linecolor": "rgb(0, 0, 0)"
                    },
                    "legend": {
                        "x": 0.5017840293552335,
                        "y": 0.9012875536480687,
                        "font": {
                            "size": 16,
                            "color": "rgb(0, 0, 0)",
                            "family": "Times New Roman"
                        }
                    },
                    "barmode": "stack",
                    "barnorm": "percent",
                    "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/~imanbahlouli",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-18 12:04:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "imanbahlouli",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-01T15:02:14.502414Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~les172/282.embed",
            "fid": "les172:282",
            "filename": "LPBMC supernatant treating iPSCs",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/les172/282/9_CSVK5M355A15FENT6HVI9TRB6XN720.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/les172/282/2_0FBCDABRWAS5PAYKUL9DA8UL5PCVTZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/les172/282/8_AJD7SAK065JMHN9VG9YNEQNQ1YELCW.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/les172/282/9_CSVK5M355A15FENT6HVI9TRB6XN720.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/les172:282",
                "plots": "https://api.plotly.com/v2/plots/les172:282",
                "parent": "https://api.plotly.com/v2/folders/home?user=les172"
            },
            "owner": "les172",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~les172/282/",
            "world_readable": true,
            "date_modified": "2025-08-04T15:07:02.981Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~les172/282/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "box": {
                            "visible": false
                        },
                        "line": {
                            "color": "rgba(0, 0, 0, 0)",
                            "width": 0
                        },
                        "meta": {
                            "columnNames": {
                                "x": "group",
                                "y": "1.5%"
                            }
                        },
                        "mode": "markers",
                        "name": "Control",
                        "type": "violin",
                        "xsrc": "les172:281:81195a",
                        "ysrc": "les172:281:a41092",
                        "marker": {
                            "line": {
                                "color": "rgb(148, 132, 132)",
                                "width": 1
                            },
                            "size": 7,
                            "color": "rgb(245, 239, 234)",
                            "symbol": "circle",
                            "opacity": 1
                        },
                        "points": "all",
                        "meanline": {
                            "visible": false
                        },
                        "pointpos": 0,
                        "bandwidth": 0,
                        "boxpoints": "all",
                        "fillcolor": "rgba(0, 0, 0, 0)",
                        "showlegend": false,
                        "orientation": "v"
                    },
                    {
                        "line": {
                            "width": 0
                        },
                        "meta": {
                            "columnNames": {
                                "x": "group",
                                "y": "5%"
                            }
                        },
                        "name": "Progression",
                        "type": "violin",
                        "xsrc": "les172:281:81195a",
                        "ysrc": "les172:281:0f3f83",
                        "marker": {
                            "line": {
                                "color": "rgb(23, 22, 22)",
                                "width": 1
                            },
                            "size": 7,
                            "color": "rgb(238, 238, 247)",
                            "symbol": "circle"
                        },
                        "points": "all",
                        "pointpos": 0,
                        "bandwidth": 0,
                        "boxpoints": "all",
                        "fillcolor": "rgba(0, 0, 0, 0)",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "group",
                                "y": "1.5%",
                                "error_y": {
                                    "array": "st err 2B4"
                                }
                            }
                        },
                        "type": "bar",
                        "xsrc": "les172:281:81195a",
                        "ysrc": "les172:281:a41092",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "color": "rgb(0, 0, 0)",
                            "opacity": 1
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "st err 1.5%"
                                }
                            },
                            "type": "data",
                            "width": 5,
                            "visible": true,
                            "arraysrc": "les172:281:a7aeab",
                            "symmetric": true,
                            "thickness": 1
                        },
                        "bandwidth": 0,
                        "fillcolor": "rgba(0, 0, 0, 0)",
                        "showlegend": false,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "groups": "group"
                                    }
                                },
                                "type": "aggregate",
                                "groupssrc": "les172:281:81195a",
                                "aggregations": [
                                    {
                                        "func": "avg",
                                        "target": "y",
                                        "enabled": true
                                    }
                                ]
                            }
                        ],
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "group",
                                "y": "5%",
                                "error_y": {
                                    "array": "st err 3C2"
                                }
                            }
                        },
                        "type": "bar",
                        "xsrc": "les172:281:81195a",
                        "ysrc": "les172:281:0f3f83",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "color": "rgb(255, 146, 54)"
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "st err 5%"
                                }
                            },
                            "type": "data",
                            "width": 5,
                            "visible": true,
                            "arraysrc": "les172:281:1ed0f0",
                            "symmetric": true,
                            "thickness": 1
                        },
                        "fillcolor": "rgba(0, 0, 0, 0)",
                        "showlegend": false,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "groups": "group"
                                    }
                                },
                                "type": "aggregate",
                                "groupssrc": "les172:281:81195a",
                                "aggregations": [
                                    {
                                        "func": "avg",
                                        "target": "y",
                                        "enabled": true
                                    }
                                ]
                            }
                        ],
                        "orientation": "v"
                    },
                    {
                        "fill": "none",
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "H",
                                "text": "group"
                            }
                        },
                        "mode": "markers",
                        "name": "Control",
                        "type": "scatter",
                        "ysrc": "les172:281:3f8865",
                        "xaxis": "x2",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 6,
                            "color": "rgb(6, 6, 6)",
                            "symbol": "circle-open",
                            "opacity": 1,
                            "maxdisplayed": 0
                        },
                        "opacity": 1,
                        "textsrc": "les172:281:81195a",
                        "hoverinfo": "none",
                        "cliponaxis": true,
                        "showlegend": true,
                        "legendgroup": 1,
                        "orientation": "v",
                        "hovertemplate": ""
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "I"
                            }
                        },
                        "mode": "markers",
                        "name": "Progression",
                        "type": "scatter",
                        "ysrc": "les172:281:64eefe",
                        "xaxis": "x2",
                        "marker": {
                            "size": 6,
                            "color": "rgb(3, 19, 252)",
                            "symbol": "circle-open-dot"
                        },
                        "showlegend": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "J"
                            }
                        },
                        "mode": "markers",
                        "name": "DS",
                        "type": "scatter",
                        "ysrc": "les172:281:a24085",
                        "xaxis": "x2",
                        "marker": {
                            "size": 6,
                            "color": "rgb(244, 5, 13)",
                            "symbol": "circle-open-dot"
                        },
                        "showlegend": true,
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Arial"
                    },
                    "width": 500,
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            4.0484949832775925
                        ],
                        "ticks": "",
                        "title": {
                            "text": "Treatment"
                        },
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(6, 0, 0)",
                        "automargin": true,
                        "zerolinewidth": 0.5,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            30000
                        ],
                        "ticks": "",
                        "title": {
                            "text": "Normalized luminescence"
                        },
                        "anchor": "x",
                        "nticks": 4,
                        "showgrid": false,
                        "showline": true,
                        "autorange": false,
                        "linecolor": "rgb(6, 0, 0)",
                        "zerolinewidth": 0.5
                    },
                    "bargap": 0.30000000000000004,
                    "height": 400,
                    "legend": {
                        "x": 0.6400000000000001,
                        "y": 1,
                        "font": {
                            "size": 13
                        },
                        "title": {
                            "text": "1.5%<br>5%"
                        },
                        "valign": "top",
                        "bgcolor": "rgba(0, 0, 0, 0)",
                        "xanchor": "auto",
                        "itemsizing": "trace",
                        "traceorder": "normal",
                        "borderwidth": 0,
                        "orientation": "v",
                        "tracegroupgap": 1
                    },
                    "shapes": [
                        {
                            "x0": -0.3,
                            "x1": 0.20588235294117646,
                            "y0": 9.567499999999999,
                            "y1": 9.567499999999999,
                            "line": {
                                "color": "rgb(0, 0, 0)"
                            },
                            "type": "line",
                            "opacity": 0.3,
                            "fillcolor": "rgb(15, 15, 15)"
                        }
                    ],
                    "xaxis2": {
                        "side": "top",
                        "range": [
                            -1,
                            34113.84949832776
                        ],
                        "anchor": "y",
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(28, 25, 25)",
                        "overlaying": "x",
                        "zerolinewidth": 0.5,
                        "showticklabels": false
                    },
                    "boxmode": "group",
                    "autosize": false,
                    "clickmode": "none",
                    "showlegend": true,
                    "violinmode": "group",
                    "annotations": [
                        {
                            "x": -0.0058823529411764705,
                            "y": 10.4285,
                            "ax": -56,
                            "ay": -93,
                            "text": "",
                            "showarrow": false
                        }
                    ],
                    "bargroupgap": 0.15,
                    "violingroupgap": 0
                }
            },
            "height": 400,
            "width": 500,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~les172",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.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": "2022-01-07 22:19:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "les172",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-01T14:48:27.903928Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~bmkaat/2.embed",
            "fid": "bmkaat:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/bmkaat:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/bmkaat/2/2_KTYSOCEE7GBKCIHGWH1PIEA8ZFLL9X.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bmkaat/2/8_IWQSJGFS5T9WOG1E79YSH6V7DI1G6F.png",
                "list-thumb": "https://api.plotly.com/v2/files/bmkaat:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/bmkaat:2",
                "plots": "https://api.plotly.com/v2/plots/bmkaat:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=bmkaat"
            },
            "owner": "bmkaat",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~bmkaat/2/",
            "world_readable": true,
            "date_modified": "2025-08-01T14:48:27.915Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~bmkaat/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "bmkaat:0:d29368",
                        "ysrc": "bmkaat:0:9af6b0"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "J"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "bmkaat:0:d29368",
                        "ysrc": "bmkaat:0:dff511",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            0,
                            96
                        ],
                        "autorange": true,
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            42780.67222222222,
                            176577.22777777776
                        ],
                        "autorange": true,
                        "showspikes": false
                    },
                    "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"
                    },
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~bmkaat",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-01 12:47:39",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "bmkaat",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-01T14:40:00.587036Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~quincyh/1.embed",
            "fid": "quincyh:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/quincyh/1/9_HMVMVUWDW8XG1RMT5R4ZUZGGYVNLDW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/quincyh/1/2_7SKCFWCTPROSAIJTHQM6XTC9JEBR3P.png",
                "block-thumb": "https://api.plotly.com/v2/files/quincyh:1/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/quincyh/1/9_HMVMVUWDW8XG1RMT5R4ZUZGGYVNLDW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/quincyh:1",
                "plots": "https://api.plotly.com/v2/plots/quincyh:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=quincyh"
            },
            "owner": "quincyh",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~quincyh/1/",
            "world_readable": true,
            "date_modified": "2025-08-01T17:41:21.765Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~quincyh/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "y"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "quincyh:0:d238eb",
                        "ysrc": "quincyh:0:fc67f5"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 22
                    },
                    "title": {
                        "x": 0.5,
                        "text": "Pulse Sequence"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.0007077031050347626,
                            2.4852006324872793
                        ],
                        "title": {
                            "text": "Time (Nanoseconds)"
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.044854698336353804,
                            4.1884068927438785
                        ],
                        "title": {
                            "text": "Laser Intensity (AU)"
                        },
                        "autorange": false
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#f7fbff"
                            ],
                            [
                                0.125,
                                "#deebf7"
                            ],
                            [
                                0.25,
                                "#c6dbef"
                            ],
                            [
                                0.375,
                                "#9ecae1"
                            ],
                            [
                                0.5,
                                "#6baed6"
                            ],
                            [
                                0.625,
                                "#4292c6"
                            ],
                            [
                                0.75,
                                "#2171b5"
                            ],
                            [
                                0.875,
                                "#08519c"
                            ],
                            [
                                1,
                                "#08306b"
                            ]
                        ]
                    },
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~quincyh",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/92.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-01 14:37:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "quincyh",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-01T14:37:37.851760Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ManonCLOTEAUX/2.embed",
            "fid": "ManonCLOTEAUX:2",
            "filename": "untitled (1)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ManonCLOTEAUX/2/9_MXBCCJ497QNV0WQGGWUVDBLTLBMTT8.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ManonCLOTEAUX/2/2_DDP7X7V2CN4QKG0JUODAB920EVUZ9P.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ManonCLOTEAUX/2/8_WCZOMLR02MJM4RAVZDUQXIB618NRC5.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ManonCLOTEAUX/2/9_MXBCCJ497QNV0WQGGWUVDBLTLBMTT8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ManonCLOTEAUX:2",
                "plots": "https://api.plotly.com/v2/plots/ManonCLOTEAUX:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=ManonCLOTEAUX"
            },
            "owner": "ManonCLOTEAUX",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~ManonCLOTEAUX/2/",
            "world_readable": true,
            "date_modified": "2025-08-01T14:37:38.282Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ManonCLOTEAUX/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0,0,0,0)",
                            "width": 0.75,
                            "smoothing": 0
                        },
                        "name": "",
                        "type": "contour",
                        "xsrc": "ManonCLOTEAUX:3:332dd9",
                        "ysrc": "ManonCLOTEAUX:3:e887bd",
                        "zmax": 7.37889649423163,
                        "zmin": -5.85036747339283,
                        "zsrc": "ManonCLOTEAUX:3:-332dd9,e887bd",
                        "xaxis": "x1",
                        "xtype": "array",
                        "yaxis": "y1",
                        "ytype": "array",
                        "zauto": false,
                        "visible": true,
                        "contours": {
                            "end": 7.37889649423163,
                            "size": 0.696277050927603,
                            "start": -5.85036747339283,
                            "coloring": "lines",
                            "showlines": true
                        },
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "rgb(62,38,168)"
                            ],
                            [
                                0.00392156862745098,
                                "rgb(62,39,172)"
                            ],
                            [
                                0.00784313725490196,
                                "rgb(63,40,175)"
                            ],
                            [
                                0.0117647058823529,
                                "rgb(63,41,178)"
                            ],
                            [
                                0.0156862745098039,
                                "rgb(64,42,180)"
                            ],
                            [
                                0.0196078431372549,
                                "rgb(64,43,183)"
                            ],
                            [
                                0.0235294117647059,
                                "rgb(65,44,186)"
                            ],
                            [
                                0.0274509803921569,
                                "rgb(65,45,189)"
                            ],
                            [
                                0.0313725490196078,
                                "rgb(66,46,191)"
                            ],
                            [
                                0.0352941176470588,
                                "rgb(66,47,194)"
                            ],
                            [
                                0.0392156862745098,
                                "rgb(67,48,197)"
                            ],
                            [
                                0.0431372549019608,
                                "rgb(67,49,200)"
                            ],
                            [
                                0.0470588235294118,
                                "rgb(67,50,202)"
                            ],
                            [
                                0.0509803921568627,
                                "rgb(68,51,205)"
                            ],
                            [
                                0.0549019607843137,
                                "rgb(68,52,208)"
                            ],
                            [
                                0.0588235294117647,
                                "rgb(69,53,210)"
                            ],
                            [
                                0.0627450980392157,
                                "rgb(69,55,213)"
                            ],
                            [
                                0.0666666666666667,
                                "rgb(69,56,215)"
                            ],
                            [
                                0.0705882352941176,
                                "rgb(70,57,217)"
                            ],
                            [
                                0.0745098039215686,
                                "rgb(70,58,220)"
                            ],
                            [
                                0.0784313725490196,
                                "rgb(70,59,222)"
                            ],
                            [
                                0.0823529411764706,
                                "rgb(70,61,224)"
                            ],
                            [
                                0.0862745098039216,
                                "rgb(71,62,225)"
                            ],
                            [
                                0.0901960784313725,
                                "rgb(71,63,227)"
                            ],
                            [
                                0.0941176470588235,
                                "rgb(71,65,229)"
                            ],
                            [
                                0.0980392156862745,
                                "rgb(71,66,230)"
                            ],
                            [
                                0.101960784313725,
                                "rgb(71,68,232)"
                            ],
                            [
                                0.105882352941176,
                                "rgb(71,69,233)"
                            ],
                            [
                                0.109803921568627,
                                "rgb(71,70,235)"
                            ],
                            [
                                0.113725490196078,
                                "rgb(72,72,236)"
                            ],
                            [
                                0.117647058823529,
                                "rgb(72,73,237)"
                            ],
                            [
                                0.12156862745098,
                                "rgb(72,75,238)"
                            ],
                            [
                                0.125490196078431,
                                "rgb(72,76,240)"
                            ],
                            [
                                0.129411764705882,
                                "rgb(72,78,241)"
                            ],
                            [
                                0.133333333333333,
                                "rgb(72,79,242)"
                            ],
                            [
                                0.137254901960784,
                                "rgb(72,80,243)"
                            ],
                            [
                                0.141176470588235,
                                "rgb(72,82,244)"
                            ],
                            [
                                0.145098039215686,
                                "rgb(72,83,245)"
                            ],
                            [
                                0.149019607843137,
                                "rgb(72,84,246)"
                            ],
                            [
                                0.152941176470588,
                                "rgb(71,86,247)"
                            ],
                            [
                                0.156862745098039,
                                "rgb(71,87,247)"
                            ],
                            [
                                0.16078431372549,
                                "rgb(71,89,248)"
                            ],
                            [
                                0.164705882352941,
                                "rgb(71,90,249)"
                            ],
                            [
                                0.168627450980392,
                                "rgb(71,91,250)"
                            ],
                            [
                                0.172549019607843,
                                "rgb(71,93,250)"
                            ],
                            [
                                0.176470588235294,
                                "rgb(70,94,251)"
                            ],
                            [
                                0.180392156862745,
                                "rgb(70,96,251)"
                            ],
                            [
                                0.184313725490196,
                                "rgb(70,97,252)"
                            ],
                            [
                                0.188235294117647,
                                "rgb(69,98,252)"
                            ],
                            [
                                0.192156862745098,
                                "rgb(69,100,253)"
                            ],
                            [
                                0.196078431372549,
                                "rgb(68,101,253)"
                            ],
                            [
                                0.2,
                                "rgb(67,103,253)"
                            ],
                            [
                                0.203921568627451,
                                "rgb(67,104,254)"
                            ],
                            [
                                0.207843137254902,
                                "rgb(66,106,254)"
                            ],
                            [
                                0.211764705882353,
                                "rgb(65,107,254)"
                            ],
                            [
                                0.215686274509804,
                                "rgb(64,109,254)"
                            ],
                            [
                                0.219607843137255,
                                "rgb(63,110,255)"
                            ],
                            [
                                0.223529411764706,
                                "rgb(62,112,255)"
                            ],
                            [
                                0.227450980392157,
                                "rgb(60,113,255)"
                            ],
                            [
                                0.231372549019608,
                                "rgb(59,115,255)"
                            ],
                            [
                                0.235294117647059,
                                "rgb(57,116,255)"
                            ],
                            [
                                0.23921568627451,
                                "rgb(56,118,254)"
                            ],
                            [
                                0.243137254901961,
                                "rgb(54,119,254)"
                            ],
                            [
                                0.247058823529412,
                                "rgb(53,121,253)"
                            ],
                            [
                                0.250980392156863,
                                "rgb(51,122,253)"
                            ],
                            [
                                0.254901960784314,
                                "rgb(50,124,252)"
                            ],
                            [
                                0.258823529411765,
                                "rgb(49,125,252)"
                            ],
                            [
                                0.262745098039216,
                                "rgb(48,127,251)"
                            ],
                            [
                                0.266666666666667,
                                "rgb(47,128,250)"
                            ],
                            [
                                0.270588235294118,
                                "rgb(47,130,250)"
                            ],
                            [
                                0.274509803921569,
                                "rgb(46,131,249)"
                            ],
                            [
                                0.27843137254902,
                                "rgb(46,132,248)"
                            ],
                            [
                                0.282352941176471,
                                "rgb(46,134,248)"
                            ],
                            [
                                0.286274509803922,
                                "rgb(46,135,247)"
                            ],
                            [
                                0.290196078431373,
                                "rgb(45,136,246)"
                            ],
                            [
                                0.294117647058824,
                                "rgb(45,138,245)"
                            ],
                            [
                                0.298039215686275,
                                "rgb(45,139,244)"
                            ],
                            [
                                0.301960784313725,
                                "rgb(45,140,243)"
                            ],
                            [
                                0.305882352941176,
                                "rgb(45,142,242)"
                            ],
                            [
                                0.309803921568627,
                                "rgb(44,143,241)"
                            ],
                            [
                                0.313725490196078,
                                "rgb(44,144,240)"
                            ],
                            [
                                0.317647058823529,
                                "rgb(43,145,239)"
                            ],
                            [
                                0.32156862745098,
                                "rgb(42,147,238)"
                            ],
                            [
                                0.325490196078431,
                                "rgb(41,148,237)"
                            ],
                            [
                                0.329411764705882,
                                "rgb(40,149,236)"
                            ],
                            [
                                0.333333333333333,
                                "rgb(39,151,235)"
                            ],
                            [
                                0.337254901960784,
                                "rgb(39,152,234)"
                            ],
                            [
                                0.341176470588235,
                                "rgb(38,153,233)"
                            ],
                            [
                                0.345098039215686,
                                "rgb(38,154,232)"
                            ],
                            [
                                0.349019607843137,
                                "rgb(37,155,232)"
                            ],
                            [
                                0.352941176470588,
                                "rgb(37,156,231)"
                            ],
                            [
                                0.356862745098039,
                                "rgb(36,158,230)"
                            ],
                            [
                                0.36078431372549,
                                "rgb(36,159,229)"
                            ],
                            [
                                0.364705882352941,
                                "rgb(35,160,229)"
                            ],
                            [
                                0.368627450980392,
                                "rgb(35,161,228)"
                            ],
                            [
                                0.372549019607843,
                                "rgb(34,162,228)"
                            ],
                            [
                                0.376470588235294,
                                "rgb(33,163,227)"
                            ],
                            [
                                0.380392156862745,
                                "rgb(32,165,227)"
                            ],
                            [
                                0.384313725490196,
                                "rgb(31,166,226)"
                            ],
                            [
                                0.388235294117647,
                                "rgb(30,167,225)"
                            ],
                            [
                                0.392156862745098,
                                "rgb(29,168,225)"
                            ],
                            [
                                0.396078431372549,
                                "rgb(29,169,224)"
                            ],
                            [
                                0.4,
                                "rgb(28,170,223)"
                            ],
                            [
                                0.403921568627451,
                                "rgb(27,171,222)"
                            ],
                            [
                                0.407843137254902,
                                "rgb(26,172,221)"
                            ],
                            [
                                0.411764705882353,
                                "rgb(25,173,220)"
                            ],
                            [
                                0.415686274509804,
                                "rgb(23,174,218)"
                            ],
                            [
                                0.419607843137255,
                                "rgb(22,175,217)"
                            ],
                            [
                                0.423529411764706,
                                "rgb(20,176,216)"
                            ],
                            [
                                0.427450980392157,
                                "rgb(18,177,214)"
                            ],
                            [
                                0.431372549019608,
                                "rgb(16,178,213)"
                            ],
                            [
                                0.435294117647059,
                                "rgb(14,179,212)"
                            ],
                            [
                                0.43921568627451,
                                "rgb(11,179,210)"
                            ],
                            [
                                0.443137254901961,
                                "rgb(8,180,209)"
                            ],
                            [
                                0.447058823529412,
                                "rgb(6,181,207)"
                            ],
                            [
                                0.450980392156863,
                                "rgb(4,182,206)"
                            ],
                            [
                                0.454901960784314,
                                "rgb(2,183,204)"
                            ],
                            [
                                0.458823529411765,
                                "rgb(1,183,202)"
                            ],
                            [
                                0.462745098039216,
                                "rgb(0,184,201)"
                            ],
                            [
                                0.466666666666667,
                                "rgb(0,185,199)"
                            ],
                            [
                                0.470588235294118,
                                "rgb(0,186,198)"
                            ],
                            [
                                0.474509803921569,
                                "rgb(1,186,196)"
                            ],
                            [
                                0.47843137254902,
                                "rgb(2,187,194)"
                            ],
                            [
                                0.482352941176471,
                                "rgb(4,187,193)"
                            ],
                            [
                                0.486274509803922,
                                "rgb(6,188,191)"
                            ],
                            [
                                0.490196078431373,
                                "rgb(9,189,189)"
                            ],
                            [
                                0.494117647058824,
                                "rgb(13,189,188)"
                            ],
                            [
                                0.498039215686275,
                                "rgb(16,190,186)"
                            ],
                            [
                                0.501960784313725,
                                "rgb(20,190,184)"
                            ],
                            [
                                0.505882352941176,
                                "rgb(23,191,182)"
                            ],
                            [
                                0.509803921568627,
                                "rgb(26,192,181)"
                            ],
                            [
                                0.513725490196078,
                                "rgb(29,192,179)"
                            ],
                            [
                                0.517647058823529,
                                "rgb(32,193,177)"
                            ],
                            [
                                0.52156862745098,
                                "rgb(35,193,175)"
                            ],
                            [
                                0.525490196078431,
                                "rgb(37,194,174)"
                            ],
                            [
                                0.529411764705882,
                                "rgb(39,194,172)"
                            ],
                            [
                                0.533333333333333,
                                "rgb(41,195,170)"
                            ],
                            [
                                0.537254901960784,
                                "rgb(43,195,168)"
                            ],
                            [
                                0.541176470588235,
                                "rgb(44,196,166)"
                            ],
                            [
                                0.545098039215686,
                                "rgb(46,196,165)"
                            ],
                            [
                                0.549019607843137,
                                "rgb(47,197,163)"
                            ],
                            [
                                0.552941176470588,
                                "rgb(49,197,161)"
                            ],
                            [
                                0.556862745098039,
                                "rgb(50,198,159)"
                            ],
                            [
                                0.56078431372549,
                                "rgb(51,199,157)"
                            ],
                            [
                                0.564705882352941,
                                "rgb(53,199,155)"
                            ],
                            [
                                0.568627450980392,
                                "rgb(54,200,153)"
                            ],
                            [
                                0.572549019607843,
                                "rgb(56,200,150)"
                            ],
                            [
                                0.576470588235294,
                                "rgb(57,201,148)"
                            ],
                            [
                                0.580392156862745,
                                "rgb(59,201,146)"
                            ],
                            [
                                0.584313725490196,
                                "rgb(61,202,144)"
                            ],
                            [
                                0.588235294117647,
                                "rgb(64,202,141)"
                            ],
                            [
                                0.592156862745098,
                                "rgb(66,202,139)"
                            ],
                            [
                                0.596078431372549,
                                "rgb(69,203,137)"
                            ],
                            [
                                0.6,
                                "rgb(72,203,134)"
                            ],
                            [
                                0.603921568627451,
                                "rgb(75,203,132)"
                            ],
                            [
                                0.607843137254902,
                                "rgb(78,204,129)"
                            ],
                            [
                                0.611764705882353,
                                "rgb(81,204,127)"
                            ],
                            [
                                0.615686274509804,
                                "rgb(84,204,124)"
                            ],
                            [
                                0.619607843137255,
                                "rgb(87,204,122)"
                            ],
                            [
                                0.623529411764706,
                                "rgb(90,204,119)"
                            ],
                            [
                                0.627450980392157,
                                "rgb(94,205,116)"
                            ],
                            [
                                0.631372549019608,
                                "rgb(97,205,114)"
                            ],
                            [
                                0.635294117647059,
                                "rgb(100,205,111)"
                            ],
                            [
                                0.63921568627451,
                                "rgb(103,205,108)"
                            ],
                            [
                                0.643137254901961,
                                "rgb(107,205,105)"
                            ],
                            [
                                0.647058823529412,
                                "rgb(110,205,102)"
                            ],
                            [
                                0.650980392156863,
                                "rgb(114,205,100)"
                            ],
                            [
                                0.654901960784314,
                                "rgb(118,204,97)"
                            ],
                            [
                                0.658823529411765,
                                "rgb(121,204,94)"
                            ],
                            [
                                0.662745098039216,
                                "rgb(125,204,91)"
                            ],
                            [
                                0.666666666666667,
                                "rgb(129,204,89)"
                            ],
                            [
                                0.670588235294118,
                                "rgb(132,204,86)"
                            ],
                            [
                                0.674509803921569,
                                "rgb(136,203,83)"
                            ],
                            [
                                0.67843137254902,
                                "rgb(139,203,81)"
                            ],
                            [
                                0.682352941176471,
                                "rgb(143,203,78)"
                            ],
                            [
                                0.686274509803922,
                                "rgb(147,202,75)"
                            ],
                            [
                                0.690196078431373,
                                "rgb(150,202,72)"
                            ],
                            [
                                0.694117647058824,
                                "rgb(154,201,70)"
                            ],
                            [
                                0.698039215686274,
                                "rgb(157,201,67)"
                            ],
                            [
                                0.701960784313725,
                                "rgb(161,200,64)"
                            ],
                            [
                                0.705882352941176,
                                "rgb(164,200,62)"
                            ],
                            [
                                0.709803921568627,
                                "rgb(167,199,59)"
                            ],
                            [
                                0.713725490196078,
                                "rgb(171,199,57)"
                            ],
                            [
                                0.717647058823529,
                                "rgb(174,198,55)"
                            ],
                            [
                                0.72156862745098,
                                "rgb(178,198,53)"
                            ],
                            [
                                0.725490196078431,
                                "rgb(181,197,51)"
                            ],
                            [
                                0.729411764705882,
                                "rgb(184,196,49)"
                            ],
                            [
                                0.733333333333333,
                                "rgb(187,196,47)"
                            ],
                            [
                                0.737254901960784,
                                "rgb(190,195,45)"
                            ],
                            [
                                0.741176470588235,
                                "rgb(194,195,44)"
                            ],
                            [
                                0.745098039215686,
                                "rgb(197,194,42)"
                            ],
                            [
                                0.749019607843137,
                                "rgb(200,193,41)"
                            ],
                            [
                                0.752941176470588,
                                "rgb(203,193,40)"
                            ],
                            [
                                0.756862745098039,
                                "rgb(206,192,39)"
                            ],
                            [
                                0.76078431372549,
                                "rgb(208,191,39)"
                            ],
                            [
                                0.764705882352941,
                                "rgb(211,191,39)"
                            ],
                            [
                                0.768627450980392,
                                "rgb(214,190,39)"
                            ],
                            [
                                0.772549019607843,
                                "rgb(217,190,40)"
                            ],
                            [
                                0.776470588235294,
                                "rgb(219,189,40)"
                            ],
                            [
                                0.780392156862745,
                                "rgb(222,188,41)"
                            ],
                            [
                                0.784313725490196,
                                "rgb(225,188,42)"
                            ],
                            [
                                0.788235294117647,
                                "rgb(227,188,43)"
                            ],
                            [
                                0.792156862745098,
                                "rgb(230,187,45)"
                            ],
                            [
                                0.796078431372549,
                                "rgb(232,187,46)"
                            ],
                            [
                                0.8,
                                "rgb(234,186,48)"
                            ],
                            [
                                0.803921568627451,
                                "rgb(236,186,50)"
                            ],
                            [
                                0.807843137254902,
                                "rgb(239,186,53)"
                            ],
                            [
                                0.811764705882353,
                                "rgb(241,186,55)"
                            ],
                            [
                                0.815686274509804,
                                "rgb(243,186,57)"
                            ],
                            [
                                0.819607843137255,
                                "rgb(245,186,59)"
                            ],
                            [
                                0.823529411764706,
                                "rgb(247,186,61)"
                            ],
                            [
                                0.827450980392157,
                                "rgb(249,186,62)"
                            ],
                            [
                                0.831372549019608,
                                "rgb(251,187,62)"
                            ],
                            [
                                0.835294117647059,
                                "rgb(252,188,62)"
                            ],
                            [
                                0.83921568627451,
                                "rgb(254,189,61)"
                            ],
                            [
                                0.843137254901961,
                                "rgb(254,190,60)"
                            ],
                            [
                                0.847058823529412,
                                "rgb(254,192,59)"
                            ],
                            [
                                0.850980392156863,
                                "rgb(254,193,58)"
                            ],
                            [
                                0.854901960784314,
                                "rgb(254,194,57)"
                            ],
                            [
                                0.858823529411765,
                                "rgb(254,196,56)"
                            ],
                            [
                                0.862745098039216,
                                "rgb(254,197,55)"
                            ],
                            [
                                0.866666666666667,
                                "rgb(254,199,53)"
                            ],
                            [
                                0.870588235294118,
                                "rgb(254,200,52)"
                            ],
                            [
                                0.874509803921569,
                                "rgb(254,202,51)"
                            ],
                            [
                                0.87843137254902,
                                "rgb(253,203,50)"
                            ],
                            [
                                0.882352941176471,
                                "rgb(253,205,49)"
                            ],
                            [
                                0.886274509803922,
                                "rgb(253,206,49)"
                            ],
                            [
                                0.890196078431372,
                                "rgb(252,208,48)"
                            ],
                            [
                                0.894117647058823,
                                "rgb(251,210,47)"
                            ],
                            [
                                0.898039215686275,
                                "rgb(251,211,46)"
                            ],
                            [
                                0.901960784313726,
                                "rgb(250,213,46)"
                            ],
                            [
                                0.905882352941176,
                                "rgb(249,214,45)"
                            ],
                            [
                                0.909803921568627,
                                "rgb(249,216,44)"
                            ],
                            [
                                0.913725490196078,
                                "rgb(248,217,43)"
                            ],
                            [
                                0.917647058823529,
                                "rgb(247,219,42)"
                            ],
                            [
                                0.92156862745098,
                                "rgb(247,221,42)"
                            ],
                            [
                                0.925490196078431,
                                "rgb(246,222,41)"
                            ],
                            [
                                0.929411764705882,
                                "rgb(246,224,40)"
                            ],
                            [
                                0.933333333333333,
                                "rgb(245,225,40)"
                            ],
                            [
                                0.937254901960784,
                                "rgb(245,227,39)"
                            ],
                            [
                                0.941176470588235,
                                "rgb(245,229,38)"
                            ],
                            [
                                0.945098039215686,
                                "rgb(245,230,38)"
                            ],
                            [
                                0.949019607843137,
                                "rgb(245,232,37)"
                            ],
                            [
                                0.952941176470588,
                                "rgb(245,233,36)"
                            ],
                            [
                                0.956862745098039,
                                "rgb(245,235,35)"
                            ],
                            [
                                0.96078431372549,
                                "rgb(245,236,34)"
                            ],
                            [
                                0.964705882352941,
                                "rgb(245,238,33)"
                            ],
                            [
                                0.968627450980392,
                                "rgb(246,239,32)"
                            ],
                            [
                                0.972549019607843,
                                "rgb(246,241,31)"
                            ],
                            [
                                0.976470588235294,
                                "rgb(246,242,30)"
                            ],
                            [
                                0.980392156862745,
                                "rgb(247,244,28)"
                            ],
                            [
                                0.984313725490196,
                                "rgb(247,245,27)"
                            ],
                            [
                                0.988235294117647,
                                "rgb(248,247,26)"
                            ],
                            [
                                0.992156862745098,
                                "rgb(248,248,24)"
                            ],
                            [
                                0.996078431372549,
                                "rgb(249,249,22)"
                            ],
                            [
                                1,
                                "rgb(249,251,21)"
                            ]
                        ],
                        "showlegend": false,
                        "autocontour": false,
                        "reversescale": false
                    }
                ],
                "layout": {
                    "width": 1290,
                    "height": 775.5,
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0,
                        "pad": 0
                    },
                    "scene1": {
                        "domain": {
                            "x": [
                                0.13,
                                0.905
                            ],
                            "y": [
                                0.11,
                                0.925
                            ]
                        }
                    },
                    "xaxis1": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -3,
                            3
                        ],
                        "ticks": "inside",
                        "anchor": "y1",
                        "domain": [
                            0.13,
                            0.905
                        ],
                        "mirror": "ticks",
                        "ticklen": 9.9975,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10,
                            "color": "rgb(33,33,33)",
                            "family": "Arial, sans-serif"
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "-3",
                            "-2",
                            "-1",
                            "0",
                            "1",
                            "2",
                            "3"
                        ],
                        "tickvals": [
                            -3,
                            -2,
                            -1,
                            0,
                            1,
                            2,
                            3
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(33,33,33,0.150000)",
                        "linecolor": "rgb(33,33,33)",
                        "linewidth": 1,
                        "tickangle": 0,
                        "tickcolor": "rgb(33,33,33)",
                        "tickwidth": 1,
                        "titlefont": {
                            "size": 11,
                            "color": "rgb(33,33,33)",
                            "family": "Arial, sans-serif"
                        },
                        "exponentformat": "none",
                        "showticklabels": true
                    },
                    "yaxis1": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -3,
                            3
                        ],
                        "ticks": "inside",
                        "anchor": "x1",
                        "domain": [
                            0.11,
                            0.925
                        ],
                        "mirror": "ticks",
                        "ticklen": 9.9975,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10,
                            "color": "rgb(33,33,33)",
                            "family": "Arial, sans-serif"
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "-3",
                            "-2",
                            "-1",
                            "0",
                            "1",
                            "2",
                            "3"
                        ],
                        "tickvals": [
                            -3,
                            -2,
                            -1,
                            0,
                            1,
                            2,
                            3
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(33,33,33,0.150000)",
                        "linecolor": "rgb(33,33,33)",
                        "linewidth": 1,
                        "tickangle": 0,
                        "tickcolor": "rgb(33,33,33)",
                        "tickwidth": 1,
                        "titlefont": {
                            "size": 11,
                            "color": "rgb(33,33,33)",
                            "family": "Arial, sans-serif"
                        },
                        "exponentformat": "none",
                        "showticklabels": true
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.5175,
                            "y": 0.935,
                            "font": {
                                "size": 11,
                                "color": "rgb(33,33,33)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "<b><b></b></b>",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "center",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        }
                    ],
                    "paper_bgcolor": "rgb(255,255,255)"
                }
            },
            "height": 775,
            "width": 1290,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ManonCLOTEAUX",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.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-08-01 12:53:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ManonCLOTEAUX",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-01T14:24:09.746361Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ManonCLOTEAUX/0.embed",
            "fid": "ManonCLOTEAUX:0",
            "filename": "untitled",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ManonCLOTEAUX:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ManonCLOTEAUX/0/2_54954RP24SDIFT7CP5VWPMYXVQ1YCT.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ManonCLOTEAUX/0/8_07CRQK597KAPE2LI5CWHFUBBQ0XSLC.png",
                "list-thumb": "https://api.plotly.com/v2/files/ManonCLOTEAUX:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ManonCLOTEAUX:0",
                "plots": "https://api.plotly.com/v2/plots/ManonCLOTEAUX:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=ManonCLOTEAUX"
            },
            "owner": "ManonCLOTEAUX",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~ManonCLOTEAUX/0/",
            "world_readable": true,
            "date_modified": "2025-08-01T14:24:10.209Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ManonCLOTEAUX/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(0,0,0,0)",
                            "width": 0.75,
                            "smoothing": 0
                        },
                        "name": "",
                        "type": "contour",
                        "xsrc": "ManonCLOTEAUX:1:1691ea",
                        "ysrc": "ManonCLOTEAUX:1:3109d1",
                        "zmax": 7.37889649423163,
                        "zmin": -5.85036747339283,
                        "zsrc": "ManonCLOTEAUX:1:-1691ea,3109d1",
                        "xaxis": "x1",
                        "xtype": "array",
                        "yaxis": "y1",
                        "ytype": "array",
                        "zauto": false,
                        "visible": true,
                        "contours": {
                            "end": 7.37889649423163,
                            "size": 0.696277050927603,
                            "start": -5.85036747339283,
                            "coloring": "lines",
                            "showlines": true
                        },
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "rgb(62,38,168)"
                            ],
                            [
                                0.00392156862745098,
                                "rgb(62,39,172)"
                            ],
                            [
                                0.00784313725490196,
                                "rgb(63,40,175)"
                            ],
                            [
                                0.0117647058823529,
                                "rgb(63,41,178)"
                            ],
                            [
                                0.0156862745098039,
                                "rgb(64,42,180)"
                            ],
                            [
                                0.0196078431372549,
                                "rgb(64,43,183)"
                            ],
                            [
                                0.0235294117647059,
                                "rgb(65,44,186)"
                            ],
                            [
                                0.0274509803921569,
                                "rgb(65,45,189)"
                            ],
                            [
                                0.0313725490196078,
                                "rgb(66,46,191)"
                            ],
                            [
                                0.0352941176470588,
                                "rgb(66,47,194)"
                            ],
                            [
                                0.0392156862745098,
                                "rgb(67,48,197)"
                            ],
                            [
                                0.0431372549019608,
                                "rgb(67,49,200)"
                            ],
                            [
                                0.0470588235294118,
                                "rgb(67,50,202)"
                            ],
                            [
                                0.0509803921568627,
                                "rgb(68,51,205)"
                            ],
                            [
                                0.0549019607843137,
                                "rgb(68,52,208)"
                            ],
                            [
                                0.0588235294117647,
                                "rgb(69,53,210)"
                            ],
                            [
                                0.0627450980392157,
                                "rgb(69,55,213)"
                            ],
                            [
                                0.0666666666666667,
                                "rgb(69,56,215)"
                            ],
                            [
                                0.0705882352941176,
                                "rgb(70,57,217)"
                            ],
                            [
                                0.0745098039215686,
                                "rgb(70,58,220)"
                            ],
                            [
                                0.0784313725490196,
                                "rgb(70,59,222)"
                            ],
                            [
                                0.0823529411764706,
                                "rgb(70,61,224)"
                            ],
                            [
                                0.0862745098039216,
                                "rgb(71,62,225)"
                            ],
                            [
                                0.0901960784313725,
                                "rgb(71,63,227)"
                            ],
                            [
                                0.0941176470588235,
                                "rgb(71,65,229)"
                            ],
                            [
                                0.0980392156862745,
                                "rgb(71,66,230)"
                            ],
                            [
                                0.101960784313725,
                                "rgb(71,68,232)"
                            ],
                            [
                                0.105882352941176,
                                "rgb(71,69,233)"
                            ],
                            [
                                0.109803921568627,
                                "rgb(71,70,235)"
                            ],
                            [
                                0.113725490196078,
                                "rgb(72,72,236)"
                            ],
                            [
                                0.117647058823529,
                                "rgb(72,73,237)"
                            ],
                            [
                                0.12156862745098,
                                "rgb(72,75,238)"
                            ],
                            [
                                0.125490196078431,
                                "rgb(72,76,240)"
                            ],
                            [
                                0.129411764705882,
                                "rgb(72,78,241)"
                            ],
                            [
                                0.133333333333333,
                                "rgb(72,79,242)"
                            ],
                            [
                                0.137254901960784,
                                "rgb(72,80,243)"
                            ],
                            [
                                0.141176470588235,
                                "rgb(72,82,244)"
                            ],
                            [
                                0.145098039215686,
                                "rgb(72,83,245)"
                            ],
                            [
                                0.149019607843137,
                                "rgb(72,84,246)"
                            ],
                            [
                                0.152941176470588,
                                "rgb(71,86,247)"
                            ],
                            [
                                0.156862745098039,
                                "rgb(71,87,247)"
                            ],
                            [
                                0.16078431372549,
                                "rgb(71,89,248)"
                            ],
                            [
                                0.164705882352941,
                                "rgb(71,90,249)"
                            ],
                            [
                                0.168627450980392,
                                "rgb(71,91,250)"
                            ],
                            [
                                0.172549019607843,
                                "rgb(71,93,250)"
                            ],
                            [
                                0.176470588235294,
                                "rgb(70,94,251)"
                            ],
                            [
                                0.180392156862745,
                                "rgb(70,96,251)"
                            ],
                            [
                                0.184313725490196,
                                "rgb(70,97,252)"
                            ],
                            [
                                0.188235294117647,
                                "rgb(69,98,252)"
                            ],
                            [
                                0.192156862745098,
                                "rgb(69,100,253)"
                            ],
                            [
                                0.196078431372549,
                                "rgb(68,101,253)"
                            ],
                            [
                                0.2,
                                "rgb(67,103,253)"
                            ],
                            [
                                0.203921568627451,
                                "rgb(67,104,254)"
                            ],
                            [
                                0.207843137254902,
                                "rgb(66,106,254)"
                            ],
                            [
                                0.211764705882353,
                                "rgb(65,107,254)"
                            ],
                            [
                                0.215686274509804,
                                "rgb(64,109,254)"
                            ],
                            [
                                0.219607843137255,
                                "rgb(63,110,255)"
                            ],
                            [
                                0.223529411764706,
                                "rgb(62,112,255)"
                            ],
                            [
                                0.227450980392157,
                                "rgb(60,113,255)"
                            ],
                            [
                                0.231372549019608,
                                "rgb(59,115,255)"
                            ],
                            [
                                0.235294117647059,
                                "rgb(57,116,255)"
                            ],
                            [
                                0.23921568627451,
                                "rgb(56,118,254)"
                            ],
                            [
                                0.243137254901961,
                                "rgb(54,119,254)"
                            ],
                            [
                                0.247058823529412,
                                "rgb(53,121,253)"
                            ],
                            [
                                0.250980392156863,
                                "rgb(51,122,253)"
                            ],
                            [
                                0.254901960784314,
                                "rgb(50,124,252)"
                            ],
                            [
                                0.258823529411765,
                                "rgb(49,125,252)"
                            ],
                            [
                                0.262745098039216,
                                "rgb(48,127,251)"
                            ],
                            [
                                0.266666666666667,
                                "rgb(47,128,250)"
                            ],
                            [
                                0.270588235294118,
                                "rgb(47,130,250)"
                            ],
                            [
                                0.274509803921569,
                                "rgb(46,131,249)"
                            ],
                            [
                                0.27843137254902,
                                "rgb(46,132,248)"
                            ],
                            [
                                0.282352941176471,
                                "rgb(46,134,248)"
                            ],
                            [
                                0.286274509803922,
                                "rgb(46,135,247)"
                            ],
                            [
                                0.290196078431373,
                                "rgb(45,136,246)"
                            ],
                            [
                                0.294117647058824,
                                "rgb(45,138,245)"
                            ],
                            [
                                0.298039215686275,
                                "rgb(45,139,244)"
                            ],
                            [
                                0.301960784313725,
                                "rgb(45,140,243)"
                            ],
                            [
                                0.305882352941176,
                                "rgb(45,142,242)"
                            ],
                            [
                                0.309803921568627,
                                "rgb(44,143,241)"
                            ],
                            [
                                0.313725490196078,
                                "rgb(44,144,240)"
                            ],
                            [
                                0.317647058823529,
                                "rgb(43,145,239)"
                            ],
                            [
                                0.32156862745098,
                                "rgb(42,147,238)"
                            ],
                            [
                                0.325490196078431,
                                "rgb(41,148,237)"
                            ],
                            [
                                0.329411764705882,
                                "rgb(40,149,236)"
                            ],
                            [
                                0.333333333333333,
                                "rgb(39,151,235)"
                            ],
                            [
                                0.337254901960784,
                                "rgb(39,152,234)"
                            ],
                            [
                                0.341176470588235,
                                "rgb(38,153,233)"
                            ],
                            [
                                0.345098039215686,
                                "rgb(38,154,232)"
                            ],
                            [
                                0.349019607843137,
                                "rgb(37,155,232)"
                            ],
                            [
                                0.352941176470588,
                                "rgb(37,156,231)"
                            ],
                            [
                                0.356862745098039,
                                "rgb(36,158,230)"
                            ],
                            [
                                0.36078431372549,
                                "rgb(36,159,229)"
                            ],
                            [
                                0.364705882352941,
                                "rgb(35,160,229)"
                            ],
                            [
                                0.368627450980392,
                                "rgb(35,161,228)"
                            ],
                            [
                                0.372549019607843,
                                "rgb(34,162,228)"
                            ],
                            [
                                0.376470588235294,
                                "rgb(33,163,227)"
                            ],
                            [
                                0.380392156862745,
                                "rgb(32,165,227)"
                            ],
                            [
                                0.384313725490196,
                                "rgb(31,166,226)"
                            ],
                            [
                                0.388235294117647,
                                "rgb(30,167,225)"
                            ],
                            [
                                0.392156862745098,
                                "rgb(29,168,225)"
                            ],
                            [
                                0.396078431372549,
                                "rgb(29,169,224)"
                            ],
                            [
                                0.4,
                                "rgb(28,170,223)"
                            ],
                            [
                                0.403921568627451,
                                "rgb(27,171,222)"
                            ],
                            [
                                0.407843137254902,
                                "rgb(26,172,221)"
                            ],
                            [
                                0.411764705882353,
                                "rgb(25,173,220)"
                            ],
                            [
                                0.415686274509804,
                                "rgb(23,174,218)"
                            ],
                            [
                                0.419607843137255,
                                "rgb(22,175,217)"
                            ],
                            [
                                0.423529411764706,
                                "rgb(20,176,216)"
                            ],
                            [
                                0.427450980392157,
                                "rgb(18,177,214)"
                            ],
                            [
                                0.431372549019608,
                                "rgb(16,178,213)"
                            ],
                            [
                                0.435294117647059,
                                "rgb(14,179,212)"
                            ],
                            [
                                0.43921568627451,
                                "rgb(11,179,210)"
                            ],
                            [
                                0.443137254901961,
                                "rgb(8,180,209)"
                            ],
                            [
                                0.447058823529412,
                                "rgb(6,181,207)"
                            ],
                            [
                                0.450980392156863,
                                "rgb(4,182,206)"
                            ],
                            [
                                0.454901960784314,
                                "rgb(2,183,204)"
                            ],
                            [
                                0.458823529411765,
                                "rgb(1,183,202)"
                            ],
                            [
                                0.462745098039216,
                                "rgb(0,184,201)"
                            ],
                            [
                                0.466666666666667,
                                "rgb(0,185,199)"
                            ],
                            [
                                0.470588235294118,
                                "rgb(0,186,198)"
                            ],
                            [
                                0.474509803921569,
                                "rgb(1,186,196)"
                            ],
                            [
                                0.47843137254902,
                                "rgb(2,187,194)"
                            ],
                            [
                                0.482352941176471,
                                "rgb(4,187,193)"
                            ],
                            [
                                0.486274509803922,
                                "rgb(6,188,191)"
                            ],
                            [
                                0.490196078431373,
                                "rgb(9,189,189)"
                            ],
                            [
                                0.494117647058824,
                                "rgb(13,189,188)"
                            ],
                            [
                                0.498039215686275,
                                "rgb(16,190,186)"
                            ],
                            [
                                0.501960784313725,
                                "rgb(20,190,184)"
                            ],
                            [
                                0.505882352941176,
                                "rgb(23,191,182)"
                            ],
                            [
                                0.509803921568627,
                                "rgb(26,192,181)"
                            ],
                            [
                                0.513725490196078,
                                "rgb(29,192,179)"
                            ],
                            [
                                0.517647058823529,
                                "rgb(32,193,177)"
                            ],
                            [
                                0.52156862745098,
                                "rgb(35,193,175)"
                            ],
                            [
                                0.525490196078431,
                                "rgb(37,194,174)"
                            ],
                            [
                                0.529411764705882,
                                "rgb(39,194,172)"
                            ],
                            [
                                0.533333333333333,
                                "rgb(41,195,170)"
                            ],
                            [
                                0.537254901960784,
                                "rgb(43,195,168)"
                            ],
                            [
                                0.541176470588235,
                                "rgb(44,196,166)"
                            ],
                            [
                                0.545098039215686,
                                "rgb(46,196,165)"
                            ],
                            [
                                0.549019607843137,
                                "rgb(47,197,163)"
                            ],
                            [
                                0.552941176470588,
                                "rgb(49,197,161)"
                            ],
                            [
                                0.556862745098039,
                                "rgb(50,198,159)"
                            ],
                            [
                                0.56078431372549,
                                "rgb(51,199,157)"
                            ],
                            [
                                0.564705882352941,
                                "rgb(53,199,155)"
                            ],
                            [
                                0.568627450980392,
                                "rgb(54,200,153)"
                            ],
                            [
                                0.572549019607843,
                                "rgb(56,200,150)"
                            ],
                            [
                                0.576470588235294,
                                "rgb(57,201,148)"
                            ],
                            [
                                0.580392156862745,
                                "rgb(59,201,146)"
                            ],
                            [
                                0.584313725490196,
                                "rgb(61,202,144)"
                            ],
                            [
                                0.588235294117647,
                                "rgb(64,202,141)"
                            ],
                            [
                                0.592156862745098,
                                "rgb(66,202,139)"
                            ],
                            [
                                0.596078431372549,
                                "rgb(69,203,137)"
                            ],
                            [
                                0.6,
                                "rgb(72,203,134)"
                            ],
                            [
                                0.603921568627451,
                                "rgb(75,203,132)"
                            ],
                            [
                                0.607843137254902,
                                "rgb(78,204,129)"
                            ],
                            [
                                0.611764705882353,
                                "rgb(81,204,127)"
                            ],
                            [
                                0.615686274509804,
                                "rgb(84,204,124)"
                            ],
                            [
                                0.619607843137255,
                                "rgb(87,204,122)"
                            ],
                            [
                                0.623529411764706,
                                "rgb(90,204,119)"
                            ],
                            [
                                0.627450980392157,
                                "rgb(94,205,116)"
                            ],
                            [
                                0.631372549019608,
                                "rgb(97,205,114)"
                            ],
                            [
                                0.635294117647059,
                                "rgb(100,205,111)"
                            ],
                            [
                                0.63921568627451,
                                "rgb(103,205,108)"
                            ],
                            [
                                0.643137254901961,
                                "rgb(107,205,105)"
                            ],
                            [
                                0.647058823529412,
                                "rgb(110,205,102)"
                            ],
                            [
                                0.650980392156863,
                                "rgb(114,205,100)"
                            ],
                            [
                                0.654901960784314,
                                "rgb(118,204,97)"
                            ],
                            [
                                0.658823529411765,
                                "rgb(121,204,94)"
                            ],
                            [
                                0.662745098039216,
                                "rgb(125,204,91)"
                            ],
                            [
                                0.666666666666667,
                                "rgb(129,204,89)"
                            ],
                            [
                                0.670588235294118,
                                "rgb(132,204,86)"
                            ],
                            [
                                0.674509803921569,
                                "rgb(136,203,83)"
                            ],
                            [
                                0.67843137254902,
                                "rgb(139,203,81)"
                            ],
                            [
                                0.682352941176471,
                                "rgb(143,203,78)"
                            ],
                            [
                                0.686274509803922,
                                "rgb(147,202,75)"
                            ],
                            [
                                0.690196078431373,
                                "rgb(150,202,72)"
                            ],
                            [
                                0.694117647058824,
                                "rgb(154,201,70)"
                            ],
                            [
                                0.698039215686274,
                                "rgb(157,201,67)"
                            ],
                            [
                                0.701960784313725,
                                "rgb(161,200,64)"
                            ],
                            [
                                0.705882352941176,
                                "rgb(164,200,62)"
                            ],
                            [
                                0.709803921568627,
                                "rgb(167,199,59)"
                            ],
                            [
                                0.713725490196078,
                                "rgb(171,199,57)"
                            ],
                            [
                                0.717647058823529,
                                "rgb(174,198,55)"
                            ],
                            [
                                0.72156862745098,
                                "rgb(178,198,53)"
                            ],
                            [
                                0.725490196078431,
                                "rgb(181,197,51)"
                            ],
                            [
                                0.729411764705882,
                                "rgb(184,196,49)"
                            ],
                            [
                                0.733333333333333,
                                "rgb(187,196,47)"
                            ],
                            [
                                0.737254901960784,
                                "rgb(190,195,45)"
                            ],
                            [
                                0.741176470588235,
                                "rgb(194,195,44)"
                            ],
                            [
                                0.745098039215686,
                                "rgb(197,194,42)"
                            ],
                            [
                                0.749019607843137,
                                "rgb(200,193,41)"
                            ],
                            [
                                0.752941176470588,
                                "rgb(203,193,40)"
                            ],
                            [
                                0.756862745098039,
                                "rgb(206,192,39)"
                            ],
                            [
                                0.76078431372549,
                                "rgb(208,191,39)"
                            ],
                            [
                                0.764705882352941,
                                "rgb(211,191,39)"
                            ],
                            [
                                0.768627450980392,
                                "rgb(214,190,39)"
                            ],
                            [
                                0.772549019607843,
                                "rgb(217,190,40)"
                            ],
                            [
                                0.776470588235294,
                                "rgb(219,189,40)"
                            ],
                            [
                                0.780392156862745,
                                "rgb(222,188,41)"
                            ],
                            [
                                0.784313725490196,
                                "rgb(225,188,42)"
                            ],
                            [
                                0.788235294117647,
                                "rgb(227,188,43)"
                            ],
                            [
                                0.792156862745098,
                                "rgb(230,187,45)"
                            ],
                            [
                                0.796078431372549,
                                "rgb(232,187,46)"
                            ],
                            [
                                0.8,
                                "rgb(234,186,48)"
                            ],
                            [
                                0.803921568627451,
                                "rgb(236,186,50)"
                            ],
                            [
                                0.807843137254902,
                                "rgb(239,186,53)"
                            ],
                            [
                                0.811764705882353,
                                "rgb(241,186,55)"
                            ],
                            [
                                0.815686274509804,
                                "rgb(243,186,57)"
                            ],
                            [
                                0.819607843137255,
                                "rgb(245,186,59)"
                            ],
                            [
                                0.823529411764706,
                                "rgb(247,186,61)"
                            ],
                            [
                                0.827450980392157,
                                "rgb(249,186,62)"
                            ],
                            [
                                0.831372549019608,
                                "rgb(251,187,62)"
                            ],
                            [
                                0.835294117647059,
                                "rgb(252,188,62)"
                            ],
                            [
                                0.83921568627451,
                                "rgb(254,189,61)"
                            ],
                            [
                                0.843137254901961,
                                "rgb(254,190,60)"
                            ],
                            [
                                0.847058823529412,
                                "rgb(254,192,59)"
                            ],
                            [
                                0.850980392156863,
                                "rgb(254,193,58)"
                            ],
                            [
                                0.854901960784314,
                                "rgb(254,194,57)"
                            ],
                            [
                                0.858823529411765,
                                "rgb(254,196,56)"
                            ],
                            [
                                0.862745098039216,
                                "rgb(254,197,55)"
                            ],
                            [
                                0.866666666666667,
                                "rgb(254,199,53)"
                            ],
                            [
                                0.870588235294118,
                                "rgb(254,200,52)"
                            ],
                            [
                                0.874509803921569,
                                "rgb(254,202,51)"
                            ],
                            [
                                0.87843137254902,
                                "rgb(253,203,50)"
                            ],
                            [
                                0.882352941176471,
                                "rgb(253,205,49)"
                            ],
                            [
                                0.886274509803922,
                                "rgb(253,206,49)"
                            ],
                            [
                                0.890196078431372,
                                "rgb(252,208,48)"
                            ],
                            [
                                0.894117647058823,
                                "rgb(251,210,47)"
                            ],
                            [
                                0.898039215686275,
                                "rgb(251,211,46)"
                            ],
                            [
                                0.901960784313726,
                                "rgb(250,213,46)"
                            ],
                            [
                                0.905882352941176,
                                "rgb(249,214,45)"
                            ],
                            [
                                0.909803921568627,
                                "rgb(249,216,44)"
                            ],
                            [
                                0.913725490196078,
                                "rgb(248,217,43)"
                            ],
                            [
                                0.917647058823529,
                                "rgb(247,219,42)"
                            ],
                            [
                                0.92156862745098,
                                "rgb(247,221,42)"
                            ],
                            [
                                0.925490196078431,
                                "rgb(246,222,41)"
                            ],
                            [
                                0.929411764705882,
                                "rgb(246,224,40)"
                            ],
                            [
                                0.933333333333333,
                                "rgb(245,225,40)"
                            ],
                            [
                                0.937254901960784,
                                "rgb(245,227,39)"
                            ],
                            [
                                0.941176470588235,
                                "rgb(245,229,38)"
                            ],
                            [
                                0.945098039215686,
                                "rgb(245,230,38)"
                            ],
                            [
                                0.949019607843137,
                                "rgb(245,232,37)"
                            ],
                            [
                                0.952941176470588,
                                "rgb(245,233,36)"
                            ],
                            [
                                0.956862745098039,
                                "rgb(245,235,35)"
                            ],
                            [
                                0.96078431372549,
                                "rgb(245,236,34)"
                            ],
                            [
                                0.964705882352941,
                                "rgb(245,238,33)"
                            ],
                            [
                                0.968627450980392,
                                "rgb(246,239,32)"
                            ],
                            [
                                0.972549019607843,
                                "rgb(246,241,31)"
                            ],
                            [
                                0.976470588235294,
                                "rgb(246,242,30)"
                            ],
                            [
                                0.980392156862745,
                                "rgb(247,244,28)"
                            ],
                            [
                                0.984313725490196,
                                "rgb(247,245,27)"
                            ],
                            [
                                0.988235294117647,
                                "rgb(248,247,26)"
                            ],
                            [
                                0.992156862745098,
                                "rgb(248,248,24)"
                            ],
                            [
                                0.996078431372549,
                                "rgb(249,249,22)"
                            ],
                            [
                                1,
                                "rgb(249,251,21)"
                            ]
                        ],
                        "showlegend": false,
                        "autocontour": false,
                        "reversescale": false
                    }
                ],
                "layout": {
                    "width": 1288.5,
                    "height": 775.5,
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0,
                        "pad": 0
                    },
                    "scene1": {
                        "domain": {
                            "x": [
                                0.13,
                                0.905
                            ],
                            "y": [
                                0.11,
                                0.925
                            ]
                        }
                    },
                    "xaxis1": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -3,
                            3
                        ],
                        "ticks": "inside",
                        "anchor": "y1",
                        "domain": [
                            0.13,
                            0.905
                        ],
                        "mirror": "ticks",
                        "ticklen": 9.985875,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10,
                            "color": "rgb(33,33,33)",
                            "family": "Arial, sans-serif"
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "-3",
                            "-2",
                            "-1",
                            "0",
                            "1",
                            "2",
                            "3"
                        ],
                        "tickvals": [
                            -3,
                            -2,
                            -1,
                            0,
                            1,
                            2,
                            3
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(33,33,33,0.150000)",
                        "linecolor": "rgb(33,33,33)",
                        "linewidth": 1,
                        "tickangle": 0,
                        "tickcolor": "rgb(33,33,33)",
                        "tickwidth": 1,
                        "titlefont": {
                            "size": 11,
                            "color": "rgb(33,33,33)",
                            "family": "Arial, sans-serif"
                        },
                        "exponentformat": "none",
                        "showticklabels": true
                    },
                    "yaxis1": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -3,
                            3
                        ],
                        "ticks": "inside",
                        "anchor": "x1",
                        "domain": [
                            0.11,
                            0.925
                        ],
                        "mirror": "ticks",
                        "ticklen": 9.985875,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10,
                            "color": "rgb(33,33,33)",
                            "family": "Arial, sans-serif"
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "-3",
                            "-2",
                            "-1",
                            "0",
                            "1",
                            "2",
                            "3"
                        ],
                        "tickvals": [
                            -3,
                            -2,
                            -1,
                            0,
                            1,
                            2,
                            3
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(33,33,33,0.150000)",
                        "linecolor": "rgb(33,33,33)",
                        "linewidth": 1,
                        "tickangle": 0,
                        "tickcolor": "rgb(33,33,33)",
                        "tickwidth": 1,
                        "titlefont": {
                            "size": 11,
                            "color": "rgb(33,33,33)",
                            "family": "Arial, sans-serif"
                        },
                        "exponentformat": "none",
                        "showticklabels": true
                    },
                    "autosize": false,
                    "hovermode": "closest",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.5175,
                            "y": 0.935,
                            "font": {
                                "size": 11,
                                "color": "rgb(33,33,33)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "<b><b></b></b>",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "center",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        }
                    ],
                    "paper_bgcolor": "rgb(255,255,255)"
                }
            },
            "height": 775,
            "width": 1288,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ManonCLOTEAUX",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.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-08-01 12:53:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ManonCLOTEAUX",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-01T14:02:12.503615Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~malemany/29.embed",
            "fid": "malemany:29",
            "filename": "080725_Actin_to_asyn_intensity_Jurkat_pulse_n=2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/malemany/29/9_THHMA4RTVOINRBZF91N87VZSCIO9XD.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/malemany/29/2_8Y3VFKFSO6AFOKGGECB387EDGTJX34.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/malemany/29/8_81YI6NHC2PPWZ85UX4B9XSPPBRQ7QO.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/malemany/29/9_THHMA4RTVOINRBZF91N87VZSCIO9XD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/malemany:29",
                "plots": "https://api.plotly.com/v2/plots/malemany:29",
                "parent": "https://api.plotly.com/v2/folders/home?user=malemany"
            },
            "owner": "malemany",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~malemany/29/",
            "world_readable": true,
            "date_modified": "2025-08-01T14:33:04.278Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~malemany/29/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "F"
                            }
                        },
                        "mode": "markers",
                        "name": "Untreated",
                        "type": "scatter",
                        "xsrc": "malemany:28:1dbb86",
                        "ysrc": "malemany:28:ea8298",
                        "jitter": 0,
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 4,
                            "color": "rgb(206, 206, 206)"
                        },
                        "boxmean": false,
                        "error_x": {
                            "type": "percent",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": false,
                            "thickness": 2,
                            "valueminus": 10
                        },
                        "hoveron": "boxes+points",
                        "notched": false,
                        "meanline": {
                            "visible": true
                        },
                        "pointpos": 0,
                        "bandwidth": 0,
                        "boxpoints": false,
                        "fillcolor": "rgb(255, 255, 255)",
                        "hoverinfo": "x+y+name"
                    },
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "G"
                            }
                        },
                        "mode": "markers",
                        "name": "1h",
                        "type": "scatter",
                        "xsrc": "malemany:28:908e94",
                        "ysrc": "malemany:28:84e1cc",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 4,
                            "color": "rgb(165, 89, 170)"
                        },
                        "meanline": {
                            "visible": true
                        },
                        "bandwidth": 0,
                        "boxpoints": "outliers",
                        "fillcolor": "rgb(250, 250, 250)"
                    },
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "H"
                            }
                        },
                        "mode": "markers",
                        "name": "6h",
                        "type": "scatter",
                        "xsrc": "malemany:28:6b2505",
                        "ysrc": "malemany:28:9d43fc",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 4,
                            "color": "rgb(92, 213, 196)"
                        },
                        "meanline": {
                            "visible": true
                        },
                        "bandwidth": 0,
                        "boxpoints": "outliers",
                        "fillcolor": "rgb(255, 255, 255)"
                    },
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "D",
                                "y": "I"
                            }
                        },
                        "mode": "markers",
                        "name": "18h",
                        "type": "scatter",
                        "xsrc": "malemany:28:d6dead",
                        "ysrc": "malemany:28:8a2a6f",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "size": 4,
                            "color": "rgb(255, 199, 92)"
                        },
                        "meanline": {
                            "visible": true
                        },
                        "bandwidth": 0,
                        "boxpoints": "outliers",
                        "fillcolor": "rgb(255, 255, 255)"
                    },
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "E",
                                "y": "J"
                            }
                        },
                        "mode": "markers",
                        "name": "24h",
                        "type": "scatter",
                        "xsrc": "malemany:28:5e89d2",
                        "ysrc": "malemany:28:03ef1d",
                        "marker": {
                            "line": {
                                "color": "rgb(4, 4, 4)",
                                "width": 1
                            },
                            "size": 4,
                            "color": "rgb(255, 49, 60)"
                        },
                        "meanline": {
                            "visible": true
                        },
                        "bandwidth": 0,
                        "boxpoints": "outliers",
                        "fillcolor": "rgb(255, 255, 255)"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "color": "rgb(0, 0, 0)"
                    },
                    "title": {
                        "text": "<br>"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            404206.7087012094,
                            3243196.146298791
                        ],
                        "title": {
                            "font": {
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "a-synuclein average fluorescense intensity"
                        },
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "tickmode": "auto",
                        "zeroline": true,
                        "autorange": true,
                        "gridcolor": "rgb(0, 0, 0)",
                        "linecolor": "rgb(0, 0, 0)",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -73637.21094222972,
                            43992995.08894223
                        ],
                        "title": {
                            "font": {
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "Actin average fluorescence intensity"
                        },
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "tickmode": "auto",
                        "zeroline": true,
                        "autorange": true,
                        "gridcolor": "rgb(216, 217, 219)",
                        "gridwidth": 0,
                        "linecolor": "rgb(0, 0, 0)",
                        "zerolinecolor": "rgb(0, 0, 0)"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "boxmode": "overlay",
                    "autosize": true,
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#ffffff"
                            ],
                            [
                                0.125,
                                "#f0f0f0"
                            ],
                            [
                                0.25,
                                "#d9d9d9"
                            ],
                            [
                                0.375,
                                "#bdbdbd"
                            ],
                            [
                                0.5,
                                "#969696"
                            ],
                            [
                                0.625,
                                "#737373"
                            ],
                            [
                                0.75,
                                "#525252"
                            ],
                            [
                                0.875,
                                "#252525"
                            ],
                            [
                                1,
                                "#000000"
                            ]
                        ],
                        "sequentialminus": [
                            [
                                0,
                                "#ffffff"
                            ],
                            [
                                0.125,
                                "#f0f0f0"
                            ],
                            [
                                0.25,
                                "#d9d9d9"
                            ],
                            [
                                0.375,
                                "#bdbdbd"
                            ],
                            [
                                0.5,
                                "#969696"
                            ],
                            [
                                0.625,
                                "#737373"
                            ],
                            [
                                0.75,
                                "#525252"
                            ],
                            [
                                0.875,
                                "#252525"
                            ],
                            [
                                1,
                                "#000000"
                            ]
                        ]
                    },
                    "showlegend": true,
                    "plot_bgcolor": "rgb(255, 255, 255)",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~malemany",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-17 15:39:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "malemany",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-01T12:54:18.040283Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dieguisgs/495.embed",
            "fid": "dieguisgs:495",
            "filename": "prediccion_ercot_day_ahead_junio_kulio_2025",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/dieguisgs:495/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/dieguisgs:495/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dieguisgs/495/8_EN033NQ0FD34H8L4FRMDNH3PZX7GWY.png",
                "list-thumb": "https://api.plotly.com/v2/files/dieguisgs:495/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dieguisgs:495",
                "plots": "https://api.plotly.com/v2/plots/dieguisgs:495",
                "parent": "https://api.plotly.com/v2/folders/home?user=dieguisgs"
            },
            "owner": "dieguisgs",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~dieguisgs/495/",
            "world_readable": true,
            "date_modified": "2025-08-01T12:54:18.053Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dieguisgs/495/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "orange"
                        },
                        "mode": "lines",
                        "name": "Predicción p50",
                        "type": "scatter",
                        "xsrc": "dieguisgs:494:52445a",
                        "ysrc": "dieguisgs:494:df3107"
                    },
                    {
                        "line": {
                            "color": "black"
                        },
                        "mode": "lines",
                        "name": "Real",
                        "type": "scatter",
                        "xsrc": "dieguisgs:494:d2123b",
                        "ysrc": "dieguisgs:494:d509ab"
                    },
                    {
                        "fill": "toself",
                        "line": {
                            "color": "rgba(255,255,255,0)"
                        },
                        "name": "Rango p10-p90",
                        "type": "scatter",
                        "xsrc": "dieguisgs:494:b8cee1",
                        "ysrc": "dieguisgs:494:4ab896",
                        "fillcolor": "rgba(0, 0, 255, 0.2)",
                        "hoverinfo": "skip",
                        "showlegend": true
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Predicción con bandas de incertidumbre (serie continua) Ercot_HubAVG_XGBoost31_B60_F1_Sglobal\""
                    },
                    "width": 1400,
                    "xaxis": {
                        "title": {
                            "text": "Fecha"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Valor"
                        }
                    },
                    "height": 600,
                    "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.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "white",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "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.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "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.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": 600,
            "width": 1400,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~dieguisgs",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/45.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2023-02-24 13:31:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dieguisgs",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}