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

{
    "next": "https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA3LTE4KzA3JTNBMzElM0E1MS4zOTYzOTklMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0xOCsxMCUzQTIyJTNBNTguODU0MzM2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-07-18T10:22:58.854336Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gico66/7.embed",
            "fid": "gico66:7",
            "filename": "Splices (A & B) Losses vs. Fiber Length @ 1300 nm MM",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gico66/7/9_N26DJYK2VJ3BBDZGQW0L6SXHF5DBJD.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gico66/7/2_Q08VJW8J04URFI6O1P9X9HACC71B6B.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gico66/7/8_UCM87SOYQA982MUIDAT0D6VV2MP7V0.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gico66/7/9_N26DJYK2VJ3BBDZGQW0L6SXHF5DBJD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gico66:7",
                "plots": "https://api.plotly.com/v2/plots/gico66:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=gico66"
            },
            "owner": "gico66",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~gico66/7/",
            "world_readable": true,
            "date_modified": "2025-07-28T16:32:11.406Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gico66/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "I",
                                "y": "J",
                                "error_y": {
                                    "array": "N",
                                    "arrayminus": "O"
                                }
                            }
                        },
                        "mode": "lines",
                        "name": "1300 nm MM - 1000 ns",
                        "type": "scatter",
                        "xsrc": "gico66:6:05c730",
                        "ysrc": "gico66:6:93ab3c",
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "N",
                                    "arrayminus": "O"
                                }
                            },
                            "type": "data",
                            "visible": true,
                            "arraysrc": "gico66:6:762dc8",
                            "symmetric": false,
                            "arrayminussrc": "gico66:6:f423ba"
                        },
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Splices (A & B) Losses vs. Fiber Length @ 1300 nm MM"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.46799999999999997,
                            48.891999999999996
                        ],
                        "title": {
                            "text": "Fibre Lenght (Km)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.0905,
                            0.1195
                        ],
                        "title": {
                            "text": "Splice Loss (dB)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 16.45603074295474,
                            "y": -0.033922834092553006,
                            "font": {
                                "size": 15
                            },
                            "text": "<b>Splice A</b>",
                            "showarrow": false
                        },
                        {
                            "x": 16.371726729291204,
                            "y": 0.0868311221669431,
                            "font": {
                                "size": 15
                            },
                            "text": "<b>Splice B</b>",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gico66",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-15 13:54:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gico66",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-18T10:22:31.571946Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nieva/37.embed",
            "fid": "nieva:37",
            "filename": "Grafico IMSA para Boston",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/nieva:37/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nieva/37/2_OWCNF4Z1GBR5Q0LOJK45921GWQM96N.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nieva/37/8_ZV6KKOMRPPOTO2CREEOT4OYOL29P09.png",
                "list-thumb": "https://api.plotly.com/v2/files/nieva:37/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nieva:37",
                "plots": "https://api.plotly.com/v2/plots/nieva:37",
                "parent": "https://api.plotly.com/v2/folders/home?user=nieva"
            },
            "owner": "nieva",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~nieva/37/",
            "world_readable": true,
            "date_modified": "2025-07-18T10:24:22.083Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nieva/37/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Aleksey Seleznev"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:3abb17",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Hannes Christoph Holzer"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:2a0fd3",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Franz Tschöpe"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:ddd427",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Darcy Pigmans"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:b42523",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Marcel Minnerup"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:731086",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Marton Pajor"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:07a432",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Velin Vitanov"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:e505ce",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Pablo Vicente"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:9997cc",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Gareth Higgins"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:97192a",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Gonzalo Vergara"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:03d193",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Mohamed Buhdeima"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:92c385",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Robert Bodogae"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:c94bf7",
                        "marker": {
                            "size": 3
                        },
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Samuel Caseirito"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Samuel Caseirito",
                        "type": "scatter",
                        "ysrc": "nieva:36:b5416e",
                        "marker": {
                            "size": 3
                        },
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Connor Spree"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:75f728",
                        "marker": {
                            "size": 3
                        },
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Joss Marie"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Joss Marie",
                        "type": "scatter",
                        "ysrc": "nieva:36:c03c23",
                        "marker": {
                            "size": 3
                        },
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Emanuele Marra"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:2744e2",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Marco Zaccari2"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:006764",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Dominic Anspach-Sobetzke"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:be6cdf",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Néstor de la Fuente"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:dedb6d",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Antoine Lecointre"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:b7184b",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Thomas Bos"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:4ca075",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Harry J Lawrance"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:d3d527",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Riccardo Groppi"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:6b96c6",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Giuseppe Lo Faro"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Giuseppe Lo Faro",
                        "type": "scatter",
                        "ysrc": "nieva:36:ff3e2e",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Sebastian Stamm"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "ysrc": "nieva:36:a98615",
                        "marker": {
                            "size": 3
                        },
                        "visible": "legendonly",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Grafiquito para Boston"
                    },
                    "xaxis": {
                        "range": [
                            -1.9328390754470126,
                            33.93283907544701
                        ],
                        "title": {
                            "text": "Lap"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -5.378624767225326,
                            52.02362476722533
                        ],
                        "title": {
                            "text": "Gap to Boston"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nieva",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/4.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-05-09 08:11:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nieva",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-18T10:06:56.007063Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~idunnolol/5.embed",
            "fid": "idunnolol:5",
            "filename": "Plot 3 copy",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/idunnolol:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/idunnolol/5/2_CQ74XICK46KXQFMHTJZT35KXDF0NSZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/idunnolol/5/8_03U37VOF5OCA2KXH7WKUL0B54TSIAL.png",
                "list-thumb": "https://api.plotly.com/v2/files/idunnolol:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/idunnolol:5",
                "plots": "https://api.plotly.com/v2/plots/idunnolol:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=idunnolol"
            },
            "owner": "idunnolol",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~idunnolol/5/",
            "world_readable": true,
            "date_modified": "2025-07-18T10:06:56.314Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~idunnolol/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "3cf03d",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "error_y": {
                                    "array": "C",
                                    "arrayminus": "D"
                                }
                            }
                        },
                        "mode": "markers",
                        "name": "Data",
                        "type": "bar",
                        "xsrc": "idunnolol:4:597c85",
                        "ysrc": "idunnolol:4:5b5f22",
                        "error_x": {
                            "type": "percent",
                            "color": "#444",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "C",
                                    "arrayminus": "D"
                                }
                            },
                            "type": "data",
                            "visible": true,
                            "arraysrc": "idunnolol:4:4666cc",
                            "symmetric": false,
                            "arrayminussrc": "idunnolol:4:6c7f23"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "8409a9",
                        "line": {
                            "dash": "dot"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Trendline",
                        "type": "scatter",
                        "xsrc": "idunnolol:4:597c85",
                        "ysrc": "idunnolol:4:5b5f22",
                        "marker": {
                            "size": 4,
                            "opacity": 1
                        },
                        "connectgaps": false,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Adjusted Harmonic Clarity (100 - |dB|) against Material"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            0.009090909090909038,
                            4.009090909090909
                        ],
                        "title": {
                            "text": "Material<br>"
                        },
                        "autorange": false,
                        "automargin": false,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            78.94736842105263
                        ],
                        "title": {
                            "text": "Adjusted clarity / dB"
                        },
                        "autorange": false
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~idunnolol",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-18 06:50:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "idunnolol",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-18T09:55:42.851396Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~KUNLIN/17.embed",
            "fid": "KUNLIN:17",
            "filename": "Plot 17",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/KUNLIN/17/9_RERVSFJM0WPONCTGQQTKEHUTT346S4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/KUNLIN/17/2_85C6GHFWFQ8WDWAHV4KHCX08ACXJXK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/KUNLIN/17/8_6JRULTKVSMUWR6S2WYQD4F3FLRGGTH.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/KUNLIN/17/9_RERVSFJM0WPONCTGQQTKEHUTT346S4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/KUNLIN:17",
                "plots": "https://api.plotly.com/v2/plots/KUNLIN:17",
                "parent": "https://api.plotly.com/v2/folders/home?user=KUNLIN"
            },
            "owner": "KUNLIN",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~KUNLIN/17/",
            "world_readable": true,
            "date_modified": "2025-07-18T10:19:06.528Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~KUNLIN/17/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(255, 153, 51, 1.0)",
                            "width": "1.3"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "T",
                                "y": "Qw"
                            }
                        },
                        "mode": "lines",
                        "name": "GOLF QW",
                        "type": "scatter",
                        "xsrc": "KUNLIN:19:b4e029",
                        "ysrc": "KUNLIN:19:3c5267",
                        "visible": true
                    },
                    {
                        "line": {
                            "color": "rgba(55, 128, 191, 1.0)",
                            "width": "1.3"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "T2",
                                "y": "QW2"
                            }
                        },
                        "mode": "lines",
                        "name": "ORI QW",
                        "type": "scatter",
                        "xsrc": "KUNLIN:19:434722",
                        "ysrc": "KUNLIN:19:9704d1",
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T",
                                "y": "Qx"
                            }
                        },
                        "mode": "lines",
                        "name": "GOLF QX",
                        "type": "scatter",
                        "xsrc": "KUNLIN:19:b4e029",
                        "ysrc": "KUNLIN:19:1687a6",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T2",
                                "y": "QX2"
                            }
                        },
                        "mode": "lines",
                        "name": "ORI QX",
                        "type": "scatter",
                        "xsrc": "KUNLIN:19:434722",
                        "ysrc": "KUNLIN:19:651ea8",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T",
                                "y": "Qy"
                            }
                        },
                        "mode": "lines",
                        "name": "GOLF QY",
                        "type": "scatter",
                        "xsrc": "KUNLIN:19:b4e029",
                        "ysrc": "KUNLIN:19:02df04",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T2",
                                "y": "QY2"
                            }
                        },
                        "mode": "lines",
                        "name": "ORI QY",
                        "type": "scatter",
                        "xsrc": "KUNLIN:19:434722",
                        "ysrc": "KUNLIN:19:7c8b43",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T",
                                "y": "Qz"
                            }
                        },
                        "mode": "lines",
                        "name": "GOLF QZ",
                        "type": "scatter",
                        "xsrc": "KUNLIN:19:b4e029",
                        "ysrc": "KUNLIN:19:c1cf8a",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T2",
                                "y": "QZ2"
                            }
                        },
                        "mode": "lines",
                        "name": "ORI QZ",
                        "type": "scatter",
                        "xsrc": "KUNLIN:19:434722",
                        "ysrc": "KUNLIN:19:ee5627",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            154.94077448747151,
                            396.72665148063777
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": false,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.2109244367284704,
                            0.3954497777336106
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": "Price"
                        },
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "#E1E5ED",
                        "tickprefix": "$",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "hovermode": "closest",
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~KUNLIN",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-03 02:48:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "KUNLIN",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-18T08:12:41.355110Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~RuotongNie/3.embed",
            "fid": "RuotongNie:3",
            "filename": "SH-cocoa soy pea rice",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/RuotongNie/3/9_WA4BEBAG6FIOHFJ82WDXKMCCQLIUBP.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/RuotongNie/3/2_BGBERJ8XZ9WDJB8PX5MOODPOTM1AIS.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RuotongNie/3/8_QT4YVF6PG3O011Z6JDJP6XCO9M9GY0.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RuotongNie/3/9_WA4BEBAG6FIOHFJ82WDXKMCCQLIUBP.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/RuotongNie:3",
                "plots": "https://api.plotly.com/v2/plots/RuotongNie:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=RuotongNie"
            },
            "owner": "RuotongNie",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~RuotongNie/3/",
            "world_readable": true,
            "date_modified": "2025-07-18T08:20:36.778Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~RuotongNie/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Protein",
                                "y": "SH (μmol/100g)",
                                "error_y": {
                                    "array": "Error bar"
                                }
                            }
                        },
                        "mode": "markers",
                        "name": "SH-protein in pH 6.5",
                        "type": "bar",
                        "xsrc": "RuotongNie:2:69ed6d",
                        "ysrc": "RuotongNie:2:5ec772",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "color": "#636efa",
                            "opacity": 1
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "Error bar"
                                }
                            },
                            "type": "data",
                            "width": 3,
                            "visible": true,
                            "arraysrc": "RuotongNie:2:1f0393",
                            "symmetric": true,
                            "thickness": 1
                        },
                        "opacity": 1,
                        "bandwidth": 0,
                        "boxpoints": false,
                        "orientation": "v",
                        "autocolorscale": true
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 14,
                        "family": "Times New Roman"
                    },
                    "title": {
                        "x": 0.1,
                        "text": "reactive sulfhydryl groups content of pea, soy, rice and cocoa protein"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -1.7637540453074436,
                            8.101941747572814
                        ],
                        "title": {
                            "font": {
                                "size": 16
                            }
                        },
                        "domain": [
                            0,
                            0.75
                        ],
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.10933333333333334,
                            0.41733333333333333
                        ],
                        "title": {
                            "font": {
                                "size": 16
                            },
                            "text": "SH (μmol/100g)"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "bargap": 0.09999999999999998,
                    "barnorm": "",
                    "autosize": true,
                    "colorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#19d3f3",
                        "#e763fa",
                        "#fecb52",
                        "#ffa15a",
                        "#ff6692",
                        "#b6e880"
                    ],
                    "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"
                    },
                    "showlegend": false,
                    "bargroupgap": 0.1,
                    "uniformtext": {
                        "mode": "show",
                        "minsize": 1
                    },
                    "plot_bgcolor": "rgb(254, 254, 254)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~RuotongNie",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-17 21:28:39",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "RuotongNie",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-18T07:55:18.595451Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~KNG_71/2.embed",
            "fid": "KNG_71:2",
            "filename": "Alfa Romeo Giulia",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/KNG_71/2/9_5KE2328O0UYM9YWNJDFVCMJN21MHQ1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/KNG_71/2/2_VLZFK76TCH2UM0SIXLJ4RRHI3HPXQ4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/KNG_71/2/8_703ERR8KO5LQ8K3U0HR8DYEXV22S0O.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/KNG_71/2/9_5KE2328O0UYM9YWNJDFVCMJN21MHQ1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/KNG_71:2",
                "plots": "https://api.plotly.com/v2/plots/KNG_71:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=KNG_71"
            },
            "owner": "KNG_71",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~KNG_71/2/",
            "world_readable": true,
            "date_modified": "2025-07-18T08:00:11.682Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~KNG_71/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Czas [s]",
                                "y": "Ciśnienie doładowania [mbar]"
                            }
                        },
                        "mode": "lines",
                        "name": "Ciśnienie doładowania [mbar]",
                        "type": "scatter",
                        "xsrc": "KNG_71:1:4e9906",
                        "ysrc": "KNG_71:1:385996"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Czas [s]",
                                "y": "Oczekiwane ciśnienie doładowania [mbar]"
                            }
                        },
                        "mode": "lines",
                        "name": "Oczekiwane ciśnienie doładowania [mbar]",
                        "type": "scatter",
                        "xsrc": "KNG_71:1:4e9906",
                        "ysrc": "KNG_71:1:404df9",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Czas [s]",
                                "y": "Pozycja pedału przyspieszenia [%]"
                            }
                        },
                        "mode": "lines",
                        "name": "Pozycja pedału przyspieszenia [%]",
                        "type": "scatter",
                        "xsrc": "KNG_71:1:4e9906",
                        "ysrc": "KNG_71:1:028c49",
                        "yaxis": "y2",
                        "stackgroup": null
                    },
                    {
                        "fill": "tozerox",
                        "line": {
                            "color": "rgb(196, 149, 247)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Czas [s]",
                                "y": "Włączo0y bieg [ ]"
                            }
                        },
                        "mode": "lines",
                        "name": "Włączony bieg [ ]",
                        "type": "scatter",
                        "xsrc": "KNG_71:1:4e9906",
                        "ysrc": "KNG_71:1:9c7e96",
                        "yaxis": "y3",
                        "fillcolor": "rgba(209, 179, 242, 0.5)",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Czas [s]",
                                "y": "Prędkość pojazdu [km/h]"
                            }
                        },
                        "mode": "lines",
                        "name": "Prędkość pojazdu [km/h]",
                        "type": "scatter",
                        "xsrc": "KNG_71:1:4e9906",
                        "ysrc": "KNG_71:1:6f19b7",
                        "yaxis": "y4"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Alfa Romeo Giulia 2.0T test"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            2548.959970493319,
                            2634.8480449841823
                        ],
                        "title": {
                            "text": "Czas [s]"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": false,
                        "rangeslider": {
                            "range": [
                                0,
                                2748.0210526315786
                            ],
                            "yaxis": {
                                "rangemode": "match"
                            },
                            "yaxis2": {
                                "rangemode": "match"
                            },
                            "yaxis3": {
                                "rangemode": "match"
                            },
                            "yaxis4": {
                                "rangemode": "match"
                            },
                            "visible": true,
                            "autorange": true
                        }
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -473.1129664169192,
                            2884.2102497816504
                        ],
                        "title": {
                            "text": "Ciśnienie [mbar]"
                        },
                        "autorange": false
                    },
                    "yaxis2": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            240
                        ],
                        "title": {
                            "text": "Aktywacja [%]"
                        },
                        "autorange": false,
                        "overlaying": "y"
                    },
                    "yaxis3": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            0,
                            24
                        ],
                        "title": {
                            "text": "Bieg<br>"
                        },
                        "autorange": false,
                        "overlaying": "y"
                    },
                    "yaxis4": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            0,
                            400
                        ],
                        "title": {
                            "text": "Prędkość [km/h]"
                        },
                        "autorange": false,
                        "overlaying": "y"
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "hovermode": "x"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~KNG_71",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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-07-15 08:02:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "KNG_71",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-18T07:53:21.237538Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Dona34/327.embed",
            "fid": "Dona34:327",
            "filename": "biomass",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Dona34:327/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Dona34:327/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dona34/327/8_3JBW7LXUBJBT6BRJIAOVVEKBIXH76E.png",
                "list-thumb": "https://api.plotly.com/v2/files/Dona34:327/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Dona34:327",
                "plots": "https://api.plotly.com/v2/plots/Dona34:327",
                "parent": "https://api.plotly.com/v2/folders/home?user=Dona34"
            },
            "owner": "Dona34",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Dona34/327/",
            "world_readable": true,
            "date_modified": "2025-07-21T13:52:36.474Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Dona34/327/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(102,194,165,1)"
                        },
                        "name": "C",
                        "type": "box",
                        "xsrc": "Dona34:326:a6a009",
                        "ysrc": "Dona34:326:eecde4",
                        "frame": null,
                        "log_y": true,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(102,194,165,1)"
                            },
                            "color": "rgba(102,194,165,1)"
                        },
                        "boxpoints": "all",
                        "fillcolor": "rgba(102,194,165,0.5)"
                    },
                    {
                        "line": {
                            "color": "rgba(141,160,203,1)"
                        },
                        "name": "R",
                        "type": "box",
                        "xsrc": "Dona34:326:aa8fff",
                        "ysrc": "Dona34:326:129e13",
                        "frame": null,
                        "log_y": true,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(141,160,203,1)"
                            },
                            "color": "rgba(141,160,203,1)"
                        },
                        "boxpoints": "all",
                        "fillcolor": "rgba(141,160,203,0.5)"
                    }
                ],
                "layout": {
                    "title": "Biomass distribution between Crop reference (R) and Crop test (C) (albioma2) <br><span style='font-size:10px;'>Generated on 21/07/25 at 15h46",
                    "xaxis": {
                        "type": "category",
                        "title": "Label (C : Root test or Crop test, R : Root reference or Crop reference)",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true,
                        "categoryarray": [
                            "C",
                            "R"
                        ],
                        "categoryorder": "array"
                    },
                    "yaxis": {
                        "title": "Biomass",
                        "domain": [
                            0,
                            1
                        ],
                        "linecolor": "black",
                        "automargin": true
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "autosize": true,
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Dona34",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/58.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": "2024-03-15 10:39:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Dona34",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-18T07:38:54.270053Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~idunnolol/3.embed",
            "fid": "idunnolol:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/idunnolol/3/9_5FW5QLX2TXZMHGAKSXB26RVG99ZR7T.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/idunnolol/3/2_V59XUHYGOB6QWDDFJ4WLUY2MC1CU6A.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/idunnolol/3/8_SR0AG3YE41JKHJJN7BZCPTSKSEYLC0.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/idunnolol/3/9_5FW5QLX2TXZMHGAKSXB26RVG99ZR7T.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/idunnolol:3",
                "plots": "https://api.plotly.com/v2/plots/idunnolol:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=idunnolol"
            },
            "owner": "idunnolol",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~idunnolol/3/",
            "world_readable": true,
            "date_modified": "2025-07-18T07:38:54.281Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~idunnolol/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "3cf03d",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "error_y": {
                                    "array": "C",
                                    "arrayminus": "D"
                                }
                            }
                        },
                        "mode": "markers",
                        "name": "Data",
                        "type": "bar",
                        "xsrc": "idunnolol:2:597c85",
                        "ysrc": "idunnolol:2:5b5f22",
                        "error_x": {
                            "type": "percent",
                            "color": "#444",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "C",
                                    "arrayminus": "D"
                                }
                            },
                            "type": "data",
                            "visible": true,
                            "arraysrc": "idunnolol:2:4666cc",
                            "symmetric": false,
                            "arrayminussrc": "idunnolol:2:6c7f23"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "8409a9",
                        "line": {
                            "dash": "dot"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Trendline",
                        "type": "scatter",
                        "xsrc": "idunnolol:2:597c85",
                        "ysrc": "idunnolol:2:5b5f22",
                        "marker": {
                            "size": 4,
                            "opacity": 1
                        },
                        "connectgaps": false,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Adjusted Harmonic Clarity (100 - |dB|) against Material"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            0.009090909090909038,
                            4.009090909090909
                        ],
                        "title": {
                            "text": "Material<br>"
                        },
                        "autorange": false,
                        "automargin": false,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            78.94736842105263
                        ],
                        "title": {
                            "text": "Adjusted clarity / dB"
                        },
                        "autorange": false
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~idunnolol",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-18 06:50:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "idunnolol",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-18T07:38:45.159978Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AlexPirker/9.embed",
            "fid": "AlexPirker:9",
            "filename": "R_P_Stufen",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/AlexPirker/9/9_6IE8WOJH1PVJ4L14V9NEUMSRU092ZM.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AlexPirker/9/2_LG8EV69S05JOOCU6AIT3VN0QTXJQQZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AlexPirker/9/8_QX8BK58FP7ECU5TTMOXN3AP75ENB0K.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/AlexPirker/9/9_6IE8WOJH1PVJ4L14V9NEUMSRU092ZM.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AlexPirker:9",
                "plots": "https://api.plotly.com/v2/plots/AlexPirker:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=AlexPirker"
            },
            "owner": "AlexPirker",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~AlexPirker/9/",
            "world_readable": true,
            "date_modified": "2025-07-18T08:13:37.420Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AlexPirker/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "MessungNr",
                                "y": "Wert",
                                "marker": {
                                    "color": "Phase"
                                }
                            }
                        },
                        "mode": "lines",
                        "name": "U",
                        "type": "scatter",
                        "xsrc": "AlexPirker:2:9961b4",
                        "ysrc": "AlexPirker:2:ccd54b",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 1
                            },
                            "meta": {
                                "columnNames": {
                                    "color": "Phase"
                                }
                            },
                            "color": "rgb(0, 114, 189)",
                            "opacity": 1
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "rgb(0, 43, 255)",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "visible": true,
                        "hoverinfo": "x+y+name",
                        "hoverlabel": {
                            "align": "auto"
                        },
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Parameter"
                                    }
                                },
                                "type": "filter",
                                "value": "R",
                                "operation": "=",
                                "targetsrc": "AlexPirker:2:a9dfb8"
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Wicklung"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Prim"
                                ],
                                "operation": "{}",
                                "targetsrc": "AlexPirker:2:2db362"
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Phase"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "U"
                                ],
                                "operation": "{}",
                                "targetsrc": "AlexPirker:2:2029dc"
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "MessungNr"
                                    }
                                },
                                "type": "sort",
                                "targetsrc": "AlexPirker:2:9961b4"
                            }
                        ],
                        "orientation": "v",
                        "hovertemplate": ""
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "MessungNr",
                                "y": "Wert"
                            }
                        },
                        "mode": "lines",
                        "name": "V",
                        "type": "scatter",
                        "xsrc": "AlexPirker:2:9961b4",
                        "ysrc": "AlexPirker:2:ccd54b",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "color": "rgb(217, 83, 25)"
                        },
                        "visible": true,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Parameter"
                                    }
                                },
                                "type": "filter",
                                "value": "R",
                                "operation": "=",
                                "targetsrc": "AlexPirker:2:a9dfb8"
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Wicklung"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Prim"
                                ],
                                "operation": "{}",
                                "targetsrc": "AlexPirker:2:2db362"
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Phase"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "V"
                                ],
                                "operation": "{}",
                                "targetsrc": "AlexPirker:2:2029dc"
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "MessungNr"
                                    }
                                },
                                "type": "sort",
                                "targetsrc": "AlexPirker:2:9961b4"
                            }
                        ],
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "MessungNr",
                                "y": "Wert"
                            }
                        },
                        "mode": "lines",
                        "name": "W",
                        "type": "scatter",
                        "xsrc": "AlexPirker:2:9961b4",
                        "ysrc": "AlexPirker:2:ccd54b",
                        "xaxis": "x",
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "color": "rgb(237, 177, 32)"
                        },
                        "visible": true,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Parameter"
                                    }
                                },
                                "type": "filter",
                                "value": "R",
                                "operation": "=",
                                "targetsrc": "AlexPirker:2:a9dfb8"
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Wicklung"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Prim"
                                ],
                                "operation": "{}",
                                "targetsrc": "AlexPirker:2:2db362"
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Phase"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "W"
                                ],
                                "operation": "{}",
                                "targetsrc": "AlexPirker:2:2029dc"
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "MessungNr"
                                    }
                                },
                                "type": "sort",
                                "targetsrc": "AlexPirker:2:9961b4"
                            }
                        ],
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": ""
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            1,
                            49
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 14,
                                "family": "Arial"
                            },
                            "text": "Stufenschalterstellung"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": 0,
                        "tickson": "boundaries",
                        "showgrid": true,
                        "showline": false,
                        "tickmode": "linear",
                        "zeroline": false,
                        "autorange": true,
                        "automargin": false,
                        "fixedrange": false,
                        "showspikes": false,
                        "tickformat": "",
                        "tickprefix": "",
                        "rangeslider": {
                            "range": [
                                -0.5,
                                9.5
                            ],
                            "yaxis": {},
                            "yaxis2": {},
                            "visible": false,
                            "autorange": true
                        },
                        "showexponent": "none",
                        "exponentformat": "none",
                        "showticklabels": true,
                        "separatethousands": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            332.3855555555555,
                            436.47444444444443
                        ],
                        "title": {
                            "font": {
                                "size": 14,
                                "family": "Arial"
                            },
                            "text": "Wicklungswiderstand in mΩ"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true,
                        "automargin": true,
                        "tickformat": "",
                        "showexponent": "all",
                        "separatethousands": true
                    },
                    "bargap": 0.19999999999999996,
                    "images": [],
                    "legend": {
                        "x": 0.5,
                        "y": 1.04,
                        "font": {
                            "family": "Arial"
                        },
                        "valign": "middle",
                        "xanchor": "center",
                        "yanchor": "auto",
                        "itemsizing": "trace",
                        "traceorder": "normal",
                        "orientation": "h"
                    },
                    "shapes": [],
                    "barmode": "group",
                    "autosize": true,
                    "colorway": [
                        "#1f77b4",
                        "#ff7f0e",
                        "#2ca02c",
                        "#d62728",
                        "#9467bd",
                        "#8c564b",
                        "#e377c2",
                        "#7f7f7f",
                        "#bcbd22",
                        "#17becf"
                    ],
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "hovermode": "x",
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#dcdcdc"
                            ],
                            [
                                0.3333333333333333,
                                "#f5c39d"
                            ],
                            [
                                0.6666666666666666,
                                "#f5a069"
                            ],
                            [
                                1,
                                "#b20a1c"
                            ]
                        ]
                    },
                    "showlegend": true,
                    "annotations": [],
                    "bargroupgap": 0.05
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AlexPirker",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.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-03-24 09:57:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AlexPirker",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-18T07:31:51.396399Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~idunnolol/1.embed",
            "fid": "idunnolol:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/idunnolol/1/9_12TUCCNJF5V87IRB2KBL1406UOM4A4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/idunnolol/1/2_J8DW0QAGW2C8QBS13CTP2FCCE3Y3VN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/idunnolol/1/8_AO1A29YVQBHRC3OKPBXPRCAB5AL8J3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/idunnolol/1/9_12TUCCNJF5V87IRB2KBL1406UOM4A4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/idunnolol:1",
                "plots": "https://api.plotly.com/v2/plots/idunnolol:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=idunnolol"
            },
            "owner": "idunnolol",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~idunnolol/1/",
            "world_readable": true,
            "date_modified": "2025-07-18T07:31:51.406Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~idunnolol/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "3cf03d",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "error_y": {
                                    "array": "C",
                                    "arrayminus": "D"
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "idunnolol:0:9174b2",
                        "ysrc": "idunnolol:0:acf69a",
                        "error_x": {
                            "type": "percent",
                            "color": "#444",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "C",
                                    "arrayminus": "D"
                                }
                            },
                            "type": "data",
                            "visible": true,
                            "arraysrc": "idunnolol:0:86a748",
                            "symmetric": false,
                            "arrayminussrc": "idunnolol:0:4cafc7"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "8409a9",
                        "line": {
                            "dash": "dot"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers+lines",
                        "type": "scatter",
                        "xsrc": "idunnolol:0:9174b2",
                        "ysrc": "idunnolol:0:acf69a",
                        "marker": {
                            "size": 4,
                            "opacity": 1
                        },
                        "connectgaps": false,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Adjusted Harmonic Clarity (100 - |dB|) against Material"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            0.009090909090909038,
                            4.009090909090909
                        ],
                        "title": {
                            "text": "Material<br>"
                        },
                        "autorange": false,
                        "automargin": false,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            78.94736842105263
                        ],
                        "title": {
                            "text": "Adjusted clarity / dB"
                        },
                        "autorange": false
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~idunnolol",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-18 06:50:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "idunnolol",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}